Class Transcript (0.1.1)

Transcript(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A message representing the transcript of a conversation. .. attribute:: transcript_segments

A list of sequential transcript segments that comprise the conversation.

:type: Sequence[google.cloud.contact_center_insights_v1.types.Conversation.Transcript.TranscriptSegment]

Classes

TranscriptSegment

TranscriptSegment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A segment of a full transcript. .. attribute:: text

The text of this segment.

:type: str