class Aws::Connect::Types::UpdateContactAttributesRequest

@note When making an API call, you may pass UpdateContactAttributesRequest

data as a hash:

    {
      initial_contact_id: "ContactId", # required
      instance_id: "InstanceId", # required
      attributes: { # required
        "AttributeName" => "AttributeValue",
      },
    }

@!attribute [rw] initial_contact_id

The identifier of the contact. This is the identifier of the contact
associated with the first interaction with the contact center.
@return [String]

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] attributes

The Amazon Connect attributes. These attributes can be accessed in
contact flows just like any other contact attributes.

You can have up to 32,768 UTF-8 bytes across all attributes for a
contact. Attribute keys can include only alphanumeric, dash, and
underscore characters.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactAttributesRequest AWS API Documentation

Constants

SENSITIVE