I'm trying to create an intent in actions builder / dialogflow that asks for feedback to pass on to the developers. We're using the sys.any (free form text type) equivalent of actions builder to take any input. Unfortunately we've run into a problem that we've had in Dialogflow ES as well.
If the input of the user matches one of our global intents fairly closely then it will take that intent over our sys.any input. This creates some unfortunate situations where users are suddenly switched to another intent. The intended result would be that the intent takes any input and moves over to the next intended response thanking them for their feedback.
Has anyone figured out a way to make sure sys.any (free form text type) always takes priority over or blocks access to (global) intents?