I am trying to integrate Dialoogflow V2 into my Python/Django WebApp in GAE Flexible Environment. I have followed all the steps: https://developers.google.com/api-client-library/python/apis/dialogflow/v2beta1
https://cloud.google.com/appengine/docs/flexible/python/using-python-libraries
https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27#vendoring
The integration works fine locally. Once deployed on the Cloud (no errors on deployment), the application doesnt seem to find the dialogflow library, and throws the error: ModuleNotFoundError at / No module named 'dialogflow'
Is there anything missing ? How can I get the dialogflow library into GAE Flex ?
Thanks in Advance !