AI-generated Key Takeaways
-
TransactionDecisionValueSpec is used with the
actions.intent.TRANSACTION_DECISION
intent and provides necessary information for user transaction decisions. -
It includes details about the order (
order
), options related to the order (orderOptions
), payment information (paymentParameters
), and how the order is presented to the user (presentationOptions
). -
Each field within TransactionDecisionValueSpec is an object with further details accessible through provided links.
TransactionDecisionValueSpec is passed as input from the action for actions.intent.TRANSACTION_DECISION
intent.
JSON representation | |
---|---|
{ "order": { object ( |
Fields | |
---|---|
order |
The order that's ready for user to approve. |
orderOptions |
Options associated with the order. |
paymentParameters |
Parameters for requesting payment for this order. |
presentationOptions |
Options used to customize order presentation to the user. |