Skip to content

Shows how to use a waterfall to prompt the user with a series of questions.

License

Notifications You must be signed in to change notification settings

alertbox/bot-basics-waterfall-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Bot Builder for Node.js examples using TypeScript are organized into groups and designed to illustrate the techniques needed to build great bots. To use the samples clone our GitHub repository using Git.

Build and Run from Source

  1. Install a recent version of NodeJS
  2. Checkout the code and install dependencies
git clone https://github.com/alertbox/bot-basics-waterfall-ts
cd bot-basics-waterfall-ts
  1. Compile and run example
npm install
tsc
npm start
  1. Install the Bot Emulator
  2. Play with the bot example

About

Shows how to use a waterfall to prompt the user with a series of questions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published