This bot has been created using Microsoft Bot Framework, and scaffolded using the Bot Builder Yeoman generator.
This bot is designed to do the following:
A sample bot to demonstrate dialogs
app.js
references the bot and starts a Restify server. bot.js
has a simple multi-turn dialog which sends the name and description of the bot, and then asks the user for their name.
node app.js
The template uses dotenv for managing application settings.