dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

Call intent by action or intent name #84

Open baze opened 7 years ago

baze commented 7 years ago

It would be great if you can call an api.ai intent directly by only specifying its name. I currently call the api.ai intents from an alexa skill via the api by using a phrase. It would be better, to call the intent by its name directly.