Class DialogflowSource (1.2.0)

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

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
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