Syn.Bot 1.2.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
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="Syn.Bot" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syn.Bot --version 1.2.3
#r "nuget: Syn.Bot, 1.2.3"
#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 Syn.Bot as a Cake Addin
#addin nuget:?package=Syn.Bot&version=1.2.3

// Install Syn.Bot as a Cake Tool
#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.

There are no supported framework assets in this package.

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 ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The official Syn VA Framework for developing custom Digital Assistants development and to interface with Syn VA Dashboard application via Plugins.

Syn.Bot.Channels The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 3,900 2/17/2023
6.0.1 2,292 2/3/2023
5.0.0 2,816 7/23/2022
4.6.0 3,570 6/3/2021
4.5.1 5,122 8/7/2020
4.0.3 2,230 4/21/2020
3.4.0 9,645 11/5/2018
3.0.1 4,868 5/21/2018
3.0.0 2,713 4/19/2018
2.9.5.1 2,818 3/23/2018
2.9.5 2,218 3/21/2018
2.9.4 3,228 2/23/2018
2.9.0 2,977 1/20/2018
2.6.0 5,227 9/6/2017
2.5.7 3,495 7/30/2017
2.5.6 2,609 7/24/2017
2.5.1 2,578 6/26/2017
2.5.0 2,239 6/26/2017
2.1.3 2,739 6/12/2017
2.1.2 2,205 6/10/2017
2.1.0 2,325 6/5/2017
2.0.5 4,440 3/30/2017
2.0.4 2,897 3/9/2017
2.0.3 2,427 3/5/2017
2.0.2 3,077 2/17/2017
2.0.1 2,811 2/1/2017
2.0.0 3,719 1/4/2017
1.2.6 5,269 10/27/2016
1.2.5 2,536 10/17/2016
1.2.4 5,355 6/16/2016
1.2.3 3,399 4/16/2016
1.2.2 3,371 2/15/2016
1.2.1 2,763 12/23/2015
1.1.82 3,060 11/30/2015
1.1.71 2,480 9/23/2015
1.1.5 2,469 6/22/2015
1.1.3 2,249 5/11/2015
1.1.2 2,611 4/21/2015
1.1.1 3,447 4/13/2015
1.1.0 2,323 4/5/2015
1.0.81 2,481 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.