Class Conversation.Types.Transcript (2.0.0)

public sealed class Transcript : IMessage<Conversation.Types.Transcript>, IEquatable<Conversation.Types.Transcript>, IDeepCloneable<Conversation.Types.Transcript>, IBufferMessage, IMessage

A message representing the transcript of a conversation.

Inheritance

Object > Conversation.Types.Transcript

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

Transcript()

public Transcript()

Transcript(Conversation.Types.Transcript)

public Transcript(Conversation.Types.Transcript other)
Parameter
NameDescription
otherConversation.Types.Transcript

Properties

TranscriptSegments

public RepeatedField<Conversation.Types.Transcript.Types.TranscriptSegment> TranscriptSegments { get; }

A list of sequential transcript segments that comprise the conversation.

Property Value
TypeDescription
RepeatedField<Conversation.Types.Transcript.Types.TranscriptSegment>