1

I just built my first voice action for Google Assistant. After testing it successfully in the simulator I released it as alpha version. Hidden in the Google actions console I found a link to try it in my home assistant device (a JBL speaker) - where it works as expected.

The problem is that this secret link is the only way I can start my action. It doesn't react to any invocation I tried so far - which it should according to https://developers.google.com/actions/deploy/release-environments. I'm probably missing something obvious here but I just can't find it.

Edit: See screenshots of the directory information and the listing in Google Assistant's available actions. (This voice action is a little German-only fun/demo app called "Give me a name".) I'm on the list of alpha testers. I can find the action in the listing (if only by search, not by category) and can start it from the Google Assistant directory via "Send to device". But calling it by voice on the device gives me the "sorry, don't understand you" response.

Voice action directory information

Voice action directory listing

wortwart
  • 3,139
  • 27
  • 31
  • Meanwhile, the action has been successfully published and works on the mentioned device. The problem was limited to the alpha (though I still don't know what went wrong). – wortwart Apr 01 '19 at 13:37

1 Answers1

1

Two questions:

  1. In the Actions on Google console (https://console.actions.google.com), have you added yourself to the list of Alpha testers?

  2. What happens when you say, "Hey Google, talk to {{ your app name }}."?

enter image description here

Max Wiederholt
  • 668
  • 7
  • 12
  • I added screenshots and more information to my question. I'm on the alpha tester list; calling the action by voice results in "don't know how to help you". – wortwart Feb 25 '19 at 13:29