GeekTrainer / confoo-bots

Sample bot for Microsoft Bot Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConFoo Bot Bot

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:

Answer simple questions about a conference

Getting Started

Structure

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.

Running the bot

node app.js

Configuring the bot

The template uses dotenv for managing application settings.

About

Sample bot for Microsoft Bot Framework


Languages

Language:JavaScript 100.0%