LuisIntentAttribute Class

Definition

Associate a LUIS intent with a dialog method.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public class LuisIntentAttribute : Microsoft.Bot.Builder.Scorables.Internals.AttributeString
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type LuisIntentAttribute = class
    inherit AttributeString
Public Class LuisIntentAttribute
Inherits AttributeString
Inheritance
LuisIntentAttribute
Attributes

Constructors

LuisIntentAttribute(String)

Construct the association between the LUIS intent and a dialog method.

Fields

IntentName

The LUIS intent name.

Properties

Text

Methods

Equals(Object) (Inherited from AttributeString)
GetHashCode() (Inherited from AttributeString)
ToString() (Inherited from AttributeString)

Explicit Interface Implementations

IEquatable<AttributeString>.Equals(AttributeString) (Inherited from AttributeString)

Applies to