botkit-middleware-witai icon indicating copy to clipboard operation
botkit-middleware-witai copied to clipboard

accessing witai info in convo.ask()

Open liberatevillage opened this issue 8 years ago • 1 comments

How would I access the intents within this method or would I need to make a separate call to wit.ai? Thanks!

`convo.ask('What can I help with?',function(response, convo) {

  convo.say('Great, finding an article for you now...');
  console.log("response:" + response.text);
  console.log("convo:" + convo.text);
  convo.next();

});`

liberatevillage avatar Apr 12 '16 21:04 liberatevillage