| 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 |
|---|---|
Future<SendChatIntegrationEventResult> |
AmazonConnectAsyncClient.sendChatIntegrationEventAsync(SendChatIntegrationEventRequest request,
AsyncHandler<SendChatIntegrationEventRequest,SendChatIntegrationEventResult> asyncHandler) |
Future<SendChatIntegrationEventResult> |
AmazonConnectAsync.sendChatIntegrationEventAsync(SendChatIntegrationEventRequest sendChatIntegrationEventRequest,
AsyncHandler<SendChatIntegrationEventRequest,SendChatIntegrationEventResult> asyncHandler)
Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.
|
Future<SendChatIntegrationEventResult> |
AbstractAmazonConnectAsync.sendChatIntegrationEventAsync(SendChatIntegrationEventRequest request,
AsyncHandler<SendChatIntegrationEventRequest,SendChatIntegrationEventResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.clone() |
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.withDestinationId(String destinationId)
Chat system identifier, used in part to uniquely identify chat.
|
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.withEvent(ChatEvent event)
Chat integration event payload
|
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.withNewSessionDetails(NewSessionDetails newSessionDetails)
Contact properties to apply when starting a new chat.
|
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.withSourceId(String sourceId)
External identifier of chat customer participant, used in part to uniquely identify a chat.
|
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.withSubtype(String subtype)
Classification of a channel.
|
Copyright © 2024. All rights reserved.