An open API service indexing awesome lists of open source software.

https://github.com/conversationalcomponents/yeoman-msbf-watson

Yeoman installer for building MSBF bots integrated with Watson and Conversational Components
https://github.com/conversationalcomponents/yeoman-msbf-watson

Last synced: about 2 months ago
JSON representation

Yeoman installer for building MSBF bots integrated with Watson and Conversational Components

Awesome Lists containing this project

README

          

# generator-botbuilder

Yeoman generator for [Bot Framework v4](https://dev.botframework.com) with [ConversationalComponents](http://conversationalcomponents.com). Will let you quickly set up a conversational AI bot
using core AI capabilities, along with Watson and CoCo.

# installation

Install Yeoman globally from npm `npm install -g yo`
Install the generator globally from npm `npm install -g generator-msbf-watson-coco`

Create your bot by running `yo msbf-watson-coco`
(On Windows, you need to do it from a powershell with admin privileges)

Follow the prompts

For a good chat window along with a local implementation of Direct Line, please [clone this repo](https://github.com/ConversationalComponents/msbf-local-direct-line-and-client)

Have fun :D