| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Demonstrate the core capabilities of the Microsoft Bot Framework
This bot has been created using Bot Framework, it shows how to:
This template requires prerequisites in order to run.
This bot uses LUIS, an AI based cognitive service, to implement language understanding.
Node.js version 10.14 or higher
# determine node version
node --versionDownload the bot code from the Build blade in the Azure Portal (make sure you click "Yes" when asked "Include app settings in the downloaded zip file?").
Install modules
npm installRun the bot
npm startBot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.
After creating the bot and testing it locally, you can deploy it to Azure to make it accessible from anywhere. To learn how, see Deploy your bot to Azure for a complete set of deployment instructions.
| Back | FazBrowse Home | New Git URL |