/bot-basics-menus-ts

Shows how to create a simple menu system for a bot.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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-menus-ts
cd bot-basics-menus-ts
  1. Compile and run example
npm install
tsc
npm start
  1. Install the Bot Emulator
  2. Play with the bot example