Uses of Class
software.amazon.awssdk.services.connect.model.SendChatIntegrationEventResponse
-
Packages that use SendChatIntegrationEventResponse Package Description software.amazon.awssdk.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. -
-
Uses of SendChatIntegrationEventResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return SendChatIntegrationEventResponse Modifier and Type Method Description default SendChatIntegrationEventResponseConnectClient. sendChatIntegrationEvent(Consumer<SendChatIntegrationEventRequest.Builder> sendChatIntegrationEventRequest)Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.default SendChatIntegrationEventResponseConnectClient. sendChatIntegrationEvent(SendChatIntegrationEventRequest sendChatIntegrationEventRequest)Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.Methods in software.amazon.awssdk.services.connect that return types with arguments of type SendChatIntegrationEventResponse Modifier and Type Method Description default CompletableFuture<SendChatIntegrationEventResponse>ConnectAsyncClient. sendChatIntegrationEvent(Consumer<SendChatIntegrationEventRequest.Builder> sendChatIntegrationEventRequest)Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.default CompletableFuture<SendChatIntegrationEventResponse>ConnectAsyncClient. sendChatIntegrationEvent(SendChatIntegrationEventRequest sendChatIntegrationEventRequest)Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect.
-