public static interface Conversation.TranscriptOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTranscriptSegments(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| Conversation.Transcript.TranscriptSegment |
getTranscriptSegmentsCount()
public abstract int getTranscriptSegmentsCount()A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
| Type | Description |
| int |
getTranscriptSegmentsList()
public abstract 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;
| Type | Description |
| List<TranscriptSegment> |
getTranscriptSegmentsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| Conversation.Transcript.TranscriptSegmentOrBuilder |
getTranscriptSegmentsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegmentOrBuilder> |