AccessibleAI.Bots.Core 0.0.16-dev

This is a prerelease version of AccessibleAI.Bots.Core.
dotnet add package AccessibleAI.Bots.Core --version 0.0.16-dev
NuGet\Install-Package AccessibleAI.Bots.Core -Version 0.0.16-dev
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AccessibleAI.Bots.Core" Version="0.0.16-dev" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AccessibleAI.Bots.Core --version 0.0.16-dev
#r "nuget: AccessibleAI.Bots.Core, 0.0.16-dev"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AccessibleAI.Bots.Core as a Cake Addin
#addin nuget:?package=AccessibleAI.Bots.Core&version=0.0.16-dev&prerelease

// Install AccessibleAI.Bots.Core as a Cake Tool
#tool nuget:?package=AccessibleAI.Bots.Core&version=0.0.16-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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on AccessibleAI.Bots.Core:

Package Downloads
AccessibleAI.Bots.LanguageUnderstanding

Helpers for working with Conversational Language Understanding (CLU), Orchestration, and Chit Chat for Microsoft Bot Framework bot development

AccessibleAI.Bots.Language.Levenshtein

Using Levenshtein distance to calculate the difference or similarities between strings to resolve intents from utterances.

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 121 10/12/2022
0.0.15-dev 86 10/11/2022
0.0.14-dev 84 10/11/2022
0.0.13-dev 83 10/11/2022
0.0.12-dev 87 10/10/2022
0.0.11-dev 82 10/10/2022
0.0.10-dev 77 10/5/2022
0.0.9-dev 72 10/5/2022
0.0.8-dev 114 9/23/2022
0.0.7-dev 126 9/22/2022
0.0.6-dev 102 9/22/2022
0.0.5-dev 101 9/22/2022
0.0.4-dev 94 9/21/2022
0.0.3-dev 97 9/21/2022
0.0.2-dev 91 9/21/2022
0.0.1-dev 118 9/20/2022

Added entity field. Probably a placeholder to be reworked