TransactionDecisionValue
ย้อนกลับไปยังการดำเนินการเป็นเอาต์พุตสำหรับ actions.intent.TRANSACTION_DECISION
แล้ว
การแสดง JSON |
{
"transactionDecision": enum (TransactionDecision ),
// Union field value can be only one of the following:
"order": {
object (Order )
},
"deliveryAddress": {
object (Location )
}
// End of list of possible types for union field value .
} |
ช่อง |
transactionDecision |
enum (TransactionDecision )
คำตัดสินเกี่ยวกับคำสั่งซื้อ
|
ช่องการรวม value value ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
|
order |
object (Order )
คำสั่งซื้อที่ผู้ใช้อนุมัติ ช่องนี้จะปรากฏเฉพาะเมื่อ transactionDecision คือ ORDER_ACCEPTED
|
deliveryAddress |
object (Location )
หากผู้ใช้ส่งคำขอให้อัปเดตที่อยู่สำหรับจัดส่ง ช่องนี้จะมีที่อยู่สำหรับจัดส่งใหม่ด้วย ช่องนี้จะปรากฏเฉพาะเมื่อ transactionDecision คือ DELIVERY_ADDRESS_UPDATED
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["Returned as output for the `actions.intent.TRANSACTION_DECISION` action."],["Represents the user's decision on a transaction, which can be to accept the order, update the delivery address, or another decision defined by `TransactionDecision`."],["If the user accepts the order (`transactionDecision` is `ORDER_ACCEPTED`), the JSON response includes the `order` object."],["If the user updates the delivery address (`transactionDecision` is `DELIVERY_ADDRESS_UPDATED`), the JSON response includes the `deliveryAddress` object."]]],[]]