Freigeben über


LuisIntentAttribute(String) Konstruktor

Definition

Erstellen Sie die Zuordnung zwischen der LUIS-Absicht und einer Dialogmethode.

public LuisIntentAttribute (string intentName);
new Microsoft.Bot.Builder.Dialogs.LuisIntentAttribute : string -> Microsoft.Bot.Builder.Dialogs.LuisIntentAttribute
Public Sub New (intentName As String)

Parameter

intentName
String

Der Name der LUIS-Absicht.

Gilt für: