C# library to allow you to sync QnA items to the Microsoft QnA Maker service from anywhere. 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.
$ dotnet add package QnAMakerSyncNo README available.