Uses of Interface
software.amazon.awssdk.services.connect.model.SendChatIntegrationEventResponse.Builder
-
Packages that use SendChatIntegrationEventResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SendChatIntegrationEventResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SendChatIntegrationEventResponse.Builder Modifier and Type Method Description static SendChatIntegrationEventResponse.BuilderSendChatIntegrationEventResponse. builder()SendChatIntegrationEventResponse.BuilderSendChatIntegrationEventResponse.Builder. initialContactId(String initialContactId)Identifier of chat contact used to handle integration event.SendChatIntegrationEventResponse.BuilderSendChatIntegrationEventResponse.Builder. newChatCreated(Boolean newChatCreated)Whether handling the integration event resulted in creating a new chat or acting on existing chat.SendChatIntegrationEventResponse.BuilderSendChatIntegrationEventResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SendChatIntegrationEventResponse.Builder Modifier and Type Method Description static Class<? extends SendChatIntegrationEventResponse.Builder>SendChatIntegrationEventResponse. serializableBuilderClass()
-