Contact Center AI Insights v1 API - Class DialogflowIntent (2.13.0)

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.

Inheritance

object > DialogflowIntent

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

DialogflowIntent()

public DialogflowIntent()

DialogflowIntent(DialogflowIntent)

public DialogflowIntent(DialogflowIntent other)
Parameter
NameDescription
otherDialogflowIntent

Properties

DisplayName

public string DisplayName { get; set; }

The human-readable name of the intent.

Property Value
TypeDescription
string