sinch.domains.conversation.models.v1.messages.categories.common package
- class sinch.domains.conversation.models.v1.messages.categories.common.FallbackMessage(
- *,
- raw_message: Annotated[str, Strict(strict=True)] | None = None,
- reason: Reason | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
raw_message (Annotated[str, Strict(strict=True)] | None)
reason (Reason | None)
extra_data (Any)
- raw_message: Annotated[str, Strict(strict=True)] | None
- 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].
- class sinch.domains.conversation.models.v1.messages.categories.common.ProductResponseMessage(
- *,
- products: Annotated[list[ProductItem], Len(min_length=0, max_length=None)] | None = None,
- title: Annotated[str, Strict(strict=True)] | None = None,
- catalog_id: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
products (Annotated[list[ProductItem], Len(min_length=0, max_length=None)] | None)
title (Annotated[str, Strict(strict=True)] | None)
catalog_id (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- products: Annotated[list[ProductItem], Len(min_length=0, max_length=None)] | None
- title: Annotated[str, Strict(strict=True)] | None
- catalog_id: Annotated[str, Strict(strict=True)] | None
- 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].
- class sinch.domains.conversation.models.v1.messages.categories.common.ReplyTo(
- *,
- message_id: Annotated[str, Strict(strict=True)],
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
message_id (Annotated[str, Strict(strict=True)])
extra_data (Any)
- message_id: 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].