LuisAdaptivePredictionOptionsConverter class

Converts optional parameters for a LUIS prediction request.

Methods

convert(LuisAdaptivePredictionOptionsConfiguration)

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

config
LuisAdaptivePredictionOptionsConfiguration

Options configuration for LuisAdaptivePredictionOptions.

Returns

The converted options configuration to the LuisAdaptivePredictionOptions interface.