Amazon Connect Service

2018/12/11 - Amazon Connect Service - 1 new api methods

Changes  This update adds the GetContactAttributes operation to retrieve the attributes associated with a contact.

GetContactAttributes (new) Link ΒΆ

Retrieves the contact attributes associated with a contact.

See also: AWS API Documentation

Request Syntax

client.get_contact_attributes(
    InstanceId='string',
    InitialContactId='string'
)
type InstanceId

string

param InstanceId

[REQUIRED]

The instance ID for the instance from which to retrieve contact attributes.

type InitialContactId

string

param InitialContactId

[REQUIRED]

The ID for the initial contact in Amazon Connect associated with the attributes to update.

rtype

dict

returns

Response Syntax

{
    'Attributes': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • Attributes (dict) --

      The attributes to update.

      • (string) --

        • (string) --