Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 549 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 549 Bytes

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.