You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# QnA Maker Presentation Bot
This bot has been created using [Microsoft Bot Framework](https://dev.botframework.com), and scaffolded using the [Bot Builder Yeoman generator](https://github.com/GeekTrainer/generator-botbuilder).
This bot is designed to do the following:
A sample bot to demonstrate QnA Maker
## Getting Started
### Structure
`app.js` references the bot and starts a [Restify](http://restify.com/) 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.
### Running the bot
```
node app.js
```
### Configuring the bot
The template uses [dotenv](https://github.com/motdotla/dotenv) for managing application settings.# FAQBot