botkit-middleware-watson
Advanced tools
Changelog
v1.2.0
Fixed the invocation of after() in receive and interpret. The order of invocation is now:
Changelog
v1.1.0
The following changes were introduced with the v1.1.0 release:
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.Changelog
v1.0.0
The following changes were introduced with the v1.0.0 release:
var middleware = require('botkit-middleware-watson')({
username: process.env.CONVERSATION_USERNAME,
password: process.env.CONVERSATION_PASSWORD,
workspace_id: process.env.WORKSPACE_ID
});
hears
function to middleware