Hello,
Dialogflow cx seems more robust than the previous version and I'm excited to start using it. I was wondering what the webhook support for it looks like.
Can we use the firebase functions code that worked with the old dialogflow version? The code imported 'actions-on-google' npm module and used that library to handle intents, is that module compatible with webhooks in dialogflow cx?
One thing that library provided was google sign in - so that the webhook handler knew which user was making the request from actions on Google. Can dialogflow cx webhook also tell me the id of the user somehow?
Thanks,
Vladimir