| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantResult |
AbstractAmazonConnect.createParticipant(CreateParticipantRequest request) |
CreateParticipantResult |
AmazonConnect.createParticipant(CreateParticipantRequest createParticipantRequest)
Adds a new participant into an on-going chat contact.
|
CreateParticipantResult |
AmazonConnectClient.createParticipant(CreateParticipantRequest request)
Adds a new participant into an on-going chat contact.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateParticipantResult> |
AmazonConnectAsyncClient.createParticipantAsync(CreateParticipantRequest request,
AsyncHandler<CreateParticipantRequest,CreateParticipantResult> asyncHandler) |
Future<CreateParticipantResult> |
AmazonConnectAsync.createParticipantAsync(CreateParticipantRequest createParticipantRequest,
AsyncHandler<CreateParticipantRequest,CreateParticipantResult> asyncHandler)
Adds a new participant into an on-going chat contact.
|
Future<CreateParticipantResult> |
AbstractAmazonConnectAsync.createParticipantAsync(CreateParticipantRequest request,
AsyncHandler<CreateParticipantRequest,CreateParticipantResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantResult |
CreateParticipantResult.clone() |
CreateParticipantResult |
CreateParticipantResult.withParticipantCredentials(ParticipantTokenCredentials participantCredentials)
The token used by the chat participant to call
CreateParticipantConnection. |
CreateParticipantResult |
CreateParticipantResult.withParticipantId(String participantId)
The identifier for a chat participant.
|
Copyright © 2023. All rights reserved.