0.0.0 • Published 6 years ago

botfuel-yeoman-generator v0.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

generator-botfuel NPM version Build Status Dependency Status Coverage percentage

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]