public static interface Conversation.TranscriptOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
int getTranscriptSegmentsCount()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
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;
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;
Copyright © 2025 Google LLC. All rights reserved.