BotFramework-Composer icon indicating copy to clipboard operation
BotFramework-Composer copied to clipboard

Add the ability to control the "Use Non-Deterministic Training" setting when publishing a LUIS enabled bot

Open anishprasad01 opened this issue 3 years ago • 0 comments

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.

anishprasad01 avatar Nov 02 '22 18:11 anishprasad01