microsoft / botbuilder-tools

Welcome to the Bot Framework Tools repository, which is the home for a set of tools for developers building bots with the Microsoft Bot Framework
https://github.com/Microsoft/botframework
MIT License
444 stars 262 forks source link

LUIS Gen does not support apps using LUIS APIs v3.0 #1398

Closed kayousef-zz closed 4 years ago

kayousef-zz commented 4 years ago

App created using LUIS APIs v3.0 does not work with LUIS Gen tool to convert json file to cs code.

It looks like the syntax generated by apps from APIs v3.0 is not compatible LUIS Gen.

scheyal commented 4 years ago

Hi @kayousef LUISGen tool has been deprecated. Instead, please use the the latest BF CLI. Thanks.