DeliveryAddressValue
作为 actions.intent.DELIVERY_ADDRESS
的输出返回应用。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["`actions.intent.DELIVERY_ADDRESS` output is returned in JSON format containing `userDecision` and `location` fields."],["`userDecision` reflects the user's choice about sharing their delivery address, represented by the `DeliveryAddressUserDecision` enum."],["`location` only includes the delivery address if the user agrees to share it, structured as a `Location` object."]]],["The core content details the JSON output for `actions.intent.DELIVERY_ADDRESS`. It consists of two main components: `userDecision` and `location`. `userDecision`, an enumerated type, reflects the user's choice regarding the request. `location`, an object, contains the delivery address, but only if the user agrees to share it. This JSON structure is returned to the application as a response related to the delivery address intent.\n"]]