Dela via


LuisIntentAttribute Klass

Definition

Associera en LUIS-avsikt med en dialogmetod.

[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
Arv
LuisIntentAttribute
Attribut

Konstruktorer

LuisIntentAttribute(String)

Konstruera associationen mellan LUIS-avsikten och en dialogmetod.

Fält

IntentName

LUIS-avsiktens namn.

Egenskaper

Text

Associera en LUIS-avsikt med en dialogmetod.

Metoder

Equals(Object)

Associera en LUIS-avsikt med en dialogmetod.

(Ärvd från AttributeString)
GetHashCode()

Associera en LUIS-avsikt med en dialogmetod.

(Ärvd från AttributeString)
ToString()

Associera en LUIS-avsikt med en dialogmetod.

(Ärvd från AttributeString)

Explicita gränssnittsimplementeringar

IEquatable<AttributeString>.Equals(AttributeString)

Associera en LUIS-avsikt med en dialogmetod.

(Ärvd från AttributeString)

Gäller för