Home

Awesome


page_type: sample description: "These samples create a Study Bot chat client using QnA Maker with Chit-chat, LUIS and Bing Spell Check." languages:


Study Bot (C#)

These samples create a Study Bot chat client using QnA Maker (with Chit-chat), LUIS, Speech Service, and Bing Spell Check. Each typed or spoken query into the chat bot will be accompanied by relevant search results in an encyclopedia, Microsoft Academic, and a general Bing search as a study aid. Teachers are able to create their own question and answer FAQs to create a study guide as input for the chat bot if they want it to follow a preferred curriculum. However, demo FAQs are available for this sample, included in the Qna-Luis-Bot_v4/FAQs folder. The focus of this app is to enable a more relevant experience of studying, where students can study a subject with a customized chat bot along with multiple web resources.

Features

Prerequisites

  1. Start with the Qna-Luis-Bot (v4 is recommended) sample. Once that is up and running, then build the Study Bot sample. The Study Bot depends on the bot you build in Qna-Luis-Bot. Follow the README files in each sample.

  2. Visual Studio 2017+

  3. Qna-Luis-Bot_v4 is a C# .NET Standard app

  4. Study Bot is a C# UWP app

Resources