Class: Aws::ConnectParticipant::Types::CreateParticipantConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::CreateParticipantConnectionRequest
- Defined in:
- gems/aws-sdk-connectparticipant/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.
182 183 184 185 186 187 188 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 182 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.
182 183 184 185 186 187 188 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 182 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
.
182 183 184 185 186 187 188 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 182 class CreateParticipantConnectionRequest < Struct.new( :type, :participant_token, :connect_participant) SENSITIVE = [] include Aws::Structure end |