| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| 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 |
AbstractAmazonConnect.sendChatIntegrationEvent(SendChatIntegrationEventRequest request) |
SendChatIntegrationEventResult |
AmazonConnect.sendChatIntegrationEvent(SendChatIntegrationEventRequest sendChatIntegrationEventRequest)
Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SendChatIntegrationEventResult> |
AmazonConnectAsyncClient.sendChatIntegrationEventAsync(SendChatIntegrationEventRequest request,
AsyncHandler<SendChatIntegrationEventRequest,SendChatIntegrationEventResult> asyncHandler) |
Future<SendChatIntegrationEventResult> |
AbstractAmazonConnectAsync.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.
|
| 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.