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