Sinch Python SDK

API Reference

  • sinch package
    • sinch.core package
      • sinch.core.adapters package
        • sinch.core.adapters.requests_http_transport module
          • HTTPTransportRequests
            • HTTPTransportRequests.send_request()
      • sinch.core.clients package
        • sinch.core.clients.retry_configuration module
          • RetryConfiguration
        • sinch.core.clients.retry_manager module
          • RetryManager
            • RetryManager.RETRYABLE_STATUS_CODES
            • RetryManager.BACKOFF_BASE_SECONDS
            • RetryManager.RETRY_AFTER_JITTER_SECONDS
            • RetryManager.execute()
        • sinch.core.clients.sinch_client_configuration module
          • Configuration
            • Configuration.sms_region_with_service_plan_id
            • Configuration.sms_domain_with_service_plan_id
            • Configuration.sms_region
            • Configuration.sms_domain
            • Configuration.voice_region
            • Configuration.conversation_region
            • Configuration.conversation_domain
            • Configuration.authentication_method
            • Configuration.validate_authentication_parameters()
            • Configuration.get_sms_origin_for_auth()
            • Configuration.get_conversation_origin()
        • sinch.core.clients.sinch_client_sync module
          • SinchClient
      • sinch.core.models package
        • sinch.core.models.http_request module
          • HttpRequest
            • HttpRequest.headers
            • HttpRequest.url
            • HttpRequest.http_method
            • HttpRequest.request_body
            • HttpRequest.query_params
            • HttpRequest.auth
        • sinch.core.models.http_response module
          • HTTPResponse
            • HTTPResponse.status_code
            • HTTPResponse.headers
            • HTTPResponse.body
        • model_dump_for_query_params()
        • serialize_datetime_in_dict()
      • sinch.core.ports package
        • sinch.core.ports.http_transport module
          • HTTPTransport
            • HTTPTransport.send_request()
            • HTTPTransport.send()
            • HTTPTransport.request()
            • HTTPTransport.authenticate()
            • HTTPTransport.prepare_request()
            • HTTPTransport.deserialize_json_response()
      • sinch.core.exceptions module
        • SinchException
        • ValidationException
      • sinch.core.pagination module
        • Paginator
          • Paginator.content()
          • Paginator.next_page()
          • Paginator.iterator()
      • sinch.core.sentinel module
        • Unset
        • UnsetOr
      • sinch.core.token_manager module
        • TokenState
          • TokenState.VALID
          • TokenState.INVALID
          • TokenState.EXPIRED
        • TokenManagerBase
          • TokenManagerBase.token
          • TokenManagerBase.token_state
          • TokenManagerBase.get_auth_token()
          • TokenManagerBase.refresh_auth_token()
          • TokenManagerBase.invalidate_expired_token()
          • TokenManagerBase.handle_invalid_token()
          • TokenManagerBase.set_auth_token()
        • TokenManager
          • TokenManager.get_auth_token()
    • sinch.domains package
      • sinch.domains.authentication package
        • sinch.domains.authentication.models package
          • sinch.domains.authentication.models.v1 package
            • sinch.domains.authentication.models.v1.authentication module
              • OAuthToken
                • OAuthToken.access_token
                • OAuthToken.expires_in
                • OAuthToken.scope
                • OAuthToken.token_type
        • sinch.domains.authentication.exceptions module
          • AuthenticationException
        • AuthenticationBase
          • AuthenticationBase.get_auth_token()
          • AuthenticationBase.set_auth_token()
        • Authentication
          • Authentication.get_auth_token()
          • Authentication.set_auth_token()
      • sinch.domains.conversation package
        • sinch.domains.conversation.api package
          • sinch.domains.conversation.api.v1 package
            • sinch.domains.conversation.api.v1.apps_apis module
              • Apps
                • Apps.create()
                • Apps.update()
                • Apps.delete()
                • Apps.get()
                • Apps.list()
            • sinch.domains.conversation.api.v1.contacts_apis module
              • Contacts
                • Contacts.list()
                • Contacts.create()
                • Contacts.get()
                • Contacts.delete()
                • Contacts.update()
                • Contacts.merge_contact()
                • Contacts.get_channel_profile()
                • Contacts.get_channel_profile_by_contact_id()
                • Contacts.get_channel_profile_by_channel_identity()
                • Contacts.list_identity_conflicts()
            • sinch.domains.conversation.api.v1.exceptions module
              • ConversationException
            • sinch.domains.conversation.api.v1.messages_apis module
              • Messages
                • Messages.delete()
                • Messages.get()
                • Messages.list()
                • Messages.list_last_messages_by_channel_identity()
                • Messages.update()
                • Messages.send()
                • Messages.send_text_message()
                • Messages.send_card_message()
                • Messages.send_carousel_message()
                • Messages.send_choice_message()
                • Messages.send_contact_info_message()
                • Messages.send_list_message()
                • Messages.send_location_message()
                • Messages.send_media_message()
                • Messages.send_template_message()
            • Apps
              • Apps.create()
              • Apps.update()
              • Apps.delete()
              • Apps.get()
              • Apps.list()
            • Contacts
              • Contacts.list()
              • Contacts.create()
              • Contacts.get()
              • Contacts.delete()
              • Contacts.update()
              • Contacts.merge_contact()
              • Contacts.get_channel_profile()
              • Contacts.get_channel_profile_by_contact_id()
              • Contacts.get_channel_profile_by_channel_identity()
              • Contacts.list_identity_conflicts()
            • Messages
              • Messages.delete()
              • Messages.get()
              • Messages.list()
              • Messages.list_last_messages_by_channel_identity()
              • Messages.update()
              • Messages.send()
              • Messages.send_text_message()
              • Messages.send_card_message()
              • Messages.send_carousel_message()
              • Messages.send_choice_message()
              • Messages.send_contact_info_message()
              • Messages.send_list_message()
              • Messages.send_location_message()
              • Messages.send_media_message()
              • Messages.send_template_message()
        • sinch.domains.conversation.models package
          • sinch.domains.conversation.models.v1 package
            • sinch.domains.conversation.models.v1.apps package
              • sinch.domains.conversation.models.v1.apps.request package
                • sinch.domains.conversation.models.v1.apps.request.create_app_request module
                  • CreateAppRequest
                    • CreateAppRequest.channel_credentials
                    • CreateAppRequest.conversation_metadata_report_view
                    • CreateAppRequest.display_name
                    • CreateAppRequest.retention_policy
                    • CreateAppRequest.dispatch_retention_policy
                    • CreateAppRequest.processing_mode
                    • CreateAppRequest.smart_conversation
                    • CreateAppRequest.event_destination_settings
                    • CreateAppRequest.message_retry_settings
                    • CreateAppRequest.delivery_report_based_fallback
                    • CreateAppRequest.model_config
                    • CreateAppRequest.model_post_init()
                • sinch.domains.conversation.models.v1.apps.request.update_app_request module
                  • UpdateAppRequest
                    • UpdateAppRequest.channel_credentials
                    • UpdateAppRequest.conversation_metadata_report_view
                    • UpdateAppRequest.display_name
                    • UpdateAppRequest.retention_policy
                    • UpdateAppRequest.dispatch_retention_policy
                    • UpdateAppRequest.processing_mode
                    • UpdateAppRequest.smart_conversation
                    • UpdateAppRequest.event_destination_settings
                    • UpdateAppRequest.message_retry_settings
                    • UpdateAppRequest.delivery_report_based_fallback
                    • UpdateAppRequest.model_config
                    • UpdateAppRequest.model_post_init()
                • CreateAppRequest
                  • CreateAppRequest.channel_credentials
                  • CreateAppRequest.conversation_metadata_report_view
                  • CreateAppRequest.display_name
                  • CreateAppRequest.retention_policy
                  • CreateAppRequest.dispatch_retention_policy
                  • CreateAppRequest.processing_mode
                  • CreateAppRequest.smart_conversation
                  • CreateAppRequest.event_destination_settings
                  • CreateAppRequest.message_retry_settings
                  • CreateAppRequest.delivery_report_based_fallback
                  • CreateAppRequest.model_config
                  • CreateAppRequest.model_post_init()
                • UpdateAppRequest
                  • UpdateAppRequest.channel_credentials
                  • UpdateAppRequest.conversation_metadata_report_view
                  • UpdateAppRequest.display_name
                  • UpdateAppRequest.retention_policy
                  • UpdateAppRequest.dispatch_retention_policy
                  • UpdateAppRequest.processing_mode
                  • UpdateAppRequest.smart_conversation
                  • UpdateAppRequest.event_destination_settings
                  • UpdateAppRequest.message_retry_settings
                  • UpdateAppRequest.delivery_report_based_fallback
                  • UpdateAppRequest.model_config
                  • UpdateAppRequest.model_post_init()
              • sinch.domains.conversation.models.v1.apps.response package
                • sinch.domains.conversation.models.v1.apps.response.app_custom_response module
                  • AppCustomResponse
                    • AppCustomResponse.channel_credentials
                    • AppCustomResponse.model_config
                    • AppCustomResponse.model_post_init()
                • sinch.domains.conversation.models.v1.apps.response.app_response module
                  • AppResponse
                    • AppResponse.channel_credentials
                    • AppResponse.conversation_metadata_report_view
                    • AppResponse.display_name
                    • AppResponse.id
                    • AppResponse.rate_limits
                    • AppResponse.retention_policy
                    • AppResponse.dispatch_retention_policy
                    • AppResponse.processing_mode
                    • AppResponse.smart_conversation
                    • AppResponse.queue_stats
                    • AppResponse.event_destination_settings
                    • AppResponse.delivery_report_based_fallback
                    • AppResponse.message_retry_settings
                    • AppResponse.model_config
                    • AppResponse.model_post_init()
                • AppResponse
                  • AppResponse.channel_credentials
                  • AppResponse.conversation_metadata_report_view
                  • AppResponse.display_name
                  • AppResponse.id
                  • AppResponse.rate_limits
                  • AppResponse.retention_policy
                  • AppResponse.dispatch_retention_policy
                  • AppResponse.processing_mode
                  • AppResponse.smart_conversation
                  • AppResponse.queue_stats
                  • AppResponse.event_destination_settings
                  • AppResponse.delivery_report_based_fallback
                  • AppResponse.message_retry_settings
                  • AppResponse.model_config
                  • AppResponse.model_post_init()
              • sinch.domains.conversation.models.v1.apps.shared package
                • sinch.domains.conversation.models.v1.apps.shared.delivery_report_based_fallback module
                  • DeliveryReportBasedFallback
                    • DeliveryReportBasedFallback.enabled
                    • DeliveryReportBasedFallback.delivery_report_waiting_time
                    • DeliveryReportBasedFallback.model_config
                    • DeliveryReportBasedFallback.model_post_init()
                • sinch.domains.conversation.models.v1.apps.shared.dispatch_retention_policy module
                  • DispatchRetentionPolicy
                    • DispatchRetentionPolicy.retention_type
                    • DispatchRetentionPolicy.ttl_days
                    • DispatchRetentionPolicy.model_config
                    • DispatchRetentionPolicy.model_post_init()
                • sinch.domains.conversation.models.v1.apps.shared.event_destination_settings module
                  • EventDestinationSettings
                    • EventDestinationSettings.secret_for_overridden_target
                    • EventDestinationSettings.model_config
                    • EventDestinationSettings.model_post_init()
                • sinch.domains.conversation.models.v1.apps.shared.message_retry_settings module
                  • MessageRetrySettings
                    • MessageRetrySettings.retry_duration
                    • MessageRetrySettings.model_config
                    • MessageRetrySettings.model_post_init()
                • sinch.domains.conversation.models.v1.apps.shared.queue_stats module
                  • QueueStats
                    • QueueStats.outbound_size
                    • QueueStats.outbound_limit
                    • QueueStats.model_config
                    • QueueStats.model_post_init()
                • sinch.domains.conversation.models.v1.apps.shared.rate_limits module
                  • RateLimits
                    • RateLimits.inbound
                    • RateLimits.outbound
                    • RateLimits.events
                    • RateLimits.model_config
                    • RateLimits.model_post_init()
                • sinch.domains.conversation.models.v1.apps.shared.retention_policy module
                  • RetentionPolicy
                    • RetentionPolicy.retention_type
                    • RetentionPolicy.ttl_days
                    • RetentionPolicy.model_config
                    • RetentionPolicy.model_post_init()
                • sinch.domains.conversation.models.v1.apps.shared.smart_conversation module
                  • SmartConversation
                    • SmartConversation.enabled
                    • SmartConversation.model_config
                    • SmartConversation.model_post_init()
                • DeliveryReportBasedFallback
                  • DeliveryReportBasedFallback.enabled
                  • DeliveryReportBasedFallback.delivery_report_waiting_time
                  • DeliveryReportBasedFallback.model_config
                  • DeliveryReportBasedFallback.model_post_init()
                • DispatchRetentionPolicy
                  • DispatchRetentionPolicy.retention_type
                  • DispatchRetentionPolicy.ttl_days
                  • DispatchRetentionPolicy.model_config
                  • DispatchRetentionPolicy.model_post_init()
                • EventDestinationSettings
                  • EventDestinationSettings.secret_for_overridden_target
                  • EventDestinationSettings.model_config
                  • EventDestinationSettings.model_post_init()
                • MessageRetrySettings
                  • MessageRetrySettings.retry_duration
                  • MessageRetrySettings.model_config
                  • MessageRetrySettings.model_post_init()
                • QueueStats
                  • QueueStats.outbound_size
                  • QueueStats.outbound_limit
                  • QueueStats.model_config
                  • QueueStats.model_post_init()
                • RateLimits
                  • RateLimits.inbound
                  • RateLimits.outbound
                  • RateLimits.events
                  • RateLimits.model_config
                  • RateLimits.model_post_init()
                • RetentionPolicy
                  • RetentionPolicy.retention_type
                  • RetentionPolicy.ttl_days
                  • RetentionPolicy.model_config
                  • RetentionPolicy.model_post_init()
                • SmartConversation
                  • SmartConversation.enabled
                  • SmartConversation.model_config
                  • SmartConversation.model_post_init()
              • sinch.domains.conversation.models.v1.apps.types package
                • sinch.domains.conversation.models.v1.apps.types.conversation_metadata_report_view_type module
                • sinch.domains.conversation.models.v1.apps.types.delivery_report_based_fallback_dict module
                  • DeliveryReportBasedFallbackDict
                    • DeliveryReportBasedFallbackDict.enabled
                    • DeliveryReportBasedFallbackDict.delivery_report_waiting_time
                • sinch.domains.conversation.models.v1.apps.types.dispatch_retention_policy_dict module
                  • DispatchRetentionPolicyDict
                    • DispatchRetentionPolicyDict.retention_type
                    • DispatchRetentionPolicyDict.ttl_days
                • sinch.domains.conversation.models.v1.apps.types.dispatch_retention_policy_type module
                • sinch.domains.conversation.models.v1.apps.types.event_destination_settings_dict module
                  • EventDestinationSettingsDict
                    • EventDestinationSettingsDict.secret_for_overridden_target
                • sinch.domains.conversation.models.v1.apps.types.message_retry_settings_dict module
                  • MessageRetrySettingsDict
                    • MessageRetrySettingsDict.retry_duration
                • sinch.domains.conversation.models.v1.apps.types.retention_policy_dict module
                  • RetentionPolicyDict
                    • RetentionPolicyDict.retention_type
                    • RetentionPolicyDict.ttl_days
                • sinch.domains.conversation.models.v1.apps.types.retention_policy_type module
                • sinch.domains.conversation.models.v1.apps.types.smart_conversation_dict module
                  • SmartConversationDict
                    • SmartConversationDict.enabled
                • RetentionPolicyDict
                  • RetentionPolicyDict.retention_type
                  • RetentionPolicyDict.ttl_days
                • DispatchRetentionPolicyDict
                  • DispatchRetentionPolicyDict.retention_type
                  • DispatchRetentionPolicyDict.ttl_days
                • SmartConversationDict
                  • SmartConversationDict.enabled
                • MessageRetrySettingsDict
                  • MessageRetrySettingsDict.retry_duration
                • DeliveryReportBasedFallbackDict
                  • DeliveryReportBasedFallbackDict.enabled
                  • DeliveryReportBasedFallbackDict.delivery_report_waiting_time
                • EventDestinationSettingsDict
                  • EventDestinationSettingsDict.secret_for_overridden_target
            • sinch.domains.conversation.models.v1.contacts package
              • sinch.domains.conversation.models.v1.contacts.response package
                • sinch.domains.conversation.models.v1.contacts.response.contact_identity_conflict module
                  • ContactIdentityConflict
                    • ContactIdentityConflict.identity
                    • ContactIdentityConflict.channels
                    • ContactIdentityConflict.contact_ids
                    • ContactIdentityConflict.model_config
                    • ContactIdentityConflict.model_post_init()
                • sinch.domains.conversation.models.v1.contacts.response.contact_response module
                  • ContactResponse
                    • ContactResponse.channel_identities
                    • ContactResponse.channel_priority
                    • ContactResponse.display_name
                    • ContactResponse.email
                    • ContactResponse.external_id
                    • ContactResponse.id
                    • ContactResponse.language
                    • ContactResponse.metadata
                    • ContactResponse.model_config
                    • ContactResponse.model_post_init()
                • sinch.domains.conversation.models.v1.contacts.response.get_channel_profile_response module
                  • GetChannelProfileResponse
                    • GetChannelProfileResponse.profile_name
                    • GetChannelProfileResponse.model_config
                    • GetChannelProfileResponse.model_post_init()
                • ContactIdentityConflict
                  • ContactIdentityConflict.identity
                  • ContactIdentityConflict.channels
                  • ContactIdentityConflict.contact_ids
                  • ContactIdentityConflict.model_config
                  • ContactIdentityConflict.model_post_init()
                • ContactResponse
                  • ContactResponse.channel_identities
                  • ContactResponse.channel_priority
                  • ContactResponse.display_name
                  • ContactResponse.email
                  • ContactResponse.external_id
                  • ContactResponse.id
                  • ContactResponse.language
                  • ContactResponse.metadata
                  • ContactResponse.model_config
                  • ContactResponse.model_post_init()
                • GetChannelProfileResponse
                  • GetChannelProfileResponse.profile_name
                  • GetChannelProfileResponse.model_config
                  • GetChannelProfileResponse.model_post_init()
              • sinch.domains.conversation.models.v1.contacts.types package
                • sinch.domains.conversation.models.v1.contacts.types.contact_language_type module
                • sinch.domains.conversation.models.v1.contacts.types.conversation_merge_strategy_type module
                • sinch.domains.conversation.models.v1.contacts.types.get_channel_profile_conversation_channel_type module
            • sinch.domains.conversation.models.v1.credentials package
              • sinch.domains.conversation.models.v1.credentials.shared package
                • sinch.domains.conversation.models.v1.credentials.shared.apple_business_chat_credentials module
                  • AppleBusinessChatCredentials
                    • AppleBusinessChatCredentials.business_chat_account_id
                    • AppleBusinessChatCredentials.merchant_id
                    • AppleBusinessChatCredentials.apple_pay_certificate_reference
                    • AppleBusinessChatCredentials.apple_pay_certificate_password
                    • AppleBusinessChatCredentials.model_config
                    • AppleBusinessChatCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.basic_auth_credentials module
                  • BasicAuthCredentials
                    • BasicAuthCredentials.password
                    • BasicAuthCredentials.username
                    • BasicAuthCredentials.model_config
                    • BasicAuthCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.channel_credentials_common_types module
                  • ChannelCredentialsCommonTypes
                    • ChannelCredentialsCommonTypes.callback_secret
                    • ChannelCredentialsCommonTypes.channel
                    • ChannelCredentialsCommonTypes.state
                    • ChannelCredentialsCommonTypes.channel_known_id
                    • ChannelCredentialsCommonTypes.credential_ordinal_number
                    • ChannelCredentialsCommonTypes.model_config
                    • ChannelCredentialsCommonTypes.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.channel_integration_state module
                  • ChannelIntegrationState
                    • ChannelIntegrationState.status
                    • ChannelIntegrationState.description
                    • ChannelIntegrationState.model_config
                    • ChannelIntegrationState.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.conversation_channel_credentials module
                  • StaticBearerChannelCredentials
                    • StaticBearerChannelCredentials.static_bearer
                    • StaticBearerChannelCredentials.model_config
                    • StaticBearerChannelCredentials.model_post_init()
                  • StaticTokenChannelCredentials
                    • StaticTokenChannelCredentials.static_token
                    • StaticTokenChannelCredentials.model_config
                    • StaticTokenChannelCredentials.model_post_init()
                  • MMSChannelCredentials
                    • MMSChannelCredentials.mms_credentials
                    • MMSChannelCredentials.model_config
                    • MMSChannelCredentials.model_post_init()
                  • KakaoTalkChannelCredentials
                    • KakaoTalkChannelCredentials.kakaotalk_credentials
                    • KakaoTalkChannelCredentials.model_config
                    • KakaoTalkChannelCredentials.model_post_init()
                  • TelegramChannelCredentials
                    • TelegramChannelCredentials.telegram_credentials
                    • TelegramChannelCredentials.model_config
                    • TelegramChannelCredentials.model_post_init()
                  • LineChannelCredentials
                    • LineChannelCredentials.line_credentials
                    • LineChannelCredentials.model_config
                    • LineChannelCredentials.model_post_init()
                  • LineEnterpriseChannelCredentials
                    • LineEnterpriseChannelCredentials.line_enterprise_credentials
                    • LineEnterpriseChannelCredentials.model_config
                    • LineEnterpriseChannelCredentials.model_post_init()
                  • WeChatChannelCredentials
                    • WeChatChannelCredentials.wechat_credentials
                    • WeChatChannelCredentials.model_config
                    • WeChatChannelCredentials.model_post_init()
                  • InstagramChannelCredentials
                    • InstagramChannelCredentials.instagram_credentials
                    • InstagramChannelCredentials.model_config
                    • InstagramChannelCredentials.model_post_init()
                  • AppleBusinessChatChannelCredentials
                    • AppleBusinessChatChannelCredentials.applebc_credentials
                    • AppleBusinessChatChannelCredentials.model_config
                    • AppleBusinessChatChannelCredentials.model_post_init()
                  • KakaoTalkChatChannelCredentials
                    • KakaoTalkChatChannelCredentials.kakaotalkchat_credentials
                    • KakaoTalkChatChannelCredentials.model_config
                    • KakaoTalkChatChannelCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.conversation_channel_credentials_response module
                  • StaticBearerChannelCredentialsResponse
                    • StaticBearerChannelCredentialsResponse.model_config
                    • StaticBearerChannelCredentialsResponse.model_post_init()
                  • StaticTokenChannelCredentialsResponse
                    • StaticTokenChannelCredentialsResponse.model_config
                    • StaticTokenChannelCredentialsResponse.model_post_init()
                  • MMSChannelCredentialsResponse
                    • MMSChannelCredentialsResponse.model_config
                    • MMSChannelCredentialsResponse.model_post_init()
                  • InstagramChannelCredentialsResponse
                    • InstagramChannelCredentialsResponse.model_config
                    • InstagramChannelCredentialsResponse.model_post_init()
                  • TelegramChannelCredentialsResponse
                    • TelegramChannelCredentialsResponse.model_config
                    • TelegramChannelCredentialsResponse.model_post_init()
                  • KakaoTalkChannelCredentialsResponse
                    • KakaoTalkChannelCredentialsResponse.model_config
                    • KakaoTalkChannelCredentialsResponse.model_post_init()
                  • KakaoTalkChatChannelCredentialsResponse
                    • KakaoTalkChatChannelCredentialsResponse.model_config
                    • KakaoTalkChatChannelCredentialsResponse.model_post_init()
                  • LineChannelCredentialsResponse
                    • LineChannelCredentialsResponse.model_config
                    • LineChannelCredentialsResponse.model_post_init()
                  • LineEnterpriseJapanChannelCredentialsResponse
                    • LineEnterpriseJapanChannelCredentialsResponse.model_config
                    • LineEnterpriseJapanChannelCredentialsResponse.model_post_init()
                  • LineEnterpriseThailandChannelCredentialsResponse
                    • LineEnterpriseThailandChannelCredentialsResponse.model_config
                    • LineEnterpriseThailandChannelCredentialsResponse.model_post_init()
                  • WeChatChannelCredentialsResponse
                    • WeChatChannelCredentialsResponse.model_config
                    • WeChatChannelCredentialsResponse.model_post_init()
                  • AppleBusinessChatChannelCredentialsResponse
                    • AppleBusinessChatChannelCredentialsResponse.model_config
                    • AppleBusinessChatChannelCredentialsResponse.model_post_init()
                  • ConversationChannelCredentialsResponse
                    • ConversationChannelCredentialsResponse.whatsapp
                    • ConversationChannelCredentialsResponse.rcs
                    • ConversationChannelCredentialsResponse.sms
                    • ConversationChannelCredentialsResponse.viberbm
                    • ConversationChannelCredentialsResponse.messenger
                    • ConversationChannelCredentialsResponse.mms
                    • ConversationChannelCredentialsResponse.instagram
                    • ConversationChannelCredentialsResponse.telegram
                    • ConversationChannelCredentialsResponse.kakaotalk
                    • ConversationChannelCredentialsResponse.kakaotalkchat
                    • ConversationChannelCredentialsResponse.line
                    • ConversationChannelCredentialsResponse.line_japan
                    • ConversationChannelCredentialsResponse.line_thailand
                    • ConversationChannelCredentialsResponse.wechat
                    • ConversationChannelCredentialsResponse.applebc
                    • ConversationChannelCredentialsResponse.model_config
                    • ConversationChannelCredentialsResponse.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.instagram_credentials module
                  • InstagramCredentials
                    • InstagramCredentials.token
                    • InstagramCredentials.business_account_id
                    • InstagramCredentials.model_config
                    • InstagramCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.kakao_talk_chat_credentials module
                  • KakaoTalkChatCredentials
                    • KakaoTalkChatCredentials.kakaotalk_plus_friend_id
                    • KakaoTalkChatCredentials.api_key
                    • KakaoTalkChatCredentials.model_config
                    • KakaoTalkChatCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.kakao_talk_credentials module
                  • KakaoTalkCredentials
                    • KakaoTalkCredentials.kakaotalk_plus_friend_id
                    • KakaoTalkCredentials.kakaotalk_sender_key
                    • KakaoTalkCredentials.model_config
                    • KakaoTalkCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.line_credentials module
                  • LineCredentials
                    • LineCredentials.token
                    • LineCredentials.secret
                    • LineCredentials.is_default
                    • LineCredentials.model_config
                    • LineCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.line_enterprise_credentials module
                  • LineEnterpriseCredentials
                    • LineEnterpriseCredentials.token
                    • LineEnterpriseCredentials.secret
                    • LineEnterpriseCredentials.model_config
                    • LineEnterpriseCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.line_enterprise_credentials_japan module
                  • LineEnterpriseCredentialsJapan
                    • LineEnterpriseCredentialsJapan.line_japan
                    • LineEnterpriseCredentialsJapan.is_default
                    • LineEnterpriseCredentialsJapan.model_config
                    • LineEnterpriseCredentialsJapan.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.line_enterprise_credentials_thailand module
                  • LineEnterpriseCredentialsThailand
                    • LineEnterpriseCredentialsThailand.line_thailand
                    • LineEnterpriseCredentialsThailand.is_default
                    • LineEnterpriseCredentialsThailand.model_config
                    • LineEnterpriseCredentialsThailand.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.mms_credentials module
                  • MMSCredentials
                    • MMSCredentials.account_id
                    • MMSCredentials.api_key
                    • MMSCredentials.basic_auth
                    • MMSCredentials.model_config
                    • MMSCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.static_bearer_credentials module
                  • StaticBearerCredentials
                    • StaticBearerCredentials.claimed_identity
                    • StaticBearerCredentials.token
                    • StaticBearerCredentials.model_config
                    • StaticBearerCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.static_token_credentials module
                  • StaticTokenCredentials
                    • StaticTokenCredentials.token
                    • StaticTokenCredentials.model_config
                    • StaticTokenCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.telegram_credentials module
                  • TelegramCredentials
                    • TelegramCredentials.token
                    • TelegramCredentials.model_config
                    • TelegramCredentials.model_post_init()
                • sinch.domains.conversation.models.v1.credentials.shared.we_chat_credentials module
                  • WeChatCredentials
                    • WeChatCredentials.app_id
                    • WeChatCredentials.app_secret
                    • WeChatCredentials.token
                    • WeChatCredentials.aes_key
                    • WeChatCredentials.model_config
                    • WeChatCredentials.model_post_init()
                • StaticBearerCredentials
                  • StaticBearerCredentials.claimed_identity
                  • StaticBearerCredentials.token
                  • StaticBearerCredentials.model_config
                  • StaticBearerCredentials.model_post_init()
                • StaticTokenCredentials
                  • StaticTokenCredentials.token
                  • StaticTokenCredentials.model_config
                  • StaticTokenCredentials.model_post_init()
                • BasicAuthCredentials
                  • BasicAuthCredentials.password
                  • BasicAuthCredentials.username
                  • BasicAuthCredentials.model_config
                  • BasicAuthCredentials.model_post_init()
                • MMSCredentials
                  • MMSCredentials.account_id
                  • MMSCredentials.api_key
                  • MMSCredentials.basic_auth
                  • MMSCredentials.model_config
                  • MMSCredentials.model_post_init()
                • KakaoTalkCredentials
                  • KakaoTalkCredentials.kakaotalk_plus_friend_id
                  • KakaoTalkCredentials.kakaotalk_sender_key
                  • KakaoTalkCredentials.model_config
                  • KakaoTalkCredentials.model_post_init()
                • KakaoTalkChatCredentials
                  • KakaoTalkChatCredentials.kakaotalk_plus_friend_id
                  • KakaoTalkChatCredentials.api_key
                  • KakaoTalkChatCredentials.model_config
                  • KakaoTalkChatCredentials.model_post_init()
                • TelegramCredentials
                  • TelegramCredentials.token
                  • TelegramCredentials.model_config
                  • TelegramCredentials.model_post_init()
                • LineCredentials
                  • LineCredentials.token
                  • LineCredentials.secret
                  • LineCredentials.is_default
                  • LineCredentials.model_config
                  • LineCredentials.model_post_init()
                • LineEnterpriseCredentials
                  • LineEnterpriseCredentials.token
                  • LineEnterpriseCredentials.secret
                  • LineEnterpriseCredentials.model_config
                  • LineEnterpriseCredentials.model_post_init()
                • LineEnterpriseCredentialsJapan
                  • LineEnterpriseCredentialsJapan.line_japan
                  • LineEnterpriseCredentialsJapan.is_default
                  • LineEnterpriseCredentialsJapan.model_config
                  • LineEnterpriseCredentialsJapan.model_post_init()
                • LineEnterpriseCredentialsThailand
                  • LineEnterpriseCredentialsThailand.line_thailand
                  • LineEnterpriseCredentialsThailand.is_default
                  • LineEnterpriseCredentialsThailand.model_config
                  • LineEnterpriseCredentialsThailand.model_post_init()
                • WeChatCredentials
                  • WeChatCredentials.app_id
                  • WeChatCredentials.app_secret
                  • WeChatCredentials.token
                  • WeChatCredentials.aes_key
                  • WeChatCredentials.model_config
                  • WeChatCredentials.model_post_init()
                • InstagramCredentials
                  • InstagramCredentials.token
                  • InstagramCredentials.business_account_id
                  • InstagramCredentials.model_config
                  • InstagramCredentials.model_post_init()
                • AppleBusinessChatCredentials
                  • AppleBusinessChatCredentials.business_chat_account_id
                  • AppleBusinessChatCredentials.merchant_id
                  • AppleBusinessChatCredentials.apple_pay_certificate_reference
                  • AppleBusinessChatCredentials.apple_pay_certificate_password
                  • AppleBusinessChatCredentials.model_config
                  • AppleBusinessChatCredentials.model_post_init()
                • ChannelIntegrationState
                  • ChannelIntegrationState.status
                  • ChannelIntegrationState.description
                  • ChannelIntegrationState.model_config
                  • ChannelIntegrationState.model_post_init()
                • ChannelCredentialsCommonTypes
                  • ChannelCredentialsCommonTypes.callback_secret
                  • ChannelCredentialsCommonTypes.channel
                  • ChannelCredentialsCommonTypes.state
                  • ChannelCredentialsCommonTypes.channel_known_id
                  • ChannelCredentialsCommonTypes.credential_ordinal_number
                  • ChannelCredentialsCommonTypes.model_config
                  • ChannelCredentialsCommonTypes.model_post_init()
                • StaticBearerChannelCredentials
                  • StaticBearerChannelCredentials.static_bearer
                  • StaticBearerChannelCredentials.model_config
                  • StaticBearerChannelCredentials.model_post_init()
                • StaticTokenChannelCredentials
                  • StaticTokenChannelCredentials.static_token
                  • StaticTokenChannelCredentials.model_config
                  • StaticTokenChannelCredentials.model_post_init()
                • MMSChannelCredentials
                  • MMSChannelCredentials.mms_credentials
                  • MMSChannelCredentials.model_config
                  • MMSChannelCredentials.model_post_init()
                • KakaoTalkChannelCredentials
                  • KakaoTalkChannelCredentials.kakaotalk_credentials
                  • KakaoTalkChannelCredentials.model_config
                  • KakaoTalkChannelCredentials.model_post_init()
                • TelegramChannelCredentials
                  • TelegramChannelCredentials.telegram_credentials
                  • TelegramChannelCredentials.model_config
                  • TelegramChannelCredentials.model_post_init()
                • LineChannelCredentials
                  • LineChannelCredentials.line_credentials
                  • LineChannelCredentials.model_config
                  • LineChannelCredentials.model_post_init()
                • LineEnterpriseChannelCredentials
                  • LineEnterpriseChannelCredentials.line_enterprise_credentials
                  • LineEnterpriseChannelCredentials.model_config
                  • LineEnterpriseChannelCredentials.model_post_init()
                • WeChatChannelCredentials
                  • WeChatChannelCredentials.wechat_credentials
                  • WeChatChannelCredentials.model_config
                  • WeChatChannelCredentials.model_post_init()
                • InstagramChannelCredentials
                  • InstagramChannelCredentials.instagram_credentials
                  • InstagramChannelCredentials.model_config
                  • InstagramChannelCredentials.model_post_init()
                • AppleBusinessChatChannelCredentials
                  • AppleBusinessChatChannelCredentials.applebc_credentials
                  • AppleBusinessChatChannelCredentials.model_config
                  • AppleBusinessChatChannelCredentials.model_post_init()
                • KakaoTalkChatChannelCredentials
                  • KakaoTalkChatChannelCredentials.kakaotalkchat_credentials
                  • KakaoTalkChatChannelCredentials.model_config
                  • KakaoTalkChatChannelCredentials.model_post_init()
              • sinch.domains.conversation.models.v1.credentials.types package
                • sinch.domains.conversation.models.v1.credentials.types.apple_business_chat_credentials_dict module
                  • AppleBusinessChatCredentialsDict
                    • AppleBusinessChatCredentialsDict.business_chat_account_id
                    • AppleBusinessChatCredentialsDict.merchant_id
                    • AppleBusinessChatCredentialsDict.apple_pay_certificate_reference
                    • AppleBusinessChatCredentialsDict.apple_pay_certificate_password
                • sinch.domains.conversation.models.v1.credentials.types.basic_auth_credentials_dict module
                  • BasicAuthCredentialsDict
                    • BasicAuthCredentialsDict.password
                    • BasicAuthCredentialsDict.username
                • sinch.domains.conversation.models.v1.credentials.types.channel_integration_status_type module
                • sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict module
                  • ChannelCredentialsCommonDict
                    • ChannelCredentialsCommonDict.callback_secret
                    • ChannelCredentialsCommonDict.credential_ordinal_number
                  • StaticBearerChannelCredentialsDict
                    • StaticBearerChannelCredentialsDict.claimed_identity
                    • StaticBearerChannelCredentialsDict.token
                    • StaticBearerChannelCredentialsDict.callback_secret
                    • StaticBearerChannelCredentialsDict.credential_ordinal_number
                  • StaticTokenChannelCredentialsDict
                    • StaticTokenChannelCredentialsDict.token
                    • StaticTokenChannelCredentialsDict.callback_secret
                    • StaticTokenChannelCredentialsDict.credential_ordinal_number
                  • MMSChannelCredentialsDict
                    • MMSChannelCredentialsDict.account_id
                    • MMSChannelCredentialsDict.api_key
                    • MMSChannelCredentialsDict.basic_auth
                    • MMSChannelCredentialsDict.callback_secret
                    • MMSChannelCredentialsDict.credential_ordinal_number
                  • InstagramChannelCredentialsDict
                    • InstagramChannelCredentialsDict.token
                    • InstagramChannelCredentialsDict.business_account_id
                    • InstagramChannelCredentialsDict.callback_secret
                    • InstagramChannelCredentialsDict.credential_ordinal_number
                  • TelegramChannelCredentialsDict
                    • TelegramChannelCredentialsDict.token
                    • TelegramChannelCredentialsDict.callback_secret
                    • TelegramChannelCredentialsDict.credential_ordinal_number
                  • KakaoTalkChannelCredentialsDict
                    • KakaoTalkChannelCredentialsDict.kakaotalk_plus_friend_id
                    • KakaoTalkChannelCredentialsDict.kakaotalk_sender_key
                    • KakaoTalkChannelCredentialsDict.callback_secret
                    • KakaoTalkChannelCredentialsDict.credential_ordinal_number
                  • KakaoTalkChatChannelCredentialsDict
                    • KakaoTalkChatChannelCredentialsDict.kakaotalk_plus_friend_id
                    • KakaoTalkChatChannelCredentialsDict.api_key
                    • KakaoTalkChatChannelCredentialsDict.callback_secret
                    • KakaoTalkChatChannelCredentialsDict.credential_ordinal_number
                  • LineChannelCredentialsDict
                    • LineChannelCredentialsDict.token
                    • LineChannelCredentialsDict.secret
                    • LineChannelCredentialsDict.is_default
                    • LineChannelCredentialsDict.callback_secret
                    • LineChannelCredentialsDict.credential_ordinal_number
                  • LineEnterpriseChannelCredentialsDict
                    • LineEnterpriseChannelCredentialsDict.token
                    • LineEnterpriseChannelCredentialsDict.secret
                    • LineEnterpriseChannelCredentialsDict.is_default
                    • LineEnterpriseChannelCredentialsDict.callback_secret
                    • LineEnterpriseChannelCredentialsDict.credential_ordinal_number
                  • WeChatChannelCredentialsDict
                    • WeChatChannelCredentialsDict.app_id
                    • WeChatChannelCredentialsDict.app_secret
                    • WeChatChannelCredentialsDict.token
                    • WeChatChannelCredentialsDict.aes_key
                    • WeChatChannelCredentialsDict.callback_secret
                    • WeChatChannelCredentialsDict.credential_ordinal_number
                  • AppleBusinessChatChannelCredentialsDict
                    • AppleBusinessChatChannelCredentialsDict.business_chat_account_id
                    • AppleBusinessChatChannelCredentialsDict.merchant_id
                    • AppleBusinessChatChannelCredentialsDict.apple_pay_certificate_reference
                    • AppleBusinessChatChannelCredentialsDict.apple_pay_certificate_password
                    • AppleBusinessChatChannelCredentialsDict.callback_secret
                    • AppleBusinessChatChannelCredentialsDict.credential_ordinal_number
                  • ConversationChannelCredentialsDict
                    • ConversationChannelCredentialsDict.WHATSAPP
                    • ConversationChannelCredentialsDict.RCS
                    • ConversationChannelCredentialsDict.SMS
                    • ConversationChannelCredentialsDict.VIBERBM
                    • ConversationChannelCredentialsDict.MESSENGER
                    • ConversationChannelCredentialsDict.MMS
                    • ConversationChannelCredentialsDict.INSTAGRAM
                    • ConversationChannelCredentialsDict.TELEGRAM
                    • ConversationChannelCredentialsDict.KAKAOTALK
                    • ConversationChannelCredentialsDict.KAKAOTALKCHAT
                    • ConversationChannelCredentialsDict.LINE
                    • ConversationChannelCredentialsDict.LINE_JAPAN
                    • ConversationChannelCredentialsDict.LINE_THAILAND
                    • ConversationChannelCredentialsDict.WECHAT
                    • ConversationChannelCredentialsDict.APPLEBC
                • sinch.domains.conversation.models.v1.credentials.types.instagram_credentials_dict module
                  • InstagramCredentialsDict
                    • InstagramCredentialsDict.token
                    • InstagramCredentialsDict.business_account_id
                • sinch.domains.conversation.models.v1.credentials.types.kakao_talk_chat_credentials_dict module
                  • KakaoTalkChatCredentialsDict
                    • KakaoTalkChatCredentialsDict.kakaotalk_plus_friend_id
                    • KakaoTalkChatCredentialsDict.api_key
                • sinch.domains.conversation.models.v1.credentials.types.kakao_talk_credentials_dict module
                  • KakaoTalkCredentialsDict
                    • KakaoTalkCredentialsDict.kakaotalk_plus_friend_id
                    • KakaoTalkCredentialsDict.kakaotalk_sender_key
                • sinch.domains.conversation.models.v1.credentials.types.line_credentials_dict module
                  • LineCredentialsDict
                    • LineCredentialsDict.token
                    • LineCredentialsDict.secret
                    • LineCredentialsDict.is_default
                • sinch.domains.conversation.models.v1.credentials.types.line_enterprise_credentials_dict module
                  • LineEnterpriseCredentialsDict
                    • LineEnterpriseCredentialsDict.token
                    • LineEnterpriseCredentialsDict.secret
                    • LineEnterpriseCredentialsDict.is_default
                • sinch.domains.conversation.models.v1.credentials.types.mms_credentials_dict module
                  • MMSCredentialsDict
                    • MMSCredentialsDict.account_id
                    • MMSCredentialsDict.api_key
                    • MMSCredentialsDict.basic_auth
                • sinch.domains.conversation.models.v1.credentials.types.static_bearer_credentials_dict module
                  • StaticBearerCredentialsDict
                    • StaticBearerCredentialsDict.claimed_identity
                    • StaticBearerCredentialsDict.token
                • sinch.domains.conversation.models.v1.credentials.types.static_token_credentials_dict module
                  • StaticTokenCredentialsDict
                    • StaticTokenCredentialsDict.token
                • sinch.domains.conversation.models.v1.credentials.types.telegram_credentials_dict module
                  • TelegramCredentialsDict
                    • TelegramCredentialsDict.token
                • sinch.domains.conversation.models.v1.credentials.types.we_chat_credentials_dict module
                  • WeChatCredentialsDict
                    • WeChatCredentialsDict.app_id
                    • WeChatCredentialsDict.app_secret
                    • WeChatCredentialsDict.token
                    • WeChatCredentialsDict.aes_key
                • StaticBearerCredentialsDict
                  • StaticBearerCredentialsDict.claimed_identity
                  • StaticBearerCredentialsDict.token
                • StaticTokenCredentialsDict
                  • StaticTokenCredentialsDict.token
                • BasicAuthCredentialsDict
                  • BasicAuthCredentialsDict.password
                  • BasicAuthCredentialsDict.username
                • MMSCredentialsDict
                  • MMSCredentialsDict.account_id
                  • MMSCredentialsDict.api_key
                  • MMSCredentialsDict.basic_auth
                • KakaoTalkCredentialsDict
                  • KakaoTalkCredentialsDict.kakaotalk_plus_friend_id
                  • KakaoTalkCredentialsDict.kakaotalk_sender_key
                • KakaoTalkChatCredentialsDict
                  • KakaoTalkChatCredentialsDict.kakaotalk_plus_friend_id
                  • KakaoTalkChatCredentialsDict.api_key
                • TelegramCredentialsDict
                  • TelegramCredentialsDict.token
                • LineCredentialsDict
                  • LineCredentialsDict.token
                  • LineCredentialsDict.secret
                  • LineCredentialsDict.is_default
                • LineEnterpriseCredentialsDict
                  • LineEnterpriseCredentialsDict.token
                  • LineEnterpriseCredentialsDict.secret
                  • LineEnterpriseCredentialsDict.is_default
                • WeChatCredentialsDict
                  • WeChatCredentialsDict.app_id
                  • WeChatCredentialsDict.app_secret
                  • WeChatCredentialsDict.token
                  • WeChatCredentialsDict.aes_key
                • InstagramCredentialsDict
                  • InstagramCredentialsDict.token
                  • InstagramCredentialsDict.business_account_id
                • AppleBusinessChatCredentialsDict
                  • AppleBusinessChatCredentialsDict.business_chat_account_id
                  • AppleBusinessChatCredentialsDict.merchant_id
                  • AppleBusinessChatCredentialsDict.apple_pay_certificate_reference
                  • AppleBusinessChatCredentialsDict.apple_pay_certificate_password
                • ConversationChannelCredentialsDict
                  • ConversationChannelCredentialsDict.WHATSAPP
                  • ConversationChannelCredentialsDict.RCS
                  • ConversationChannelCredentialsDict.SMS
                  • ConversationChannelCredentialsDict.VIBERBM
                  • ConversationChannelCredentialsDict.MESSENGER
                  • ConversationChannelCredentialsDict.MMS
                  • ConversationChannelCredentialsDict.INSTAGRAM
                  • ConversationChannelCredentialsDict.TELEGRAM
                  • ConversationChannelCredentialsDict.KAKAOTALK
                  • ConversationChannelCredentialsDict.KAKAOTALKCHAT
                  • ConversationChannelCredentialsDict.LINE
                  • ConversationChannelCredentialsDict.LINE_JAPAN
                  • ConversationChannelCredentialsDict.LINE_THAILAND
                  • ConversationChannelCredentialsDict.WECHAT
                  • ConversationChannelCredentialsDict.APPLEBC
            • sinch.domains.conversation.models.v1.messages package
              • sinch.domains.conversation.models.v1.messages.categories package
                • sinch.domains.conversation.models.v1.messages.categories.app package
                  • sinch.domains.conversation.models.v1.messages.categories.app.app_message module
                    • CardAppMessage
                      • CardAppMessage.card_message
                      • CardAppMessage.model_config
                      • CardAppMessage.model_post_init()
                    • CarouselAppMessage
                      • CarouselAppMessage.carousel_message
                      • CarouselAppMessage.model_config
                      • CarouselAppMessage.model_post_init()
                    • ChoiceAppMessage
                      • ChoiceAppMessage.choice_message
                      • ChoiceAppMessage.model_config
                      • ChoiceAppMessage.model_post_init()
                    • LocationAppMessage
                      • LocationAppMessage.location_message
                      • LocationAppMessage.model_config
                      • LocationAppMessage.model_post_init()
                    • MediaAppMessage
                      • MediaAppMessage.media_message
                      • MediaAppMessage.model_config
                      • MediaAppMessage.model_post_init()
                    • TemplateAppMessage
                      • TemplateAppMessage.template_message
                      • TemplateAppMessage.model_config
                      • TemplateAppMessage.model_post_init()
                    • TextAppMessage
                      • TextAppMessage.text_message
                      • TextAppMessage.model_config
                      • TextAppMessage.model_post_init()
                    • ListAppMessage
                      • ListAppMessage.list_message
                      • ListAppMessage.model_config
                      • ListAppMessage.model_post_init()
                    • ContactInfoAppMessage
                      • ContactInfoAppMessage.contact_info_message
                      • ContactInfoAppMessage.model_config
                      • ContactInfoAppMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.calendar package
                  • sinch.domains.conversation.models.v1.messages.categories.calendar.calendar_message module
                    • CalendarMessage
                      • CalendarMessage.title
                      • CalendarMessage.event_start
                      • CalendarMessage.event_end
                      • CalendarMessage.event_title
                      • CalendarMessage.event_description
                      • CalendarMessage.fallback_url
                      • CalendarMessage.model_config
                      • CalendarMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.call package
                  • sinch.domains.conversation.models.v1.messages.categories.call.call_message module
                    • CallMessage
                      • CallMessage.phone_number
                      • CallMessage.title
                      • CallMessage.model_config
                      • CallMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.card package
                  • sinch.domains.conversation.models.v1.messages.categories.card.card_message module
                    • CardMessage
                      • CardMessage.choices
                      • CardMessage.description
                      • CardMessage.height
                      • CardMessage.title
                      • CardMessage.media_message
                      • CardMessage.message_properties
                      • CardMessage.model_config
                      • CardMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.card.card_message_field module
                    • CardMessageField
                      • CardMessageField.card_message
                      • CardMessageField.model_config
                      • CardMessageField.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.card.message_properties module
                    • MessageProperties
                      • MessageProperties.whatsapp_header
                      • MessageProperties.model_config
                      • MessageProperties.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.carousel package
                  • sinch.domains.conversation.models.v1.messages.categories.carousel.carousel_message module
                    • CarouselMessage
                      • CarouselMessage.cards
                      • CarouselMessage.choices
                      • CarouselMessage.model_config
                      • CarouselMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.carousel.carousel_message_field module
                    • CarouselMessageField
                      • CarouselMessageField.carousel_message
                      • CarouselMessageField.model_config
                      • CarouselMessageField.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.channelspecific package
                  • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk package
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.buttons package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.buttons.kakaotalk_app_link_button module
                        • KakaoTalkAppLinkButton
                          • KakaoTalkAppLinkButton.type
                          • KakaoTalkAppLinkButton.scheme_ios
                          • KakaoTalkAppLinkButton.scheme_android
                          • KakaoTalkAppLinkButton.model_config
                          • KakaoTalkAppLinkButton.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.buttons.kakaotalk_bot_keyword_button module
                        • KakaoTalkBotKeywordButton
                          • KakaoTalkBotKeywordButton.type
                          • KakaoTalkBotKeywordButton.model_config
                          • KakaoTalkBotKeywordButton.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.buttons.kakaotalk_button module
                        • KakaoTalkButton
                          • KakaoTalkButton.name
                          • KakaoTalkButton.model_config
                          • KakaoTalkButton.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.buttons.kakaotalk_web_link_button module
                        • KakaoTalkWebLinkButton
                          • KakaoTalkWebLinkButton.type
                          • KakaoTalkWebLinkButton.link_mo
                          • KakaoTalkWebLinkButton.link_pc
                          • KakaoTalkWebLinkButton.model_config
                          • KakaoTalkWebLinkButton.model_post_init()
                      • KakaoTalkButton
                        • KakaoTalkButton.name
                        • KakaoTalkButton.model_config
                        • KakaoTalkButton.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel module
                        • KakaoTalkCarousel
                          • KakaoTalkCarousel.head
                          • KakaoTalkCarousel.list
                          • KakaoTalkCarousel.tail
                          • KakaoTalkCarousel.model_config
                          • KakaoTalkCarousel.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_commerce_channel_specific_message module
                        • KakaoTalkCarouselCommerceChannelSpecificMessage
                          • KakaoTalkCarouselCommerceChannelSpecificMessage.carousel
                          • KakaoTalkCarouselCommerceChannelSpecificMessage.model_config
                          • KakaoTalkCarouselCommerceChannelSpecificMessage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_head module
                        • KakaoTalkCarouselHead
                          • KakaoTalkCarouselHead.header
                          • KakaoTalkCarouselHead.content
                          • KakaoTalkCarouselHead.image_url
                          • KakaoTalkCarouselHead.link_mo
                          • KakaoTalkCarouselHead.link_pc
                          • KakaoTalkCarouselHead.scheme_ios
                          • KakaoTalkCarouselHead.scheme_android
                          • KakaoTalkCarouselHead.model_config
                          • KakaoTalkCarouselHead.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_carousel_tail module
                        • KakaoTalkCarouselTail
                          • KakaoTalkCarouselTail.link_mo
                          • KakaoTalkCarouselTail.link_pc
                          • KakaoTalkCarouselTail.scheme_ios
                          • KakaoTalkCarouselTail.scheme_android
                          • KakaoTalkCarouselTail.model_config
                          • KakaoTalkCarouselTail.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_channel_specific_message module
                        • KakaoTalkChannelSpecificMessage
                          • KakaoTalkChannelSpecificMessage.push_alarm
                          • KakaoTalkChannelSpecificMessage.adult
                          • KakaoTalkChannelSpecificMessage.model_config
                          • KakaoTalkChannelSpecificMessage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_channel_specific_message module
                        • KakaoTalkCommerceChannelSpecificMessage
                          • KakaoTalkCommerceChannelSpecificMessage.buttons
                          • KakaoTalkCommerceChannelSpecificMessage.additional_content
                          • KakaoTalkCommerceChannelSpecificMessage.image
                          • KakaoTalkCommerceChannelSpecificMessage.commerce
                          • KakaoTalkCommerceChannelSpecificMessage.coupon
                          • KakaoTalkCommerceChannelSpecificMessage.model_config
                          • KakaoTalkCommerceChannelSpecificMessage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_image module
                        • KakaoTalkCommerceImage
                          • KakaoTalkCommerceImage.image_url
                          • KakaoTalkCommerceImage.image_link
                          • KakaoTalkCommerceImage.model_config
                          • KakaoTalkCommerceImage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_message module
                        • KakaoTalkCommerceMessage
                          • KakaoTalkCommerceMessage.buttons
                          • KakaoTalkCommerceMessage.additional_content
                          • KakaoTalkCommerceMessage.image
                          • KakaoTalkCommerceMessage.commerce
                          • KakaoTalkCommerceMessage.coupon
                          • KakaoTalkCommerceMessage.model_config
                          • KakaoTalkCommerceMessage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_discount_fixed_commerce module
                        • KakaoTalkDiscountFixedCommerce
                          • KakaoTalkDiscountFixedCommerce.type
                          • KakaoTalkDiscountFixedCommerce.discount_price
                          • KakaoTalkDiscountFixedCommerce.discount_fixed
                          • KakaoTalkDiscountFixedCommerce.model_config
                          • KakaoTalkDiscountFixedCommerce.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_discount_rate_commerce module
                        • KakaoTalkDiscountRateCommerce
                          • KakaoTalkDiscountRateCommerce.type
                          • KakaoTalkDiscountRateCommerce.discount_price
                          • KakaoTalkDiscountRateCommerce.discount_rate
                          • KakaoTalkDiscountRateCommerce.model_config
                          • KakaoTalkDiscountRateCommerce.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_regular_price_commerce module
                        • KakaoTalkRegularPriceCommerce
                          • KakaoTalkRegularPriceCommerce.type
                          • KakaoTalkRegularPriceCommerce.title
                          • KakaoTalkRegularPriceCommerce.regular_price
                          • KakaoTalkRegularPriceCommerce.model_config
                          • KakaoTalkRegularPriceCommerce.model_post_init()
                      • KakaoTalkChannelSpecificMessage
                        • KakaoTalkChannelSpecificMessage.push_alarm
                        • KakaoTalkChannelSpecificMessage.adult
                        • KakaoTalkChannelSpecificMessage.model_config
                        • KakaoTalkChannelSpecificMessage.model_post_init()
                      • KakaoTalkCommerceImage
                        • KakaoTalkCommerceImage.image_url
                        • KakaoTalkCommerceImage.image_link
                        • KakaoTalkCommerceImage.model_config
                        • KakaoTalkCommerceImage.model_post_init()
                      • KakaoTalkCarouselHead
                        • KakaoTalkCarouselHead.header
                        • KakaoTalkCarouselHead.content
                        • KakaoTalkCarouselHead.image_url
                        • KakaoTalkCarouselHead.link_mo
                        • KakaoTalkCarouselHead.link_pc
                        • KakaoTalkCarouselHead.scheme_ios
                        • KakaoTalkCarouselHead.scheme_android
                        • KakaoTalkCarouselHead.model_config
                        • KakaoTalkCarouselHead.model_post_init()
                      • KakaoTalkCarouselTail
                        • KakaoTalkCarouselTail.link_mo
                        • KakaoTalkCarouselTail.link_pc
                        • KakaoTalkCarouselTail.scheme_ios
                        • KakaoTalkCarouselTail.scheme_android
                        • KakaoTalkCarouselTail.model_config
                        • KakaoTalkCarouselTail.model_post_init()
                      • KakaoTalkRegularPriceCommerce
                        • KakaoTalkRegularPriceCommerce.type
                        • KakaoTalkRegularPriceCommerce.title
                        • KakaoTalkRegularPriceCommerce.regular_price
                        • KakaoTalkRegularPriceCommerce.model_config
                        • KakaoTalkRegularPriceCommerce.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_coupon module
                        • KakaoTalkCoupon
                          • KakaoTalkCoupon.description
                          • KakaoTalkCoupon.link_mo
                          • KakaoTalkCoupon.link_pc
                          • KakaoTalkCoupon.scheme_android
                          • KakaoTalkCoupon.scheme_ios
                          • KakaoTalkCoupon.model_config
                          • KakaoTalkCoupon.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_discount_rate_coupon module
                        • KakaoTalkDiscountRateCoupon
                          • KakaoTalkDiscountRateCoupon.type
                          • KakaoTalkDiscountRateCoupon.discount_rate
                          • KakaoTalkDiscountRateCoupon.model_config
                          • KakaoTalkDiscountRateCoupon.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_fixed_discount_coupon module
                        • KakaoTalkFixedDiscountCoupon
                          • KakaoTalkFixedDiscountCoupon.type
                          • KakaoTalkFixedDiscountCoupon.discount_fixed
                          • KakaoTalkFixedDiscountCoupon.model_config
                          • KakaoTalkFixedDiscountCoupon.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_free_coupon module
                        • KakaoTalkFreeCoupon
                          • KakaoTalkFreeCoupon.type
                          • KakaoTalkFreeCoupon.title
                          • KakaoTalkFreeCoupon.model_config
                          • KakaoTalkFreeCoupon.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_shipping_discount_coupon module
                        • KakaoTalkShippingDiscountCoupon
                          • KakaoTalkShippingDiscountCoupon.type
                          • KakaoTalkShippingDiscountCoupon.model_config
                          • KakaoTalkShippingDiscountCoupon.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_up_coupon module
                        • KakaoTalkUpCoupon
                          • KakaoTalkUpCoupon.type
                          • KakaoTalkUpCoupon.title
                          • KakaoTalkUpCoupon.model_config
                          • KakaoTalkUpCoupon.model_post_init()
                      • KakaoTalkCoupon
                        • KakaoTalkCoupon.description
                        • KakaoTalkCoupon.link_mo
                        • KakaoTalkCoupon.link_pc
                        • KakaoTalkCoupon.scheme_android
                        • KakaoTalkCoupon.scheme_ios
                        • KakaoTalkCoupon.model_config
                        • KakaoTalkCoupon.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.channelspecific.line package
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.buttons package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.buttons.line_notification_message_template_button module
                        • LineNotificationMessageTemplateButton
                          • LineNotificationMessageTemplateButton.button_key
                          • LineNotificationMessageTemplateButton.url
                          • LineNotificationMessageTemplateButton.model_config
                          • LineNotificationMessageTemplateButton.model_post_init()
                      • LineNotificationMessageTemplateButton
                        • LineNotificationMessageTemplateButton.button_key
                        • LineNotificationMessageTemplateButton.url
                        • LineNotificationMessageTemplateButton.model_config
                        • LineNotificationMessageTemplateButton.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.line_notification_message_template_body module
                      • LineNotificationMessageTemplateBody
                        • LineNotificationMessageTemplateBody.emphasized_item
                        • LineNotificationMessageTemplateBody.items
                        • LineNotificationMessageTemplateBody.buttons
                        • LineNotificationMessageTemplateBody.model_config
                        • LineNotificationMessageTemplateBody.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.line_notification_message_template_emphasized_item module
                      • LineNotificationMessageTemplateEmphasizedItem
                        • LineNotificationMessageTemplateEmphasizedItem.item_key
                        • LineNotificationMessageTemplateEmphasizedItem.content
                        • LineNotificationMessageTemplateEmphasizedItem.model_config
                        • LineNotificationMessageTemplateEmphasizedItem.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.line_notification_message_template_item module
                      • LineNotificationMessageTemplateItem
                        • LineNotificationMessageTemplateItem.item_key
                        • LineNotificationMessageTemplateItem.content
                        • LineNotificationMessageTemplateItem.model_config
                        • LineNotificationMessageTemplateItem.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.line.line_notification_message_template_message module
                      • LineNotificationMessageTemplateMessage
                        • LineNotificationMessageTemplateMessage.template_key
                        • LineNotificationMessageTemplateMessage.body
                        • LineNotificationMessageTemplateMessage.model_config
                        • LineNotificationMessageTemplateMessage.model_post_init()
                    • LineNotificationMessageTemplateEmphasizedItem
                      • LineNotificationMessageTemplateEmphasizedItem.item_key
                      • LineNotificationMessageTemplateEmphasizedItem.content
                      • LineNotificationMessageTemplateEmphasizedItem.model_config
                      • LineNotificationMessageTemplateEmphasizedItem.model_post_init()
                    • LineNotificationMessageTemplateItem
                      • LineNotificationMessageTemplateItem.item_key
                      • LineNotificationMessageTemplateItem.content
                      • LineNotificationMessageTemplateItem.model_config
                      • LineNotificationMessageTemplateItem.model_post_init()
                    • LineNotificationMessageTemplateButton
                      • LineNotificationMessageTemplateButton.button_key
                      • LineNotificationMessageTemplateButton.url
                      • LineNotificationMessageTemplateButton.model_config
                      • LineNotificationMessageTemplateButton.model_post_init()
                    • LineNotificationMessageTemplateBody
                      • LineNotificationMessageTemplateBody.emphasized_item
                      • LineNotificationMessageTemplateBody.items
                      • LineNotificationMessageTemplateBody.buttons
                      • LineNotificationMessageTemplateBody.model_config
                      • LineNotificationMessageTemplateBody.model_post_init()
                    • LineNotificationMessageTemplateMessage
                      • LineNotificationMessageTemplateMessage.template_key
                      • LineNotificationMessageTemplateMessage.body
                      • LineNotificationMessageTemplateMessage.model_config
                      • LineNotificationMessageTemplateMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp package
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.whatsapp_payment_settings_boleto_button module
                        • WhatsAppPaymentSettingsBoletoButton
                          • WhatsAppPaymentSettingsBoletoButton.type
                          • WhatsAppPaymentSettingsBoletoButton.digitable_line
                          • WhatsAppPaymentSettingsBoletoButton.model_config
                          • WhatsAppPaymentSettingsBoletoButton.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.whatsapp_payment_settings_payment_link_button module
                        • WhatsAppPaymentSettingsPaymentLinkButton
                          • WhatsAppPaymentSettingsPaymentLinkButton.type
                          • WhatsAppPaymentSettingsPaymentLinkButton.uri
                          • WhatsAppPaymentSettingsPaymentLinkButton.model_config
                          • WhatsAppPaymentSettingsPaymentLinkButton.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.whatsapp_payment_settings_pix_button module
                        • WhatsAppPaymentSettingsPixButton
                          • WhatsAppPaymentSettingsPixButton.type
                          • WhatsAppPaymentSettingsPixButton.code
                          • WhatsAppPaymentSettingsPixButton.merchant_name
                          • WhatsAppPaymentSettingsPixButton.key
                          • WhatsAppPaymentSettingsPixButton.key_type
                          • WhatsAppPaymentSettingsPixButton.model_config
                          • WhatsAppPaymentSettingsPixButton.model_post_init()
                      • WhatsAppPaymentSettingsBoletoButton
                        • WhatsAppPaymentSettingsBoletoButton.type
                        • WhatsAppPaymentSettingsBoletoButton.digitable_line
                        • WhatsAppPaymentSettingsBoletoButton.model_config
                        • WhatsAppPaymentSettingsBoletoButton.model_post_init()
                      • WhatsAppPaymentSettingsPaymentLinkButton
                        • WhatsAppPaymentSettingsPaymentLinkButton.type
                        • WhatsAppPaymentSettingsPaymentLinkButton.uri
                        • WhatsAppPaymentSettingsPaymentLinkButton.model_config
                        • WhatsAppPaymentSettingsPaymentLinkButton.model_post_init()
                      • WhatsAppPaymentSettingsPixButton
                        • WhatsAppPaymentSettingsPixButton.type
                        • WhatsAppPaymentSettingsPixButton.code
                        • WhatsAppPaymentSettingsPixButton.merchant_name
                        • WhatsAppPaymentSettingsPixButton.key
                        • WhatsAppPaymentSettingsPixButton.key_type
                        • WhatsAppPaymentSettingsPixButton.model_config
                        • WhatsAppPaymentSettingsPixButton.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.flow_action_payload module
                        • FlowActionPayload
                          • FlowActionPayload.screen
                          • FlowActionPayload.data
                          • FlowActionPayload.model_config
                          • FlowActionPayload.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.flow_channel_specific_message module
                        • FlowChannelSpecificMessage
                          • FlowChannelSpecificMessage.flow_id
                          • FlowChannelSpecificMessage.flow_cta
                          • FlowChannelSpecificMessage.flow_token
                          • FlowChannelSpecificMessage.flow_mode
                          • FlowChannelSpecificMessage.flow_action
                          • FlowChannelSpecificMessage.flow_action_payload
                          • FlowChannelSpecificMessage.model_config
                          • FlowChannelSpecificMessage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_body module
                        • WhatsAppInteractiveBody
                          • WhatsAppInteractiveBody.text
                          • WhatsAppInteractiveBody.model_config
                          • WhatsAppInteractiveBody.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_document_header module
                        • WhatsAppInteractiveDocumentHeader
                          • WhatsAppInteractiveDocumentHeader.type
                          • WhatsAppInteractiveDocumentHeader.document
                          • WhatsAppInteractiveDocumentHeader.model_config
                          • WhatsAppInteractiveDocumentHeader.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_footer module
                        • WhatsAppInteractiveFooter
                          • WhatsAppInteractiveFooter.text
                          • WhatsAppInteractiveFooter.model_config
                          • WhatsAppInteractiveFooter.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_header_media module
                        • WhatsAppInteractiveHeaderMedia
                          • WhatsAppInteractiveHeaderMedia.link
                          • WhatsAppInteractiveHeaderMedia.model_config
                          • WhatsAppInteractiveHeaderMedia.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_image_header module
                        • WhatsAppInteractiveImageHeader
                          • WhatsAppInteractiveImageHeader.type
                          • WhatsAppInteractiveImageHeader.image
                          • WhatsAppInteractiveImageHeader.model_config
                          • WhatsAppInteractiveImageHeader.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_text_header module
                        • WhatsAppInteractiveTextHeader
                          • WhatsAppInteractiveTextHeader.type
                          • WhatsAppInteractiveTextHeader.text
                          • WhatsAppInteractiveTextHeader.model_config
                          • WhatsAppInteractiveTextHeader.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.flows.whatsapp_interactive_video_header module
                        • WhatsAppInteractiveVideoHeader
                          • WhatsAppInteractiveVideoHeader.type
                          • WhatsAppInteractiveVideoHeader.video
                          • WhatsAppInteractiveVideoHeader.model_config
                          • WhatsAppInteractiveVideoHeader.model_post_init()
                      • FlowActionPayload
                        • FlowActionPayload.screen
                        • FlowActionPayload.data
                        • FlowActionPayload.model_config
                        • FlowActionPayload.model_post_init()
                      • WhatsAppInteractiveBody
                        • WhatsAppInteractiveBody.text
                        • WhatsAppInteractiveBody.model_config
                        • WhatsAppInteractiveBody.model_post_init()
                      • WhatsAppInteractiveFooter
                        • WhatsAppInteractiveFooter.text
                        • WhatsAppInteractiveFooter.model_config
                        • WhatsAppInteractiveFooter.model_post_init()
                      • WhatsAppInteractiveHeaderMedia
                        • WhatsAppInteractiveHeaderMedia.link
                        • WhatsAppInteractiveHeaderMedia.model_config
                        • WhatsAppInteractiveHeaderMedia.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.nfmreply package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.nfmreply.whatsapp_interactive_nfm_reply module
                        • WhatsAppInteractiveNfmReply
                          • WhatsAppInteractiveNfmReply.name
                          • WhatsAppInteractiveNfmReply.response_json
                          • WhatsAppInteractiveNfmReply.body
                          • WhatsAppInteractiveNfmReply.model_config
                          • WhatsAppInteractiveNfmReply.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.nfmreply.whatsapp_interactive_nfm_reply_message module
                        • WhatsAppInteractiveNfmReplyMessage
                          • WhatsAppInteractiveNfmReplyMessage.type
                          • WhatsAppInteractiveNfmReplyMessage.nfm_reply
                          • WhatsAppInteractiveNfmReplyMessage.model_config
                          • WhatsAppInteractiveNfmReplyMessage.model_post_init()
                      • WhatsAppInteractiveNfmReply
                        • WhatsAppInteractiveNfmReply.name
                        • WhatsAppInteractiveNfmReply.response_json
                        • WhatsAppInteractiveNfmReply.body
                        • WhatsAppInteractiveNfmReply.model_config
                        • WhatsAppInteractiveNfmReply.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment package
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.order_item module
                        • OrderItem
                          • OrderItem.retailer_id
                          • OrderItem.name
                          • OrderItem.amount_value
                          • OrderItem.quantity
                          • OrderItem.sale_amount_value
                          • OrderItem.model_config
                          • OrderItem.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order module
                        • PaymentOrder
                          • PaymentOrder.items
                          • PaymentOrder.subtotal_value
                          • PaymentOrder.tax_value
                          • PaymentOrder.catalog_id
                          • PaymentOrder.expiration_time
                          • PaymentOrder.expiration_description
                          • PaymentOrder.tax_description
                          • PaymentOrder.shipping_value
                          • PaymentOrder.shipping_description
                          • PaymentOrder.discount_value
                          • PaymentOrder.discount_description
                          • PaymentOrder.discount_program_name
                          • PaymentOrder.model_config
                          • PaymentOrder.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order_details_channel_specific_message module
                        • PaymentOrderDetailsChannelSpecificMessage
                          • PaymentOrderDetailsChannelSpecificMessage.payment
                          • PaymentOrderDetailsChannelSpecificMessage.model_config
                          • PaymentOrderDetailsChannelSpecificMessage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order_details_content module
                        • PaymentOrderDetailsContent
                          • PaymentOrderDetailsContent.type
                          • PaymentOrderDetailsContent.reference_id
                          • PaymentOrderDetailsContent.type_of_goods
                          • PaymentOrderDetailsContent.total_amount_value
                          • PaymentOrderDetailsContent.order
                          • PaymentOrderDetailsContent.payment_buttons
                          • PaymentOrderDetailsContent.model_config
                          • PaymentOrderDetailsContent.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order_status_channel_specific_message module
                        • PaymentOrderStatusChannelSpecificMessage
                          • PaymentOrderStatusChannelSpecificMessage.payment
                          • PaymentOrderStatusChannelSpecificMessage.model_config
                          • PaymentOrderStatusChannelSpecificMessage.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order_status_content module
                        • PaymentOrderStatusContent
                          • PaymentOrderStatusContent.reference_id
                          • PaymentOrderStatusContent.order
                          • PaymentOrderStatusContent.model_config
                          • PaymentOrderStatusContent.model_post_init()
                      • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order_status_order module
                        • PaymentOrderStatusOrder
                          • PaymentOrderStatusOrder.status
                          • PaymentOrderStatusOrder.description
                          • PaymentOrderStatusOrder.model_config
                          • PaymentOrderStatusOrder.model_post_init()
                      • OrderItem
                        • OrderItem.retailer_id
                        • OrderItem.name
                        • OrderItem.amount_value
                        • OrderItem.quantity
                        • OrderItem.sale_amount_value
                        • OrderItem.model_config
                        • OrderItem.model_post_init()
                      • PaymentOrderStatusOrder
                        • PaymentOrderStatusOrder.status
                        • PaymentOrderStatusOrder.description
                        • PaymentOrderStatusOrder.model_config
                        • PaymentOrderStatusOrder.model_post_init()
                    • sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.whatsapp_common_props module
                      • WhatsAppCommonProps
                        • WhatsAppCommonProps.header
                        • WhatsAppCommonProps.body
                        • WhatsAppCommonProps.footer
                        • WhatsAppCommonProps.model_config
                        • WhatsAppCommonProps.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.channelspecific.channel_specific_contact_message_message module
                    • ChannelSpecificContactMessageMessage
                      • ChannelSpecificContactMessageMessage.message_type
                      • ChannelSpecificContactMessageMessage.message
                      • ChannelSpecificContactMessageMessage.model_config
                      • ChannelSpecificContactMessageMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.channelspecific.channel_specific_message module
                    • ChannelSpecificMessage
                      • ChannelSpecificMessage.message_type
                      • ChannelSpecificMessage.message
                      • ChannelSpecificMessage.model_config
                      • ChannelSpecificMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.channelspecific.channel_specific_message_content module
                • sinch.domains.conversation.models.v1.messages.categories.choice package
                  • sinch.domains.conversation.models.v1.messages.categories.choice.choice_message module
                    • ChoiceMessage
                      • ChoiceMessage.choices
                      • ChoiceMessage.text_message
                      • ChoiceMessage.message_properties
                      • ChoiceMessage.model_config
                      • ChoiceMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.choice.choice_message_field module
                    • ChoiceMessageField
                      • ChoiceMessageField.choice_message
                      • ChoiceMessageField.model_config
                      • ChoiceMessageField.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.choice.choice_message_properties module
                    • ChoiceMessageProperties
                      • ChoiceMessageProperties.whatsapp_footer
                      • ChoiceMessageProperties.model_config
                      • ChoiceMessageProperties.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.choice.choice_option module
                  • sinch.domains.conversation.models.v1.messages.categories.choice.choice_options module
                    • ChoiceMessageWithPostback
                      • ChoiceMessageWithPostback.postback_data
                      • ChoiceMessageWithPostback.display_mode
                      • ChoiceMessageWithPostback.model_config
                      • ChoiceMessageWithPostback.model_post_init()
                    • CallChoiceMessage
                      • CallChoiceMessage.call_message
                      • CallChoiceMessage.model_config
                      • CallChoiceMessage.model_post_init()
                    • LocationChoiceMessage
                      • LocationChoiceMessage.location_message
                      • LocationChoiceMessage.model_config
                      • LocationChoiceMessage.model_post_init()
                    • TextChoiceMessage
                      • TextChoiceMessage.text_message
                      • TextChoiceMessage.model_config
                      • TextChoiceMessage.model_post_init()
                    • UrlChoiceMessage
                      • UrlChoiceMessage.url_message
                      • UrlChoiceMessage.model_config
                      • UrlChoiceMessage.model_post_init()
                    • CalendarChoiceMessage
                      • CalendarChoiceMessage.calendar_message
                      • CalendarChoiceMessage.model_config
                      • CalendarChoiceMessage.model_post_init()
                    • ShareLocationChoiceMessage
                      • ShareLocationChoiceMessage.share_location_message
                      • ShareLocationChoiceMessage.model_config
                      • ShareLocationChoiceMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.choiceresponse package
                  • sinch.domains.conversation.models.v1.messages.categories.choiceresponse.choice_response_message module
                    • ChoiceResponseMessage
                      • ChoiceResponseMessage.message_id
                      • ChoiceResponseMessage.postback_data
                      • ChoiceResponseMessage.model_config
                      • ChoiceResponseMessage.model_post_init()
                  • ChoiceResponseMessage
                    • ChoiceResponseMessage.message_id
                    • ChoiceResponseMessage.postback_data
                    • ChoiceResponseMessage.model_config
                    • ChoiceResponseMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.common package
                  • sinch.domains.conversation.models.v1.messages.categories.common.reply_to module
                    • ReplyTo
                      • ReplyTo.message_id
                      • ReplyTo.model_config
                      • ReplyTo.model_post_init()
                  • FallbackMessage
                    • FallbackMessage.raw_message
                    • FallbackMessage.reason
                    • FallbackMessage.model_config
                    • FallbackMessage.model_post_init()
                  • ProductResponseMessage
                    • ProductResponseMessage.products
                    • ProductResponseMessage.title
                    • ProductResponseMessage.catalog_id
                    • ProductResponseMessage.model_config
                    • ProductResponseMessage.model_post_init()
                  • ReplyTo
                    • ReplyTo.message_id
                    • ReplyTo.model_config
                    • ReplyTo.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.contact package
                  • sinch.domains.conversation.models.v1.messages.categories.contact.contact_message module
                    • ChannelSpecificContactMessage
                      • ChannelSpecificContactMessage.channel_specific_message
                      • ChannelSpecificContactMessage.model_config
                      • ChannelSpecificContactMessage.model_post_init()
                    • ChoiceResponseContactMessage
                      • ChoiceResponseContactMessage.choice_response_message
                      • ChoiceResponseContactMessage.model_config
                      • ChoiceResponseContactMessage.model_post_init()
                    • FallbackContactMessage
                      • FallbackContactMessage.fallback_message
                      • FallbackContactMessage.model_config
                      • FallbackContactMessage.model_post_init()
                    • LocationContactMessage
                      • LocationContactMessage.location_message
                      • LocationContactMessage.model_config
                      • LocationContactMessage.model_post_init()
                    • MediaCardContactMessage
                      • MediaCardContactMessage.media_card_message
                      • MediaCardContactMessage.model_config
                      • MediaCardContactMessage.model_post_init()
                    • MediaContactMessage
                      • MediaContactMessage.media_message
                      • MediaContactMessage.model_config
                      • MediaContactMessage.model_post_init()
                    • ProductResponseContactMessage
                      • ProductResponseContactMessage.product_response_message
                      • ProductResponseContactMessage.model_config
                      • ProductResponseContactMessage.model_post_init()
                    • TextContactMessage
                      • TextContactMessage.text_message
                      • TextContactMessage.model_config
                      • TextContactMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.contactinfo package
                  • sinch.domains.conversation.models.v1.messages.categories.contactinfo.contact_info_message module
                    • ContactInfoMessage
                      • ContactInfoMessage.name
                      • ContactInfoMessage.phone_numbers
                      • ContactInfoMessage.addresses
                      • ContactInfoMessage.email_addresses
                      • ContactInfoMessage.organization
                      • ContactInfoMessage.urls
                      • ContactInfoMessage.birthday
                      • ContactInfoMessage.model_config
                      • ContactInfoMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.contactinfo.contact_info_message_field module
                    • ContactInfoMessageField
                      • ContactInfoMessageField.contact_info_message
                      • ContactInfoMessageField.model_config
                      • ContactInfoMessageField.model_post_init()
                  • ContactInfoMessage
                    • ContactInfoMessage.name
                    • ContactInfoMessage.phone_numbers
                    • ContactInfoMessage.addresses
                    • ContactInfoMessage.email_addresses
                    • ContactInfoMessage.organization
                    • ContactInfoMessage.urls
                    • ContactInfoMessage.birthday
                    • ContactInfoMessage.model_config
                    • ContactInfoMessage.model_post_init()
                  • ContactInfoMessageField
                    • ContactInfoMessageField.contact_info_message
                    • ContactInfoMessageField.model_config
                    • ContactInfoMessageField.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.fallback package
                  • sinch.domains.conversation.models.v1.messages.categories.fallback.fallback_message module
                    • FallbackMessage
                      • FallbackMessage.raw_message
                      • FallbackMessage.reason
                      • FallbackMessage.model_config
                      • FallbackMessage.model_post_init()
                  • FallbackMessage
                    • FallbackMessage.raw_message
                    • FallbackMessage.reason
                    • FallbackMessage.model_config
                    • FallbackMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.list package
                  • sinch.domains.conversation.models.v1.messages.categories.list.list_item module
                  • sinch.domains.conversation.models.v1.messages.categories.list.list_item_choice module
                    • ListItemChoice
                      • ListItemChoice.choice
                      • ListItemChoice.model_config
                      • ListItemChoice.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.list.list_item_product module
                    • ListItemProduct
                      • ListItemProduct.product
                      • ListItemProduct.model_config
                      • ListItemProduct.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.list.list_message module
                    • ListMessage
                      • ListMessage.title
                      • ListMessage.description
                      • ListMessage.media
                      • ListMessage.sections
                      • ListMessage.message_properties
                      • ListMessage.model_config
                      • ListMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.list.list_message_field module
                    • ListMessageField
                      • ListMessageField.list_message
                      • ListMessageField.model_config
                      • ListMessageField.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.list.list_message_properties module
                    • ListMessageProperties
                      • ListMessageProperties.catalog_id
                      • ListMessageProperties.menu
                      • ListMessageProperties.whatsapp_header
                      • ListMessageProperties.model_config
                      • ListMessageProperties.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.location package
                  • sinch.domains.conversation.models.v1.messages.categories.location.location_message module
                    • LocationMessage
                      • LocationMessage.coordinates
                      • LocationMessage.label
                      • LocationMessage.title
                      • LocationMessage.model_config
                      • LocationMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.location.location_message_field module
                    • LocationMessageField
                      • LocationMessageField.location_message
                      • LocationMessageField.model_config
                      • LocationMessageField.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.media package
                  • sinch.domains.conversation.models.v1.messages.categories.media.media_message_field module
                    • MediaMessageField
                      • MediaMessageField.media_message
                      • MediaMessageField.model_config
                      • MediaMessageField.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.media.media_properties module
                    • MediaProperties
                      • MediaProperties.thumbnail_url
                      • MediaProperties.url
                      • MediaProperties.filename_override
                      • MediaProperties.model_config
                      • MediaProperties.model_post_init()
                  • MediaMessageField
                    • MediaMessageField.media_message
                    • MediaMessageField.model_config
                    • MediaMessageField.model_post_init()
                  • MediaProperties
                    • MediaProperties.thumbnail_url
                    • MediaProperties.url
                    • MediaProperties.filename_override
                    • MediaProperties.model_config
                    • MediaProperties.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.mediacard package
                  • sinch.domains.conversation.models.v1.messages.categories.mediacard.media_card_message module
                    • MediaCardMessage
                      • MediaCardMessage.caption
                      • MediaCardMessage.url
                      • MediaCardMessage.model_config
                      • MediaCardMessage.model_post_init()
                  • MediaCardMessage
                    • MediaCardMessage.caption
                    • MediaCardMessage.url
                    • MediaCardMessage.model_config
                    • MediaCardMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.productresponse package
                  • sinch.domains.conversation.models.v1.messages.categories.productresponse.product_response_message module
                    • ProductResponseMessage
                      • ProductResponseMessage.products
                      • ProductResponseMessage.title
                      • ProductResponseMessage.catalog_id
                      • ProductResponseMessage.model_config
                      • ProductResponseMessage.model_post_init()
                  • ProductResponseMessage
                    • ProductResponseMessage.products
                    • ProductResponseMessage.title
                    • ProductResponseMessage.catalog_id
                    • ProductResponseMessage.model_config
                    • ProductResponseMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.sharelocation package
                  • sinch.domains.conversation.models.v1.messages.categories.sharelocation.share_location_message module
                    • ShareLocationMessage
                      • ShareLocationMessage.title
                      • ShareLocationMessage.fallback_url
                      • ShareLocationMessage.model_config
                      • ShareLocationMessage.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.template package
                  • sinch.domains.conversation.models.v1.messages.categories.template.template_message module
                    • TemplateMessage
                      • TemplateMessage.channel_template
                      • TemplateMessage.omni_template
                      • TemplateMessage.model_config
                      • TemplateMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.template.template_reference_channel_specific module
                    • TemplateReferenceChannelSpecific
                      • TemplateReferenceChannelSpecific.version
                      • TemplateReferenceChannelSpecific.language_code
                      • TemplateReferenceChannelSpecific.parameters
                      • TemplateReferenceChannelSpecific.template_id
                      • TemplateReferenceChannelSpecific.model_config
                      • TemplateReferenceChannelSpecific.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.template.template_reference_field module
                    • TemplateReferenceField
                      • TemplateReferenceField.template_reference
                      • TemplateReferenceField.model_config
                      • TemplateReferenceField.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.template.template_reference_omni_channel module
                    • TemplateReferenceOmniChannel
                      • TemplateReferenceOmniChannel.version
                      • TemplateReferenceOmniChannel.model_config
                      • TemplateReferenceOmniChannel.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.text package
                  • sinch.domains.conversation.models.v1.messages.categories.text.text_message module
                    • TextMessage
                      • TextMessage.text
                      • TextMessage.model_config
                      • TextMessage.model_post_init()
                  • sinch.domains.conversation.models.v1.messages.categories.text.text_message_field module
                    • TextMessageField
                      • TextMessageField.text_message
                      • TextMessageField.model_config
                      • TextMessageField.model_post_init()
                  • TextMessage
                    • TextMessage.text
                    • TextMessage.model_config
                    • TextMessage.model_post_init()
                  • TextMessageField
                    • TextMessageField.text_message
                    • TextMessageField.model_config
                    • TextMessageField.model_post_init()
                • sinch.domains.conversation.models.v1.messages.categories.url package
                  • sinch.domains.conversation.models.v1.messages.categories.url.url_message module
                    • UrlMessage
                      • UrlMessage.title
                      • UrlMessage.url
                      • UrlMessage.model_config
                      • UrlMessage.model_post_init()
              • sinch.domains.conversation.models.v1.messages.response package
                • sinch.domains.conversation.models.v1.messages.response.types package
                  • sinch.domains.conversation.models.v1.messages.response.types.app_message module
                  • sinch.domains.conversation.models.v1.messages.response.types.contact_message module
                  • sinch.domains.conversation.models.v1.messages.response.types.conversation_message_response module
                  • sinch.domains.conversation.models.v1.messages.response.types.kakaotalk_button module
                  • sinch.domains.conversation.models.v1.messages.response.types.kakaotalk_commerce module
                  • sinch.domains.conversation.models.v1.messages.response.types.kakaotalk_coupon module
                  • sinch.domains.conversation.models.v1.messages.response.types.whatsapp_interactive_header module
                  • sinch.domains.conversation.models.v1.messages.response.types.whatsapp_payment_button module
                • sinch.domains.conversation.models.v1.messages.response.message_response module
                  • AppMessageResponse
                    • AppMessageResponse.app_message
                    • AppMessageResponse.model_config
                    • AppMessageResponse.model_post_init()
                  • ContactMessageResponse
                    • ContactMessageResponse.contact_message
                    • ContactMessageResponse.model_config
                    • ContactMessageResponse.model_post_init()
                • sinch.domains.conversation.models.v1.messages.response.send_message_response module
                  • SendMessageResponse
                    • SendMessageResponse.accepted_time
                    • SendMessageResponse.message_id
                    • SendMessageResponse.model_config
                    • SendMessageResponse.model_post_init()
                • SendMessageResponse
                  • SendMessageResponse.accepted_time
                  • SendMessageResponse.message_id
                  • SendMessageResponse.model_config
                  • SendMessageResponse.model_post_init()
              • sinch.domains.conversation.models.v1.messages.shared package
                • sinch.domains.conversation.models.v1.messages.shared.override package
                  • sinch.domains.conversation.models.v1.messages.shared.override.omni_message_override module
                • sinch.domains.conversation.models.v1.messages.shared.address_info module
                  • AddressInfo
                    • AddressInfo.city
                    • AddressInfo.country
                    • AddressInfo.state
                    • AddressInfo.zip
                    • AddressInfo.type
                    • AddressInfo.country_code
                    • AddressInfo.model_config
                    • AddressInfo.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.agent module
                  • Agent
                    • Agent.display_name
                    • Agent.type
                    • Agent.picture_url
                    • Agent.model_config
                    • Agent.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.app_message_common_props module
                  • AppMessageCommonProps
                    • AppMessageCommonProps.explicit_channel_message
                    • AppMessageCommonProps.explicit_channel_omni_message
                    • AppMessageCommonProps.channel_specific_message
                    • AppMessageCommonProps.agent
                    • AppMessageCommonProps.model_config
                    • AppMessageCommonProps.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.channel_identity module
                  • ChannelIdentity
                    • ChannelIdentity.app_id
                    • ChannelIdentity.channel
                    • ChannelIdentity.identity
                    • ChannelIdentity.model_config
                    • ChannelIdentity.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.choice_item module
                  • ChoiceItem
                    • ChoiceItem.title
                    • ChoiceItem.description
                    • ChoiceItem.media
                    • ChoiceItem.postback_data
                    • ChoiceItem.model_config
                    • ChoiceItem.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.contact_message_common_props module
                  • ContactMessageCommonProps
                    • ContactMessageCommonProps.reply_to
                    • ContactMessageCommonProps.model_config
                    • ContactMessageCommonProps.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.coordinates module
                  • Coordinates
                    • Coordinates.latitude
                    • Coordinates.longitude
                    • Coordinates.model_config
                    • Coordinates.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.email_info module
                  • EmailInfo
                    • EmailInfo.email_address
                    • EmailInfo.type
                    • EmailInfo.model_config
                    • EmailInfo.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.list_section module
                  • ListSection
                    • ListSection.title
                    • ListSection.items
                    • ListSection.model_config
                    • ListSection.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.message_common_props module
                  • MessageCommonProps
                    • MessageCommonProps.accept_time
                    • MessageCommonProps.channel_identity
                    • MessageCommonProps.contact_id
                    • MessageCommonProps.conversation_id
                    • MessageCommonProps.direction
                    • MessageCommonProps.id
                    • MessageCommonProps.metadata
                    • MessageCommonProps.injected
                    • MessageCommonProps.sender_id
                    • MessageCommonProps.processing_mode
                    • MessageCommonProps.model_config
                    • MessageCommonProps.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.name_info module
                  • NameInfo
                    • NameInfo.full_name
                    • NameInfo.first_name
                    • NameInfo.last_name
                    • NameInfo.middle_name
                    • NameInfo.prefix
                    • NameInfo.suffix
                    • NameInfo.model_config
                    • NameInfo.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.organization_info module
                  • OrganizationInfo
                    • OrganizationInfo.company
                    • OrganizationInfo.department
                    • OrganizationInfo.title
                    • OrganizationInfo.model_config
                    • OrganizationInfo.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.phone_number_info module
                  • PhoneNumberInfo
                    • PhoneNumberInfo.phone_number
                    • PhoneNumberInfo.type
                    • PhoneNumberInfo.model_config
                    • PhoneNumberInfo.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.product_item module
                  • ProductItem
                    • ProductItem.id
                    • ProductItem.marketplace
                    • ProductItem.quantity
                    • ProductItem.item_price
                    • ProductItem.currency
                    • ProductItem.model_config
                    • ProductItem.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.reason module
                  • Reason
                    • Reason.code
                    • Reason.description
                    • Reason.sub_code
                    • Reason.channel_code
                    • Reason.model_config
                    • Reason.model_post_init()
                • sinch.domains.conversation.models.v1.messages.shared.url_info module
                  • UrlInfo
                    • UrlInfo.url
                    • UrlInfo.type
                    • UrlInfo.model_config
                    • UrlInfo.model_post_init()
                • AddressInfo
                  • AddressInfo.city
                  • AddressInfo.country
                  • AddressInfo.state
                  • AddressInfo.zip
                  • AddressInfo.type
                  • AddressInfo.country_code
                  • AddressInfo.model_config
                  • AddressInfo.model_post_init()
                • Agent
                  • Agent.display_name
                  • Agent.type
                  • Agent.picture_url
                  • Agent.model_config
                  • Agent.model_post_init()
                • ChannelIdentity
                  • ChannelIdentity.app_id
                  • ChannelIdentity.channel
                  • ChannelIdentity.identity
                  • ChannelIdentity.model_config
                  • ChannelIdentity.model_post_init()
                • ChoiceItem
                  • ChoiceItem.title
                  • ChoiceItem.description
                  • ChoiceItem.media
                  • ChoiceItem.postback_data
                  • ChoiceItem.model_config
                  • ChoiceItem.model_post_init()
                • ContactMessageCommonProps
                  • ContactMessageCommonProps.reply_to
                  • ContactMessageCommonProps.model_config
                  • ContactMessageCommonProps.model_post_init()
                • MessageCommonProps
                  • MessageCommonProps.accept_time
                  • MessageCommonProps.channel_identity
                  • MessageCommonProps.contact_id
                  • MessageCommonProps.conversation_id
                  • MessageCommonProps.direction
                  • MessageCommonProps.id
                  • MessageCommonProps.metadata
                  • MessageCommonProps.injected
                  • MessageCommonProps.sender_id
                  • MessageCommonProps.processing_mode
                  • MessageCommonProps.model_config
                  • MessageCommonProps.model_post_init()
                • Coordinates
                  • Coordinates.latitude
                  • Coordinates.longitude
                  • Coordinates.model_config
                  • Coordinates.model_post_init()
                • ProductItem
                  • ProductItem.id
                  • ProductItem.marketplace
                  • ProductItem.quantity
                  • ProductItem.item_price
                  • ProductItem.currency
                  • ProductItem.model_config
                  • ProductItem.model_post_init()
                • Reason
                  • Reason.code
                  • Reason.description
                  • Reason.sub_code
                  • Reason.channel_code
                  • Reason.model_config
                  • Reason.model_post_init()
              • sinch.domains.conversation.models.v1.messages.types package
                • sinch.domains.conversation.models.v1.messages.types.agent_type module
                • sinch.domains.conversation.models.v1.messages.types.calendar_message_dict module
                  • CalendarMessageDict
                    • CalendarMessageDict.title
                    • CalendarMessageDict.event_start
                    • CalendarMessageDict.event_end
                    • CalendarMessageDict.event_title
                    • CalendarMessageDict.fallback_url
                    • CalendarMessageDict.event_description
                • sinch.domains.conversation.models.v1.messages.types.call_message_dict module
                  • CallMessageDict
                    • CallMessageDict.phone_number
                    • CallMessageDict.title
                • sinch.domains.conversation.models.v1.messages.types.card_height_type module
                • sinch.domains.conversation.models.v1.messages.types.card_message_dict module
                  • CardMessageDict
                    • CardMessageDict.choices
                    • CardMessageDict.description
                    • CardMessageDict.height
                    • CardMessageDict.title
                    • CardMessageDict.media_message
                    • CardMessageDict.message_properties
                • sinch.domains.conversation.models.v1.messages.types.carousel_message_dict module
                  • CarouselMessageDict
                    • CarouselMessageDict.cards
                    • CarouselMessageDict.choices
                • sinch.domains.conversation.models.v1.messages.types.channel_specific_message_type module
                • sinch.domains.conversation.models.v1.messages.types.choice_message_dict module
                  • ChoiceMessageDict
                    • ChoiceMessageDict.choices
                    • ChoiceMessageDict.text_message
                    • ChoiceMessageDict.message_properties
                • sinch.domains.conversation.models.v1.messages.types.choice_message_properties_dict module
                  • ChoiceMessagePropertiesDict
                    • ChoiceMessagePropertiesDict.whatsapp_footer
                • sinch.domains.conversation.models.v1.messages.types.choice_option_dict module
                  • ChoiceOptionDict
                    • ChoiceOptionDict.postback_data
                    • ChoiceOptionDict.display_mode
                    • ChoiceOptionDict.call_message
                    • ChoiceOptionDict.location_message
                    • ChoiceOptionDict.text_message
                    • ChoiceOptionDict.url_message
                    • ChoiceOptionDict.calendar_message
                    • ChoiceOptionDict.share_location_message
                • sinch.domains.conversation.models.v1.messages.types.contact_info_message_dict module
                  • NameInfoDict
                    • NameInfoDict.full_name
                    • NameInfoDict.first_name
                    • NameInfoDict.last_name
                    • NameInfoDict.middle_name
                    • NameInfoDict.prefix
                    • NameInfoDict.suffix
                  • PhoneNumberInfoDict
                    • PhoneNumberInfoDict.phone_number
                    • PhoneNumberInfoDict.type
                  • AddressInfoDict
                    • AddressInfoDict.city
                    • AddressInfoDict.country
                    • AddressInfoDict.state
                    • AddressInfoDict.zip
                    • AddressInfoDict.type
                    • AddressInfoDict.country_code
                  • EmailInfoDict
                    • EmailInfoDict.email_address
                    • EmailInfoDict.type
                  • OrganizationInfoDict
                    • OrganizationInfoDict.company
                    • OrganizationInfoDict.department
                    • OrganizationInfoDict.title
                  • UrlInfoDict
                    • UrlInfoDict.url
                    • UrlInfoDict.type
                  • ContactInfoMessageDict
                    • ContactInfoMessageDict.name
                    • ContactInfoMessageDict.phone_numbers
                    • ContactInfoMessageDict.addresses
                    • ContactInfoMessageDict.email_addresses
                    • ContactInfoMessageDict.organization
                    • ContactInfoMessageDict.urls
                    • ContactInfoMessageDict.birthday
                • sinch.domains.conversation.models.v1.messages.types.conversation_channel_type module
                • sinch.domains.conversation.models.v1.messages.types.conversation_direction_type module
                • sinch.domains.conversation.models.v1.messages.types.conversation_messages_view_type module
                • sinch.domains.conversation.models.v1.messages.types.coordinates_dict module
                  • CoordinatesDict
                    • CoordinatesDict.latitude
                    • CoordinatesDict.longitude
                • sinch.domains.conversation.models.v1.messages.types.display_mode_type module
                • sinch.domains.conversation.models.v1.messages.types.list_message_dict module
                  • ChoiceItemDict
                    • ChoiceItemDict.title
                    • ChoiceItemDict.description
                    • ChoiceItemDict.media
                    • ChoiceItemDict.postback_data
                  • ProductItemDict
                    • ProductItemDict.id
                    • ProductItemDict.marketplace
                    • ProductItemDict.quantity
                    • ProductItemDict.item_price
                    • ProductItemDict.currency
                  • ListItemChoiceDict
                    • ListItemChoiceDict.choice
                  • ListItemProductDict
                    • ListItemProductDict.product
                  • ListSectionDict
                    • ListSectionDict.title
                  • ListMessagePropertiesDict
                    • ListMessagePropertiesDict.catalog_id
                    • ListMessagePropertiesDict.menu
                    • ListMessagePropertiesDict.whatsapp_header
                  • ListMessageDict
                    • ListMessageDict.title
                    • ListMessageDict.sections
                    • ListMessageDict.description
                    • ListMessageDict.media
                    • ListMessageDict.message_properties
                • sinch.domains.conversation.models.v1.messages.types.location_message_dict module
                  • LocationMessageDict
                    • LocationMessageDict.coordinates
                    • LocationMessageDict.title
                    • LocationMessageDict.label
                • sinch.domains.conversation.models.v1.messages.types.media_properties_dict module
                  • MediaPropertiesDict
                    • MediaPropertiesDict.url
                    • MediaPropertiesDict.thumbnail_url
                    • MediaPropertiesDict.filename_override
                • sinch.domains.conversation.models.v1.messages.types.message_content_type module
                • sinch.domains.conversation.models.v1.messages.types.message_properties_dict module
                  • MessagePropertiesDict
                    • MessagePropertiesDict.whatsapp_header
                • sinch.domains.conversation.models.v1.messages.types.message_queue_type module
                • sinch.domains.conversation.models.v1.messages.types.messages_source_type module
                • sinch.domains.conversation.models.v1.messages.types.metadata_update_strategy_type module
                • sinch.domains.conversation.models.v1.messages.types.payment_order_goods_type module
                • sinch.domains.conversation.models.v1.messages.types.payment_order_status_type module
                • sinch.domains.conversation.models.v1.messages.types.payment_order_type module
                • sinch.domains.conversation.models.v1.messages.types.pix_key_type module
                • sinch.domains.conversation.models.v1.messages.types.processing_mode_type module
                • sinch.domains.conversation.models.v1.messages.types.processing_strategy_type module
                • sinch.domains.conversation.models.v1.messages.types.reason_code_type module
                • sinch.domains.conversation.models.v1.messages.types.reason_sub_code_type module
                • sinch.domains.conversation.models.v1.messages.types.recipient_dict module
                  • ChannelRecipientIdentityDict
                    • ChannelRecipientIdentityDict.channel
                    • ChannelRecipientIdentityDict.identity
                  • RecipientIdentifiedByDict
                    • RecipientIdentifiedByDict.channel_identities
                  • RecipientContactIdDict
                    • RecipientContactIdDict.contact_id
                • sinch.domains.conversation.models.v1.messages.types.send_message_request_body_dict module
                  • SendMessageRequestBodyDict
                    • SendMessageRequestBodyDict.text_message
                    • SendMessageRequestBodyDict.card_message
                    • SendMessageRequestBodyDict.carousel_message
                    • SendMessageRequestBodyDict.choice_message
                    • SendMessageRequestBodyDict.contact_info_message
                    • SendMessageRequestBodyDict.list_message
                    • SendMessageRequestBodyDict.location_message
                    • SendMessageRequestBodyDict.media_message
                    • SendMessageRequestBodyDict.template_message
                • sinch.domains.conversation.models.v1.messages.types.share_location_message_dict module
                  • ShareLocationMessageDict
                    • ShareLocationMessageDict.title
                    • ShareLocationMessageDict.fallback_url
                • sinch.domains.conversation.models.v1.messages.types.template_message_dict module
                  • TemplateReferenceChannelSpecificDict
                    • TemplateReferenceChannelSpecificDict.template_id
                    • TemplateReferenceChannelSpecificDict.version
                    • TemplateReferenceChannelSpecificDict.language_code
                    • TemplateReferenceChannelSpecificDict.parameters
                  • TemplateReferenceOmniChannelDict
                    • TemplateReferenceOmniChannelDict.version
                    • TemplateReferenceOmniChannelDict.template_id
                    • TemplateReferenceOmniChannelDict.language_code
                    • TemplateReferenceOmniChannelDict.parameters
                  • TemplateMessageDict
                    • TemplateMessageDict.channel_template
                    • TemplateMessageDict.omni_template
                • sinch.domains.conversation.models.v1.messages.types.text_message_dict module
                  • TextMessageDict
                    • TextMessageDict.text
                • sinch.domains.conversation.models.v1.messages.types.url_message_dict module
                  • UrlMessageDict
                    • UrlMessageDict.title
                    • UrlMessageDict.url
                • sinch.domains.conversation.models.v1.messages.types.whatsapp_interactive_nfm_reply_name_type module
                • ListMessageDict
                  • ListMessageDict.title
                  • ListMessageDict.sections
                  • ListMessageDict.description
                  • ListMessageDict.media
                  • ListMessageDict.message_properties
                • MediaPropertiesDict
                  • MediaPropertiesDict.url
                  • MediaPropertiesDict.thumbnail_url
                  • MediaPropertiesDict.filename_override
                • CardMessageDict
                  • CardMessageDict.choices
                  • CardMessageDict.description
                  • CardMessageDict.height
                  • CardMessageDict.title
                  • CardMessageDict.media_message
                  • CardMessageDict.message_properties
                • CarouselMessageDict
                  • CarouselMessageDict.cards
                  • CarouselMessageDict.choices
                • ChoiceMessageDict
                  • ChoiceMessageDict.choices
                  • ChoiceMessageDict.text_message
                  • ChoiceMessageDict.message_properties
                • ContactInfoMessageDict
                  • ContactInfoMessageDict.name
                  • ContactInfoMessageDict.phone_numbers
                  • ContactInfoMessageDict.addresses
                  • ContactInfoMessageDict.email_addresses
                  • ContactInfoMessageDict.organization
                  • ContactInfoMessageDict.urls
                  • ContactInfoMessageDict.birthday
                • LocationMessageDict
                  • LocationMessageDict.coordinates
                  • LocationMessageDict.title
                  • LocationMessageDict.label
                • TemplateMessageDict
                  • TemplateMessageDict.channel_template
                  • TemplateMessageDict.omni_template
                • ChannelRecipientIdentityDict
                  • ChannelRecipientIdentityDict.channel
                  • ChannelRecipientIdentityDict.identity
                • SendMessageRequestBodyDict
                  • SendMessageRequestBodyDict.text_message
                  • SendMessageRequestBodyDict.card_message
                  • SendMessageRequestBodyDict.carousel_message
                  • SendMessageRequestBodyDict.choice_message
                  • SendMessageRequestBodyDict.contact_info_message
                  • SendMessageRequestBodyDict.list_message
                  • SendMessageRequestBodyDict.location_message
                  • SendMessageRequestBodyDict.media_message
                  • SendMessageRequestBodyDict.template_message
            • sinch.domains.conversation.models.v1.shared package
              • sinch.domains.conversation.models.v1.shared.channel_identity module
                • ChannelIdentity
                  • ChannelIdentity.app_id
                  • ChannelIdentity.channel
                  • ChannelIdentity.identity
                  • ChannelIdentity.model_config
                  • ChannelIdentity.model_post_init()
              • ChannelIdentity
                • ChannelIdentity.app_id
                • ChannelIdentity.channel
                • ChannelIdentity.identity
                • ChannelIdentity.model_config
                • ChannelIdentity.model_post_init()
            • sinch.domains.conversation.models.v1.sinch_events package
              • sinch.domains.conversation.models.v1.sinch_events.events package
                • sinch.domains.conversation.models.v1.sinch_events.events.conversation_sinch_event_base module
                  • ConversationSinchEventBase
                    • ConversationSinchEventBase.app_id
                    • ConversationSinchEventBase.project_id
                    • ConversationSinchEventBase.accepted_time
                    • ConversationSinchEventBase.event_time
                    • ConversationSinchEventBase.message_metadata
                    • ConversationSinchEventBase.correlation_id
                    • ConversationSinchEventBase.model_config
                    • ConversationSinchEventBase.model_post_init()
                • sinch.domains.conversation.models.v1.sinch_events.events.conversation_sinch_event_payload module
                • sinch.domains.conversation.models.v1.sinch_events.events.delivery_status_type module
                • sinch.domains.conversation.models.v1.sinch_events.events.inbound_message module
                  • InboundMessage
                    • InboundMessage.contact_message
                    • InboundMessage.model_config
                    • InboundMessage.model_post_init()
                • sinch.domains.conversation.models.v1.sinch_events.events.message_delivery_receipt_event module
                  • MessageDeliveryReceiptEvent
                    • MessageDeliveryReceiptEvent.message_delivery_report
                    • MessageDeliveryReceiptEvent.model_config
                    • MessageDeliveryReceiptEvent.model_post_init()
                • sinch.domains.conversation.models.v1.sinch_events.events.message_delivery_report module
                  • MessageDeliveryReport
                    • MessageDeliveryReport.message_id
                    • MessageDeliveryReport.conversation_id
                    • MessageDeliveryReport.status
                    • MessageDeliveryReport.channel_identity
                    • MessageDeliveryReport.contact_id
                    • MessageDeliveryReport.metadata
                    • MessageDeliveryReport.processing_mode
                    • MessageDeliveryReport.reason
                    • MessageDeliveryReport.model_config
                    • MessageDeliveryReport.model_post_init()
                • sinch.domains.conversation.models.v1.sinch_events.events.message_inbound_event module
                  • MessageInboundEvent
                    • MessageInboundEvent.message
                    • MessageInboundEvent.model_config
                    • MessageInboundEvent.model_post_init()
                • sinch.domains.conversation.models.v1.sinch_events.events.message_submit_event module
                  • MessageSubmitEvent
                    • MessageSubmitEvent.message_submit_notification
                    • MessageSubmitEvent.model_config
                    • MessageSubmitEvent.model_post_init()
                • sinch.domains.conversation.models.v1.sinch_events.events.message_submit_notification module
                  • MessageSubmitNotification
                    • MessageSubmitNotification.message_id
                    • MessageSubmitNotification.conversation_id
                    • MessageSubmitNotification.channel_identity
                    • MessageSubmitNotification.contact_id
                    • MessageSubmitNotification.submitted_message
                    • MessageSubmitNotification.metadata
                    • MessageSubmitNotification.processing_mode
                    • MessageSubmitNotification.model_config
                    • MessageSubmitNotification.model_post_init()
              • ConversationSinchEventBase
                • ConversationSinchEventBase.app_id
                • ConversationSinchEventBase.project_id
                • ConversationSinchEventBase.accepted_time
                • ConversationSinchEventBase.event_time
                • ConversationSinchEventBase.message_metadata
                • ConversationSinchEventBase.correlation_id
                • ConversationSinchEventBase.model_config
                • ConversationSinchEventBase.model_post_init()
              • InboundMessage
                • InboundMessage.contact_message
                • InboundMessage.model_config
                • InboundMessage.model_post_init()
              • MessageDeliveryReceiptEvent
                • MessageDeliveryReceiptEvent.message_delivery_report
                • MessageDeliveryReceiptEvent.model_config
                • MessageDeliveryReceiptEvent.model_post_init()
              • MessageDeliveryReport
                • MessageDeliveryReport.message_id
                • MessageDeliveryReport.conversation_id
                • MessageDeliveryReport.status
                • MessageDeliveryReport.channel_identity
                • MessageDeliveryReport.contact_id
                • MessageDeliveryReport.metadata
                • MessageDeliveryReport.processing_mode
                • MessageDeliveryReport.reason
                • MessageDeliveryReport.model_config
                • MessageDeliveryReport.model_post_init()
              • MessageInboundEvent
                • MessageInboundEvent.message
                • MessageInboundEvent.model_config
                • MessageInboundEvent.model_post_init()
              • MessageSubmitEvent
                • MessageSubmitEvent.message_submit_notification
                • MessageSubmitEvent.model_config
                • MessageSubmitEvent.model_post_init()
              • MessageSubmitNotification
                • MessageSubmitNotification.message_id
                • MessageSubmitNotification.conversation_id
                • MessageSubmitNotification.channel_identity
                • MessageSubmitNotification.contact_id
                • MessageSubmitNotification.submitted_message
                • MessageSubmitNotification.metadata
                • MessageSubmitNotification.processing_mode
                • MessageSubmitNotification.model_config
                • MessageSubmitNotification.model_post_init()
            • sinch.domains.conversation.models.v1.types package
              • sinch.domains.conversation.models.v1.types.channel_identity_dict module
                • ChannelIdentityDict
                  • ChannelIdentityDict.channel
                  • ChannelIdentityDict.identity
                  • ChannelIdentityDict.app_id
              • sinch.domains.conversation.models.v1.types.conversation_channel_type module
              • sinch.domains.conversation.models.v1.types.processing_mode_type module
              • ChannelIdentityDict
                • ChannelIdentityDict.channel
                • ChannelIdentityDict.identity
                • ChannelIdentityDict.app_id
        • sinch.domains.conversation.conversation module
          • Conversation
            • Conversation.sinch_events()
        • sinch.domains.conversation.enums module
          • ConversationProcessingMode
            • ConversationProcessingMode.DISPATCH
            • ConversationProcessingMode.CONVERSATION
          • ConversationMetadataReportView
            • ConversationMetadataReportView.NONE
            • ConversationMetadataReportView.FULL
          • ConversationRetentionPolicyType
            • ConversationRetentionPolicyType.MESSAGE_EXPIRE_POLICY
            • ConversationRetentionPolicyType.CONVERSATION_EXPIRE_POLICY
            • ConversationRetentionPolicyType.PERSIST_RETENTION_POLICY
          • ConversationChannel
            • ConversationChannel.WHATSAPP
            • ConversationChannel.RCS
            • ConversationChannel.SMS
            • ConversationChannel.MESSENGER
            • ConversationChannel.VIBER
            • ConversationChannel.VIBERBM
            • ConversationChannel.MMS
            • ConversationChannel.INSTAGRAM
            • ConversationChannel.TELEGRAM
            • ConversationChannel.KAKAOTALK
            • ConversationChannel.LINE
            • ConversationChannel.WECHAT
        • sinch.domains.conversation.exceptions module
          • ConversationException
        • Conversation
          • Conversation.sinch_events()
      • sinch.domains.number_lookup package
        • sinch.domains.number_lookup.api package
          • sinch.domains.number_lookup.api.v1 package
            • sinch.domains.number_lookup.api.v1.number_lookup_apis module
              • NumberLookup
                • NumberLookup.lookup()
            • LookupNumberEndpoint
              • LookupNumberEndpoint.ENDPOINT_URL
              • LookupNumberEndpoint.HTTP_METHOD
              • LookupNumberEndpoint.HTTP_AUTHENTICATION
        • sinch.domains.number_lookup.models package
          • sinch.domains.number_lookup.models.v1 package
            • sinch.domains.number_lookup.models.v1.response package
              • sinch.domains.number_lookup.models.v1.response.lookup_number_response module
                • LookupNumberResponse
                  • LookupNumberResponse.line
                  • LookupNumberResponse.sim_swap
                  • LookupNumberResponse.voip_detection
                  • LookupNumberResponse.rnd
                  • LookupNumberResponse.country_code
                  • LookupNumberResponse.trace_id
                  • LookupNumberResponse.number
                  • LookupNumberResponse.model_config
                  • LookupNumberResponse.model_post_init()
              • LookupNumberResponse
                • LookupNumberResponse.line
                • LookupNumberResponse.sim_swap
                • LookupNumberResponse.voip_detection
                • LookupNumberResponse.rnd
                • LookupNumberResponse.country_code
                • LookupNumberResponse.trace_id
                • LookupNumberResponse.number
                • LookupNumberResponse.model_config
                • LookupNumberResponse.model_post_init()
            • sinch.domains.number_lookup.models.v1.shared package
              • sinch.domains.number_lookup.models.v1.shared.line module
                • Line
                  • Line.carrier
                  • Line.type
                  • Line.mobile_country_code
                  • Line.mobile_network_code
                  • Line.ported
                  • Line.porting_date
                  • Line.error
                  • Line.model_config
                  • Line.model_post_init()
              • sinch.domains.number_lookup.models.v1.shared.lookup_error module
                • LookupError
                  • LookupError.status
                  • LookupError.title
                  • LookupError.detail
                  • LookupError.type
                  • LookupError.model_config
                  • LookupError.model_post_init()
              • sinch.domains.number_lookup.models.v1.shared.rnd module
                • Rnd
                  • Rnd.disconnected
                  • Rnd.error
                  • Rnd.model_config
                  • Rnd.model_post_init()
              • sinch.domains.number_lookup.models.v1.shared.sim_swap module
                • SimSwap
                  • SimSwap.swapped
                  • SimSwap.swap_period
                  • SimSwap.error
                  • SimSwap.model_config
                  • SimSwap.model_post_init()
              • sinch.domains.number_lookup.models.v1.shared.voip_detection module
                • VoIPDetection
                  • VoIPDetection.probability
                  • VoIPDetection.error
                  • VoIPDetection.model_config
                  • VoIPDetection.model_post_init()
              • Line
                • Line.carrier
                • Line.type
                • Line.mobile_country_code
                • Line.mobile_network_code
                • Line.ported
                • Line.porting_date
                • Line.error
                • Line.model_config
                • Line.model_post_init()
              • SimSwap
                • SimSwap.swapped
                • SimSwap.swap_period
                • SimSwap.error
                • SimSwap.model_config
                • SimSwap.model_post_init()
              • VoIPDetection
                • VoIPDetection.probability
                • VoIPDetection.error
                • VoIPDetection.model_config
                • VoIPDetection.model_post_init()
              • Rnd
                • Rnd.disconnected
                • Rnd.error
                • Rnd.model_config
                • Rnd.model_post_init()
              • LookupError
                • LookupError.status
                • LookupError.title
                • LookupError.detail
                • LookupError.type
                • LookupError.model_config
                • LookupError.model_post_init()
            • sinch.domains.number_lookup.models.v1.types package
              • sinch.domains.number_lookup.models.v1.types.lookup_features module
              • sinch.domains.number_lookup.models.v1.types.rnd_feature_options module
                • RndFeatureOptionsDict
                  • RndFeatureOptionsDict.contact_date
              • sinch.domains.number_lookup.models.v1.types.swap_period module
              • sinch.domains.number_lookup.models.v1.types.voip_probability module
              • RndFeatureOptionsDict
                • RndFeatureOptionsDict.contact_date
        • sinch.domains.number_lookup.exceptions module
          • NumberLookupException
        • NumberLookup
          • NumberLookup.lookup()
      • sinch.domains.numbers package
        • sinch.domains.numbers.api package
          • sinch.domains.numbers.api.v1 package
            • sinch.domains.numbers.api.v1.active_numbers_apis module
              • ActiveNumbers
                • ActiveNumbers.list()
                • ActiveNumbers.update()
                • ActiveNumbers.get()
                • ActiveNumbers.release()
            • sinch.domains.numbers.api.v1.available_numbers_apis module
              • AvailableNumbers
                • AvailableNumbers.check_availability()
                • AvailableNumbers.search_for_available_numbers()
                • AvailableNumbers.rent()
                • AvailableNumbers.rent_any()
            • sinch.domains.numbers.api.v1.available_regions_apis module
              • AvailableRegions
                • AvailableRegions.list()
            • sinch.domains.numbers.api.v1.event_destinations_apis module
              • EventDestinations
                • EventDestinations.get()
                • EventDestinations.update()
            • sinch.domains.numbers.api.v1.exceptions module
              • NumbersException
              • NumberNotFoundException
            • ActiveNumbers
              • ActiveNumbers.list()
              • ActiveNumbers.update()
              • ActiveNumbers.get()
              • ActiveNumbers.release()
            • AvailableNumbers
              • AvailableNumbers.check_availability()
              • AvailableNumbers.search_for_available_numbers()
              • AvailableNumbers.rent()
              • AvailableNumbers.rent_any()
            • AvailableRegions
              • AvailableRegions.list()
            • EventDestinations
              • EventDestinations.get()
              • EventDestinations.update()
        • sinch.domains.numbers.models package
          • sinch.domains.numbers.models.v1 package
            • sinch.domains.numbers.models.v1.errors package
              • sinch.domains.numbers.models.v1.errors.not_found_error module
                • NotFoundError
                  • NotFoundError.code
                  • NotFoundError.message
                  • NotFoundError.status
                  • NotFoundError.details
                  • NotFoundError.model_config
                  • NotFoundError.model_post_init()
              • sinch.domains.numbers.models.v1.errors.not_found_error_details module
                • NotFoundErrorDetails
                  • NotFoundErrorDetails.type
                  • NotFoundErrorDetails.resource_type
                  • NotFoundErrorDetails.resource_name
                  • NotFoundErrorDetails.owner
                  • NotFoundErrorDetails.description
                  • NotFoundErrorDetails.model_config
                  • NotFoundErrorDetails.model_post_init()
              • NotFoundError
                • NotFoundError.code
                • NotFoundError.message
                • NotFoundError.status
                • NotFoundError.details
                • NotFoundError.model_config
                • NotFoundError.model_post_init()
              • NotFoundErrorDetails
                • NotFoundErrorDetails.type
                • NotFoundErrorDetails.resource_type
                • NotFoundErrorDetails.resource_name
                • NotFoundErrorDetails.owner
                • NotFoundErrorDetails.description
                • NotFoundErrorDetails.model_config
                • NotFoundErrorDetails.model_post_init()
            • sinch.domains.numbers.models.v1.response package
              • sinch.domains.numbers.models.v1.response.active_number module
                • ActiveNumber
                  • ActiveNumber.phone_number
                  • ActiveNumber.project_id
                  • ActiveNumber.display_name
                  • ActiveNumber.region_code
                  • ActiveNumber.type
                  • ActiveNumber.capabilities
                  • ActiveNumber.money
                  • ActiveNumber.payment_interval_months
                  • ActiveNumber.next_charge_date
                  • ActiveNumber.expire_at
                  • ActiveNumber.sms_configuration
                  • ActiveNumber.voice_configuration
                  • ActiveNumber.event_destination_target
                  • ActiveNumber.model_config
                  • ActiveNumber.model_post_init()
              • sinch.domains.numbers.models.v1.response.available_number module
                • AvailableNumber
                  • AvailableNumber.phone_number
                  • AvailableNumber.region_code
                  • AvailableNumber.type
                  • AvailableNumber.capability
                  • AvailableNumber.setup_price
                  • AvailableNumber.monthly_price
                  • AvailableNumber.payment_interval_months
                  • AvailableNumber.supporting_documentation_required
                  • AvailableNumber.model_config
                  • AvailableNumber.model_post_init()
              • sinch.domains.numbers.models.v1.response.available_region module
                • AvailableRegion
                  • AvailableRegion.region_code
                  • AvailableRegion.region_name
                  • AvailableRegion.types
                  • AvailableRegion.model_config
                  • AvailableRegion.model_post_init()
              • sinch.domains.numbers.models.v1.response.event_destination_response module
                • EventDestinationResponse
                  • EventDestinationResponse.project_id
                  • EventDestinationResponse.hmac_secret
                  • EventDestinationResponse.model_config
                  • EventDestinationResponse.model_post_init()
              • ActiveNumber
                • ActiveNumber.phone_number
                • ActiveNumber.project_id
                • ActiveNumber.display_name
                • ActiveNumber.region_code
                • ActiveNumber.type
                • ActiveNumber.capabilities
                • ActiveNumber.money
                • ActiveNumber.payment_interval_months
                • ActiveNumber.next_charge_date
                • ActiveNumber.expire_at
                • ActiveNumber.sms_configuration
                • ActiveNumber.voice_configuration
                • ActiveNumber.event_destination_target
                • ActiveNumber.model_config
                • ActiveNumber.model_post_init()
              • AvailableNumber
                • AvailableNumber.phone_number
                • AvailableNumber.region_code
                • AvailableNumber.type
                • AvailableNumber.capability
                • AvailableNumber.setup_price
                • AvailableNumber.monthly_price
                • AvailableNumber.payment_interval_months
                • AvailableNumber.supporting_documentation_required
                • AvailableNumber.model_config
                • AvailableNumber.model_post_init()
              • AvailableRegion
                • AvailableRegion.region_code
                • AvailableRegion.region_name
                • AvailableRegion.types
                • AvailableRegion.model_config
                • AvailableRegion.model_post_init()
              • EventDestinationResponse
                • EventDestinationResponse.project_id
                • EventDestinationResponse.hmac_secret
                • EventDestinationResponse.model_config
                • EventDestinationResponse.model_post_init()
            • sinch.domains.numbers.models.v1.shared package
              • sinch.domains.numbers.models.v1.shared.money module
                • Money
                  • Money.currency_code
                  • Money.amount
                  • Money.model_config
                  • Money.model_post_init()
              • sinch.domains.numbers.models.v1.shared.number_pattern module
                • NumberPattern
                  • NumberPattern.pattern
                  • NumberPattern.search_pattern
                  • NumberPattern.model_config
                  • NumberPattern.model_post_init()
              • sinch.domains.numbers.models.v1.shared.scheduled_sms_provisioning module
                • ScheduledSmsProvisioning
                  • ScheduledSmsProvisioning.service_plan_id
                  • ScheduledSmsProvisioning.campaign_id
                  • ScheduledSmsProvisioning.status
                  • ScheduledSmsProvisioning.last_updated_time
                  • ScheduledSmsProvisioning.error_codes
                  • ScheduledSmsProvisioning.model_config
                  • ScheduledSmsProvisioning.model_post_init()
              • sinch.domains.numbers.models.v1.shared.scheduled_voice_provisioning module
              • sinch.domains.numbers.models.v1.shared.scheduled_voice_provisioning_common module
                • ScheduledVoiceProvisioningCommon
                  • ScheduledVoiceProvisioningCommon.last_updated_time
                  • ScheduledVoiceProvisioningCommon.status
                  • ScheduledVoiceProvisioningCommon.model_config
                  • ScheduledVoiceProvisioningCommon.model_post_init()
              • sinch.domains.numbers.models.v1.shared.scheduled_voice_provisioning_custom module
                • ScheduledVoiceProvisioningCustom
                  • ScheduledVoiceProvisioningCustom.type
                  • ScheduledVoiceProvisioningCustom.model_config
                  • ScheduledVoiceProvisioningCustom.model_post_init()
              • sinch.domains.numbers.models.v1.shared.scheduled_voice_provisioning_est module
                • ScheduledVoiceProvisioningEST
                  • ScheduledVoiceProvisioningEST.trunk_id
                  • ScheduledVoiceProvisioningEST.type
                  • ScheduledVoiceProvisioningEST.model_config
                  • ScheduledVoiceProvisioningEST.model_post_init()
              • sinch.domains.numbers.models.v1.shared.scheduled_voice_provisioning_fax module
                • ScheduledVoiceProvisioningFAX
                  • ScheduledVoiceProvisioningFAX.service_id
                  • ScheduledVoiceProvisioningFAX.type
                  • ScheduledVoiceProvisioningFAX.model_config
                  • ScheduledVoiceProvisioningFAX.model_post_init()
              • sinch.domains.numbers.models.v1.shared.scheduled_voice_provisioning_rtc module
                • ScheduledVoiceProvisioningRTC
                  • ScheduledVoiceProvisioningRTC.app_id
                  • ScheduledVoiceProvisioningRTC.type
                  • ScheduledVoiceProvisioningRTC.model_config
                  • ScheduledVoiceProvisioningRTC.model_post_init()
              • sinch.domains.numbers.models.v1.shared.sms_configuration module
                • SmsConfiguration
                  • SmsConfiguration.scheduled_provisioning
                  • SmsConfiguration.model_config
                  • SmsConfiguration.model_post_init()
              • sinch.domains.numbers.models.v1.shared.sms_configuration_base module
                • SmsConfigurationBase
                  • SmsConfigurationBase.service_plan_id
                  • SmsConfigurationBase.campaign_id
                  • SmsConfigurationBase.model_config
                  • SmsConfigurationBase.model_post_init()
              • sinch.domains.numbers.models.v1.shared.voice_configuration module
              • sinch.domains.numbers.models.v1.shared.voice_configuration_common module
                • VoiceConfigurationCommon
                  • VoiceConfigurationCommon.last_updated_time
                  • VoiceConfigurationCommon.scheduled_voice_provisioning
                  • VoiceConfigurationCommon.model_config
                  • VoiceConfigurationCommon.model_post_init()
              • sinch.domains.numbers.models.v1.shared.voice_configuration_custom module
                • VoiceConfigurationCustom
                  • VoiceConfigurationCustom.type
                  • VoiceConfigurationCustom.model_config
                  • VoiceConfigurationCustom.model_post_init()
              • sinch.domains.numbers.models.v1.shared.voice_configuration_est module
                • VoiceConfigurationEST
                  • VoiceConfigurationEST.trunk_id
                  • VoiceConfigurationEST.type
                  • VoiceConfigurationEST.model_config
                  • VoiceConfigurationEST.model_post_init()
              • sinch.domains.numbers.models.v1.shared.voice_configuration_fax module
                • VoiceConfigurationFAX
                  • VoiceConfigurationFAX.service_id
                  • VoiceConfigurationFAX.type
                  • VoiceConfigurationFAX.model_config
                  • VoiceConfigurationFAX.model_post_init()
              • sinch.domains.numbers.models.v1.shared.voice_configuration_rtc module
                • VoiceConfigurationRTC
                  • VoiceConfigurationRTC.app_id
                  • VoiceConfigurationRTC.type
                  • VoiceConfigurationRTC.model_config
                  • VoiceConfigurationRTC.model_post_init()
              • Money
                • Money.currency_code
                • Money.amount
                • Money.model_config
                • Money.model_post_init()
              • NumberPattern
                • NumberPattern.pattern
                • NumberPattern.search_pattern
                • NumberPattern.model_config
                • NumberPattern.model_post_init()
              • ScheduledSmsProvisioning
                • ScheduledSmsProvisioning.service_plan_id
                • ScheduledSmsProvisioning.campaign_id
                • ScheduledSmsProvisioning.status
                • ScheduledSmsProvisioning.last_updated_time
                • ScheduledSmsProvisioning.error_codes
                • ScheduledSmsProvisioning.model_config
                • ScheduledSmsProvisioning.model_post_init()
              • ScheduledVoiceProvisioningCommon
                • ScheduledVoiceProvisioningCommon.last_updated_time
                • ScheduledVoiceProvisioningCommon.status
                • ScheduledVoiceProvisioningCommon.model_config
                • ScheduledVoiceProvisioningCommon.model_post_init()
              • ScheduledVoiceProvisioningCustom
                • ScheduledVoiceProvisioningCustom.type
                • ScheduledVoiceProvisioningCustom.model_config
                • ScheduledVoiceProvisioningCustom.model_post_init()
              • ScheduledVoiceProvisioningEST
                • ScheduledVoiceProvisioningEST.trunk_id
                • ScheduledVoiceProvisioningEST.type
                • ScheduledVoiceProvisioningEST.model_config
                • ScheduledVoiceProvisioningEST.model_post_init()
              • ScheduledVoiceProvisioningFAX
                • ScheduledVoiceProvisioningFAX.service_id
                • ScheduledVoiceProvisioningFAX.type
                • ScheduledVoiceProvisioningFAX.model_config
                • ScheduledVoiceProvisioningFAX.model_post_init()
              • ScheduledVoiceProvisioningRTC
                • ScheduledVoiceProvisioningRTC.app_id
                • ScheduledVoiceProvisioningRTC.type
                • ScheduledVoiceProvisioningRTC.model_config
                • ScheduledVoiceProvisioningRTC.model_post_init()
              • SmsConfiguration
                • SmsConfiguration.scheduled_provisioning
                • SmsConfiguration.model_config
                • SmsConfiguration.model_post_init()
              • SmsConfigurationBase
                • SmsConfigurationBase.service_plan_id
                • SmsConfigurationBase.campaign_id
                • SmsConfigurationBase.model_config
                • SmsConfigurationBase.model_post_init()
              • VoiceConfigurationCustom
                • VoiceConfigurationCustom.type
                • VoiceConfigurationCustom.model_config
                • VoiceConfigurationCustom.model_post_init()
              • VoiceConfigurationEST
                • VoiceConfigurationEST.trunk_id
                • VoiceConfigurationEST.type
                • VoiceConfigurationEST.model_config
                • VoiceConfigurationEST.model_post_init()
              • VoiceConfigurationRTC
                • VoiceConfigurationRTC.app_id
                • VoiceConfigurationRTC.type
                • VoiceConfigurationRTC.model_config
                • VoiceConfigurationRTC.model_post_init()
              • VoiceConfigurationFAX
                • VoiceConfigurationFAX.service_id
                • VoiceConfigurationFAX.type
                • VoiceConfigurationFAX.model_config
                • VoiceConfigurationFAX.model_post_init()
            • sinch.domains.numbers.models.v1.types package
              • sinch.domains.numbers.models.v1.types.capability_type module
              • sinch.domains.numbers.models.v1.types.number_pattern_dict module
                • NumberPatternDict
                  • NumberPatternDict.pattern
                  • NumberPatternDict.search_pattern
              • sinch.domains.numbers.models.v1.types.number_search_pattern_type module
              • sinch.domains.numbers.models.v1.types.number_type module
              • sinch.domains.numbers.models.v1.types.order_by_type module
              • sinch.domains.numbers.models.v1.types.sms_configuration_dict module
                • SmsConfigurationDict
                  • SmsConfigurationDict.service_plan_id
                  • SmsConfigurationDict.campaign_id
              • sinch.domains.numbers.models.v1.types.sms_error_code module
              • sinch.domains.numbers.models.v1.types.status_scheduled_provisioning module
              • sinch.domains.numbers.models.v1.types.voice_application_type module
              • sinch.domains.numbers.models.v1.types.voice_configuration_custom_dict module
                • VoiceConfigurationCustomDict
                  • VoiceConfigurationCustomDict.type
              • sinch.domains.numbers.models.v1.types.voice_configuration_dict module
              • sinch.domains.numbers.models.v1.types.voice_configuration_est_dict module
                • VoiceConfigurationESTDict
                  • VoiceConfigurationESTDict.type
                  • VoiceConfigurationESTDict.trunk_id
              • sinch.domains.numbers.models.v1.types.voice_configuration_fax_dict module
                • VoiceConfigurationFAXDict
                  • VoiceConfigurationFAXDict.type
                  • VoiceConfigurationFAXDict.service_id
              • sinch.domains.numbers.models.v1.types.voice_configuration_rtc_dict module
                • VoiceConfigurationRTCDict
                  • VoiceConfigurationRTCDict.type
                  • VoiceConfigurationRTCDict.app_id
              • NumberPatternDict
                • NumberPatternDict.pattern
                • NumberPatternDict.search_pattern
              • SmsConfigurationDict
                • SmsConfigurationDict.service_plan_id
                • SmsConfigurationDict.campaign_id
              • VoiceConfigurationCustomDict
                • VoiceConfigurationCustomDict.type
              • VoiceConfigurationESTDict
                • VoiceConfigurationESTDict.type
                • VoiceConfigurationESTDict.trunk_id
              • VoiceConfigurationFAXDict
                • VoiceConfigurationFAXDict.type
                • VoiceConfigurationFAXDict.service_id
              • VoiceConfigurationRTCDict
                • VoiceConfigurationRTCDict.type
                • VoiceConfigurationRTCDict.app_id
        • sinch.domains.numbers.sinch_events package
          • sinch.domains.numbers.sinch_events.v1 package
            • sinch.domains.numbers.sinch_events.v1.events package
              • sinch.domains.numbers.sinch_events.v1.events.active_number_sinch_event module
                • ActiveNumberSinchEvent
                  • ActiveNumberSinchEvent.resource_type
                  • ActiveNumberSinchEvent.event_type
                  • ActiveNumberSinchEvent.status
                  • ActiveNumberSinchEvent.failure_code
                  • ActiveNumberSinchEvent.internal_failure_code
                  • ActiveNumberSinchEvent.model_config
                  • ActiveNumberSinchEvent.model_post_init()
              • sinch.domains.numbers.sinch_events.v1.events.number_base_sinch_event module
                • NumberBaseSinchEvent
                  • NumberBaseSinchEvent.event_id
                  • NumberBaseSinchEvent.timestamp
                  • NumberBaseSinchEvent.project_id
                  • NumberBaseSinchEvent.resource_type
                  • NumberBaseSinchEvent.model_config
                  • NumberBaseSinchEvent.model_post_init()
              • sinch.domains.numbers.sinch_events.v1.events.number_order_sinch_event module
                • NumberOrderSinchEvent
                  • NumberOrderSinchEvent.resource_type
                  • NumberOrderSinchEvent.event_type
                  • NumberOrderSinchEvent.status
                  • NumberOrderSinchEvent.model_config
                  • NumberOrderSinchEvent.model_post_init()
              • sinch.domains.numbers.sinch_events.v1.events.number_sinch_event module
                • NumberSinchEvent
                  • NumberSinchEvent.resource_id
                  • NumberSinchEvent.resource_type
                  • NumberSinchEvent.event_type
                  • NumberSinchEvent.status
                  • NumberSinchEvent.failure_code
                  • NumberSinchEvent.internal_failure_code
                  • NumberSinchEvent.model_config
                  • NumberSinchEvent.model_post_init()
              • sinch.domains.numbers.sinch_events.v1.events.number_sinch_event_payload module
              • sinch.domains.numbers.sinch_events.v1.events.resource_type module
              • NumberSinchEvent
                • NumberSinchEvent.resource_id
                • NumberSinchEvent.resource_type
                • NumberSinchEvent.event_type
                • NumberSinchEvent.status
                • NumberSinchEvent.failure_code
                • NumberSinchEvent.internal_failure_code
                • NumberSinchEvent.model_config
                • NumberSinchEvent.model_post_init()
              • ActiveNumberSinchEvent
                • ActiveNumberSinchEvent.resource_type
                • ActiveNumberSinchEvent.event_type
                • ActiveNumberSinchEvent.status
                • ActiveNumberSinchEvent.failure_code
                • ActiveNumberSinchEvent.internal_failure_code
                • ActiveNumberSinchEvent.model_config
                • ActiveNumberSinchEvent.model_post_init()
              • NumberOrderSinchEvent
                • NumberOrderSinchEvent.resource_type
                • NumberOrderSinchEvent.event_type
                • NumberOrderSinchEvent.status
                • NumberOrderSinchEvent.model_config
                • NumberOrderSinchEvent.model_post_init()
            • sinch.domains.numbers.sinch_events.v1.sinch_events module
              • SinchEvents
                • SinchEvents.validate_authentication_header()
                • SinchEvents.parse_event()
            • SinchEvents
              • SinchEvents.validate_authentication_header()
              • SinchEvents.parse_event()
        • sinch.domains.numbers.virtual_numbers module
          • VirtualNumbers
            • VirtualNumbers.sinch_events()
            • VirtualNumbers.list()
            • VirtualNumbers.update()
            • VirtualNumbers.get()
            • VirtualNumbers.release()
            • VirtualNumbers.check_availability()
            • VirtualNumbers.rent()
            • VirtualNumbers.rent_any()
            • VirtualNumbers.search_for_available_numbers()
        • VirtualNumbers
          • VirtualNumbers.sinch_events()
          • VirtualNumbers.list()
          • VirtualNumbers.update()
          • VirtualNumbers.get()
          • VirtualNumbers.release()
          • VirtualNumbers.check_availability()
          • VirtualNumbers.rent()
          • VirtualNumbers.rent_any()
          • VirtualNumbers.search_for_available_numbers()
      • sinch.domains.sms package
        • sinch.domains.sms.api package
          • sinch.domains.sms.api.v1 package
            • sinch.domains.sms.api.v1.batches_apis module
              • Batches
                • Batches.cancel()
                • Batches.dry_run()
                • Batches.dry_run_sms()
                • Batches.dry_run_binary()
                • Batches.dry_run_mms()
                • Batches.get()
                • Batches.list()
                • Batches.replace()
                • Batches.replace_sms()
                • Batches.replace_binary()
                • Batches.replace_mms()
                • Batches.send()
                • Batches.send_sms()
                • Batches.send_binary()
                • Batches.send_mms()
                • Batches.send_delivery_feedback()
                • Batches.update()
                • Batches.update_sms()
                • Batches.update_binary()
                • Batches.update_mms()
            • sinch.domains.sms.api.v1.delivery_reports_apis module
              • DeliveryReports
                • DeliveryReports.get()
                • DeliveryReports.get_for_number()
                • DeliveryReports.list()
            • sinch.domains.sms.api.v1.exceptions module
              • SmsException
            • sinch.domains.sms.api.v1.groups_apis module
              • Groups
                • Groups.create()
                • Groups.list()
                • Groups.get()
                • Groups.replace()
                • Groups.update()
                • Groups.delete()
                • Groups.list_members()
            • sinch.domains.sms.api.v1.inbounds_apis module
              • Inbounds
                • Inbounds.get()
                • Inbounds.list()
            • Batches
              • Batches.cancel()
              • Batches.dry_run()
              • Batches.dry_run_sms()
              • Batches.dry_run_binary()
              • Batches.dry_run_mms()
              • Batches.get()
              • Batches.list()
              • Batches.replace()
              • Batches.replace_sms()
              • Batches.replace_binary()
              • Batches.replace_mms()
              • Batches.send()
              • Batches.send_sms()
              • Batches.send_binary()
              • Batches.send_mms()
              • Batches.send_delivery_feedback()
              • Batches.update()
              • Batches.update_sms()
              • Batches.update_binary()
              • Batches.update_mms()
            • DeliveryReports
              • DeliveryReports.get()
              • DeliveryReports.get_for_number()
              • DeliveryReports.list()
            • Inbounds
              • Inbounds.get()
              • Inbounds.list()
            • Groups
              • Groups.create()
              • Groups.list()
              • Groups.get()
              • Groups.replace()
              • Groups.update()
              • Groups.delete()
              • Groups.list_members()
        • sinch.domains.sms.models package
          • sinch.domains.sms.models.v1 package
            • sinch.domains.sms.models.v1.response package
              • sinch.domains.sms.models.v1.response.batch_delivery_report module
                • BatchDeliveryReport
                  • BatchDeliveryReport.batch_id
                  • BatchDeliveryReport.client_reference
                  • BatchDeliveryReport.statuses
                  • BatchDeliveryReport.total_message_count
                  • BatchDeliveryReport.type
                  • BatchDeliveryReport.model_config
                  • BatchDeliveryReport.model_post_init()
              • sinch.domains.sms.models.v1.response.dry_run_response module
                • DryRunResponse
                  • DryRunResponse.number_of_recipients
                  • DryRunResponse.number_of_messages
                  • DryRunResponse.per_recipient
                  • DryRunResponse.model_config
                  • DryRunResponse.model_post_init()
              • sinch.domains.sms.models.v1.response.group_response module
                • GroupResponse
                  • GroupResponse.id
                  • GroupResponse.name
                  • GroupResponse.size
                  • GroupResponse.created_at
                  • GroupResponse.modified_at
                  • GroupResponse.child_groups
                  • GroupResponse.auto_update
                  • GroupResponse.model_config
                  • GroupResponse.model_post_init()
              • sinch.domains.sms.models.v1.response.list_batches_response module
                • ListBatchesResponse
                  • ListBatchesResponse.count
                  • ListBatchesResponse.page
                  • ListBatchesResponse.batches
                  • ListBatchesResponse.page_size
                  • ListBatchesResponse.content
                  • ListBatchesResponse.model_config
                  • ListBatchesResponse.model_post_init()
              • sinch.domains.sms.models.v1.response.list_group_members_response module
                • ListGroupMembersResponse
                  • ListGroupMembersResponse.members
                  • ListGroupMembersResponse.content
                  • ListGroupMembersResponse.model_config
                  • ListGroupMembersResponse.model_post_init()
              • sinch.domains.sms.models.v1.response.list_groups_response module
                • ListGroupsResponse
                  • ListGroupsResponse.count
                  • ListGroupsResponse.page
                  • ListGroupsResponse.page_size
                  • ListGroupsResponse.groups
                  • ListGroupsResponse.content
                  • ListGroupsResponse.model_config
                  • ListGroupsResponse.model_post_init()
              • sinch.domains.sms.models.v1.response.recipient_delivery_report module
                • RecipientDeliveryReport
                  • RecipientDeliveryReport.applied_originator
                  • RecipientDeliveryReport.at
                  • RecipientDeliveryReport.batch_id
                  • RecipientDeliveryReport.client_reference
                  • RecipientDeliveryReport.code
                  • RecipientDeliveryReport.encoding
                  • RecipientDeliveryReport.number_of_message_parts
                  • RecipientDeliveryReport.operator
                  • RecipientDeliveryReport.operator_status_at
                  • RecipientDeliveryReport.recipient
                  • RecipientDeliveryReport.status
                  • RecipientDeliveryReport.type
                  • RecipientDeliveryReport.normalize_timestamp()
                  • RecipientDeliveryReport.model_config
                  • RecipientDeliveryReport.model_post_init()
              • BatchDeliveryReport
                • BatchDeliveryReport.batch_id
                • BatchDeliveryReport.client_reference
                • BatchDeliveryReport.statuses
                • BatchDeliveryReport.total_message_count
                • BatchDeliveryReport.type
                • BatchDeliveryReport.model_config
                • BatchDeliveryReport.model_post_init()
              • DryRunResponse
                • DryRunResponse.number_of_recipients
                • DryRunResponse.number_of_messages
                • DryRunResponse.per_recipient
                • DryRunResponse.model_config
                • DryRunResponse.model_post_init()
              • GroupResponse
                • GroupResponse.id
                • GroupResponse.name
                • GroupResponse.size
                • GroupResponse.created_at
                • GroupResponse.modified_at
                • GroupResponse.child_groups
                • GroupResponse.auto_update
                • GroupResponse.model_config
                • GroupResponse.model_post_init()
              • ListBatchesResponse
                • ListBatchesResponse.count
                • ListBatchesResponse.page
                • ListBatchesResponse.batches
                • ListBatchesResponse.page_size
                • ListBatchesResponse.content
                • ListBatchesResponse.model_config
                • ListBatchesResponse.model_post_init()
              • ListGroupMembersResponse
                • ListGroupMembersResponse.members
                • ListGroupMembersResponse.content
                • ListGroupMembersResponse.model_config
                • ListGroupMembersResponse.model_post_init()
              • ListGroupsResponse
                • ListGroupsResponse.count
                • ListGroupsResponse.page
                • ListGroupsResponse.page_size
                • ListGroupsResponse.groups
                • ListGroupsResponse.content
                • ListGroupsResponse.model_config
                • ListGroupsResponse.model_post_init()
              • RecipientDeliveryReport
                • RecipientDeliveryReport.applied_originator
                • RecipientDeliveryReport.at
                • RecipientDeliveryReport.batch_id
                • RecipientDeliveryReport.client_reference
                • RecipientDeliveryReport.code
                • RecipientDeliveryReport.encoding
                • RecipientDeliveryReport.number_of_message_parts
                • RecipientDeliveryReport.operator
                • RecipientDeliveryReport.operator_status_at
                • RecipientDeliveryReport.recipient
                • RecipientDeliveryReport.status
                • RecipientDeliveryReport.type
                • RecipientDeliveryReport.normalize_timestamp()
                • RecipientDeliveryReport.model_config
                • RecipientDeliveryReport.model_post_init()
            • sinch.domains.sms.models.v1.shared package
              • sinch.domains.sms.models.v1.shared.auto_update module
                • AddKeyword
                  • AddKeyword.first_word
                  • AddKeyword.second_word
                  • AddKeyword.model_config
                  • AddKeyword.model_post_init()
                • RemoveKeyword
                  • RemoveKeyword.first_word
                  • RemoveKeyword.second_word
                  • RemoveKeyword.model_config
                  • RemoveKeyword.model_post_init()
                • AutoUpdate
                  • AutoUpdate.to
                  • AutoUpdate.add
                  • AutoUpdate.remove
                  • AutoUpdate.model_config
                  • AutoUpdate.model_post_init()
              • sinch.domains.sms.models.v1.shared.base_mo_message module
                • BaseMOMessage
                  • BaseMOMessage.from_
                  • BaseMOMessage.id
                  • BaseMOMessage.received_at
                  • BaseMOMessage.to
                  • BaseMOMessage.client_reference
                  • BaseMOMessage.operator_id
                  • BaseMOMessage.sent_at
                  • BaseMOMessage.model_config
                  • BaseMOMessage.model_post_init()
              • sinch.domains.sms.models.v1.shared.batch_id_mixin module
                • BatchIdMixin
                  • BatchIdMixin.batch_id
                  • BatchIdMixin.model_config
              • sinch.domains.sms.models.v1.shared.binary_request module
                • BinaryRequest
                  • BinaryRequest.to
                  • BinaryRequest.from_
                  • BinaryRequest.body
                  • BinaryRequest.udh
                  • BinaryRequest.type
                  • BinaryRequest.delivery_report
                  • BinaryRequest.send_at
                  • BinaryRequest.expire_at
                  • BinaryRequest.event_destination_target
                  • BinaryRequest.client_reference
                  • BinaryRequest.feedback_enabled
                  • BinaryRequest.from_ton
                  • BinaryRequest.from_npi
                  • BinaryRequest.model_config
                  • BinaryRequest.model_post_init()
              • sinch.domains.sms.models.v1.shared.binary_response module
                • BinaryResponse
                  • BinaryResponse.id
                  • BinaryResponse.to
                  • BinaryResponse.from_
                  • BinaryResponse.canceled
                  • BinaryResponse.body
                  • BinaryResponse.udh
                  • BinaryResponse.type
                  • BinaryResponse.created_at
                  • BinaryResponse.modified_at
                  • BinaryResponse.delivery_report
                  • BinaryResponse.send_at
                  • BinaryResponse.expire_at
                  • BinaryResponse.event_destination_target
                  • BinaryResponse.client_reference
                  • BinaryResponse.feedback_enabled
                  • BinaryResponse.from_ton
                  • BinaryResponse.from_npi
                  • BinaryResponse.model_config
                  • BinaryResponse.model_post_init()
              • sinch.domains.sms.models.v1.shared.dry_run_per_recipient_details module
                • DryRunPerRecipientDetails
                  • DryRunPerRecipientDetails.recipient
                  • DryRunPerRecipientDetails.body
                  • DryRunPerRecipientDetails.number_of_parts
                  • DryRunPerRecipientDetails.encoding
                  • DryRunPerRecipientDetails.model_config
                  • DryRunPerRecipientDetails.model_post_init()
              • sinch.domains.sms.models.v1.shared.group_id_mixin module
                • GroupIdMixin
                  • GroupIdMixin.group_id
                  • GroupIdMixin.model_config
              • sinch.domains.sms.models.v1.shared.media_body module
                • MediaBody
                  • MediaBody.subject
                  • MediaBody.message
                  • MediaBody.url
                  • MediaBody.model_config
                  • MediaBody.model_post_init()
              • sinch.domains.sms.models.v1.shared.media_request module
                • MediaRequest
                  • MediaRequest.to
                  • MediaRequest.from_
                  • MediaRequest.body
                  • MediaRequest.parameters
                  • MediaRequest.type
                  • MediaRequest.delivery_report
                  • MediaRequest.send_at
                  • MediaRequest.expire_at
                  • MediaRequest.event_destination_target
                  • MediaRequest.client_reference
                  • MediaRequest.feedback_enabled
                  • MediaRequest.strict_validation
                  • MediaRequest.model_config
                  • MediaRequest.model_post_init()
              • sinch.domains.sms.models.v1.shared.media_response module
                • MediaResponse
                  • MediaResponse.id
                  • MediaResponse.to
                  • MediaResponse.from_
                  • MediaResponse.canceled
                  • MediaResponse.body
                  • MediaResponse.parameters
                  • MediaResponse.type
                  • MediaResponse.created_at
                  • MediaResponse.modified_at
                  • MediaResponse.delivery_report
                  • MediaResponse.send_at
                  • MediaResponse.expire_at
                  • MediaResponse.event_destination_target
                  • MediaResponse.client_reference
                  • MediaResponse.feedback_enabled
                  • MediaResponse.strict_validation
                  • MediaResponse.model_config
                  • MediaResponse.model_post_init()
              • sinch.domains.sms.models.v1.shared.message_delivery_status module
                • MessageDeliveryStatus
                  • MessageDeliveryStatus.code
                  • MessageDeliveryStatus.count
                  • MessageDeliveryStatus.recipients
                  • MessageDeliveryStatus.status
                  • MessageDeliveryStatus.model_config
                  • MessageDeliveryStatus.model_post_init()
              • sinch.domains.sms.models.v1.shared.mo_binary_message module
                • MOBinaryMessage
                  • MOBinaryMessage.body
                  • MOBinaryMessage.type
                  • MOBinaryMessage.udh
                  • MOBinaryMessage.model_config
                  • MOBinaryMessage.model_post_init()
              • sinch.domains.sms.models.v1.shared.mo_media_body module
                • MOMediaBody
                  • MOMediaBody.subject
                  • MOMediaBody.message
                  • MOMediaBody.media
                  • MOMediaBody.model_config
                  • MOMediaBody.model_post_init()
              • sinch.domains.sms.models.v1.shared.mo_media_item module
                • MOMediaItem
                  • MOMediaItem.url
                  • MOMediaItem.content_type
                  • MOMediaItem.status
                  • MOMediaItem.code
                  • MOMediaItem.model_config
                  • MOMediaItem.model_post_init()
              • sinch.domains.sms.models.v1.shared.mo_media_message module
                • MOMediaMessage
                  • MOMediaMessage.body
                  • MOMediaMessage.type
                  • MOMediaMessage.model_config
                  • MOMediaMessage.model_post_init()
              • sinch.domains.sms.models.v1.shared.mo_text_message module
                • MOTextMessage
                  • MOTextMessage.body
                  • MOTextMessage.type
                  • MOTextMessage.model_config
                  • MOTextMessage.model_post_init()
              • sinch.domains.sms.models.v1.shared.text_request module
                • TextRequest
                  • TextRequest.to
                  • TextRequest.from_
                  • TextRequest.parameters
                  • TextRequest.body
                  • TextRequest.type
                  • TextRequest.delivery_report
                  • TextRequest.send_at
                  • TextRequest.expire_at
                  • TextRequest.event_destination_target
                  • TextRequest.client_reference
                  • TextRequest.feedback_enabled
                  • TextRequest.flash_message
                  • TextRequest.max_number_of_message_parts
                  • TextRequest.truncate_concat
                  • TextRequest.from_ton
                  • TextRequest.from_npi
                  • TextRequest.model_config
                  • TextRequest.model_post_init()
              • sinch.domains.sms.models.v1.shared.text_response module
                • TextResponse
                  • TextResponse.id
                  • TextResponse.to
                  • TextResponse.from_
                  • TextResponse.canceled
                  • TextResponse.parameters
                  • TextResponse.body
                  • TextResponse.type
                  • TextResponse.created_at
                  • TextResponse.modified_at
                  • TextResponse.delivery_report
                  • TextResponse.send_at
                  • TextResponse.expire_at
                  • TextResponse.event_destination_target
                  • TextResponse.client_reference
                  • TextResponse.feedback_enabled
                  • TextResponse.flash_message
                  • TextResponse.truncate_concat
                  • TextResponse.max_number_of_message_parts
                  • TextResponse.from_ton
                  • TextResponse.from_npi
                  • TextResponse.model_config
                  • TextResponse.model_post_init()
              • AddKeyword
                • AddKeyword.first_word
                • AddKeyword.second_word
                • AddKeyword.model_config
                • AddKeyword.model_post_init()
              • AutoUpdate
                • AutoUpdate.to
                • AutoUpdate.add
                • AutoUpdate.remove
                • AutoUpdate.model_config
                • AutoUpdate.model_post_init()
              • BinaryRequest
                • BinaryRequest.to
                • BinaryRequest.from_
                • BinaryRequest.body
                • BinaryRequest.udh
                • BinaryRequest.type
                • BinaryRequest.delivery_report
                • BinaryRequest.send_at
                • BinaryRequest.expire_at
                • BinaryRequest.event_destination_target
                • BinaryRequest.client_reference
                • BinaryRequest.feedback_enabled
                • BinaryRequest.from_ton
                • BinaryRequest.from_npi
                • BinaryRequest.model_config
                • BinaryRequest.model_post_init()
              • BinaryResponse
                • BinaryResponse.id
                • BinaryResponse.to
                • BinaryResponse.from_
                • BinaryResponse.canceled
                • BinaryResponse.body
                • BinaryResponse.udh
                • BinaryResponse.type
                • BinaryResponse.created_at
                • BinaryResponse.modified_at
                • BinaryResponse.delivery_report
                • BinaryResponse.send_at
                • BinaryResponse.expire_at
                • BinaryResponse.event_destination_target
                • BinaryResponse.client_reference
                • BinaryResponse.feedback_enabled
                • BinaryResponse.from_ton
                • BinaryResponse.from_npi
                • BinaryResponse.model_config
                • BinaryResponse.model_post_init()
              • DryRunPerRecipientDetails
                • DryRunPerRecipientDetails.recipient
                • DryRunPerRecipientDetails.body
                • DryRunPerRecipientDetails.number_of_parts
                • DryRunPerRecipientDetails.encoding
                • DryRunPerRecipientDetails.model_config
                • DryRunPerRecipientDetails.model_post_init()
              • MediaBody
                • MediaBody.subject
                • MediaBody.message
                • MediaBody.url
                • MediaBody.model_config
                • MediaBody.model_post_init()
              • MediaRequest
                • MediaRequest.to
                • MediaRequest.from_
                • MediaRequest.body
                • MediaRequest.parameters
                • MediaRequest.type
                • MediaRequest.delivery_report
                • MediaRequest.send_at
                • MediaRequest.expire_at
                • MediaRequest.event_destination_target
                • MediaRequest.client_reference
                • MediaRequest.feedback_enabled
                • MediaRequest.strict_validation
                • MediaRequest.model_config
                • MediaRequest.model_post_init()
              • MediaResponse
                • MediaResponse.id
                • MediaResponse.to
                • MediaResponse.from_
                • MediaResponse.canceled
                • MediaResponse.body
                • MediaResponse.parameters
                • MediaResponse.type
                • MediaResponse.created_at
                • MediaResponse.modified_at
                • MediaResponse.delivery_report
                • MediaResponse.send_at
                • MediaResponse.expire_at
                • MediaResponse.event_destination_target
                • MediaResponse.client_reference
                • MediaResponse.feedback_enabled
                • MediaResponse.strict_validation
                • MediaResponse.model_config
                • MediaResponse.model_post_init()
              • MessageDeliveryStatus
                • MessageDeliveryStatus.code
                • MessageDeliveryStatus.count
                • MessageDeliveryStatus.recipients
                • MessageDeliveryStatus.status
                • MessageDeliveryStatus.model_config
                • MessageDeliveryStatus.model_post_init()
              • RemoveKeyword
                • RemoveKeyword.first_word
                • RemoveKeyword.second_word
                • RemoveKeyword.model_config
                • RemoveKeyword.model_post_init()
              • TextRequest
                • TextRequest.to
                • TextRequest.from_
                • TextRequest.parameters
                • TextRequest.body
                • TextRequest.type
                • TextRequest.delivery_report
                • TextRequest.send_at
                • TextRequest.expire_at
                • TextRequest.event_destination_target
                • TextRequest.client_reference
                • TextRequest.feedback_enabled
                • TextRequest.flash_message
                • TextRequest.max_number_of_message_parts
                • TextRequest.truncate_concat
                • TextRequest.from_ton
                • TextRequest.from_npi
                • TextRequest.model_config
                • TextRequest.model_post_init()
              • TextResponse
                • TextResponse.id
                • TextResponse.to
                • TextResponse.from_
                • TextResponse.canceled
                • TextResponse.parameters
                • TextResponse.body
                • TextResponse.type
                • TextResponse.created_at
                • TextResponse.modified_at
                • TextResponse.delivery_report
                • TextResponse.send_at
                • TextResponse.expire_at
                • TextResponse.event_destination_target
                • TextResponse.client_reference
                • TextResponse.feedback_enabled
                • TextResponse.flash_message
                • TextResponse.truncate_concat
                • TextResponse.max_number_of_message_parts
                • TextResponse.from_ton
                • TextResponse.from_npi
                • TextResponse.model_config
                • TextResponse.model_post_init()
              • BaseMOMessage
                • BaseMOMessage.from_
                • BaseMOMessage.id
                • BaseMOMessage.received_at
                • BaseMOMessage.to
                • BaseMOMessage.client_reference
                • BaseMOMessage.operator_id
                • BaseMOMessage.sent_at
                • BaseMOMessage.model_config
                • BaseMOMessage.model_post_init()
              • MOTextMessage
                • MOTextMessage.body
                • MOTextMessage.type
                • MOTextMessage.model_config
                • MOTextMessage.model_post_init()
              • MOBinaryMessage
                • MOBinaryMessage.body
                • MOBinaryMessage.type
                • MOBinaryMessage.udh
                • MOBinaryMessage.model_config
                • MOBinaryMessage.model_post_init()
              • MOMediaItem
                • MOMediaItem.url
                • MOMediaItem.content_type
                • MOMediaItem.status
                • MOMediaItem.code
                • MOMediaItem.model_config
                • MOMediaItem.model_post_init()
              • MOMediaBody
                • MOMediaBody.subject
                • MOMediaBody.message
                • MOMediaBody.media
                • MOMediaBody.model_config
                • MOMediaBody.model_post_init()
              • MOMediaMessage
                • MOMediaMessage.body
                • MOMediaMessage.type
                • MOMediaMessage.model_config
                • MOMediaMessage.model_post_init()
            • sinch.domains.sms.models.v1.types package
              • sinch.domains.sms.models.v1.types.auto_update_dict module
                • AddKeywordDict
                  • AddKeywordDict.first_word
                  • AddKeywordDict.second_word
                • RemoveKeywordDict
                  • RemoveKeywordDict.first_word
                  • RemoveKeywordDict.second_word
                • AutoUpdateDict
                  • AutoUpdateDict.to
                  • AutoUpdateDict.add
                  • AutoUpdateDict.remove
              • sinch.domains.sms.models.v1.types.batch_response module
              • sinch.domains.sms.models.v1.types.delivery_receipt_status_code_type module
              • sinch.domains.sms.models.v1.types.delivery_report_type module
              • sinch.domains.sms.models.v1.types.delivery_status_type module
              • sinch.domains.sms.models.v1.types.encoding_type module
              • sinch.domains.sms.models.v1.types.inbound_message module
              • sinch.domains.sms.models.v1.types.media_body_dict module
                • MediaBodyDict
                  • MediaBodyDict.url
                  • MediaBodyDict.subject
                  • MediaBodyDict.message
              • sinch.domains.sms.models.v1.types.recipient_delivery_report_type module
              • AutoUpdateDict
                • AutoUpdateDict.to
                • AutoUpdateDict.add
                • AutoUpdateDict.remove
              • MediaBodyDict
                • MediaBodyDict.url
                • MediaBodyDict.subject
                • MediaBodyDict.message
        • sinch.domains.sms.sinch_events package
          • sinch.domains.sms.sinch_events.v1 package
            • sinch.domains.sms.sinch_events.v1.events package
              • sinch.domains.sms.sinch_events.v1.events.sms_sinch_event module
            • sinch.domains.sms.sinch_events.v1.sms_sinch_event module
              • SmsSinchEvent
                • SmsSinchEvent.validate_authentication_header()
                • SmsSinchEvent.parse_event()
            • SmsSinchEvent
              • SmsSinchEvent.validate_authentication_header()
              • SmsSinchEvent.parse_event()
        • sinch.domains.sms.exceptions module
          • SMSException
        • sinch.domains.sms.sms module
          • SMS
            • SMS.sinch_events()
        • SMS
          • SMS.sinch_events()
      • sinch.domains.voice package
        • sinch.domains.voice.api package
          • sinch.domains.voice.api.v2 package
            • sinch.domains.voice.api.v2.base package
              • sinch.domains.voice.api.v2.base.base_voice module
                • BaseVoice
              • BaseVoice
            • sinch.domains.voice.api.v2.batches_apis module
              • Batches
                • Batches.start()
                • Batches.get()
                • Batches.get_details()
                • Batches.stop()
            • sinch.domains.voice.api.v2.calls_apis module
              • Calls
                • Calls.start()
                • Calls.list()
                • Calls.get()
                • Calls.interact_by_call_id()
                • Calls.interact_by_call_name()
            • sinch.domains.voice.api.v2.exceptions module
              • VoiceException
            • sinch.domains.voice.api.v2.services_apis module
              • Services
                • Services.list()
                • Services.create()
                • Services.get()
                • Services.update()
                • Services.delete()
            • sinch.domains.voice.api.v2.sessions_apis module
              • Sessions
                • Sessions.get()
            • sinch.domains.voice.api.v2.sinch_events module
              • SinchEvents
                • SinchEvents.validate_authentication_header()
                • SinchEvents.parse_event()
                • SinchEvents.build_response()
                • SinchEvents.build_incoming_call_response()
                • SinchEvents.serialize_response()
            • sinch.domains.voice.api.v2.svaml_apis module
              • Svaml
                • Svaml.describe()
                • Svaml.validate()
            • sinch.domains.voice.api.v2.voice module
              • VoiceV2
            • Batches
              • Batches.start()
              • Batches.get()
              • Batches.get_details()
              • Batches.stop()
            • Calls
              • Calls.start()
              • Calls.list()
              • Calls.get()
              • Calls.interact_by_call_id()
              • Calls.interact_by_call_name()
            • Services
              • Services.list()
              • Services.create()
              • Services.get()
              • Services.update()
              • Services.delete()
            • Sessions
              • Sessions.get()
            • Svaml
              • Svaml.describe()
              • Svaml.validate()
            • SinchEvents
              • SinchEvents.validate_authentication_header()
              • SinchEvents.parse_event()
              • SinchEvents.build_response()
              • SinchEvents.build_incoming_call_response()
              • SinchEvents.serialize_response()
            • VoiceException
        • sinch.domains.voice.models package
          • sinch.domains.voice.models.v2 package
            • sinch.domains.voice.models.v2.batches package
              • sinch.domains.voice.models.v2.batches.response package
                • sinch.domains.voice.models.v2.batches.response.batch_details_response module
                  • BatchSessionSummary
                    • BatchSessionSummary.id
                    • BatchSessionSummary.state
                    • BatchSessionSummary.model_config
                    • BatchSessionSummary.model_post_init()
                  • BatchDetailsResponse
                    • BatchDetailsResponse.sessions
                    • BatchDetailsResponse.model_config
                    • BatchDetailsResponse.model_post_init()
                • sinch.domains.voice.models.v2.batches.response.batch_stop_response module
                  • BatchStopResponse
                    • BatchStopResponse.result
                    • BatchStopResponse.model_config
                    • BatchStopResponse.model_post_init()
                • sinch.domains.voice.models.v2.batches.response.batch_summary_response module
                  • BatchSummaryResponse
                    • BatchSummaryResponse.batch_id
                    • BatchSummaryResponse.session_count
                    • BatchSummaryResponse.end_time
                    • BatchSummaryResponse.queued
                    • BatchSummaryResponse.in_progress
                    • BatchSummaryResponse.completed
                    • BatchSummaryResponse.expired
                    • BatchSummaryResponse.ttl_seconds
                    • BatchSummaryResponse.requested_cps
                    • BatchSummaryResponse.model_config
                    • BatchSummaryResponse.model_post_init()
                • sinch.domains.voice.models.v2.batches.response.start_batch_response module
                  • StartBatchResponse
                    • StartBatchResponse.project_id
                    • StartBatchResponse.service_id
                    • StartBatchResponse.batch_id
                    • StartBatchResponse.model_config
                    • StartBatchResponse.model_post_init()
                • BatchDetailsResponse
                  • BatchDetailsResponse.sessions
                  • BatchDetailsResponse.model_config
                  • BatchDetailsResponse.model_post_init()
                • BatchSessionSummary
                  • BatchSessionSummary.id
                  • BatchSessionSummary.state
                  • BatchSessionSummary.model_config
                  • BatchSessionSummary.model_post_init()
                • BatchStopResponse
                  • BatchStopResponse.result
                  • BatchStopResponse.model_config
                  • BatchStopResponse.model_post_init()
                • BatchSummaryResponse
                  • BatchSummaryResponse.batch_id
                  • BatchSummaryResponse.session_count
                  • BatchSummaryResponse.end_time
                  • BatchSummaryResponse.queued
                  • BatchSummaryResponse.in_progress
                  • BatchSummaryResponse.completed
                  • BatchSummaryResponse.expired
                  • BatchSummaryResponse.ttl_seconds
                  • BatchSummaryResponse.requested_cps
                  • BatchSummaryResponse.model_config
                  • BatchSummaryResponse.model_post_init()
                • StartBatchResponse
                  • StartBatchResponse.project_id
                  • StartBatchResponse.service_id
                  • StartBatchResponse.batch_id
                  • StartBatchResponse.model_config
                  • StartBatchResponse.model_post_init()
              • sinch.domains.voice.models.v2.batches.shared package
                • sinch.domains.voice.models.v2.batches.shared.batch_options module
                  • BatchOptions
                    • BatchOptions.max_cps
                    • BatchOptions.ttl_seconds
                    • BatchOptions.model_config
                    • BatchOptions.model_post_init()
                • BatchOptions
                  • BatchOptions.max_cps
                  • BatchOptions.ttl_seconds
                  • BatchOptions.model_config
                  • BatchOptions.model_post_init()
              • sinch.domains.voice.models.v2.batches.types package
                • sinch.domains.voice.models.v2.batches.types.batch_options_dict module
                  • BatchOptionsDict
                    • BatchOptionsDict.max_cps
                    • BatchOptionsDict.ttl_seconds
                • BatchOptionsDict
                  • BatchOptionsDict.max_cps
                  • BatchOptionsDict.ttl_seconds
            • sinch.domains.voice.models.v2.calls package
              • sinch.domains.voice.models.v2.calls.response package
                • sinch.domains.voice.models.v2.calls.response.start_call_response module
                  • StartCallResponse
                    • StartCallResponse.project_id
                    • StartCallResponse.service_id
                    • StartCallResponse.session_id
                    • StartCallResponse.model_config
                    • StartCallResponse.model_post_init()
                • StartCallResponse
                  • StartCallResponse.project_id
                  • StartCallResponse.service_id
                  • StartCallResponse.session_id
                  • StartCallResponse.model_config
                  • StartCallResponse.model_post_init()
            • sinch.domains.voice.models.v2.request package
              • sinch.domains.voice.models.v2.request.idempotency_key_request module
                • IdempotencyKeyRequest
                  • IdempotencyKeyRequest.idempotency_key
                  • IdempotencyKeyRequest.model_config
                  • IdempotencyKeyRequest.model_post_init()
              • IdempotencyKeyRequest
                • IdempotencyKeyRequest.idempotency_key
                • IdempotencyKeyRequest.model_config
                • IdempotencyKeyRequest.model_post_init()
            • sinch.domains.voice.models.v2.services package
              • sinch.domains.voice.models.v2.services.response package
                • sinch.domains.voice.models.v2.services.response.service_response module
                  • ServiceResponse
                    • ServiceResponse.service_id
                    • ServiceResponse.project_id
                    • ServiceResponse.create_time
                    • ServiceResponse.update_time
                    • ServiceResponse.name
                    • ServiceResponse.description
                    • ServiceResponse.is_default
                    • ServiceResponse.call_behavior
                    • ServiceResponse.model_config
                    • ServiceResponse.model_post_init()
                • sinch.domains.voice.models.v2.services.response.service_short_response module
                  • ServiceShortResponse
                    • ServiceShortResponse.service_id
                    • ServiceShortResponse.project_id
                    • ServiceShortResponse.create_time
                    • ServiceShortResponse.update_time
                    • ServiceShortResponse.name
                    • ServiceShortResponse.description
                    • ServiceShortResponse.is_default
                    • ServiceShortResponse.model_config
                    • ServiceShortResponse.model_post_init()
                • ServiceResponse
                  • ServiceResponse.service_id
                  • ServiceResponse.project_id
                  • ServiceResponse.create_time
                  • ServiceResponse.update_time
                  • ServiceResponse.name
                  • ServiceResponse.description
                  • ServiceResponse.is_default
                  • ServiceResponse.call_behavior
                  • ServiceResponse.model_config
                  • ServiceResponse.model_post_init()
                • ServiceShortResponse
                  • ServiceShortResponse.service_id
                  • ServiceShortResponse.project_id
                  • ServiceShortResponse.create_time
                  • ServiceShortResponse.update_time
                  • ServiceShortResponse.name
                  • ServiceShortResponse.description
                  • ServiceShortResponse.is_default
                  • ServiceShortResponse.model_config
                  • ServiceShortResponse.model_post_init()
              • sinch.domains.voice.models.v2.services.shared package
                • sinch.domains.voice.models.v2.services.shared.call_behavior module
                  • NoneCallBehavior
                    • NoneCallBehavior.type
                    • NoneCallBehavior.model_config
                    • NoneCallBehavior.model_post_init()
                  • EventDestinationCallBehavior
                    • EventDestinationCallBehavior.type
                    • EventDestinationCallBehavior.event_destination
                    • EventDestinationCallBehavior.model_config
                    • EventDestinationCallBehavior.model_post_init()
                  • StaticCallBehavior
                    • StaticCallBehavior.type
                    • StaticCallBehavior.static
                    • StaticCallBehavior.model_config
                    • StaticCallBehavior.model_post_init()
                • sinch.domains.voice.models.v2.services.shared.event_destination_configuration module
                  • EventDestinationConfiguration
                    • EventDestinationConfiguration.url
                    • EventDestinationConfiguration.fallback_url
                    • EventDestinationConfiguration.model_config
                    • EventDestinationConfiguration.model_post_init()
                • NoneCallBehavior
                  • NoneCallBehavior.type
                  • NoneCallBehavior.model_config
                  • NoneCallBehavior.model_post_init()
                • StaticCallBehavior
                  • StaticCallBehavior.type
                  • StaticCallBehavior.static
                  • StaticCallBehavior.model_config
                  • StaticCallBehavior.model_post_init()
                • EventDestinationCallBehavior
                  • EventDestinationCallBehavior.type
                  • EventDestinationCallBehavior.event_destination
                  • EventDestinationCallBehavior.model_config
                  • EventDestinationCallBehavior.model_post_init()
                • EventDestinationConfiguration
                  • EventDestinationConfiguration.url
                  • EventDestinationConfiguration.fallback_url
                  • EventDestinationConfiguration.model_config
                  • EventDestinationConfiguration.model_post_init()
              • sinch.domains.voice.models.v2.services.types package
                • sinch.domains.voice.models.v2.services.types.call_behavior_dict module
                  • NoneCallBehaviorDict
                    • NoneCallBehaviorDict.type
                  • EventDestinationCallBehaviorDict
                    • EventDestinationCallBehaviorDict.type
                    • EventDestinationCallBehaviorDict.event_destination
                  • StaticCallBehaviorDict
                    • StaticCallBehaviorDict.type
                    • StaticCallBehaviorDict.static
                • sinch.domains.voice.models.v2.services.types.event_destination_configuration_dict module
                  • EventDestinationConfigurationDict
                    • EventDestinationConfigurationDict.url
                    • EventDestinationConfigurationDict.fallback_url
                • NoneCallBehaviorDict
                  • NoneCallBehaviorDict.type
                • StaticCallBehaviorDict
                  • StaticCallBehaviorDict.type
                  • StaticCallBehaviorDict.static
                • EventDestinationCallBehaviorDict
                  • EventDestinationCallBehaviorDict.type
                  • EventDestinationCallBehaviorDict.event_destination
                • EventDestinationConfigurationDict
                  • EventDestinationConfigurationDict.url
                  • EventDestinationConfigurationDict.fallback_url
            • sinch.domains.voice.models.v2.sessions package
              • sinch.domains.voice.models.v2.sessions.response package
                • sinch.domains.voice.models.v2.sessions.response.session_response module
                  • SessionResponse
                    • SessionResponse.session_id
                    • SessionResponse.project_id
                    • SessionResponse.service_id
                    • SessionResponse.calls
                    • SessionResponse.create_time
                    • SessionResponse.update_time
                    • SessionResponse.end_time
                    • SessionResponse.state
                    • SessionResponse.model_config
                    • SessionResponse.model_post_init()
                • SessionResponse
                  • SessionResponse.session_id
                  • SessionResponse.project_id
                  • SessionResponse.service_id
                  • SessionResponse.calls
                  • SessionResponse.create_time
                  • SessionResponse.update_time
                  • SessionResponse.end_time
                  • SessionResponse.state
                  • SessionResponse.model_config
                  • SessionResponse.model_post_init()
            • sinch.domains.voice.models.v2.shared package
              • sinch.domains.voice.models.v2.shared.call module
                • Call
                  • Call.call_id
                  • Call.project_id
                  • Call.service_id
                  • Call.session_id
                  • Call.call_name
                  • Call.bridge_name
                  • Call.batch_id
                  • Call.from_
                  • Call.to
                  • Call.start_time
                  • Call.update_time
                  • Call.call_type
                  • Call.direction
                  • Call.answer_time
                  • Call.end_time
                  • Call.call_duration_seconds
                  • Call.call_result
                  • Call.call_reason
                  • Call.origination_type
                  • Call.call_rate
                  • Call.call_resource_url
                  • Call.model_config
                  • Call.model_post_init()
              • sinch.domains.voice.models.v2.shared.call_destination module
              • sinch.domains.voice.models.v2.shared.call_header module
                • CallHeader
                  • CallHeader.key
                  • CallHeader.value
                  • CallHeader.model_config
                  • CallHeader.model_post_init()
              • sinch.domains.voice.models.v2.shared.call_origin module
              • sinch.domains.voice.models.v2.shared.money module
                • Money
                  • Money.currency_code
                  • Money.amount
                  • Money.model_config
                  • Money.model_post_init()
              • sinch.domains.voice.models.v2.shared.pagination_links module
                • PaginationLinks
                  • PaginationLinks.first
                  • PaginationLinks.last
                  • PaginationLinks.next
                  • PaginationLinks.prev
                  • PaginationLinks.self_
                  • PaginationLinks.model_config
                  • PaginationLinks.model_post_init()
              • sinch.domains.voice.models.v2.shared.pagination_meta module
                • PaginationMeta
                  • PaginationMeta.total_count
                  • PaginationMeta.page_count
                  • PaginationMeta.model_config
                  • PaginationMeta.model_post_init()
              • sinch.domains.voice.models.v2.shared.phone module
                • PhoneDetails
                  • PhoneDetails.number
                  • PhoneDetails.model_config
                  • PhoneDetails.model_post_init()
                • Phone
                  • Phone.type
                  • Phone.phone
                  • Phone.model_config
                  • Phone.model_post_init()
              • sinch.domains.voice.models.v2.shared.sip module
                • SipDetails
                  • SipDetails.endpoint
                  • SipDetails.transport
                  • SipDetails.call_headers
                  • SipDetails.model_config
                  • SipDetails.model_post_init()
                • Sip
                  • Sip.type
                  • Sip.sip
                  • Sip.model_config
                  • Sip.model_post_init()
              • sinch.domains.voice.models.v2.shared.sip_from module
                • SipFromDetails
                  • SipFromDetails.endpoint
                  • SipFromDetails.display_name
                  • SipFromDetails.model_config
                  • SipFromDetails.model_post_init()
                • SipFrom
                  • SipFrom.type
                  • SipFrom.sip
                  • SipFrom.model_config
                  • SipFrom.model_post_init()
              • sinch.domains.voice.models.v2.shared.stream module
                • StreamOptions
                  • StreamOptions.version
                  • StreamOptions.codec
                  • StreamOptions.sample_rate
                  • StreamOptions.model_config
                  • StreamOptions.model_post_init()
                • StreamDetails
                  • StreamDetails.endpoint
                  • StreamDetails.stream_options
                  • StreamDetails.call_headers
                  • StreamDetails.model_config
                  • StreamDetails.model_post_init()
                • Stream
                  • Stream.type
                  • Stream.stream
                  • Stream.model_config
                  • Stream.model_post_init()
              • sinch.domains.voice.models.v2.shared.voice_relay module
                • VoiceRelayDetails
                  • VoiceRelayDetails.endpoint
                  • VoiceRelayDetails.enable_interruptions
                  • VoiceRelayDetails.tts_voice
                  • VoiceRelayDetails.stt_language
                  • VoiceRelayDetails.call_headers
                  • VoiceRelayDetails.model_config
                  • VoiceRelayDetails.model_post_init()
                • VoiceRelay
                  • VoiceRelay.type
                  • VoiceRelay.voice_relay
                  • VoiceRelay.model_config
                  • VoiceRelay.model_post_init()
              • Call
                • Call.call_id
                • Call.project_id
                • Call.service_id
                • Call.session_id
                • Call.call_name
                • Call.bridge_name
                • Call.batch_id
                • Call.from_
                • Call.to
                • Call.start_time
                • Call.update_time
                • Call.call_type
                • Call.direction
                • Call.answer_time
                • Call.end_time
                • Call.call_duration_seconds
                • Call.call_result
                • Call.call_reason
                • Call.origination_type
                • Call.call_rate
                • Call.call_resource_url
                • Call.model_config
                • Call.model_post_init()
              • CallHeader
                • CallHeader.key
                • CallHeader.value
                • CallHeader.model_config
                • CallHeader.model_post_init()
              • Money
                • Money.currency_code
                • Money.amount
                • Money.model_config
                • Money.model_post_init()
              • PaginationLinks
                • PaginationLinks.first
                • PaginationLinks.last
                • PaginationLinks.next
                • PaginationLinks.prev
                • PaginationLinks.self_
                • PaginationLinks.model_config
                • PaginationLinks.model_post_init()
              • PaginationMeta
                • PaginationMeta.total_count
                • PaginationMeta.page_count
                • PaginationMeta.model_config
                • PaginationMeta.model_post_init()
              • Phone
                • Phone.type
                • Phone.phone
                • Phone.model_config
                • Phone.model_post_init()
              • PhoneDetails
                • PhoneDetails.number
                • PhoneDetails.model_config
                • PhoneDetails.model_post_init()
              • Sip
                • Sip.type
                • Sip.sip
                • Sip.model_config
                • Sip.model_post_init()
              • SipDetails
                • SipDetails.endpoint
                • SipDetails.transport
                • SipDetails.call_headers
                • SipDetails.model_config
                • SipDetails.model_post_init()
              • SipFrom
                • SipFrom.type
                • SipFrom.sip
                • SipFrom.model_config
                • SipFrom.model_post_init()
              • SipFromDetails
                • SipFromDetails.endpoint
                • SipFromDetails.display_name
                • SipFromDetails.model_config
                • SipFromDetails.model_post_init()
              • Stream
                • Stream.type
                • Stream.stream
                • Stream.model_config
                • Stream.model_post_init()
              • StreamDetails
                • StreamDetails.endpoint
                • StreamDetails.stream_options
                • StreamDetails.call_headers
                • StreamDetails.model_config
                • StreamDetails.model_post_init()
              • StreamOptions
                • StreamOptions.version
                • StreamOptions.codec
                • StreamOptions.sample_rate
                • StreamOptions.model_config
                • StreamOptions.model_post_init()
              • VoiceRelay
                • VoiceRelay.type
                • VoiceRelay.voice_relay
                • VoiceRelay.model_config
                • VoiceRelay.model_post_init()
              • VoiceRelayDetails
                • VoiceRelayDetails.endpoint
                • VoiceRelayDetails.enable_interruptions
                • VoiceRelayDetails.tts_voice
                • VoiceRelayDetails.stt_language
                • VoiceRelayDetails.call_headers
                • VoiceRelayDetails.model_config
                • VoiceRelayDetails.model_post_init()
            • sinch.domains.voice.models.v2.sinch_events package
              • sinch.domains.voice.models.v2.sinch_events.event_type module
              • sinch.domains.voice.models.v2.sinch_events.menu_input module
                • MenuInput
                  • MenuInput.menu_name
                  • MenuInput.input
                  • MenuInput.model_config
                  • MenuInput.model_post_init()
              • sinch.domains.voice.models.v2.sinch_events.voice_sinch_event_request module
                • VoiceSinchEventRequest
                  • VoiceSinchEventRequest.event
                  • VoiceSinchEventRequest.call
                  • VoiceSinchEventRequest.menu
                  • VoiceSinchEventRequest.model_config
                  • VoiceSinchEventRequest.model_post_init()
              • sinch.domains.voice.models.v2.sinch_events.voice_sinch_event_response module
                • VoiceSinchEventResponse
                  • VoiceSinchEventResponse.commands
                  • VoiceSinchEventResponse.call_name
                  • VoiceSinchEventResponse.events
                  • VoiceSinchEventResponse.model_config
                  • VoiceSinchEventResponse.model_post_init()
              • MenuInput
                • MenuInput.menu_name
                • MenuInput.input
                • MenuInput.model_config
                • MenuInput.model_post_init()
              • VoiceSinchEventRequest
                • VoiceSinchEventRequest.event
                • VoiceSinchEventRequest.call
                • VoiceSinchEventRequest.menu
                • VoiceSinchEventRequest.model_config
                • VoiceSinchEventRequest.model_post_init()
              • VoiceSinchEventResponse
                • VoiceSinchEventResponse.commands
                • VoiceSinchEventResponse.call_name
                • VoiceSinchEventResponse.events
                • VoiceSinchEventResponse.model_config
                • VoiceSinchEventResponse.model_post_init()
            • sinch.domains.voice.models.v2.svaml package
              • sinch.domains.voice.models.v2.svaml.response package
                • sinch.domains.voice.models.v2.svaml.response.describe_svaml_response module
                  • DescribeSvamlResponse
                    • DescribeSvamlResponse.description
                    • DescribeSvamlResponse.model_config
                    • DescribeSvamlResponse.model_post_init()
                • sinch.domains.voice.models.v2.svaml.response.validate_svaml_response module
                  • ValidateSvamlResponse
                    • ValidateSvamlResponse.is_valid
                    • ValidateSvamlResponse.errors
                    • ValidateSvamlResponse.model_config
                    • ValidateSvamlResponse.model_post_init()
                • DescribeSvamlResponse
                  • DescribeSvamlResponse.description
                  • DescribeSvamlResponse.model_config
                  • DescribeSvamlResponse.model_post_init()
                • ValidateSvamlResponse
                  • ValidateSvamlResponse.is_valid
                  • ValidateSvamlResponse.errors
                  • ValidateSvamlResponse.model_config
                  • ValidateSvamlResponse.model_post_init()
              • sinch.domains.voice.models.v2.svaml.shared package
                • sinch.domains.voice.models.v2.svaml.shared.amd_command module
                  • AmdCommand
                    • AmdCommand.command
                    • AmdCommand.events
                    • AmdCommand.model_config
                    • AmdCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.amd_events module
                  • AmdEvents
                    • AmdEvents.on_human
                    • AmdEvents.on_machine
                    • AmdEvents.on_beep
                    • AmdEvents.on_unknown
                    • AmdEvents.model_config
                    • AmdEvents.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.answer_command module
                  • AnswerCommand
                    • AnswerCommand.command
                    • AnswerCommand.model_config
                    • AnswerCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.bridge_call_command module
                  • BridgeCallCommand
                    • BridgeCallCommand.command
                    • BridgeCallCommand.bridge_name
                    • BridgeCallCommand.model_config
                    • BridgeCallCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.call_events module
                  • CallEvents
                    • CallEvents.on_answer
                    • CallEvents.on_busy
                    • CallEvents.on_reject
                    • CallEvents.on_timeout
                    • CallEvents.on_hangup
                    • CallEvents.on_failure
                    • CallEvents.model_config
                    • CallEvents.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.custom_event_command module
                  • CustomEventCommand
                    • CustomEventCommand.command
                    • CustomEventCommand.custom_event_name
                    • CustomEventCommand.url
                    • CustomEventCommand.fallback_url
                    • CustomEventCommand.model_config
                    • CustomEventCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.dial_command module
                  • DialCommand
                    • DialCommand.command
                    • DialCommand.call_name
                    • DialCommand.from_
                    • DialCommand.to
                    • DialCommand.dial_timeout_duration_seconds
                    • DialCommand.max_call_duration_seconds
                    • DialCommand.events
                    • DialCommand.model_config
                    • DialCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.goto_menu_command module
                  • GotoMenuCommand
                    • GotoMenuCommand.command
                    • GotoMenuCommand.menu_name
                    • GotoMenuCommand.model_config
                    • GotoMenuCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.hangup_command module
                  • HangupCommand
                    • HangupCommand.command
                    • HangupCommand.call_name
                    • HangupCommand.model_config
                    • HangupCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.incoming_call_response_events module
                  • IncomingCallResponseEvents
                    • IncomingCallResponseEvents.on_hangup
                    • IncomingCallResponseEvents.model_config
                    • IncomingCallResponseEvents.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.menu_command module
                  • MenuCommand
                    • MenuCommand.command
                    • MenuCommand.start_menu
                    • MenuCommand.menus
                    • MenuCommand.model_config
                    • MenuCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.menu_item module
                  • MenuItem
                    • MenuItem.prompt
                    • MenuItem.repeat_prompt
                    • MenuItem.input_timeout_duration_seconds
                    • MenuItem.repeat_count
                    • MenuItem.minimum_input_length
                    • MenuItem.maximum_input_length
                    • MenuItem.terminating_sequence
                    • MenuItem.input_methods
                    • MenuItem.matches
                    • MenuItem.on_fail
                    • MenuItem.model_config
                    • MenuItem.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.menu_prompt module
                  • MenuPrompt
                    • MenuPrompt.allow_barge_in
                    • MenuPrompt.messages
                    • MenuPrompt.model_config
                    • MenuPrompt.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.message module
                  • Say
                    • Say.text
                    • Say.format
                    • Say.voice_name
                    • Say.model_config
                    • Say.model_post_init()
                  • SayMessage
                    • SayMessage.type
                    • SayMessage.say
                    • SayMessage.model_config
                    • SayMessage.model_post_init()
                  • Play
                    • Play.url
                    • Play.model_config
                    • Play.model_post_init()
                  • PlayMessage
                    • PlayMessage.type
                    • PlayMessage.play
                    • PlayMessage.model_config
                    • PlayMessage.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.message_events module
                  • MessageEvents
                    • MessageEvents.on_finish
                    • MessageEvents.model_config
                    • MessageEvents.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.messages_command module
                  • MessagesCommand
                    • MessagesCommand.command
                    • MessagesCommand.messages_name
                    • MessagesCommand.messages
                    • MessagesCommand.events
                    • MessagesCommand.model_config
                    • MessagesCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.pause_command module
                  • PauseCommand
                    • PauseCommand.command
                    • PauseCommand.duration_milliseconds
                    • PauseCommand.model_config
                    • PauseCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.recording_events module
                  • RecordingEvents
                    • RecordingEvents.on_finish
                    • RecordingEvents.on_failure
                    • RecordingEvents.model_config
                    • RecordingEvents.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.recording_options module
                  • RecordingOptions
                    • RecordingOptions.format
                    • RecordingOptions.recording_type
                    • RecordingOptions.destination
                    • RecordingOptions.destination_url
                    • RecordingOptions.credentials
                    • RecordingOptions.transcription_options
                    • RecordingOptions.model_config
                    • RecordingOptions.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.start_recording_command module
                  • StartRecordingCommand
                    • StartRecordingCommand.command
                    • StartRecordingCommand.recording_name
                    • StartRecordingCommand.recording_options
                    • StartRecordingCommand.events
                    • StartRecordingCommand.model_config
                    • StartRecordingCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.stop_messages_command module
                  • StopMessagesCommand
                    • StopMessagesCommand.command
                    • StopMessagesCommand.messages_name
                    • StopMessagesCommand.model_config
                    • StopMessagesCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.stop_recording_command module
                  • StopRecordingCommand
                    • StopRecordingCommand.command
                    • StopRecordingCommand.recording_name
                    • StopRecordingCommand.model_config
                    • StopRecordingCommand.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.svaml_command module
                • sinch.domains.voice.models.v2.svaml.shared.svaml_input module
                  • SvamlInput
                    • SvamlInput.commands
                    • SvamlInput.call_name
                    • SvamlInput.events
                    • SvamlInput.model_config
                    • SvamlInput.model_post_init()
                • sinch.domains.voice.models.v2.svaml.shared.transcription_options module
                  • TranscriptionOptions
                    • TranscriptionOptions.is_enabled
                    • TranscriptionOptions.locale
                    • TranscriptionOptions.model_config
                    • TranscriptionOptions.model_post_init()
                • AmdCommand
                  • AmdCommand.command
                  • AmdCommand.events
                  • AmdCommand.model_config
                  • AmdCommand.model_post_init()
                • AmdEvents
                  • AmdEvents.on_human
                  • AmdEvents.on_machine
                  • AmdEvents.on_beep
                  • AmdEvents.on_unknown
                  • AmdEvents.model_config
                  • AmdEvents.model_post_init()
                • AnswerCommand
                  • AnswerCommand.command
                  • AnswerCommand.model_config
                  • AnswerCommand.model_post_init()
                • BridgeCallCommand
                  • BridgeCallCommand.command
                  • BridgeCallCommand.bridge_name
                  • BridgeCallCommand.model_config
                  • BridgeCallCommand.model_post_init()
                • CallEvents
                  • CallEvents.on_answer
                  • CallEvents.on_busy
                  • CallEvents.on_reject
                  • CallEvents.on_timeout
                  • CallEvents.on_hangup
                  • CallEvents.on_failure
                  • CallEvents.model_config
                  • CallEvents.model_post_init()
                • CustomEventCommand
                  • CustomEventCommand.command
                  • CustomEventCommand.custom_event_name
                  • CustomEventCommand.url
                  • CustomEventCommand.fallback_url
                  • CustomEventCommand.model_config
                  • CustomEventCommand.model_post_init()
                • DialCommand
                  • DialCommand.command
                  • DialCommand.call_name
                  • DialCommand.from_
                  • DialCommand.to
                  • DialCommand.dial_timeout_duration_seconds
                  • DialCommand.max_call_duration_seconds
                  • DialCommand.events
                  • DialCommand.model_config
                  • DialCommand.model_post_init()
                • GotoMenuCommand
                  • GotoMenuCommand.command
                  • GotoMenuCommand.menu_name
                  • GotoMenuCommand.model_config
                  • GotoMenuCommand.model_post_init()
                • HangupCommand
                  • HangupCommand.command
                  • HangupCommand.call_name
                  • HangupCommand.model_config
                  • HangupCommand.model_post_init()
                • MenuCommand
                  • MenuCommand.command
                  • MenuCommand.start_menu
                  • MenuCommand.menus
                  • MenuCommand.model_config
                  • MenuCommand.model_post_init()
                • MenuItem
                  • MenuItem.prompt
                  • MenuItem.repeat_prompt
                  • MenuItem.input_timeout_duration_seconds
                  • MenuItem.repeat_count
                  • MenuItem.minimum_input_length
                  • MenuItem.maximum_input_length
                  • MenuItem.terminating_sequence
                  • MenuItem.input_methods
                  • MenuItem.matches
                  • MenuItem.on_fail
                  • MenuItem.model_config
                  • MenuItem.model_post_init()
                • MenuPrompt
                  • MenuPrompt.allow_barge_in
                  • MenuPrompt.messages
                  • MenuPrompt.model_config
                  • MenuPrompt.model_post_init()
                • MessageEvents
                  • MessageEvents.on_finish
                  • MessageEvents.model_config
                  • MessageEvents.model_post_init()
                • MessagesCommand
                  • MessagesCommand.command
                  • MessagesCommand.messages_name
                  • MessagesCommand.messages
                  • MessagesCommand.events
                  • MessagesCommand.model_config
                  • MessagesCommand.model_post_init()
                • PauseCommand
                  • PauseCommand.command
                  • PauseCommand.duration_milliseconds
                  • PauseCommand.model_config
                  • PauseCommand.model_post_init()
                • Play
                  • Play.url
                  • Play.model_config
                  • Play.model_post_init()
                • PlayMessage
                  • PlayMessage.type
                  • PlayMessage.play
                  • PlayMessage.model_config
                  • PlayMessage.model_post_init()
                • RecordingEvents
                  • RecordingEvents.on_finish
                  • RecordingEvents.on_failure
                  • RecordingEvents.model_config
                  • RecordingEvents.model_post_init()
                • RecordingOptions
                  • RecordingOptions.format
                  • RecordingOptions.recording_type
                  • RecordingOptions.destination
                  • RecordingOptions.destination_url
                  • RecordingOptions.credentials
                  • RecordingOptions.transcription_options
                  • RecordingOptions.model_config
                  • RecordingOptions.model_post_init()
                • Say
                  • Say.text
                  • Say.format
                  • Say.voice_name
                  • Say.model_config
                  • Say.model_post_init()
                • SayMessage
                  • SayMessage.type
                  • SayMessage.say
                  • SayMessage.model_config
                  • SayMessage.model_post_init()
                • StartRecordingCommand
                  • StartRecordingCommand.command
                  • StartRecordingCommand.recording_name
                  • StartRecordingCommand.recording_options
                  • StartRecordingCommand.events
                  • StartRecordingCommand.model_config
                  • StartRecordingCommand.model_post_init()
                • StopMessagesCommand
                  • StopMessagesCommand.command
                  • StopMessagesCommand.messages_name
                  • StopMessagesCommand.model_config
                  • StopMessagesCommand.model_post_init()
                • StopRecordingCommand
                  • StopRecordingCommand.command
                  • StopRecordingCommand.recording_name
                  • StopRecordingCommand.model_config
                  • StopRecordingCommand.model_post_init()
                • SvamlInput
                  • SvamlInput.commands
                  • SvamlInput.call_name
                  • SvamlInput.events
                  • SvamlInput.model_config
                  • SvamlInput.model_post_init()
                • TranscriptionOptions
                  • TranscriptionOptions.is_enabled
                  • TranscriptionOptions.locale
                  • TranscriptionOptions.model_config
                  • TranscriptionOptions.model_post_init()
                • IncomingCallResponseEvents
                  • IncomingCallResponseEvents.on_hangup
                  • IncomingCallResponseEvents.model_config
                  • IncomingCallResponseEvents.model_post_init()
              • sinch.domains.voice.models.v2.svaml.types package
                • sinch.domains.voice.models.v2.svaml.types.amd_command_dict module
                  • AmdCommandDict
                    • AmdCommandDict.command
                    • AmdCommandDict.events
                • sinch.domains.voice.models.v2.svaml.types.amd_events_dict module
                  • AmdEventsDict
                    • AmdEventsDict.on_human
                    • AmdEventsDict.on_machine
                    • AmdEventsDict.on_beep
                    • AmdEventsDict.on_unknown
                • sinch.domains.voice.models.v2.svaml.types.answer_command_dict module
                  • AnswerCommandDict
                    • AnswerCommandDict.command
                • sinch.domains.voice.models.v2.svaml.types.bridge_call_command_dict module
                  • BridgeCallCommandDict
                    • BridgeCallCommandDict.command
                    • BridgeCallCommandDict.bridge_name
                • sinch.domains.voice.models.v2.svaml.types.call_events_dict module
                  • CallEventsDict
                    • CallEventsDict.on_answer
                    • CallEventsDict.on_busy
                    • CallEventsDict.on_reject
                    • CallEventsDict.on_timeout
                    • CallEventsDict.on_hangup
                    • CallEventsDict.on_failure
                • sinch.domains.voice.models.v2.svaml.types.custom_event_command_dict module
                  • CustomEventCommandDict
                    • CustomEventCommandDict.command
                    • CustomEventCommandDict.custom_event_name
                    • CustomEventCommandDict.url
                    • CustomEventCommandDict.fallback_url
                • sinch.domains.voice.models.v2.svaml.types.dial_command_dict module
                  • DialCommandDict
                    • DialCommandDict.command
                    • DialCommandDict.call_name
                    • DialCommandDict.from_
                    • DialCommandDict.to
                    • DialCommandDict.dial_timeout_duration_seconds
                    • DialCommandDict.max_call_duration_seconds
                    • DialCommandDict.events
                • sinch.domains.voice.models.v2.svaml.types.goto_menu_command_dict module
                  • GotoMenuCommandDict
                    • GotoMenuCommandDict.command
                    • GotoMenuCommandDict.menu_name
                • sinch.domains.voice.models.v2.svaml.types.hangup_command_dict module
                  • HangupCommandDict
                    • HangupCommandDict.command
                    • HangupCommandDict.call_name
                • sinch.domains.voice.models.v2.svaml.types.incoming_call_response_events_dict module
                  • IncomingCallResponseEventsDict
                    • IncomingCallResponseEventsDict.on_hangup
                • sinch.domains.voice.models.v2.svaml.types.menu_command_dict module
                  • MenuCommandDict
                    • MenuCommandDict.command
                    • MenuCommandDict.start_menu
                    • MenuCommandDict.menus
                • sinch.domains.voice.models.v2.svaml.types.menu_item_dict module
                  • MenuItemDict
                    • MenuItemDict.prompt
                    • MenuItemDict.repeat_prompt
                    • MenuItemDict.input_timeout_duration_seconds
                    • MenuItemDict.repeat_count
                    • MenuItemDict.minimum_input_length
                    • MenuItemDict.maximum_input_length
                    • MenuItemDict.terminating_sequence
                    • MenuItemDict.input_methods
                    • MenuItemDict.matches
                    • MenuItemDict.on_fail
                • sinch.domains.voice.models.v2.svaml.types.menu_prompt_dict module
                  • MenuPromptDict
                    • MenuPromptDict.messages
                    • MenuPromptDict.allow_barge_in
                • sinch.domains.voice.models.v2.svaml.types.message_dict module
                  • SayDict
                    • SayDict.text
                    • SayDict.voice_name
                    • SayDict.format
                  • SayMessageDict
                    • SayMessageDict.type
                    • SayMessageDict.say
                  • PlayDict
                    • PlayDict.url
                  • PlayMessageDict
                    • PlayMessageDict.type
                    • PlayMessageDict.play
                • sinch.domains.voice.models.v2.svaml.types.message_events_dict module
                  • MessageEventsDict
                    • MessageEventsDict.on_finish
                • sinch.domains.voice.models.v2.svaml.types.messages_command_dict module
                  • MessagesCommandDict
                    • MessagesCommandDict.command
                    • MessagesCommandDict.messages_name
                    • MessagesCommandDict.messages
                    • MessagesCommandDict.events
                • sinch.domains.voice.models.v2.svaml.types.pause_command_dict module
                  • PauseCommandDict
                    • PauseCommandDict.command
                    • PauseCommandDict.duration_milliseconds
                • sinch.domains.voice.models.v2.svaml.types.recording_destination_type module
                • sinch.domains.voice.models.v2.svaml.types.recording_events_dict module
                  • RecordingEventsDict
                    • RecordingEventsDict.on_finish
                    • RecordingEventsDict.on_failure
                • sinch.domains.voice.models.v2.svaml.types.recording_format_type module
                • sinch.domains.voice.models.v2.svaml.types.recording_options_dict module
                  • RecordingOptionsDict
                    • RecordingOptionsDict.destination
                    • RecordingOptionsDict.destination_url
                    • RecordingOptionsDict.credentials
                    • RecordingOptionsDict.format
                    • RecordingOptionsDict.recording_type
                    • RecordingOptionsDict.transcription_options
                • sinch.domains.voice.models.v2.svaml.types.recording_type module
                • sinch.domains.voice.models.v2.svaml.types.start_recording_command_dict module
                  • StartRecordingCommandDict
                    • StartRecordingCommandDict.command
                    • StartRecordingCommandDict.recording_name
                    • StartRecordingCommandDict.recording_options
                    • StartRecordingCommandDict.events
                • sinch.domains.voice.models.v2.svaml.types.stop_messages_command_dict module
                  • StopMessagesCommandDict
                    • StopMessagesCommandDict.command
                    • StopMessagesCommandDict.messages_name
                • sinch.domains.voice.models.v2.svaml.types.stop_recording_command_dict module
                  • StopRecordingCommandDict
                    • StopRecordingCommandDict.command
                    • StopRecordingCommandDict.recording_name
                • sinch.domains.voice.models.v2.svaml.types.svaml_command_dict module
                • sinch.domains.voice.models.v2.svaml.types.svaml_input_dict module
                  • SvamlInputDict
                    • SvamlInputDict.commands
                    • SvamlInputDict.call_name
                    • SvamlInputDict.events
                • sinch.domains.voice.models.v2.svaml.types.transcription_options_dict module
                  • TranscriptionOptionsDict
                    • TranscriptionOptionsDict.is_enabled
                    • TranscriptionOptionsDict.locale
                • sinch.domains.voice.models.v2.svaml.types.validation_type module
                • AmdCommandDict
                  • AmdCommandDict.command
                  • AmdCommandDict.events
                • AmdEventsDict
                  • AmdEventsDict.on_human
                  • AmdEventsDict.on_machine
                  • AmdEventsDict.on_beep
                  • AmdEventsDict.on_unknown
                • AnswerCommandDict
                  • AnswerCommandDict.command
                • BridgeCallCommandDict
                  • BridgeCallCommandDict.command
                  • BridgeCallCommandDict.bridge_name
                • CallEventsDict
                  • CallEventsDict.on_answer
                  • CallEventsDict.on_busy
                  • CallEventsDict.on_reject
                  • CallEventsDict.on_timeout
                  • CallEventsDict.on_hangup
                  • CallEventsDict.on_failure
                • CustomEventCommandDict
                  • CustomEventCommandDict.command
                  • CustomEventCommandDict.custom_event_name
                  • CustomEventCommandDict.url
                  • CustomEventCommandDict.fallback_url
                • DialCommandDict
                  • DialCommandDict.command
                  • DialCommandDict.call_name
                  • DialCommandDict.from_
                  • DialCommandDict.to
                  • DialCommandDict.dial_timeout_duration_seconds
                  • DialCommandDict.max_call_duration_seconds
                  • DialCommandDict.events
                • GotoMenuCommandDict
                  • GotoMenuCommandDict.command
                  • GotoMenuCommandDict.menu_name
                • HangupCommandDict
                  • HangupCommandDict.command
                  • HangupCommandDict.call_name
                • IncomingCallResponseEventsDict
                  • IncomingCallResponseEventsDict.on_hangup
                • MenuCommandDict
                  • MenuCommandDict.command
                  • MenuCommandDict.start_menu
                  • MenuCommandDict.menus
                • MenuItemDict
                  • MenuItemDict.prompt
                  • MenuItemDict.repeat_prompt
                  • MenuItemDict.input_timeout_duration_seconds
                  • MenuItemDict.repeat_count
                  • MenuItemDict.minimum_input_length
                  • MenuItemDict.maximum_input_length
                  • MenuItemDict.terminating_sequence
                  • MenuItemDict.input_methods
                  • MenuItemDict.matches
                  • MenuItemDict.on_fail
                • MenuPromptDict
                  • MenuPromptDict.messages
                  • MenuPromptDict.allow_barge_in
                • MessageEventsDict
                  • MessageEventsDict.on_finish
                • MessagesCommandDict
                  • MessagesCommandDict.command
                  • MessagesCommandDict.messages_name
                  • MessagesCommandDict.messages
                  • MessagesCommandDict.events
                • PauseCommandDict
                  • PauseCommandDict.command
                  • PauseCommandDict.duration_milliseconds
                • PlayDict
                  • PlayDict.url
                • PlayMessageDict
                  • PlayMessageDict.type
                  • PlayMessageDict.play
                • RecordingEventsDict
                  • RecordingEventsDict.on_finish
                  • RecordingEventsDict.on_failure
                • RecordingOptionsDict
                  • RecordingOptionsDict.destination
                  • RecordingOptionsDict.destination_url
                  • RecordingOptionsDict.credentials
                  • RecordingOptionsDict.format
                  • RecordingOptionsDict.recording_type
                  • RecordingOptionsDict.transcription_options
                • SayDict
                  • SayDict.text
                  • SayDict.voice_name
                  • SayDict.format
                • SayMessageDict
                  • SayMessageDict.type
                  • SayMessageDict.say
                • StartRecordingCommandDict
                  • StartRecordingCommandDict.command
                  • StartRecordingCommandDict.recording_name
                  • StartRecordingCommandDict.recording_options
                  • StartRecordingCommandDict.events
                • StopMessagesCommandDict
                  • StopMessagesCommandDict.command
                  • StopMessagesCommandDict.messages_name
                • StopRecordingCommandDict
                  • StopRecordingCommandDict.command
                  • StopRecordingCommandDict.recording_name
                • SvamlInputDict
                  • SvamlInputDict.commands
                  • SvamlInputDict.call_name
                  • SvamlInputDict.events
                • TranscriptionOptionsDict
                  • TranscriptionOptionsDict.is_enabled
                  • TranscriptionOptionsDict.locale
            • sinch.domains.voice.models.v2.types package
              • sinch.domains.voice.models.v2.types.call_destination_dict module
              • sinch.domains.voice.models.v2.types.call_direction module
              • sinch.domains.voice.models.v2.types.call_header_dict module
                • CallHeaderDict
                  • CallHeaderDict.key
                  • CallHeaderDict.value
              • sinch.domains.voice.models.v2.types.call_origin_dict module
              • sinch.domains.voice.models.v2.types.call_reason module
              • sinch.domains.voice.models.v2.types.call_result module
              • sinch.domains.voice.models.v2.types.call_type module
              • sinch.domains.voice.models.v2.types.origination_type module
              • sinch.domains.voice.models.v2.types.phone_dict module
                • PhoneDetailsDict
                  • PhoneDetailsDict.number
                • PhoneDict
                  • PhoneDict.type
                  • PhoneDict.phone
              • sinch.domains.voice.models.v2.types.session_state module
              • sinch.domains.voice.models.v2.types.sip_dict module
                • SipDetailsDict
                  • SipDetailsDict.endpoint
                  • SipDetailsDict.transport
                  • SipDetailsDict.call_headers
                • SipDict
                  • SipDict.type
                  • SipDict.sip
              • sinch.domains.voice.models.v2.types.sip_from_dict module
                • SipFromDetailsDict
                  • SipFromDetailsDict.endpoint
                  • SipFromDetailsDict.display_name
                • SipFromDict
                  • SipFromDict.type
                  • SipFromDict.sip
              • sinch.domains.voice.models.v2.types.stream_dict module
                • StreamOptionsDict
                  • StreamOptionsDict.version
                  • StreamOptionsDict.codec
                  • StreamOptionsDict.sample_rate
                • StreamDetailsDict
                  • StreamDetailsDict.endpoint
                  • StreamDetailsDict.stream_options
                  • StreamDetailsDict.call_headers
                • StreamDict
                  • StreamDict.type
                  • StreamDict.stream
              • sinch.domains.voice.models.v2.types.voice_relay_dict module
                • VoiceRelayDetailsDict
                  • VoiceRelayDetailsDict.endpoint
                  • VoiceRelayDetailsDict.tts_voice
                  • VoiceRelayDetailsDict.stt_language
                  • VoiceRelayDetailsDict.enable_interruptions
                  • VoiceRelayDetailsDict.call_headers
                • VoiceRelayDict
                  • VoiceRelayDict.type
                  • VoiceRelayDict.voice_relay
              • CallHeaderDict
                • CallHeaderDict.key
                • CallHeaderDict.value
              • PhoneDetailsDict
                • PhoneDetailsDict.number
              • PhoneDict
                • PhoneDict.type
                • PhoneDict.phone
              • SipDetailsDict
                • SipDetailsDict.endpoint
                • SipDetailsDict.transport
                • SipDetailsDict.call_headers
              • SipDict
                • SipDict.type
                • SipDict.sip
              • SipFromDetailsDict
                • SipFromDetailsDict.endpoint
                • SipFromDetailsDict.display_name
              • SipFromDict
                • SipFromDict.type
                • SipFromDict.sip
              • StreamDetailsDict
                • StreamDetailsDict.endpoint
                • StreamDetailsDict.stream_options
                • StreamDetailsDict.call_headers
              • StreamDict
                • StreamDict.type
                • StreamDict.stream
              • StreamOptionsDict
                • StreamOptionsDict.version
                • StreamOptionsDict.codec
                • StreamOptionsDict.sample_rate
              • VoiceRelayDetailsDict
                • VoiceRelayDetailsDict.endpoint
                • VoiceRelayDetailsDict.tts_voice
                • VoiceRelayDetailsDict.stt_language
                • VoiceRelayDetailsDict.enable_interruptions
                • VoiceRelayDetailsDict.call_headers
              • VoiceRelayDict
                • VoiceRelayDict.type
                • VoiceRelayDict.voice_relay
        • sinch.domains.voice.voice module
          • Voice
        • Voice
    • SinchClient
Sinch Python SDK
  • sinch package
  • sinch.core package
  • sinch.core.ports package
  • View page source

sinch.core.ports package

  • sinch.core.ports.http_transport module
    • HTTPTransport
Previous Next

© Copyright 2026, Sinch Developer Experience Team.

Built with Sphinx using a theme provided by Read the Docs.