Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

botkit-middleware-watson

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botkit-middleware-watson - npm Package Versions

12

1.3.0

Diff

Changelog

Source

v1.3.0

Fixed the parameters for the after() call in the interpret function.

aarora91
published 1.2.0 •

Changelog

Source

v1.2.0

Fixed the invocation of after() in receive and interpret. The order of invocation is now:

  • before()
  • conversation()
  • after()
aarora91
published 1.1.0 •

Changelog

Source

v1.1.0

The following changes were introduced with the v1.1.0 release:

  • Added interpret function to middleware. It is to be used when you need to send only heard utterances to Watson. Works like the receive function but needs to be explicitly called.
aarora91
published 1.0.0 •

Changelog

Source

v1.0.0

The following changes were introduced with the v1.0.0 release:

  • Breaking Change: Config parameters need to be passed into the function call when requiring the middleware:
var middleware = require('botkit-middleware-watson')({
username: process.env.CONVERSATION_USERNAME,
password: process.env.CONVERSATION_PASSWORD,
workspace_id: process.env.WORKSPACE_ID
});
  • Added hears function to middleware
germanattanasio
published 0.0.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc