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)


19108
19109
19110
19111
19112
19113
19114
19115
19116
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19108

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

#descriptionString

The description of the contact.

Returns:

  • (String)


19108
19109
19110
19111
19112
19113
19114
19115
19116
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19108

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references)
  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)


19108
19109
19110
19111
19112
19113
19114
19115
19116
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19108

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

#nameString

The name of the contact.

Returns:

  • (String)


19108
19109
19110
19111
19112
19113
19114
19115
19116
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19108

class UpdateContactRequest < Struct.new(
  :instance_id,
  :contact_id,
  :name,
  :description,
  :references)
  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:



19108
19109
19110
19111
19112
19113
19114
19115
19116
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19108

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