AccessibleAI.Bots.Core
0.0.4-dev
See the version list below for details.
dotnet add package AccessibleAI.Bots.Core --version 0.0.4-dev
NuGet\Install-Package AccessibleAI.Bots.Core -Version 0.0.4-dev
<PackageReference Include="AccessibleAI.Bots.Core" Version="0.0.4-dev" />
paket add AccessibleAI.Bots.Core --version 0.0.4-dev
#r "nuget: AccessibleAI.Bots.Core, 0.0.4-dev"
// Install AccessibleAI.Bots.Core as a Cake Addin #addin nuget:?package=AccessibleAI.Bots.Core&version=0.0.4-dev&prerelease // Install AccessibleAI.Bots.Core as a Cake Tool #tool nuget:?package=AccessibleAI.Bots.Core&version=0.0.4-dev&prerelease
AccessibleAI.Bots.Core
This is the core package related to most bot functionality that does not depend on specialized external libraries.
Details and usage to come...
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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Bot.Builder.Integration.AspNet.Core (>= 4.17.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on AccessibleAI.Bots.Core:
Package | Downloads |
---|---|
AccessibleAI.Bots.Language.Levenshtein
Using Levenshtein distance to calculate the difference or similarities between strings to resolve intents from utterances. |
|
AccessibleAI.Bots.LanguageUnderstanding
Helpers for working with Conversational Language Understanding (CLU), Orchestration, and Chit Chat for Microsoft Bot Framework bot development |
|
AccessibleAI.Bots.Intents.DefaultIntents
Built-in standard replies for common utterances |
|
AccessibleAI.Bots.Testing
Testing libraries to simplify working with bots. |
|
AccessibleAI.Bots.Language.Azure
Bots Framework intent resolvers using Conversational Language Understanding (CLU) and Orchestration for bot development |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.16-dev | 145 | 10/12/2022 |
0.0.15-dev | 99 | 10/11/2022 |
0.0.14-dev | 95 | 10/11/2022 |
0.0.13-dev | 98 | 10/11/2022 |
0.0.12-dev | 98 | 10/10/2022 |
0.0.11-dev | 92 | 10/10/2022 |
0.0.10-dev | 86 | 10/5/2022 |
0.0.9-dev | 87 | 10/5/2022 |
0.0.8-dev | 127 | 9/23/2022 |
0.0.7-dev | 143 | 9/22/2022 |
0.0.6-dev | 118 | 9/22/2022 |
0.0.5-dev | 119 | 9/22/2022 |
0.0.4-dev | 108 | 9/21/2022 |
0.0.3-dev | 107 | 9/21/2022 |
0.0.2-dev | 105 | 9/21/2022 |
0.0.1-dev | 129 | 9/20/2022 |
Moved more logic into the bot