Class: Aws::Connect::Types::CreatePersistentContactAssociationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#continued_from_contact_idString

The contactId from which a persistent chat session is started. This field is populated only for persistent chat.

Returns:

  • (String)


3101
3102
3103
3104
3105
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3101

class CreatePersistentContactAssociationResponse < Struct.new(
  :continued_from_contact_id)
  SENSITIVE = []
  include Aws::Structure
end