Syn.Bot 1.1.82

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.1.82
NuGet\Install-Package Syn.Bot -Version 1.1.82
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.1.82" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syn.Bot --version 1.1.82
#r "nuget: Syn.Bot, 1.1.82"
#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.1.82

// Install Syn.Bot as a Cake Tool
#tool nuget:?package=Syn.Bot&version=1.1.82

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.

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 4,001 2/17/2023
6.0.1 2,323 2/3/2023
5.0.0 2,849 7/23/2022
4.6.0 3,603 6/3/2021
4.5.1 5,168 8/7/2020
4.0.3 2,261 4/21/2020
3.4.0 9,676 11/5/2018
3.0.1 4,899 5/21/2018
3.0.0 2,739 4/19/2018
2.9.5.1 2,853 3/23/2018
2.9.5 2,249 3/21/2018
2.9.4 3,260 2/23/2018
2.9.0 3,003 1/20/2018
2.6.0 5,256 9/6/2017
2.5.7 3,521 7/30/2017
2.5.6 2,648 7/24/2017
2.5.1 2,605 6/26/2017
2.5.0 2,271 6/26/2017
2.1.3 2,755 6/12/2017
2.1.2 2,236 6/10/2017
2.1.0 2,359 6/5/2017
2.0.5 4,466 3/30/2017
2.0.4 2,920 3/9/2017
2.0.3 2,455 3/5/2017
2.0.2 3,109 2/17/2017
2.0.1 2,852 2/1/2017
2.0.0 3,739 1/4/2017
1.2.6 5,292 10/27/2016
1.2.5 2,560 10/17/2016
1.2.4 5,377 6/16/2016
1.2.3 3,427 4/16/2016
1.2.2 3,397 2/15/2016
1.2.1 2,792 12/23/2015
1.1.82 3,076 11/30/2015
1.1.71 2,506 9/23/2015
1.1.5 2,485 6/22/2015
1.1.3 2,288 5/11/2015
1.1.2 2,649 4/21/2015
1.1.1 3,485 4/13/2015
1.1.0 2,358 4/5/2015
1.0.81 2,509 3/19/2015

1. Added Clear option to Settings Variables.
2. Event patterns to be treated as Model patterns. (Experimental Feature)
3. Task adapter added (Experimental Feature)
4. TaskManager and BotTask classes to help add and perform tasks.
5. Common Timer property added to SynBot class for Service and Task ticks.
6. Support for Global Binds for element attributes added (Specification Compliance Commit)
7. Option to Enable, Disble, On and Off Bindings at Runtime added.
8. New User-Reserved variables added (Specification Compliance Commit)
9. Implemented and Reserved Bot, User, Map dynamic sets in Pattern (Specification Compliance Commit)
10. Updated JavaScript Engine.
11. Updated Lua Engine
12. Option to disable children settings in GetDocument() method for Bot settings.
13. Analyizer now skips analysis of elements with external Namespaces.
14. Parameterized Set syntax support added.
15. Text adapter returns text value if Get attribute has invalid value.

IMPORTANT:

1. Breaking Change -> Tuples syntax changed (Update your project by referring Wiki.Syn.co.in-> Syn Bot)
2. Bot and User adapters no longer encouraged in Pattern use Reserved Sets instead. (Specification Compliance Commit)