This is a simple template project for the Microsoft bot framework. You are free to use it and extend it functionalities. Keep in mind that your BOT once ready to release must serve an HTTPS endpoint and not an HTTP endpoint, for development the HTTP is suitable.
Prerequisite:
- NodeJS LTS Obtain it here
- Yarn Obtain it here
- Clone the GitHub project
$ git clone https://github.com/lpsimon/BotFrameworkTemplate.git - Switch into the freshly cloned folder
$ cd BotFrameworkTemplate - Install dependencies
$ yarn install - Start the BotTemplate
$ yarn start - Connect to the bot using Bot Framework Emulator
- Have Fun extending the functionality
- Official Website
- Official Documentation
- LUIS is a simple Plugin Solution for Intent Recognition
- Botframework functionalities can be extended using the cognitives services from microsoft