Uses of Interface
software.amazon.awssdk.services.connect.model.SendChatIntegrationEventRequest.Builder
-
Packages that use SendChatIntegrationEventRequest.Builder 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.software.amazon.awssdk.services.connect.model -
-
Uses of SendChatIntegrationEventRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type SendChatIntegrationEventRequest.Builder 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 SendChatIntegrationEventResponseConnectClient. sendChatIntegrationEvent(Consumer<SendChatIntegrationEventRequest.Builder> sendChatIntegrationEventRequest)Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. -
Uses of SendChatIntegrationEventRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SendChatIntegrationEventRequest.Builder Modifier and Type Method Description static SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest. builder()SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. destinationId(String destinationId)Chat system identifier, used in part to uniquely identify chat.default SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. event(Consumer<ChatEvent.Builder> event)Chat integration event payloadSendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. event(ChatEvent event)Chat integration event payloaddefault SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. newSessionDetails(Consumer<NewSessionDetails.Builder> newSessionDetails)Contact properties to apply when starting a new chat.SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. newSessionDetails(NewSessionDetails newSessionDetails)Contact properties to apply when starting a new chat.SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. sourceId(String sourceId)External identifier of chat customer participant, used in part to uniquely identify a chat.SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest.Builder. subtype(String subtype)Classification of a channel.SendChatIntegrationEventRequest.BuilderSendChatIntegrationEventRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SendChatIntegrationEventRequest.Builder Modifier and Type Method Description static Class<? extends SendChatIntegrationEventRequest.Builder>SendChatIntegrationEventRequest. serializableBuilderClass()
-