/alpha

Primary LanguageTypeScript

Overview

Bot Builder for Node.js examples 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.

git clone https://github.com/telkomops/alpha.git
cd telkomops/alpha
npm install

The node examples below can then be found under the "Node/examples" directory.

|basics-multiTurn | Shows how to implement simple multi-turns using waterfalls.