TransactionDecisionValueSpec

TransactionDecisionValueSpec 會做為 actions.intent.TRANSACTION_DECISION 意圖動作的輸入內容傳遞。

JSON 表示法
{
  "order": {
    object (Order)
  },
  "orderOptions": {
    object (OrderOptions)
  },
  "paymentParameters": {
    object (PaymentParameters)
  },
  "presentationOptions": {
    object (PresentationOptions)
  }
}
欄位
order

object (Order)

使用者想要核准的訂單。

orderOptions

object (OrderOptions)

與訂單相關聯的選項。

paymentParameters

object (PaymentParameters)

用於要求支付這筆訂單款項的參數。

presentationOptions

object (PresentationOptions)

用於為使用者自訂訂單簡報的選項。