This library implements C# classes for using the Bot Framework Connector REST API.
Info
Version: | 4.22.9 |
Author(s): | Microsoft |
Last Update: | Thursday, September 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Microsoft/botbuilder-dotnet |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Bot.Connector |
Install
Install-Package Microsoft.Bot.Connector
dotnet add package Microsoft.Bot.Connector
paket add Microsoft.Bot.Connector
Microsoft.Bot.Connector Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Bot.Schema(>= 4.11.1)
- Microsoft.Extensions.Logging(>= 2.1.0)
- Microsoft.IdentityModel.Clients.ActiveDirectory(>= 5.2.4)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 5.6.0)
- Microsoft.Rest.ClientRuntime(>= 2.3.21)
- Newtonsoft.Json(>= 12.0.3)
Tags