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
- Host: GitHub
- URL: https://github.com/conversationalcomponents/yeoman-msbf-watson
- Owner: ConversationalComponents
- License: mit
- Created: 2020-02-26T20:32:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:38:47.000Z (over 3 years ago)
- Last Synced: 2025-08-31T05:27:36.197Z (7 months ago)
- Language: JavaScript
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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