Uses of Interface
com.google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegmentOrBuilder
-
Packages that use Conversation.Transcript.TranscriptSegmentOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of Conversation.Transcript.TranscriptSegmentOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement Conversation.Transcript.TranscriptSegmentOrBuilder Modifier and Type Class Description static class
Conversation.Transcript.TranscriptSegment
A segment of a full transcript.static class
Conversation.Transcript.TranscriptSegment.Builder
A segment of a full transcript.Methods in com.google.cloud.contactcenterinsights.v1 that return Conversation.Transcript.TranscriptSegmentOrBuilder Modifier and Type Method Description Conversation.Transcript.TranscriptSegmentOrBuilder
Conversation.Transcript.Builder. getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.TranscriptSegmentOrBuilder
Conversation.Transcript. getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.TranscriptSegmentOrBuilder
Conversation.TranscriptOrBuilder. getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type Conversation.Transcript.TranscriptSegmentOrBuilder Modifier and Type Method Description List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder>
Conversation.Transcript.Builder. getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder>
Conversation.Transcript. getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder>
Conversation.TranscriptOrBuilder. getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.
-