Search code examples
actions-on-googlegoogle-assistantactionbuilder

Issue google action user.verificationStatus always returns unverified


I'm using action builder to create actions. it was all fine when I deployed the action a few months ago,( everything was working those days). but a few days ago when I checked the action it was not working properly.

i find that it always returns (user.verificationStatus != "VERIFIED") true (guest user),according to the google's documentation we should only redirect to account linking when the (user.verificationStatus == "VERIFIED") is true

my action only work after account linking so I have set the scene like this(user.verificationStatus != "VERIFIED") ==> end.conversation

(user.verificationStatus == "VERIFIED") ==> accountlinking

It always returns an 'unverified'/ 'guest' user so the action never starts.

I checked all the conditions in Expiration of user storage data with multiple accounts


Solution

  • A possible reason is that there is "Save audio" or "Save history for applications and devices" disabled for your Google Account. Go to the settings page and enable them.