LUISGen 2.2.0
LUISGen is a tool for generating a strongly typed C# class or typescript interface to make consuming LUIS output easier in the Microsoft Bot Builder SDK. This enables build-time error checking and intellisense against the intents and entities of your LUIS application model.
dotnet tool install --global LUISGen --version 2.2.0
This package contains a .NET Core Global Tool you can call from the shell/command line.
Dependencies
This package has no dependencies.