Microsoft.Bot.Builder.Common
3.6.0-alpha
Prefix Reserved
Install-Package Microsoft.Bot.Builder.Common -Version 3.6.0-alpha
dotnet add package Microsoft.Bot.Builder.Common --version 3.6.0-alpha
<PackageReference Include="Microsoft.Bot.Builder.Common" Version="3.6.0-alpha" />
paket add Microsoft.Bot.Builder.Common --version 3.6.0-alpha
#r "nuget: Microsoft.Bot.Builder.Common, 3.6.0-alpha"
// Install Microsoft.Bot.Builder.Common as a Cake Addin
#addin nuget:?package=Microsoft.Bot.Builder.Common&version=3.6.0-alpha&prerelease
// Install Microsoft.Bot.Builder.Common as a Cake Tool
#tool nuget:?package=Microsoft.Bot.Builder.Common&version=3.6.0-alpha&prerelease
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.
Product | Versions |
---|---|
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
-
- Autofac (>= 3.5.2)
- Chronic.Signed (>= 0.3.2)
- Microsoft.Bot.Connector.Common (>= 3.6.0-alpha)
- Microsoft.Rest.ClientRuntime (>= 2.3.5)
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|