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