LuisActionDialog(ILuisService, String, String) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine Instanz von LuisActionDialog.
public LuisActionDialog (Microsoft.Bot.Builder.Luis.ILuisService luisService, string contextId, string prompt);
new Microsoft.Bot.Builder.Dialogs.LuisActionDialog : Microsoft.Bot.Builder.Luis.ILuisService * string * string -> Microsoft.Bot.Builder.Dialogs.LuisActionDialog
Public Sub New (luisService As ILuisService, contextId As String, prompt As String)
Parameter
- luisService
- ILuisService
Der Luis-Dienst.
- contextId
- String
Das im Luis-Ergebnis zurückgegebene Dialogfeld contextId für Luis.
- prompt
- String
Die Eingabeaufforderung, die vom Benutzer gefragt werden soll.