| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant |
Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact
center and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTranscriptResult> |
AmazonConnectParticipantAsyncClient.getTranscriptAsync(GetTranscriptRequest request,
AsyncHandler<GetTranscriptRequest,GetTranscriptResult> asyncHandler) |
Future<GetTranscriptResult> |
AmazonConnectParticipantAsync.getTranscriptAsync(GetTranscriptRequest getTranscriptRequest,
AsyncHandler<GetTranscriptRequest,GetTranscriptResult> asyncHandler)
Retrieves a transcript of the session.
|
Future<GetTranscriptResult> |
AbstractAmazonConnectParticipantAsync.getTranscriptAsync(GetTranscriptRequest request,
AsyncHandler<GetTranscriptRequest,GetTranscriptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTranscriptRequest |
GetTranscriptRequest.clone() |
GetTranscriptRequest |
GetTranscriptRequest.withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
GetTranscriptRequest |
GetTranscriptRequest.withContactId(String contactId)
The contactId from the current contact chain for which transcript is needed.
|
GetTranscriptRequest |
GetTranscriptRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the page.
|
GetTranscriptRequest |
GetTranscriptRequest.withNextToken(String nextToken)
The pagination token.
|
GetTranscriptRequest |
GetTranscriptRequest.withScanDirection(ScanDirection scanDirection)
The direction from StartPosition from which to retrieve message.
|
GetTranscriptRequest |
GetTranscriptRequest.withScanDirection(String scanDirection)
The direction from StartPosition from which to retrieve message.
|
GetTranscriptRequest |
GetTranscriptRequest.withSortOrder(SortKey sortOrder)
The sort order for the records.
|
GetTranscriptRequest |
GetTranscriptRequest.withSortOrder(String sortOrder)
The sort order for the records.
|
GetTranscriptRequest |
GetTranscriptRequest.withStartPosition(StartPosition startPosition)
A filtering option for where to start.
|
Copyright © 2020. All rights reserved.