In the Dialogflow, we have a option like slot filling when a particular intent is matched, the Dialogflow agent continues collecting all the required parameters (which is specified by us within the intent).
The same option in Alexa too.
But I can't able to find this same option in Google Actions Builder. In the scenes, they are having slot filling but this will execute before the intent matching. So it is not checking for the particular intent.
How can I validate whether the required type is satisfied or not when the intent is matching?