You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::UpdateContactAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateContactAttributesRequest
- Defined in:
- (unknown)
Overview
When passing UpdateContactAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
initial_contact_id: "ContactId", # required
instance_id: "InstanceId", # required
attributes: { # required
"AttributeName" => "AttributeValue",
},
}
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
The Amazon Connect attributes.
-
#initial_contact_id ⇒ String
The identifier of the contact.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
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.
#initial_contact_id ⇒ String
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
#instance_id ⇒ String
The identifier of the Amazon Connect instance.