Contact Center AI Insights v1 API - Class DialogflowSource (2.16.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

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

DialogflowSource()

public DialogflowSource()

DialogflowSource(DialogflowSource)

public DialogflowSource(DialogflowSource other)
Parameter
Name Description
other DialogflowSource

Properties

AudioUri

public string AudioUri { get; set; }

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

Property Value
Type Description
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
Type Description
string