sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce package
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_commerce_channel_specific_message module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_head module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_tail module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_channel_specific_message module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_channel_specific_message module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_image module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_message module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_discount_fixed_commerce module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_discount_rate_commerce module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_regular_price_commerce module
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.KakaoTalkChannelSpecificMessage(
- *,
- push_alarm: Annotated[bool, Strict(strict=True)] | None = True,
- adult: Annotated[bool, Strict(strict=True)] | None = False,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
push_alarm (Annotated[bool, Strict(strict=True)] | None)
adult (Annotated[bool, Strict(strict=True)] | None)
extra_data (Any)
- push_alarm: Annotated[bool, Strict(strict=True)] | None
- adult: Annotated[bool, 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.channelspecific.kakaotalk.commerce.KakaoTalkCommerceImage(
- *,
- image_url: Annotated[str, Strict(strict=True)],
- image_link: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
image_url (Annotated[str, Strict(strict=True)])
image_link (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- image_url: Annotated[str, Strict(strict=True)]
- image_link: 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.channelspecific.kakaotalk.commerce.KakaoTalkCarouselHead(
- *,
- header: Annotated[str, MaxLen(max_length=20), Strict(strict=True)],
- content: Annotated[str, MaxLen(max_length=50), Strict(strict=True)],
- image_url: Annotated[str, Strict(strict=True)],
- link_mo: Annotated[str, Strict(strict=True)] | None = None,
- link_pc: Annotated[str, Strict(strict=True)] | None = None,
- scheme_ios: Annotated[str, Strict(strict=True)] | None = None,
- scheme_android: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
header (Annotated[str, MaxLen(max_length=20), Strict(strict=True)])
content (Annotated[str, MaxLen(max_length=50), Strict(strict=True)])
image_url (Annotated[str, Strict(strict=True)])
link_mo (Annotated[str, Strict(strict=True)] | None)
link_pc (Annotated[str, Strict(strict=True)] | None)
scheme_ios (Annotated[str, Strict(strict=True)] | None)
scheme_android (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- header: Annotated[str, Strict(strict=True)]
- content: Annotated[str, Strict(strict=True)]
- image_url: Annotated[str, Strict(strict=True)]
- link_mo: Annotated[str, Strict(strict=True)] | None
- link_pc: Annotated[str, Strict(strict=True)] | None
- scheme_ios: Annotated[str, Strict(strict=True)] | None
- scheme_android: 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.channelspecific.kakaotalk.commerce.KakaoTalkCarouselTail(
- *,
- link_mo: Annotated[str, Strict(strict=True)],
- link_pc: Annotated[str, Strict(strict=True)] | None = None,
- scheme_ios: Annotated[str, Strict(strict=True)] | None = None,
- scheme_android: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
link_mo (Annotated[str, Strict(strict=True)])
link_pc (Annotated[str, Strict(strict=True)] | None)
scheme_ios (Annotated[str, Strict(strict=True)] | None)
scheme_android (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- link_mo: Annotated[str, Strict(strict=True)]
- link_pc: Annotated[str, Strict(strict=True)] | None
- scheme_ios: Annotated[str, Strict(strict=True)] | None
- scheme_android: 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.channelspecific.kakaotalk.commerce.KakaoTalkRegularPriceCommerce(
- *,
- type: Literal['REGULAR_PRICE_COMMERCE'] = 'REGULAR_PRICE_COMMERCE',
- title: Annotated[str, Strict(strict=True)],
- regular_price: Annotated[int, Strict(strict=True)],
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
type (Literal['REGULAR_PRICE_COMMERCE'])
title (Annotated[str, Strict(strict=True)])
regular_price (Annotated[int, Strict(strict=True)])
extra_data (Any)
- type: Literal['REGULAR_PRICE_COMMERCE']
- title: Annotated[str, Strict(strict=True)]
- regular_price: Annotated[int, 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].