generator-botfuel

0.1.2 • Public • Published

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]

Package Sidebar

Install

npm i generator-botfuel

Weekly Downloads

3

Version

0.1.2

License

MIT

Unpacked Size

11.8 kB

Total Files

15

Last publish

Collaborators

  • tagazok