SharePoint Wiki Bot

Bots sind der neue Trend und warum nicht mal Altes und Bewährtes wie das SharePoint-Wiki als Backend für einen Frage-und-Antwort-Bot benutzen.Thomas Gölles vom Office365 Meetup in Graz (AT) hat sich von verschiedenen Artikeln zum Thema SharePoint und Bots inspirieren lassen und ein Proof-Of-Concept ausgearbeitet, das er in seinem Blog vorstellt

 

This post shows a proof of concept implementation of an Azure QnAMaker bot that gets its knowledgebase updated by changes in a SharePoint wiki. The main idea is, that you use a wiki as some sort of knowledge management system and that changes to the content automatically get pushed to the bot’s knowledge base. By adding a SharePoint Webhook to the wiki pages library you can trigger an Azure web job that manages the bot’s knowledge base. By using the Azure QnAMaker API the web job publishes changes to the knowledge base so that a connected Azure bot can use it as it’s backend data. This way you can add a heading and some text to the SharePoint wiki page and about two minutes later you can ask the bot in Skype or Microsoft Teams about it. Kudos to: Wictor Wilén, Bert Jansen and Paul Schaeflein.

 

Den Sourcecode gibt es auf GitHub