public static interface GetTranscriptResponse.Builder extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<GetTranscriptResponse.Builder,GetTranscriptResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTranscriptResponse.Builder |
initialContactId(String initialContactId)
The initial contact ID for the contact.
|
GetTranscriptResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
GetTranscriptResponse.Builder |
transcript(Collection<Item> transcript)
The list of messages in the session.
|
GetTranscriptResponse.Builder |
transcript(Consumer<Item.Builder>... transcript)
The list of messages in the session.
|
GetTranscriptResponse.Builder |
transcript(Item... transcript)
The list of messages in the session.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTranscriptResponse.Builder initialContactId(String initialContactId)
The initial contact ID for the contact.
initialContactId - The initial contact ID for the contact.GetTranscriptResponse.Builder transcript(Collection<Item> transcript)
The list of messages in the session.
transcript - The list of messages in the session.GetTranscriptResponse.Builder transcript(Item... transcript)
The list of messages in the session.
transcript - The list of messages in the session.GetTranscriptResponse.Builder transcript(Consumer<Item.Builder>... transcript)
The list of messages in the session.
This is a convenience method that creates an instance of theItem.Builder avoiding the need to create one
manually via Item.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #transcript(List.
transcript - a consumer that will call methods on
Item.Builder#transcript(java.util.Collection- )
GetTranscriptResponse.Builder nextToken(String nextToken)
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
nextToken - The pagination token. Use the value returned previously in the next subsequent request to retrieve the
next set of results.Copyright © 2023. All rights reserved.