I have a question about the Dialogflow node js code. There are two different way to build an intent in code :
- with the webhook client
- with action on google
the code has a form like :
app.intent(....) with conv.ask or a basic function with agent.add(...) .