generator-botfuel
v0.1.2
Published
Create chatbots using Botfuel sdk
Downloads
1
Maintainers
Readme
Botfuel Yeoman Generator
Creating chatbots using Botfuel made easy
Installation
First, install Yeoman and generator-botfuel using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-botfuel
Usage
Generate a new Dialog with built-in entities. Default type is prompt :
yo botfuel:dialog travel [location:city date:time] [--type=void|base|default|qna|confirmation|prompt]
Generate a new View :
yo botfuel:view travel
Generate a new Dialog and a new View with 1 command :
yo botfuel:intent travel [location:city date:time]
Generate a new Extractor. Default type is ws :
yo botfuel:extractor xaxis [ws, corpus]