UserVerificationStatus
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
UNKNOWN |
|
GUEST |
Guest user. |
VERIFIED |
verified user. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eIndicates if a Google user is verified, allowing data saving across conversations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVERIFIED\u003c/code\u003e status enables data storage using \u003ccode\u003euserStorage\u003c/code\u003e or account linking.\u003c/p\u003e\n"],["\u003cp\u003eUnverified users are represented by \u003ccode\u003eUNKNOWN\u003c/code\u003e or \u003ccode\u003eGUEST\u003c/code\u003e enums.\u003c/p\u003e\n"]]],["Google verifies users with either `GUEST` or `VERIFIED` status. `VERIFIED` users can save data across conversations using the `userStorage` field or account linking, as detailed in the provided link. `GUEST` users are not verified. `UNKNOWN` is also a status that may be applied. The `VERIFIED` status is the one that allows for data storage.\n"],null,["# UserVerificationStatus\n\nIndicates whether Google has verified the user. A VERIFIED status indicates that you can save data across conversations using the userStorage field or with account linking. For details about saving data, see \u003chttps://developers.google.com/assistant/df-asdk/save-data\u003e\n\n| Enums ||\n|------------|----------------|\n| `UNKNOWN` | |\n| `GUEST` | Guest user. |\n| `VERIFIED` | verified user. |"]]