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(String sentiment) |
The sentiment detected for this piece of transcript.
|
Transcript.Builder |
Transcript.Builder.sentiment(SentimentValue sentiment) |
The sentiment detected for this piece of transcript.
|
Transcript.Builder |
Transcript.toBuilder() |
|