| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcontactlens.model |
| Modifier and Type | Method and Description |
|---|---|
Transcript.Builder |
Transcript.Builder.beginOffsetMillis(Integer beginOffsetMillis)
The beginning offset in the contact for this transcript.
|
static Transcript.Builder |
Transcript.builder() |
Transcript.Builder |
Transcript.Builder.content(String content)
The content of the transcript.
|
Transcript.Builder |
Transcript.Builder.endOffsetMillis(Integer endOffsetMillis)
The end offset in the contact for this transcript.
|
Transcript.Builder |
Transcript.Builder.id(String id)
The identifier of the transcript.
|
Transcript.Builder |
Transcript.Builder.issuesDetected(Collection<IssueDetected> issuesDetected)
List of positions where issues were detected on the transcript.
|
Transcript.Builder |
Transcript.Builder.issuesDetected(Consumer<IssueDetected.Builder>... issuesDetected)
List of positions where issues were detected on the transcript.
|
Transcript.Builder |
Transcript.Builder.issuesDetected(IssueDetected... issuesDetected)
List of positions where issues were detected on the transcript.
|
Transcript.Builder |
Transcript.Builder.participantId(String participantId)
The identifier of the participant.
|
Transcript.Builder |
Transcript.Builder.participantRole(String participantRole)
The role of participant.
|
Transcript.Builder |
Transcript.Builder.sentiment(SentimentValue sentiment)
The sentiment of the detected for this piece of transcript.
|
Transcript.Builder |
Transcript.Builder.sentiment(String sentiment)
The sentiment of the detected for this piece of transcript.
|
Transcript.Builder |
Transcript.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Transcript.Builder> |
Transcript.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RealtimeContactAnalysisSegment.Builder |
RealtimeContactAnalysisSegment.Builder.transcript(Consumer<Transcript.Builder> transcript)
The analyzed transcript.
|
Copyright © 2022. All rights reserved.