DeliveryAddressValue
将作为 actions.type.DeliveryAddressValue
的输出返回到 Action。
JSON 表示法 |
{
"userDecision": enum (DeliveryAddressUserDecision ),
"location": {
object (Location )
}
} |
字段 |
userDecision |
enum (DeliveryAddressUserDecision )
用户对请求做出的决定。
|
location |
object (Location )
仅当用户同意分享配送地址时才包含配送地址。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["The `DeliveryAddressValue` action output is represented in JSON format and provides the user's decision and delivery location."],["This output contains two main fields: `userDecision` indicating user consent and `location` providing the address if shared."],["The `location` field is populated only when the user agrees to share their delivery address."]]],[]]