I am writing an app to work with Google Actions. The only bummer is that I can't find any information about how to form my response so that Google will stream audio from a given URL. Does Google even support this yet?
I have written the same app on Alexa already, and on Alexa all you have to do is Return an audio item (token, URL, play command) and Alexa will start streaming it.
I should mention that I am NOT using API.AI, but am simply using the Actions SDK and am hosting my web service on Asure using C#.
So, bottom line... How can I format a response via the Actions SDK to stream an MP3 file to Google Home?