Syn.Bot
1.2.3
Prefix Reserved
See the version list below for details.
dotnet add package Syn.Bot --version 1.2.3
NuGet\Install-Package Syn.Bot -Version 1.2.3
<PackageReference Include="Syn.Bot" Version="1.2.3" />
<PackageVersion Include="Syn.Bot" Version="1.2.3" />
<PackageReference Include="Syn.Bot" />
paket add Syn.Bot --version 1.2.3
#r "nuget: Syn.Bot, 1.2.3"
#addin nuget:?package=Syn.Bot&version=1.2.3
#tool nuget:?package=Syn.Bot&version=1.2.3
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 into 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 | 6,037 | 2/17/2023 |
6.0.1 | 2,429 | 2/3/2023 |
5.0.0 | 2,982 | 7/23/2022 |
4.6.0 | 3,774 | 6/3/2021 |
4.5.1 | 5,536 | 8/7/2020 |
4.0.3 | 2,377 | 4/21/2020 |
3.4.0 | 9,832 | 11/5/2018 |
3.0.1 | 5,097 | 5/21/2018 |
3.0.0 | 2,944 | 4/19/2018 |
2.9.5.1 | 3,057 | 3/23/2018 |
2.9.5 | 2,498 | 3/21/2018 |
2.9.4 | 3,567 | 2/23/2018 |
2.9.0 | 3,224 | 1/20/2018 |
2.6.0 | 5,530 | 9/6/2017 |
2.5.7 | 3,758 | 7/30/2017 |
2.5.6 | 2,803 | 7/24/2017 |
2.5.1 | 2,744 | 6/26/2017 |
2.5.0 | 2,416 | 6/26/2017 |
2.1.3 | 2,896 | 6/12/2017 |
2.1.2 | 2,408 | 6/10/2017 |
2.1.0 | 2,510 | 6/5/2017 |
2.0.5 | 4,672 | 3/30/2017 |
2.0.4 | 3,151 | 3/9/2017 |
2.0.3 | 2,659 | 3/5/2017 |
2.0.2 | 3,426 | 2/17/2017 |
2.0.1 | 3,089 | 2/1/2017 |
2.0.0 | 3,972 | 1/4/2017 |
1.2.6 | 5,506 | 10/27/2016 |
1.2.5 | 2,757 | 10/17/2016 |
1.2.4 | 5,633 | 6/16/2016 |
1.2.3 | 3,712 | 4/16/2016 |
1.2.2 | 3,671 | 2/15/2016 |
1.2.1 | 2,990 | 12/23/2015 |
1.1.82 | 3,277 | 11/30/2015 |
1.1.71 | 2,714 | 9/23/2015 |
1.1.5 | 2,698 | 6/22/2015 |
1.1.3 | 2,516 | 5/11/2015 |
1.1.2 | 2,888 | 4/21/2015 |
1.1.1 | 3,704 | 4/13/2015 |
1.1.0 | 2,568 | 4/5/2015 |
1.0.81 | 2,728 | 3/19/2015 |
1. Proper parsing of Bindings for URL formats.
2. IsIdle checks elapsed TimeSpan.
3. Fixed Recents count limit in Interaction.
4. Default value of "AllowInteractionsStorage" set to False.
5. Fixed Recent interaction order.
6. Proper handling of Null Previous adapter values for Parent Bots.
7. Time property on SynBot class to override internal bot time based on UTC Offset.
8. Improved pattern based Suggestion system with custom formatting options.
9. Regex Adapter now supports "Strict" attribute to prevent Tokenization. (Specification Compliance Commit)
10. Added support Chunk Syntax in pattern. (Specification Compliance Commit)
11. Caching disabled on Dynamic objects.
12. True Response unity for multiple patterns.
13. String Strip list variable support for Suggestion.
14. Support for Comma seperated Set values. (Specification Compliance Commit)
15. Support for Keywords adapter in Model. (Specification Compliance Commit)
16. SuggestionCollection class for better Suggestion object handling.