Info
Version: | 4.19.3 |
Author(s): | Microsoft |
Last Update: | Thursday, March 2, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Microsoft/botbuilder-dotnet |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Bot.Builder.Integration.AspNet.Core |
Install
Install-Package Microsoft.Bot.Builder.Integration.AspNet.Core
dotnet add package Microsoft.Bot.Builder.Integration.AspNet.Core
paket add Microsoft.Bot.Builder.Integration.AspNet.Core
Microsoft.Bot.Builder.Integration.AspNet.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Bot.Builder(>= 4.11.1)
- Microsoft.Bot.Configuration(>= 4.11.1)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.1.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.1.0)
- Microsoft.Extensions.Http(>= 2.1.0)
- Microsoft.Extensions.Logging(>= 2.1.0)
- Newtonsoft.Json(>= 12.0.3)
- Microsoft.Bot.Builder(>= 4.11.1)
- Microsoft.Bot.Configuration(>= 4.11.1)
- Newtonsoft.Json(>= 12.0.3)
Tags
It offers idiomatic configuration APIs in addition to providing all the plumbing to direct incoming bot messages to a configured bot.