sinch.domains.conversation.models.v1.messages.types.choice_option_dict module

class sinch.domains.conversation.models.v1.messages.types.choice_option_dict.ChoiceOptionDict[source]

Bases: TypedDict

postback_data: NotRequired[Any]
display_mode: NotRequired[Literal['DISPLAY_MODE_UNSPECIFIED', 'PERSISTENT'] | Annotated[str, Strict(strict=True)]]
call_message: NotRequired[CallMessageDict]
location_message: NotRequired[LocationMessageDict]
text_message: NotRequired[TextMessageDict]
url_message: NotRequired[UrlMessageDict]
calendar_message: NotRequired[CalendarMessageDict]
share_location_message: NotRequired[ShareLocationMessageDict]