Class: Aws::ConnectParticipant::Types::CreateParticipantConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectparticipant/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_participantBoolean

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.

Returns:

  • (Boolean)


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_tokenString

This is a header parameter.

The ParticipantToken as obtained from [StartChatContact] API response.

[1]: docs.aws.amazon.com/connect/latest/APIReference/API_StartChatContact.html

Returns:

  • (String)


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

#typeArray<String>

Type of connection information required. If you need ‘CONNECTION_CREDENTIALS` along with marking participant as connected, pass `CONNECTION_CREDENTIALS` in `Type`.

Returns:

  • (Array<String>)


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