Dela via


LuisPredictionOptions Konstruktorer

Definition

Överlagringar

LuisPredictionOptions()

Initierar en ny instans av LuisPredictionOptions klassen.

LuisPredictionOptions(LuisPredictionOptions)

Initierar en ny instans av LuisPredictionOptions klassen från en befintlig instans.

LuisPredictionOptions()

Initierar en ny instans av LuisPredictionOptions klassen.

public LuisPredictionOptions ();
Public Sub New ()

Gäller för

LuisPredictionOptions(LuisPredictionOptions)

Initierar en ny instans av LuisPredictionOptions klassen från en befintlig instans.

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)

Parametrar

other
LuisPredictionOptions

Källa för värden.

Gäller för