Share via


LuisPredictionOptions Constructors

Definition

Overloads

LuisPredictionOptions()

Initializes a new instance of the LuisPredictionOptions class.

LuisPredictionOptions(LuisPredictionOptions)

Initializes a new instance of the LuisPredictionOptions class from an existing instance.

LuisPredictionOptions()

Initializes a new instance of the LuisPredictionOptions class.

public LuisPredictionOptions ();
Public Sub New ()

Applies to

LuisPredictionOptions(LuisPredictionOptions)

Initializes a new instance of the LuisPredictionOptions class from an existing instance.

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)

Parameters

other
LuisPredictionOptions

Source of values.

Applies to