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

Name Description
LuisIntentAttribute(String)

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

Fields

Name Description
IntentName

The LUIS intent name.

Properties

Name Description
Text

Methods

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

Explicit Interface Implementations

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

Applies to