Syn.Bot
1.1.2
See the version list below for details.
dotnet add package Syn.Bot --version 1.1.2
NuGet\Install-Package Syn.Bot -Version 1.1.2
<PackageReference Include="Syn.Bot" Version="1.1.2" />
paket add Syn.Bot --version 1.1.2
#r "nuget: Syn.Bot, 1.1.2"
// Install Syn.Bot as a Cake Addin
#addin nuget:?package=Syn.Bot&version=1.1.2
// Install Syn.Bot as a Cake Tool
#tool nuget:?package=Syn.Bot&version=1.1.2
An official SIML (Synthetic Intelligence Markup Language) interpreter for .Net Framework. This is a Portable Class Library and can target multiple platforms. Using this library developers can easily create intelligent Chatbots or integrate Artificial Intelligence and Natural Language Processing to their .Net and Mono applications.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Syn.Bot:
Package | Downloads |
---|---|
Syn.VA
The official Syn VA Framework for developing custom Digital Assistants development and to interface with Syn VA Dashboard application via Plugins. |
|
Syn.Bot.Channels
Enables OSCOVA architecture based bots to be hosted on Web API Servers, Discord, Telegram and also as Website Widgets |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.7 | 671 | 2/17/2023 |
6.0.1 | 425 | 2/3/2023 |
5.0.0 | 1,222 | 7/23/2022 |
4.6.0 | 1,991 | 6/3/2021 |
4.5.1 | 3,169 | 8/7/2020 |
4.0.3 | 1,044 | 4/21/2020 |
3.4.0 | 7,886 | 11/5/2018 |
3.0.1 | 3,637 | 5/21/2018 |
3.0.0 | 1,522 | 4/19/2018 |
2.9.5.1 | 1,623 | 3/23/2018 |
2.9.5 | 979 | 3/21/2018 |
2.9.4 | 1,977 | 2/23/2018 |
2.9.0 | 1,790 | 1/20/2018 |
2.6.0 | 3,986 | 9/6/2017 |
2.5.7 | 2,243 | 7/30/2017 |
2.5.6 | 1,326 | 7/24/2017 |
2.5.1 | 1,387 | 6/26/2017 |
2.5.0 | 989 | 6/26/2017 |
2.1.3 | 1,449 | 6/12/2017 |
2.1.2 | 1,003 | 6/10/2017 |
2.1.0 | 1,159 | 6/5/2017 |
2.0.5 | 3,239 | 3/30/2017 |
2.0.4 | 1,681 | 3/9/2017 |
2.0.3 | 1,206 | 3/5/2017 |
2.0.2 | 1,937 | 2/17/2017 |
2.0.1 | 1,583 | 2/1/2017 |
2.0.0 | 2,542 | 1/4/2017 |
1.2.6 | 4,106 | 10/27/2016 |
1.2.5 | 1,406 | 10/17/2016 |
1.2.4 | 4,181 | 6/16/2016 |
1.2.3 | 2,211 | 4/16/2016 |
1.2.2 | 2,139 | 2/15/2016 |
1.2.1 | 1,595 | 12/23/2015 |
1.1.82 | 1,860 | 11/30/2015 |
1.1.71 | 1,285 | 9/23/2015 |
1.1.5 | 1,291 | 6/22/2015 |
1.1.3 | 1,174 | 5/11/2015 |
1.1.2 | 1,443 | 4/21/2015 |
1.1.1 | 2,243 | 4/13/2015 |
1.1.0 | 1,194 | 4/5/2015 |
1.0.81 | 1,339 | 3/19/2015 |
1. Fixed minor bug - Remove attribute now returns the value removed
2. PluginCollection implements ICollection<BotPlugin>
3. Added default value support for Variable extension method GetValue
4. Analyzer will now check Concept types before assuming similar patterns
5. Added support for Maps in pattern as per specification
6. Added GetDocument on MapCollection
7. Map implements ICollection<IMapItem>
8. FuntionalMapItem class that implements IFunctionalMapItem added
9. Support for Listed User and Bot variables in pattern
10. Upgraded JavaScriptEngine