| 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 |
|---|---|
SendChatIntegrationEventResult |
AmazonConnectClient.sendChatIntegrationEvent(SendChatIntegrationEventRequest request)
Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.
|
SendChatIntegrationEventResult |
AmazonConnect.sendChatIntegrationEvent(SendChatIntegrationEventRequest sendChatIntegrationEventRequest)
Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.
|
SendChatIntegrationEventResult |
AbstractAmazonConnect.sendChatIntegrationEvent(SendChatIntegrationEventRequest request) |
| 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 |
|---|---|
SendChatIntegrationEventResult |
SendChatIntegrationEventResult.clone() |
SendChatIntegrationEventResult |
SendChatIntegrationEventResult.withInitialContactId(String initialContactId)
Identifier of chat contact used to handle integration event.
|
SendChatIntegrationEventResult |
SendChatIntegrationEventResult.withNewChatCreated(Boolean newChatCreated)
Whether handling the integration event resulted in creating a new chat or acting on existing chat.
|
Copyright © 2024. All rights reserved.