public sealed class DialogflowIntent : IMessage<DialogflowIntent>, IEquatable<DialogflowIntent>, IDeepCloneable<DialogflowIntent>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DialogflowIntent.
The data for a Dialogflow intent. Represents a detected intent in the conversation, e.g. MAKES_PROMISE.
Implements
IMessageDialogflowIntent, IEquatableDialogflowIntent, IDeepCloneableDialogflowIntent, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
DialogflowIntent()
public DialogflowIntent()
DialogflowIntent(DialogflowIntent)
public DialogflowIntent(DialogflowIntent other)
Parameter | |
---|---|
Name | Description |
other |
DialogflowIntent |
Properties
DisplayName
public string DisplayName { get; set; }
The human-readable name of the intent.
Property Value | |
---|---|
Type | Description |
string |