Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accessing witai info in convo.ask() #3

Open
liberatevillage opened this issue Apr 12, 2016 · 1 comment
Open

accessing witai info in convo.ask() #3

liberatevillage opened this issue Apr 12, 2016 · 1 comment

Comments

@liberatevillage
Copy link

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();

});`
@Shreeraj1746
Copy link

I would also like tho know this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant