Closed aarora91 closed 8 years ago
Allow configs to be passed in to middleware require function with:
var watsonMiddleware = require('botkit-middleware-watson')({ username: YOUR_CONVERSATION_USERNAME, password: YOUR_CONVERSATION_PASSWORD, workspace_id: YOUR_WORKSPACE_ID, version_date: '2016-09-20' });
Allow configs to be passed in to middleware require function with: