| 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 |
|---|---|
SendEventResult |
AbstractAmazonConnectParticipant.sendEvent(SendEventRequest request) |
SendEventResult |
AmazonConnectParticipantClient.sendEvent(SendEventRequest request)
Sends an event.
|
SendEventResult |
AmazonConnectParticipant.sendEvent(SendEventRequest sendEventRequest)
Sends an event.
|
Future<SendEventResult> |
AbstractAmazonConnectParticipantAsync.sendEventAsync(SendEventRequest request) |
Future<SendEventResult> |
AmazonConnectParticipantAsyncClient.sendEventAsync(SendEventRequest request) |
Future<SendEventResult> |
AmazonConnectParticipantAsync.sendEventAsync(SendEventRequest sendEventRequest)
Sends an event.
|
Future<SendEventResult> |
AbstractAmazonConnectParticipantAsync.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
Future<SendEventResult> |
AmazonConnectParticipantAsyncClient.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
Future<SendEventResult> |
AmazonConnectParticipantAsync.sendEventAsync(SendEventRequest sendEventRequest,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler)
Sends an event.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SendEventResult> |
AbstractAmazonConnectParticipantAsync.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
Future<SendEventResult> |
AmazonConnectParticipantAsyncClient.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
Future<SendEventResult> |
AmazonConnectParticipantAsync.sendEventAsync(SendEventRequest sendEventRequest,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler)
Sends an event.
|
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest |
SendEventRequest.clone() |
SendEventRequest |
SendEventRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
SendEventRequest |
SendEventRequest.withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
SendEventRequest |
SendEventRequest.withContent(String content)
The content of the event to be sent (for example, message text).
|
SendEventRequest |
SendEventRequest.withContentType(String contentType)
The content type of the request.
|
Copyright © 2023. All rights reserved.