Info
Version: | 3.13.0.3 |
Author(s): | Microsoft, CXuesong |
Last Update: | Wednesday, January 31, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CXuesong/BotBuilder.Standard |
NuGet Url: | https://www.nuget.org/packages/CXuesong.Ported.Microsoft.Bot.Builder |
Install
Install-Package CXuesong.Ported.Microsoft.Bot.Builder
dotnet add package CXuesong.Ported.Microsoft.Bot.Builder
paket add CXuesong.Ported.Microsoft.Bot.Builder
CXuesong.Ported.Microsoft.Bot.Builder Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CXuesong.Ported.Microsoft.Bot.Connector(>= 3.13.0.3)
- CXuesong.Ported.Chronic(>= 1.1.0)
- Microsoft.AspNetCore.WebUtilities(>= 2.0.0)
- Newtonsoft.Json(>= 10.0.1)
- Newtonsoft.Json.Bson(>= 1.0.1)
- CXuesong.Ported.Microsoft.Bot.Connector(>= 3.13.0.3)
- Chronic.Signed(>= 0.3.2)
- Newtonsoft.Json(>= 10.0.1)
- Newtonsoft.Json.Bson(>= 1.0.1)
Before using this package in your project, please manually add the NuGet package CXuesong.Ported.Microsoft.BotBuilder.Autofac.
Microsoft Bot Builder is a powerful framework for constructing bots that can handle both freeform interactions and more guided ones where the possibilities are explicitly shown to the user.
It is easy to use and leverages C# to provide a natural way to write bots.
High Level Features:
* Powerful dialog system with dialogs that are isolated and composable.
* Built-in dialogs for simple things like Yes/No, strings, numbers, enumerations.
* Built-in dialogs that utilize powerful AI frameworks like LUIS http://luis.ai.
* Bots are stateless which helps them scale.
* Form Flow for automatically generating a Bot from a C# class for filling in the class and that supports help, navigation, clarification and confirmation.
You might also be interested in the NuGet package Microsoft.Bot.Builder.FormFlow.Json that extends the Bot Builder with the abilitity to declaratively define FormFlow dialogs with JSON Schema.