Skip to content

thebotmakers/botframework-watson-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published