Interface Conversation.TranscriptOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Conversation.Transcript
,Conversation.Transcript.Builder
- Enclosing class:
- Conversation
public static interface Conversation.TranscriptOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation.Transcript.TranscriptSegment
getTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.int
getTranscriptSegmentsCount()
A list of sequential transcript segments that comprise the conversation.List<Conversation.Transcript.TranscriptSegment>
getTranscriptSegmentsList()
A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.TranscriptSegmentOrBuilder
getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder>
getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTranscriptSegmentsList
List<Conversation.Transcript.TranscriptSegment> getTranscriptSegmentsList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
getTranscriptSegments
Conversation.Transcript.TranscriptSegment getTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
getTranscriptSegmentsCount
int getTranscriptSegmentsCount()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
getTranscriptSegmentsOrBuilderList
List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder> getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
getTranscriptSegmentsOrBuilder
Conversation.Transcript.TranscriptSegmentOrBuilder getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
-