NAME
Paws::Connect::UpdateContactAttributes - Arguments for method UpdateContactAttributes on Paws::Connect
DESCRIPTION
This class represents the parameters used for calling the method UpdateContactAttributes on the Amazon Connect Service service. Use the attributes of this class as arguments to method UpdateContactAttributes.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateContactAttributes.
SYNOPSIS
my $connect = Paws->service('Connect');
my $UpdateContactAttributesResponse = $connect->UpdateContactAttributes(
Attributes => {
'MyAttributeName' =>
'MyAttributeValue', # key: min: 1, max: 32767, value: max: 32767
},
InitialContactId => 'MyContactId',
InstanceId => 'MyInstanceId',
);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/connect/UpdateContactAttributes
ATTRIBUTES
REQUIRED Attributes => Paws::Connect::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.
REQUIRED InitialContactId => Str
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
REQUIRED InstanceId => Str
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
SEE ALSO
This class forms part of Paws, documenting arguments for method UpdateContactAttributes in Paws::Connect
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues