Freigeben über


LuisPredictionOptions Konstruktoren

Definition

Ü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.

Gilt für: