Nick
Nick
A feature request has been filed internally.
So you're calling requestSync with some data, but for some reason it fails and it sends you a non-JSON body?
Can you get logs on the request your server is getting? Usually that error would appear if an intent uses fulfillment but isn't defined in the code (ie. "My Second...
It's so weird that it's empty. What query are you sending it?
Are you just opening up the webpage in a browser, or using something like the Dialogflow simulator?
Well, you can't open up your webhook in a web browser. That's not the expected way to call it, and you are missing a lot information in the request that...
What are the exact steps you're taking?
There is no public API for project management, so you'd need to use gactions.
Can you provide more detail on how you're setting user storage?
The issue you seem to be having is that you're using the `dialogflow-fulfillment` library, which doesn't support user storage. You will need to use the `actions-on-google` library as user storage...