name:str=Field(...,title="Name",description="The name of the response.",validation_alias=AliasChoices("name","Name"),frozen=False,deprecated=False,)
content
content:str=Field(...,title="Content",description="The content of the response.",validation_alias=AliasChoices("content","Content"),frozen=False,deprecated=False,)