Contact Center AI Insights v1 API - Class DialogflowSource (2.4.0)

public sealed class DialogflowSource : IMessage<DialogflowSource>, IEquatable<DialogflowSource>, IDeepCloneable<DialogflowSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class DialogflowSource.

A Dialogflow source of conversation data.

Inheritance

object > DialogflowSource

Namespace

GoogleCloudGoogle.Cloud.ContactCenterInsightsV1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

DialogflowSource()

public DialogflowSource()

DialogflowSource(DialogflowSource)

public DialogflowSource(DialogflowSource other)
Parameter
NameDescription
otherDialogflowSource

Properties

AudioUri

public string AudioUri { get; set; }

Cloud Storage URI that points to a file that contains the conversation audio.

Property Value
TypeDescription
string

DialogflowConversation

public string DialogflowConversation { get; set; }

Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}

Property Value
TypeDescription
string