connect_get_contact_attributes: Retrieves the contact attributes for the specified contact
Description
Retrieves the contact attributes for the specified contact.
Usage
connect_get_contact_attributes(InstanceId, InitialContactId)
Value
A list with the following syntax:
list(
Attributes = list(
"string"
)
)
Arguments
- InstanceId
[required] The identifier of the Amazon Connect instance.
- InitialContactId
[required] The identifier of the initial contact.
Request syntax
svc$get_contact_attributes(
InstanceId = "string",
InitialContactId = "string"
)