I would like for sys.no-input-1
no repeat instead of going to sys.no-input-default
after no input from user for more than one time? How can I achieve that?
Dialogflow CX - how to get sys.no-input-1 to repeat instead of going to sys.no-input-default
1.2k views Asked by Lim Kai Wei At
1
You can refer to the following points for your inquiry and a suggested simpler approach for your use case:
In addition, you can put responses in the entry dialogue and leave the sys.no-input-1 response as blank. See sample below:
If you have an entry dialogue and have responses in your sys.no-input-1 event, the response will be doubled. See below:
This would be a cleaner approach since you will only be using one no-match event handler which is the sys.no-input-default. See the Built-in events documentation (https://cloud.google.com/dialogflow/cx/docs/concept/handler#event-built-in) for reference.