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.
Implements
IMessageDialogflowSource, IEquatableDialogflowSource, IDeepCloneableDialogflowSource, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |