Contact Center AI Insights v1 API - Class ConversationDataSource (2.14.0)

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.

Inheritance

object > ConversationDataSource

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ConversationDataSource()

public ConversationDataSource()

ConversationDataSource(ConversationDataSource)

public ConversationDataSource(ConversationDataSource other)
Parameter
NameDescription
otherConversationDataSource

Properties

DialogflowSource

public DialogflowSource DialogflowSource { get; set; }

The source when the conversation comes from Dialogflow.

Property Value
TypeDescription
DialogflowSource

GcsSource

public GcsSource GcsSource { get; set; }

A Cloud Storage location specification for the audio and transcript.

Property Value
TypeDescription
GcsSource

SourceCase

public ConversationDataSource.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ConversationDataSourceSourceOneofCase