BotFramework-Composer
BotFramework-Composer copied to clipboard
Add the ability to control the "Use Non-Deterministic Training" setting when publishing a LUIS enabled bot
Describe the solution you'd like
This setting allows all available data to be used when training a model. It defaults to on when publishing to LUIS from Composer, and some customers would like to control it such that it defaults to off.
Additional context
Controlling this setting programmatically requires the v3 LUIS API. Composer currently uses v2, and thus would need to be updated to use the LUIS v3 APIs first.