paws.customer.engagement (version 0.1.0)

connect_get_contact_attributes: Retrieves the contact attributes associated with a contact

Description

Retrieves the contact attributes associated with a contact.

Usage

connect_get_contact_attributes(InstanceId, InitialContactId)

Arguments

InstanceId

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

InitialContactId

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

Request syntax

svc$get_contact_attributes(
  InstanceId = "string",
  InitialContactId = "string"
)