ChimeSDKVoice / Client / get_sip_media_application_alexa_skill_configuration

get_sip_media_application_alexa_skill_configuration#

ChimeSDKVoice.Client.get_sip_media_application_alexa_skill_configuration(**kwargs)#

Gets the Alexa Skill configuration for the SIP media application.

Warning

Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.get_sip_media_application_alexa_skill_configuration(
    SipMediaApplicationId='string'
)
Parameters:

SipMediaApplicationId (string) –

[REQUIRED]

The SIP media application ID.

Return type:

dict

Returns:

Response Syntax

{
    'SipMediaApplicationAlexaSkillConfiguration': {
        'AlexaSkillStatus': 'ACTIVE'|'INACTIVE',
        'AlexaSkillIds': [
            'string',
        ]
    }
}

Response Structure

  • (dict) –

    • SipMediaApplicationAlexaSkillConfiguration (dict) –

      Returns the Alexa Skill configuration.

      • AlexaSkillStatus (string) –

        The status of the Alexa Skill configuration.

      • AlexaSkillIds (list) –

        The ID of the Alexa Skill configuration.

        • (string) –

Exceptions

  • ChimeSDKVoice.Client.exceptions.UnauthorizedClientException

  • ChimeSDKVoice.Client.exceptions.NotFoundException

  • ChimeSDKVoice.Client.exceptions.ForbiddenException

  • ChimeSDKVoice.Client.exceptions.BadRequestException

  • ChimeSDKVoice.Client.exceptions.ThrottledClientException

  • ChimeSDKVoice.Client.exceptions.ServiceUnavailableException

  • ChimeSDKVoice.Client.exceptions.ServiceFailureException