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

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

#continued_from_contact_idString

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

Returns:

  • (String)


2917
2918
2919
2920
2921
# File 'lib/aws-sdk-connect/types.rb', line 2917

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