CXuesong.Ported.Microsoft.Bot.Connector
3.12.2.6-int0
Prefix Reserved
See the version list below for details.
dotnet add package CXuesong.Ported.Microsoft.Bot.Connector --version 3.12.2.6-int0
NuGet\Install-Package CXuesong.Ported.Microsoft.Bot.Connector -Version 3.12.2.6-int0
<PackageReference Include="CXuesong.Ported.Microsoft.Bot.Connector" Version="3.12.2.6-int0" />
paket add CXuesong.Ported.Microsoft.Bot.Connector --version 3.12.2.6-int0
#r "nuget: CXuesong.Ported.Microsoft.Bot.Connector, 3.12.2.6-int0"
// Install CXuesong.Ported.Microsoft.Bot.Connector as a Cake Addin #addin nuget:?package=CXuesong.Ported.Microsoft.Bot.Connector&version=3.12.2.6-int0&prerelease // Install CXuesong.Ported.Microsoft.Bot.Connector as a Cake Tool #tool nuget:?package=CXuesong.Ported.Microsoft.Bot.Connector&version=3.12.2.6-int0&prerelease
This is an unofficial .NET Core 2.0/.NET Framework 4.5 ported version of Microsoft.Bot.Connector package.
This library implements C# classes for using the Bot Framework Connector REST API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.CSharp (>= 4.4.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.2)
- Microsoft.IdentityModel.Protocol.Extensions (>= 1.0.4.403061554)
- Microsoft.Rest.ClientRuntime (>= 2.3.2)
- System.IdentityModel.Tokens.Jwt (>= 4.0.4.403061554)
-
.NETStandard 1.6
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Core (>= 1.0.1)
- Microsoft.CSharp (>= 4.4.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.2)
- Microsoft.Rest.ClientRuntime (>= 2.3.2)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.0.0)
- Microsoft.AspNetCore.Mvc (>= 2.0.0)
- Microsoft.CSharp (>= 4.4.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
- Microsoft.Rest.ClientRuntime (>= 2.3.7)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on CXuesong.Ported.Microsoft.Bot.Connector:
Package | Downloads |
---|---|
CXuesong.Ported.Microsoft.Bot.Builder
This is an unofficial .NET Core 2.0/.NET Framework 4.5 ported version of Microsoft's Microsoft.Bot.Builder package. 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. |
|
CXuesong.Ported.Microsoft.Bot.Builder.Autofac
This is the Microsoft.Bot.Builder.Autofac assembly of an unofficial .NET Core 2.0/.NET Framework 4.5 ported version of Microsoft's Microsoft.Bot.Builder package. |
|
CXuesong.Ported.Microsoft.Bot.Builder.FormFlow.Json
This is an unofficial .NET Core 2.0/.NET Framework 4.5 ported version of Microsoft.Bot.Builder.FormFlow.Json package. Microsoft Bot Builder extension for specifying a guided FormFlow dialog using an extended JSON Schema. Most of the annotations are declarative but you can also include C# code fragments that are dynamically compiled. |
|
CXuesong.Ported.Microsoft.Bot.Connector.AspNetCore
[Obsoleted package; use CXuesong.Ported.Microsoft.Bot.Connector instead.] This is an unofficial ported version of Microsoft's Microsoft.Bot.Connector package. This library implements C# classes for using the Bot Framework Connector REST API. |
|
CXuesong.Ported.Microsoft.Bot.Builder.History
This is an unofficial .NET Core 2.0/.NET Framework 4.5 ported version of Microsoft.Bot.Builder.History package. Provide interfaces and classes for working with conversation histories in the Microsoft Bot Builder. In particular this includes facilities to walk across stored histories and replay them. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.13.0.3 | 4,179 | 1/31/2018 |
3.12.2.6-int0 | 1,423 | 12/19/2017 |
3.11.2-int01 | 2,284 | 11/1/2017 |
3.11.1 | 3,087 | 10/12/2017 |
3.9.0-int0 | 1,413 | 9/4/2017 |
3.8.1 | 2,956 | 5/17/2017 |
3.5.1-int1 | 1,746 | 3/15/2017 |