I have an android app which requires data from google assistant. While trying dialogflow, we can only able to call webhooks(http post call).
For eg, My app name is XYZ configured phrase - "pass 2 to XYZ"
So if I say "pass 2 to XYZ", I need google assistant to open my app intent with the value 2 as param. So I can able to do my code flow with the value 2.