Skip to content

A collection of samples demonstrating how to manage dialogs in Microsoft Bot Framework.

Notifications You must be signed in to change notification settings

GeekTrainer/dialog-sample

Repository files navigation

Dialog sample 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:

A sample bot to demonstrate dialogs

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

A collection of samples demonstrating how to manage dialogs in Microsoft Bot Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published