Skip to content

Latest commit

 

History

History

Bot.Builder.Community.Dialogs.Luis

Luis Dialog

Build status

Branch Status Recommended NuGet package version
master NuGet version

Description

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.

Installation

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

Sample

A basic sample for using this component can be found here.

References

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.)

License

Licensed under the MIT License.