Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Message (Query Pattern Missing) When Trying to Publish Google Action

I get error message when try to publish actions and submit it for review. It says query pattern missing on default welcome intent. My query pattern is not missing at all. Can someone please explain to me why I get this error and how to fix it so I can submit my action? I have submitted my question to tech support and ofcourse nobody has ever responded to my message. Thank you for any help that you can provide.

Here is screenshot of the default welcome intent.

enter image description here

Thank you for any help that you can provide.

like image 570
MAC T Avatar asked May 11 '18 16:05

MAC T


2 Answers

I was getting this error because i had added two languages(English and Hindi) and i haven't added any training phrases for Hindi. So either add training phrase for all languages or remove the language u don't need in the intents. This solved the problem for me.

like image 142
SkyTreasure Avatar answered Oct 11 '22 20:10

SkyTreasure


I got this error because I had an intent in the "implicit invocation" list that was triggered by an event from the fulfillment server.

The implicit invocation list should only contain deep-linkable intents such as "OK Google, ask Personal Chef for a hot soup recipe". Not callbacks/returned events without a spoken trigger.

You can edit the implicit invocations under Integrations > Google Assistant.

like image 7
theisof Avatar answered Oct 11 '22 20:10

theisof