sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.buttons.kakaotalk_app_link_button module
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.buttons.kakaotalk_app_link_button.KakaoTalkAppLinkButton(
- *,
- name: Annotated[str, Strict(strict=True)],
- type: Literal['AL'] = 'AL',
- scheme_ios: Annotated[str, Strict(strict=True)],
- scheme_android: Annotated[str, Strict(strict=True)],
- **extra_data: Any,
Bases:
KakaoTalkButton- Parameters:
name (Annotated[str, Strict(strict=True)])
type (Literal['AL'])
scheme_ios (Annotated[str, Strict(strict=True)])
scheme_android (Annotated[str, Strict(strict=True)])
extra_data (Any)
- type: Literal['AL']
- scheme_ios: Annotated[str, Strict(strict=True)]
- scheme_android: 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].