| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateParticipantResult> |
AmazonConnectAsyncClient.createParticipantAsync(CreateParticipantRequest request,
AsyncHandler<CreateParticipantRequest,CreateParticipantResult> asyncHandler) |
Future<CreateParticipantResult> |
AbstractAmazonConnectAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantRequest |
CreateParticipantRequest.clone() |
CreateParticipantRequest |
CreateParticipantRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateParticipantRequest |
CreateParticipantRequest.withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
CreateParticipantRequest |
CreateParticipantRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateParticipantRequest |
CreateParticipantRequest.withParticipantDetails(ParticipantDetailsToAdd participantDetails)
Information identifying the participant.
|
Copyright © 2024. All rights reserved.