0.1.0 • Published 7 years ago

botframework-watson-bot v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

botframework-watson-bot

An Custom Bot to use IBM's Watson Conversation service with Misocroft's Bot Framework

NPM Version

Install

npm i -S botframework-watson-bot

Usage

First, create your Intents, Entities and Dialogs in Watson's UI.

Then, create a bot instance like you would with UniversalBot, but only Watson's service credentials and Workspace Id are needed:

let bot = new WatsonBot(connector, { password: '<your-password>', username: 'your-<username>', workspace: '<workspace-id>' });

Implemented

  • text messages between Conversation service and the bot

Missing

  • quick replies
  • attachments
  • custom actions using bot.beginDialogAction (alows you to react to facebook's get started button)

Todo

  • Unit tests

Check us out!

https://www.thebotmakers.com

License

MIT