Learn R Programming

paws.customer.engagement (version 0.1.6)

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)

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"
)