LuisPredictionOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.