Class: Aws::Connect::Types::StartChatContactResponse

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

#contact_idString

The identifier of this contact within the Amazon Connect instance.

Returns:

  • (String)


17174
17175
17176
17177
17178
17179
17180
17181
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17174

class StartChatContactResponse < Struct.new(
  :contact_id,
  :participant_id,
  :participant_token,
  :continued_from_contact_id)
  SENSITIVE = []
  include Aws::Structure
end

#continued_from_contact_idString

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

Returns:

  • (String)


17174
17175
17176
17177
17178
17179
17180
17181
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17174

class StartChatContactResponse < Struct.new(
  :contact_id,
  :participant_id,
  :participant_token,
  :continued_from_contact_id)
  SENSITIVE = []
  include Aws::Structure
end

#participant_idString

The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.

Returns:

  • (String)


17174
17175
17176
17177
17178
17179
17180
17181
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17174

class StartChatContactResponse < Struct.new(
  :contact_id,
  :participant_id,
  :participant_token,
  :continued_from_contact_id)
  SENSITIVE = []
  include Aws::Structure
end

#participant_tokenString

The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.

Returns:

  • (String)


17174
17175
17176
17177
17178
17179
17180
17181
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17174

class StartChatContactResponse < Struct.new(
  :contact_id,
  :participant_id,
  :participant_token,
  :continued_from_contact_id)
  SENSITIVE = []
  include Aws::Structure
end