Uses of Class
software.amazon.awssdk.services.connect.model.CreateParticipantResponse
-
Packages that use CreateParticipantResponse 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 CreateParticipantResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return CreateParticipantResponse Modifier and Type Method Description default CreateParticipantResponseConnectClient. createParticipant(Consumer<CreateParticipantRequest.Builder> createParticipantRequest)Adds a new participant into an on-going chat contact.default CreateParticipantResponseConnectClient. createParticipant(CreateParticipantRequest createParticipantRequest)Adds a new participant into an on-going chat contact.Methods in software.amazon.awssdk.services.connect that return types with arguments of type CreateParticipantResponse Modifier and Type Method Description default CompletableFuture<CreateParticipantResponse>ConnectAsyncClient. createParticipant(Consumer<CreateParticipantRequest.Builder> createParticipantRequest)Adds a new participant into an on-going chat contact.default CompletableFuture<CreateParticipantResponse>ConnectAsyncClient. createParticipant(CreateParticipantRequest createParticipantRequest)Adds a new participant into an on-going chat contact.
-