Class: Aws::ConnectParticipant::Types::CreateParticipantConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::CreateParticipantConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_participant ⇒ Boolean
Amazon Connect Participant is used to mark the participant as connected for customer participant in message streaming, as well as for agent or manager participant in non-streaming chats.
-
#participant_token ⇒ String
This is a header parameter.
-
#type ⇒ Array<String>
Type of connection information required.
Instance Attribute Details
#connect_participant ⇒ Boolean
Amazon Connect Participant is used to mark the participant as connected for customer participant in message streaming, as well as for agent or manager participant in non-streaming chats.
160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 160 class CreateParticipantConnectionRequest < Struct.new( :type, :participant_token, :connect_participant) SENSITIVE = [] include Aws::Structure end |
#participant_token ⇒ String
This is a header parameter.
The ParticipantToken as obtained from [StartChatContact] API response.
[1]: docs.aws.amazon.com/connect/latest/APIReference/API_StartChatContact.html
160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 160 class CreateParticipantConnectionRequest < Struct.new( :type, :participant_token, :connect_participant) SENSITIVE = [] include Aws::Structure end |
#type ⇒ Array<String>
Type of connection information required. If you need ‘CONNECTION_CREDENTIALS` along with marking participant as connected, pass `CONNECTION_CREDENTIALS` in `Type`.
160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 160 class CreateParticipantConnectionRequest < Struct.new( :type, :participant_token, :connect_participant) SENSITIVE = [] include Aws::Structure end |