Alpha release of Google assistant not working. It always showing the message: "For en: Your sample pronunciations are structured incorrectly.

- 49,922
- 7
- 53
- 105

- 101
- 3
-
Welcome to StackOverflow! There isn't really enough information to understand what could be causing the problem. Please update your question to include screen shots of the Overview page, the Develop -> Settings page, and some of the sections in the Deploy -> Directory Information page (particularly "Additional Invocation Phrases"). Seeing an example Intent may also help. The more information you can include in your question, the better our chances are of being able to help. See [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) – Prisoner Aug 11 '20 at 10:44
-
I'm getting the same error message for Alpha or Beta releases. Can't figure out what it means and can't find any information about it anywhere. – Jordan Dimov Aug 29 '20 at 20:36
4 Answers
This happens when you rename your action once it is released.
Go To Deploy > Directory Information > Additional invocation phrases
and replace the invocation phrase with the updated action name.
This has to match your action invocation.

- 170
- 1
- 6
This seems to indicate a problem with the "additional invocation phrases" setup in the directory information.

- 161
- 4
I found the solution for your questions. Go To Deploy > Directory Information > Additional invocation phrases. You have to add "talk to" for the invocation phrases. "talk to 00000".

- 8,758
- 11
- 40
- 62

- 41
- 1
I know this is super late, but the key is to make sure the invocation in Deploy > Directory Information > Additional invocation phrases
matches the phrase in Develop -> Invocation -> Display name
.
So, if your display name is example action
, your invocation phrase would be
talk to example action

- 11
- 3