Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant