AI-generated Key Takeaways
-
TransactionDecisionValueSpec is input from the action for
actions.intent.TRANSACTION_DECISIONintent. -
It includes fields such as
order,orderOptions,paymentParameters, andpresentationOptions. -
The
orderfield represents the order ready for user approval. -
orderOptionsare associated with the order,paymentParametersare for requesting payment, andpresentationOptionscustomize order presentation.
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. |