Class: Aws::Connect::Types::StartAssistantContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartAssistantContactResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact within the Connect Customer instance.
-
#continued_from_contact_id ⇒ String
For a persistent chat, the identifier of the contact from which the chat continues.
-
#participant_id ⇒ String
The identifier of the chat participant.
-
#participant_token ⇒ String
The token that the chat participant uses to call the [CreateParticipantConnection][1] API.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact within the Connect Customer instance.
33258 33259 33260 33261 33262 33263 33264 33265 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33258 class StartAssistantContactResponse < Struct.new( :contact_id, :participant_id, :participant_token, :continued_from_contact_id) SENSITIVE = [] include Aws::Structure end |
#continued_from_contact_id ⇒ String
For a persistent chat, the identifier of the contact from which the chat continues. Amazon Connect returns this field only for persistent chats.
33258 33259 33260 33261 33262 33263 33264 33265 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33258 class StartAssistantContactResponse < Struct.new( :contact_id, :participant_id, :participant_token, :continued_from_contact_id) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
The identifier of the chat participant. The participant identifier remains the same throughout the chat lifecycle.
33258 33259 33260 33261 33262 33263 33264 33265 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33258 class StartAssistantContactResponse < Struct.new( :contact_id, :participant_id, :participant_token, :continued_from_contact_id) SENSITIVE = [] include Aws::Structure end |
#participant_token ⇒ String
The token that the chat participant uses to call the CreateParticipantConnection API. The token remains valid for the lifetime of the chat participant.
33258 33259 33260 33261 33262 33263 33264 33265 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33258 class StartAssistantContactResponse < Struct.new( :contact_id, :participant_id, :participant_token, :continued_from_contact_id) SENSITIVE = [] include Aws::Structure end |