botfuel-yeoman-generator
v0.0.0
Published
Create chatbots using Botfuel sdk
Downloads
4
Maintainers
Readme
generator-botfuel [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
Create chatbots using Botfuel sdk
Installation
First, install Yeoman and generator-botfuel using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g botfuel-yeoman-generator
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]