public sealed class 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.
Implements
IMessage<Conversation.Types.Transcript>, IEquatable<Conversation.Types.Transcript>, IDeepCloneable<Conversation.Types.Transcript>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
Transcript()
public Transcript()
Transcript(Conversation.Types.Transcript)
public Transcript(Conversation.Types.Transcript other)
Parameter | |
---|---|
Name | Description |
other | Conversation.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 | |
---|---|
Type | Description |
RepeatedField<Conversation.Types.Transcript.Types.TranscriptSegment> |