Info
Version: | 1.0.0 |
Author(s): | Gary Pretty |
Last Update: | Friday, February 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/garypretty/qnamaker-sync |
NuGet Url: | https://www.nuget.org/packages/QnAMakerSync |
Install
Install-Package QnAMakerSync
dotnet add package QnAMakerSync
paket add QnAMakerSync
QnAMakerSync Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.3)
Tags
Implemented for v3 of the QnA Maker Service, the library allows you to build up a list of QnAItems (for example you might have existing FAQ pages in your CMS or in a CRM system) and sync them with the QnA Maker service. You could use the library within a scheduled job to keep all of your items up to date in QnA Maker without the need of duplicating effort maintaining your items in more than one place (e.g.
FAQ pages on your web site and in the QnA Maker portal. Full source and sample can be found over on the GitHub site.