A simple HttpClient implementation of the RASA NLU API that targets .NET Standard 1.3+.
Info
Version: | 3.5.0 |
Author(s): | Cody Swendrowski |
Last Update: | Friday, June 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/IronMooseDevelopment/RasaNlu.NetStandard |
NuGet Url: | https://www.nuget.org/packages/RasaNlu.NetStandard |
Install
Install-Package RasaNlu.NetStandard
dotnet add package RasaNlu.NetStandard
paket add RasaNlu.NetStandard
RasaNlu.NetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
- System.Net.Http(>= 4.3.3)