SignInValue
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
作为 actions.intent.SIGN_IN
的输出返回给应用。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eThe \u003ccode\u003eactions.intent.SIGN_IN\u003c/code\u003e intent output is returned to the app as a JSON response.\u003c/p\u003e\n"],["\u003cp\u003eThis JSON response contains a \u003ccode\u003estatus\u003c/code\u003e field indicating the result of the sign-in request, using the \u003ccode\u003eSignInStatus\u003c/code\u003e enum.\u003c/p\u003e\n"]]],["The core content defines the JSON structure returned to an app as output for `actions.intent.SIGN_IN`. This JSON object contains a single field, `status`. The `status` field is an enumeration (`enum`) that reflects the outcome of the sign-in request. It uses the `SignInStatus` type, as defined in a linked reference.\n"],null,["# SignInValue\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nReturned to app as output for `actions.intent.SIGN_IN`.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------|---|\n| ``` { \"status\": enum (/assistant/df-asdk/reference/webhook/rest/Shared.Types/SignInStatus) } ``` |\n\n| Fields ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `status` | `enum (`[SignInStatus](/assistant/df-asdk/reference/webhook/rest/Shared.Types/SignInStatus)`)` The status of the sign in requested by the app. |"]]