/RapidBot

This project is a bootstrap for a bot-app with AzureAD login mechanism implemented using AuthBot and provides basic functionality of accessing data and interacting with LUIS

Primary LanguageC#

RapidBot

RapidBot app is made for someone who wants to quickly get started with a microsoft-bot-framework app. I have added following features to this bot which will help you to get started.

  • Azure AD login implemented using AuthBot
  • LUIS.ai implemented for intelligent text commands
  • Connected to database project to interact with data through bot message.

Code to replace!

  • Replace AzureAD app Client Id and Secret in RapidBot--->web.config file
  • Replace Luis.ai model id and subscription key in the file RapidBot.Dialogs.