public sealed class ConversationDataSource : IMessage<ConversationDataSource>, IEquatable<ConversationDataSource>, IDeepCloneable<ConversationDataSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ConversationDataSource.
The conversation source, which is a combination of transcript and audio.
Implements
IMessageConversationDataSource, IEquatableConversationDataSource, IDeepCloneableConversationDataSource, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ConversationDataSource()
public ConversationDataSource()
ConversationDataSource(ConversationDataSource)
public ConversationDataSource(ConversationDataSource other)
Parameter | |
---|---|
Name | Description |
other | ConversationDataSource |
Properties
DialogflowSource
public DialogflowSource DialogflowSource { get; set; }
The source when the conversation comes from Dialogflow.
Property Value | |
---|---|
Type | Description |
DialogflowSource |
GcsSource
public GcsSource GcsSource { get; set; }
A Cloud Storage location specification for the audio and transcript.
Property Value | |
---|---|
Type | Description |
GcsSource |
SourceCase
public ConversationDataSource.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ConversationDataSourceSourceOneofCase |