Contact Center AI Insights v1 API - Class Conversation.Types.Transcript (2.14.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class Conversation.Types.Transcript.

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(Transcript)

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

Properties

TranscriptSegments

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

A list of sequential transcript segments that comprise the conversation.

Property Value
TypeDescription
RepeatedFieldConversationTypesTranscriptTypesTranscriptSegment