Branch | Status | Recommended NuGet package version |
---|---|---|
master |
This is part of the Bot Builder Community project which contains Bot Framework Components and other projects / packages for use with Bot Framework Composer and the Bot Builder .NET SDK v4.
This library is a netstandard2.0 port of Microsoft.Bot.Builder.Luis and the Microsoft.Bot.Builder.Dialogs.LuisDialog The Bot Builder V3 LuisDialog documentation is useful for this library as well, just take note of the namespace changes inheritence changes. Bot.Builder.Community.Dialogs.Luis.LuisDialog inherits from ComponentDialog.
Available via NuGet package Bot.Builder.Community.Dialogs.Luis
Install into your project using the following command in the package manager;
PM> Install-Package Bot.Builder.Community.Dialogs.Luis
A basic sample for using this component can be found here.
Take note of namespace changes from Microsoft.Bot.Builder.Luis to Bot.Builder.Community.Dialogs.Luis
- Basic features of LuisDialog (Note: this is a V3 docs page, but many of the concepts for the V3 Luis Dialog also apply to the V4 Luis Dialog.)
Licensed under the MIT License.