| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant |
Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to
deliver superior customer service at a lower cost.
|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateParticipantConnectionResult> |
AbstractAmazonConnectParticipantAsync.createParticipantConnectionAsync(CreateParticipantConnectionRequest request,
AsyncHandler<CreateParticipantConnectionRequest,CreateParticipantConnectionResult> asyncHandler) |
Future<CreateParticipantConnectionResult> |
AmazonConnectParticipantAsyncClient.createParticipantConnectionAsync(CreateParticipantConnectionRequest request,
AsyncHandler<CreateParticipantConnectionRequest,CreateParticipantConnectionResult> asyncHandler) |
Future<CreateParticipantConnectionResult> |
AmazonConnectParticipantAsync.createParticipantConnectionAsync(CreateParticipantConnectionRequest createParticipantConnectionRequest,
AsyncHandler<CreateParticipantConnectionRequest,CreateParticipantConnectionResult> asyncHandler)
Creates the participant's connection.
|
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantConnectionRequest |
CreateParticipantConnectionRequest.clone() |
CreateParticipantConnectionRequest |
CreateParticipantConnectionRequest.withConnectParticipant(Boolean 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.
|
CreateParticipantConnectionRequest |
CreateParticipantConnectionRequest.withParticipantToken(String participantToken)
This is a header parameter.
|
CreateParticipantConnectionRequest |
CreateParticipantConnectionRequest.withType(Collection<String> type)
Type of connection information required.
|
CreateParticipantConnectionRequest |
CreateParticipantConnectionRequest.withType(ConnectionType... type)
Type of connection information required.
|
CreateParticipantConnectionRequest |
CreateParticipantConnectionRequest.withType(String... type)
Type of connection information required.
|
Copyright © 2023. All rights reserved.