Class: Aws::Connect::Types::UpdateContactAttributesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The Amazon Connect attributes. These attributes can be accessed in 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.

Returns:

  • (Hash<String,String>)


18823
18824
18825
18826
18827
18828
18829
# File 'lib/aws-sdk-connect/types.rb', line 18823

class UpdateContactAttributesRequest < Struct.new(
  :initial_contact_id,
  :instance_id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#initial_contact_idString

The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

Returns:

  • (String)


18823
18824
18825
18826
18827
18828
18829
# File 'lib/aws-sdk-connect/types.rb', line 18823

class UpdateContactAttributesRequest < Struct.new(
  :initial_contact_id,
  :instance_id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


18823
18824
18825
18826
18827
18828
18829
# File 'lib/aws-sdk-connect/types.rb', line 18823

class UpdateContactAttributesRequest < Struct.new(
  :initial_contact_id,
  :instance_id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end