LuisPredictionOptions Konstruktoren
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.
Überlädt
LuisPredictionOptions() |
Initialisiert eine neue Instanz der LuisPredictionOptions-Klasse. |
LuisPredictionOptions(LuisPredictionOptions) |
Initialisiert eine neue Instanz der LuisPredictionOptions-Klasse aus einer bestehenden Instanz. |
LuisPredictionOptions()
Initialisiert eine neue Instanz der LuisPredictionOptions-Klasse.
public LuisPredictionOptions ();
Public Sub New ()
Gilt für:
LuisPredictionOptions(LuisPredictionOptions)
Initialisiert eine neue Instanz der LuisPredictionOptions-Klasse aus einer bestehenden Instanz.
public LuisPredictionOptions (Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions other);
new Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions : Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions -> Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions
Public Sub New (other As LuisPredictionOptions)
Parameter
- other
- LuisPredictionOptions
Quelle der Werte.