I have been testing my app on the google actions simulator, mainly using the 'Smart Display' surface.
Until this morning it was working fine but then suddenly I started getting this error:
MalformedResponse expected_inputs[0].input_prompt.rich_initial_prompt.items[1].media_response: Media response is not supported on this device..
I only get this error with the 'Smart Display' and 'Speaker' surfaces but not the 'Phone' surface.
When I look in the 'REQUEST' tab when using 'Phone' surface I see "name": actions.capability.MEDIA_RESPONSE_AUDIO
in the JSON under "capabilities"
, but it's not there when I use 'Smart Display' or 'Speaker'.
Has anyone encountered this problem before ?
I did not change any code that would affect this and besides it does not seem to be related to my code at all..
I would be grateful for any advice on the matter.
-ben