Class DialogflowIntent (1.0.0)

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

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