Class: Aws::Connect::Types::UpdateContactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

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

Returns:

  • (String)


25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#customer_endpointTypes::Endpoint

The endpoint of the customer for which the contact was initiated. For external audio contacts, this is usually the end customer's phone number. This value can only be updated for external audio contacts. For more information, see Amazon Connect Contact Lens integration in the Amazon Connect Administrator Guide.

Returns:



25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the contact.

Returns:

  • (String)


25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  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.

Returns:

  • (String)


25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the contact.

Returns:

  • (String)


25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#queue_infoTypes::QueueInfoInput

Information about the queue associated with a contact. This parameter can only be updated for external audio contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see Amazon Connect Contact Lens integration in the Amazon Connect Administrator Guide.



25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#referencesHash<String,Types::Reference>

Well-formed data on contact, shown to agents on Contact Control Panel (CCP).

Returns:



25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#segment_attributesHash<String,Types::SegmentAttributeValue>

A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.

Attribute keys can include only alphanumeric, -, and _.

This field can be used to show channel subtype, such as connect:Guide.

Contact Expiry, and user-defined attributes (String - String) that are defined in predefined attributes, can be updated by using the UpdateContact API.

Returns:



25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#system_endpointTypes::Endpoint

External system endpoint for the contact was initiated. For external audio contacts, this is the phone number of the external system such as the contact center. This value can only be updated for external audio contacts. For more information, see Amazon Connect Contact Lens integration in the Amazon Connect Administrator Guide.

Returns:



25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#user_infoTypes::UserInfo

Information about the agent associated with a contact. This parameter can only be updated for external audio contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see Amazon Connect Contact Lens integration in the Amazon Connect Administrator Guide.

Returns:



25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
25808
25809
25810
25811
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25798

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references,
  :segment_attributes,
  :queue_info,
  :user_info,
  :customer_endpoint,
  :system_endpoint)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end