Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see Conversational Actions sunset.

TransactionDecisionValueSpec

TransactionDecisionValueSpec is passed as input from the action for actions.intent.TRANSACTION_DECISION intent.

JSON representation
{
  "order": {
    object (Order)
  },
  "orderOptions": {
    object (OrderOptions)
  },
  "paymentParameters": {
    object (PaymentParameters)
  },
  "presentationOptions": {
    object (PresentationOptions)
  }
}
Fields
order

object (Order)

The order that's ready for user to approve.

orderOptions

object (OrderOptions)

Options associated with the order.

paymentParameters

object (PaymentParameters)

Parameters for requesting payment for this order.

presentationOptions

object (PresentationOptions)

Options used to customize order presentation to the user.