| Package | Description |
|---|---|
| com.amazonaws.services.connectcontactlens.model |
| Modifier and Type | Method and Description |
|---|---|
Transcript |
Transcript.clone() |
Transcript |
RealtimeContactAnalysisSegment.getTranscript()
The analyzed transcript.
|
Transcript |
Transcript.withBeginOffsetMillis(Integer beginOffsetMillis)
The beginning offset in the contact for this transcript.
|
Transcript |
Transcript.withContent(String content)
The content of the transcript.
|
Transcript |
Transcript.withEndOffsetMillis(Integer endOffsetMillis)
The end offset in the contact for this transcript.
|
Transcript |
Transcript.withId(String id)
The identifier of the transcript.
|
Transcript |
Transcript.withIssuesDetected(Collection<IssueDetected> issuesDetected)
List of positions where issues were detected on the transcript.
|
Transcript |
Transcript.withIssuesDetected(IssueDetected... issuesDetected)
List of positions where issues were detected on the transcript.
|
Transcript |
Transcript.withParticipantId(String participantId)
The identifier of the participant.
|
Transcript |
Transcript.withParticipantRole(String participantRole)
The role of participant.
|
Transcript |
Transcript.withSentiment(SentimentValue sentiment)
The sentiment detected for this piece of transcript.
|
Transcript |
Transcript.withSentiment(String sentiment)
The sentiment detected for this piece of transcript.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealtimeContactAnalysisSegment.setTranscript(Transcript transcript)
The analyzed transcript.
|
RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.withTranscript(Transcript transcript)
The analyzed transcript.
|
Copyright © 2025. All rights reserved.