sinch.domains.conversation.models.v1.messages.categories.choiceresponse package
- class sinch.domains.conversation.models.v1.messages.categories.choiceresponse.ChoiceResponseMessage(
- *,
- message_id: Annotated[str, Strict(strict=True)],
- postback_data: Annotated[str, Strict(strict=True)],
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
message_id (Annotated[str, Strict(strict=True)])
postback_data (Annotated[str, Strict(strict=True)])
extra_data (Any)
- message_id: Annotated[str, Strict(strict=True)]
- postback_data: Annotated[str, Strict(strict=True)]
- model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].