Uses of Class
software.amazon.awssdk.services.connect.model.StartWebRtcContactResponse
-
Packages that use StartWebRtcContactResponse 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 StartWebRtcContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return StartWebRtcContactResponse Modifier and Type Method Description default StartWebRtcContactResponseConnectClient. startWebRTCContact(Consumer<StartWebRtcContactRequest.Builder> startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.default StartWebRtcContactResponseConnectClient. startWebRTCContact(StartWebRtcContactRequest startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.Methods in software.amazon.awssdk.services.connect that return types with arguments of type StartWebRtcContactResponse Modifier and Type Method Description default CompletableFuture<StartWebRtcContactResponse>ConnectAsyncClient. startWebRTCContact(Consumer<StartWebRtcContactRequest.Builder> startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.default CompletableFuture<StartWebRtcContactResponse>ConnectAsyncClient. startWebRTCContact(StartWebRtcContactRequest startWebRtcContactRequest)Places an inbound in-app, web, or video call to a contact, and then initiates the flow.
-