Uses of Class
software.amazon.awssdk.services.connectparticipant.model.GetTranscriptResponse
-
Packages that use GetTranscriptResponse Package Description software.amazon.awssdk.services.connectparticipant Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost.software.amazon.awssdk.services.connectparticipant.paginators -
-
Uses of GetTranscriptResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return GetTranscriptResponse Modifier and Type Method Description default GetTranscriptResponseConnectParticipantClient. getTranscript(Consumer<GetTranscriptRequest.Builder> getTranscriptRequest)Retrieves a transcript of the session, including details about any attachments.default GetTranscriptResponseConnectParticipantClient. getTranscript(GetTranscriptRequest getTranscriptRequest)Retrieves a transcript of the session, including details about any attachments.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type GetTranscriptResponse Modifier and Type Method Description default CompletableFuture<GetTranscriptResponse>ConnectParticipantAsyncClient. getTranscript(Consumer<GetTranscriptRequest.Builder> getTranscriptRequest)Retrieves a transcript of the session, including details about any attachments.default CompletableFuture<GetTranscriptResponse>ConnectParticipantAsyncClient. getTranscript(GetTranscriptRequest getTranscriptRequest)Retrieves a transcript of the session, including details about any attachments. -
Uses of GetTranscriptResponse in software.amazon.awssdk.services.connectparticipant.paginators
Methods in software.amazon.awssdk.services.connectparticipant.paginators that return types with arguments of type GetTranscriptResponse Modifier and Type Method Description Iterator<GetTranscriptResponse>GetTranscriptIterable. iterator()Method parameters in software.amazon.awssdk.services.connectparticipant.paginators with type arguments of type GetTranscriptResponse Modifier and Type Method Description voidGetTranscriptPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTranscriptResponse> subscriber)
-