AlexaForBusiness / Client / get_conference_preference

get_conference_preference#

AlexaForBusiness.Client.get_conference_preference()#

Retrieves the existing conference preferences.

See also: AWS API Documentation

Request Syntax

response = client.get_conference_preference()
Return type:

dict

Returns:

Response Syntax

{
    'Preference': {
        'DefaultConferenceProviderArn': 'string'
    }
}

Response Structure

  • (dict) –

    • Preference (dict) –

      The conference preference.

      • DefaultConferenceProviderArn (string) –

        The ARN of the default conference provider.

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException