Class: Aws::Connect::Types::StartChatContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartChatContactResponse
- 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 this contact within the Amazon Connect instance.
-
#participant_id ⇒ String
The identifier for a chat participant.
-
#participant_token ⇒ String
The token used by the chat participant to call [CreateParticipantConnection][1].
Instance Attribute Details
#contact_id ⇒ String
The identifier of this contact within the Amazon Connect instance.
9119 9120 9121 9122 9123 9124 9125 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9119 class StartChatContactResponse < Struct.new( :contact_id, :participant_id, :participant_token) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
9119 9120 9121 9122 9123 9124 9125 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9119 class StartChatContactResponse < Struct.new( :contact_id, :participant_id, :participant_token) SENSITIVE = [] include Aws::Structure end |
#participant_token ⇒ String
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
9119 9120 9121 9122 9123 9124 9125 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9119 class StartChatContactResponse < Struct.new( :contact_id, :participant_id, :participant_token) SENSITIVE = [] include Aws::Structure end |