Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.GetTranscriptResponse.Builder
-
Packages that use GetTranscriptResponse.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of GetTranscriptResponse.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return GetTranscriptResponse.Builder Modifier and Type Method Description static GetTranscriptResponse.BuilderGetTranscriptResponse. builder()GetTranscriptResponse.BuilderGetTranscriptResponse.Builder. initialContactId(String initialContactId)The initial contact ID for the contact.GetTranscriptResponse.BuilderGetTranscriptResponse.Builder. nextToken(String nextToken)The pagination token.GetTranscriptResponse.BuilderGetTranscriptResponse. toBuilder()GetTranscriptResponse.BuilderGetTranscriptResponse.Builder. transcript(Collection<Item> transcript)The list of messages in the session.GetTranscriptResponse.BuilderGetTranscriptResponse.Builder. transcript(Consumer<Item.Builder>... transcript)The list of messages in the session.GetTranscriptResponse.BuilderGetTranscriptResponse.Builder. transcript(Item... transcript)The list of messages in the session.Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type GetTranscriptResponse.Builder Modifier and Type Method Description static Class<? extends GetTranscriptResponse.Builder>GetTranscriptResponse. serializableBuilderClass()
-