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.
Implements
IMessageConversationTypesTranscript, IEquatableConversationTypesTranscript, IDeepCloneableConversationTypesTranscript, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
Transcript()
public Transcript()
Transcript(Transcript)
public Transcript(Conversation.Types.Transcript other)
Parameter | |
---|---|
Name | Description |
other | ConversationTypesTranscript |
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 |
RepeatedFieldConversationTypesTranscriptTypesTranscriptSegment |