| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetTranscriptResponse |
ConnectParticipantClient.getTranscript(Consumer<GetTranscriptRequest.Builder> getTranscriptRequest)
Retrieves a transcript of the session, including details about any attachments.
|
default GetTranscriptResponse |
ConnectParticipantClient.getTranscript(GetTranscriptRequest getTranscriptRequest)
Retrieves a transcript of the session, including details about any attachments.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTranscriptResponse> |
GetTranscriptIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTranscriptPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTranscriptResponse> subscriber) |
Copyright © 2023. All rights reserved.