dialogflow / dialogflow-nodejs-client

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

How can I separate intents into groups? #107

Open alielkhateeb opened 6 years ago

alielkhateeb commented 6 years ago

Hi, I would like to separate intents into groups, contexts allows me to pass parameters for the very next intent, but that's it, I want to have 2 intent groups for example: One intent will handle messages about MacOS The other intent will handle messages about Windows

Maybe a parameter while calling apiai.textRequest? or what exactly is the solution to this situations?