Class Transcript (0.5.0)

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:: message_time

The time that the message occurred, if provided.

:type: google.protobuf.timestamp_pb2.Timestamp