| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendEventResponse> |
ConnectParticipantAsyncClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Sends an event.
|
default SendEventResponse |
ConnectParticipantClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Sends an event.
|
| Modifier and Type | Method and Description |
|---|---|
static SendEventRequest.Builder |
SendEventRequest.builder() |
SendEventRequest.Builder |
SendEventRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
SendEventRequest.Builder |
SendEventRequest.Builder.connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
SendEventRequest.Builder |
SendEventRequest.Builder.content(String content)
The content of the event to be sent (for example, message text).
|
SendEventRequest.Builder |
SendEventRequest.Builder.contentType(String contentType)
The content type of the request.
|
SendEventRequest.Builder |
SendEventRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendEventRequest.Builder |
SendEventRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendEventRequest.Builder |
SendEventRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendEventRequest.Builder> |
SendEventRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.