AlexaForBusiness / Client / get_conference_preference

get_conference_preference#

AlexaForBusiness.Client.get_conference_preference()#

Retrieves the existing conference preferences.

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_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