connectparticipant_create_participant_connection {paws.customer.engagement} | R Documentation |
Creates the participant's connection
Description
Creates the participant's connection.
See https://www.paws-r-sdk.com/docs/connectparticipant_create_participant_connection/ for full documentation.
Usage
connectparticipant_create_participant_connection(
Type = NULL,
ParticipantToken,
ConnectParticipant = NULL
)
Arguments
Type |
Type of connection information required. If you need
|
ParticipantToken |
[required] This is a header parameter. The ParticipantToken as obtained from StartChatContact API response. |
ConnectParticipant |
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. |
[Package paws.customer.engagement version 0.7.0 Index]