Interface Conversation.TranscriptOrBuilder (2.2.7)

public static interface Conversation.TranscriptOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegmentOrBuilder>