Udostępnij za pośrednictwem


LuisPredictionOptions Konstruktory

Definicja

Przeciążenia

LuisPredictionOptions()

Inicjuje nowe wystąpienie klasy LuisPredictionOptions.

LuisPredictionOptions(LuisPredictionOptions)

Inicjuje LuisPredictionOptions nowe wystąpienie klasy z istniejącego wystąpienia.

LuisPredictionOptions()

Inicjuje nowe wystąpienie klasy LuisPredictionOptions.

public LuisPredictionOptions ();
Public Sub New ()

Dotyczy

LuisPredictionOptions(LuisPredictionOptions)

Inicjuje LuisPredictionOptions nowe wystąpienie klasy z istniejącego wystąpienia.

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)

Parametry

other
LuisPredictionOptions

Źródło wartości.

Dotyczy