0

I want to set up a response which plays an mp3 file in response to invocation.

The only way I managed to get this to work is of I add a simple response and suggestion_chips.

When I try to save only the media content I get an error "Errors in 'Default Welcome Intent' intent: Google Assistant simple_response, suggestion_chips should be added to intent".

What is the correct way to set up a response that will play an mp3 file without a text response and suggestion_chips?

This does not work:

This does not work:

This works:

enter image description here

BenB
  • 2,747
  • 3
  • 29
  • 54

1 Answers1

0

A MediaResponse must also have a simple text response or SSML response associated with it.

Nick Felker
  • 11,536
  • 1
  • 21
  • 35