You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
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();
});`