@wireapp/bot-handler-wizard
v0.5.21
Published
Add a conversational UI (wizard) to a Wire bot instance.
Downloads
24
Keywords
Readme
@wireapp/bot-handler-wizard
Add a conversational UI (wizard) to a Wire bot instance.
Demo Code
Import
import {Bot} from '@wireapp/bot-api';
import {Prompt, WizardHandler} from '@wireapp/bot-handler-wizard';
// ...
const bot = new Bot(...);
bot.addHandler(new WizardHandler(...));
Examples