static RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.builder() |
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.content(String content) |
The content of the transcript.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.contentType(String contentType) |
The type of content of the item.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.displayName(String displayName) |
The display name of the participant.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.id(String id) |
The identifier of the transcript.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.participantId(String participantId) |
The identifier of the participant.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.participantRole(String participantRole) |
The role of the participant.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.participantRole(ParticipantRole participantRole) |
The role of the participant.
|
default RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.redaction(Consumer<RealTimeContactAnalysisTranscriptItemRedaction.Builder> redaction) |
Object describing redaction that was applied to the transcript.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.redaction(RealTimeContactAnalysisTranscriptItemRedaction redaction) |
Object describing redaction that was applied to the transcript.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.sentiment(String sentiment) |
The sentiment detected for this piece of transcript.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.sentiment(RealTimeContactAnalysisSentimentLabel sentiment) |
The sentiment detected for this piece of transcript.
|
default RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.time(Consumer<RealTimeContactAnalysisTimeData.Builder> time) |
Field describing the time of the event.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.Builder.time(RealTimeContactAnalysisTimeData time) |
Field describing the time of the event.
|
RealTimeContactAnalysisSegmentTranscript.Builder |
RealTimeContactAnalysisSegmentTranscript.toBuilder() |
|