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

13

1.8.1

Diff

germanattanasio
published 1.8.0 •

Changelog

Source

v1.8.0

  • Added semantic-releases
  • Update node-sdk to 3.7.0
  • Update to use the Watson Assistant class
germanattanasio
published 1.7.1 •

germanattanasio
published 1.7.0 •

germanattanasio
published 1.6.2 •

germanattanasio
published 1.6.1 •

Changelog

Source

v1.6.1

  • Fixed function signatures in Typescript definition file
germanattanasio
published 1.6.0 •

Changelog

Source

v1.6.0

  • New methods sendToWatsonAsync, interpretAsync, readContextAsync, updateContextAsync return promises.
germanattanasio
published 1.5.0 •

Changelog

Source

v1.5.0

  • Exported readContext method.
  • sendToWatson method can update context.
  • Added Typescript definition.
  • Empty message with type=welcome can be used to indicate welcome event.
germanattanasio
published 1.4.0 •

Changelog

Source

v1.4.0

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

  • Added updateContext function to middleware.
  • interpret is just an alias of receive.
  • sendToWatson is a new alias of receive.
  • Fixed error handling in utils.updateContext.
  • If any error happens in receive, it is assigned to message.watsonError
germanattanasio
published 1.3.1 •

Changelog

Source

v1.3.1

Added minimum confidence like optional config parameter

var middleware = require('botkit-middleware-watson')({
username: process.env.CONVERSATION_USERNAME,
password: process.env.CONVERSATION_PASSWORD,
workspace_id: process.env.WORKSPACE_ID,
minimum_confidence: 0.50, // (Optional) Default is 0.75
});
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