I'm using dialogFlow cx from my frontend application with detectIntent request. In every Page I have added two events.
- sys.no-match-1 that re-prompts user
- sys.no-match-2 that allows user in case of next no-match to make transition to next specified page instead of re-prompting. But the behavior is that, the dialogFlow forgets after triggering no-match-1 and next time instead of triggering no-match-2 it again and again triggering no-match-1.
Is there any way to allow dialogFlow to remember the last event and start from next one in the next detectIntent request?