Connect / Client / get_contact_attributes
get_contact_attributes#
- Connect.Client.get_contact_attributes(**kwargs)#
Retrieves the contact attributes for the specified contact.
See also: AWS API Documentation
Request Syntax
response = client.get_contact_attributes( InstanceId='string', InitialContactId='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance.
InitialContactId (string) –
[REQUIRED]
The identifier of the initial contact.
- Return type:
dict
- Returns:
Response Syntax
{ 'Attributes': { 'string': 'string' } }
Response Structure
(dict) –
Attributes (dict) –
Information about the attributes.
(string) –
(string) –
Exceptions
Connect.Client.exceptions.InvalidRequestException
Connect.Client.exceptions.ResourceNotFoundException
Connect.Client.exceptions.InternalServiceException