Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When creating a google actions the name not allowed and blocking me from Saving

Tags:

voice

I am trying to create a Google Action and I am getting this error:

Your sample invocations are structured incorrectly. Make sure they all include either your app name or pronunciation, and trigger your app.

Even if I set the name to

Dr. Detroit

and the pronunciation to

doctor detroit

I'm totally confused with this. any help is appreciated.

like image 941
Rich Elswick Avatar asked Dec 14 '22 22:12

Rich Elswick


2 Answers

I also got the same error. It comes because of the fact that your sample invocations does not include the full name of your app/action. Try to make it exactly the same and it might work. I got mine working the same way. 😁

like image 171
Suyash Avatar answered Dec 28 '22 06:12

Suyash


It's because they all have to be of the form "Talk to <APP NAME>" or "Ask <APP NAME> about X", etc.

I agree that this is not made very clear, but this is what they mean by "… and trigger your app".

There's a list of allowed phrases here: https://developers.google.com/actions/localization/languages-locales

like image 44
黄雨伞 Avatar answered Dec 28 '22 06:12

黄雨伞