Interface Conversation.TranscriptOrBuilder

    • 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;