botfuel-yeoman-generator

0.0.0 • Public • Published

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]

Package Sidebar

Install

npm i botfuel-yeoman-generator

Weekly Downloads

0

Version

0.0.0

License

Apache-2.0

Unpacked Size

11.4 kB

Total Files

15

Last publish

Collaborators

  • tagazok