LuisAdaptivePredictionOptionsConverter class
Converts optional parameters for a LUIS prediction request.
Methods
convert(Luis |
Converts the provided options configuration into an object of LuisAdaptivePredictionOptions type. |
Method Details
convert(LuisAdaptivePredictionOptionsConfiguration)
Converts the provided options configuration into an object of LuisAdaptivePredictionOptions type.
function convert(config: LuisAdaptivePredictionOptionsConfiguration): LuisAdaptivePredictionOptions
Parameters
Options configuration for LuisAdaptivePredictionOptions.
Returns
The converted options configuration to the LuisAdaptivePredictionOptions interface.