dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 282 forks source link

No input Intent does not work on Dialogflow ES #339

Open Joey-Nguyen opened 2 years ago

Joey-Nguyen commented 2 years ago

I have a custom intent which handles no user input, and it's recently stopped working (The agent is built on Dialogflow ES without action builder). The intent is attached with an event named "actions_intent_NO_INPUT".

Step to reproduce:

If i try create a test agent and use action builder then, the action builder allow me to configure for system itents like "no input", "no match", and it works just fine. Withou action builder, I can not achieve this. I wonder if there's some changes in the google api and why my intent doesn't work anymore.