Passed from the app as input for actions.intent.TRANSACTION_DECISION
.
JSON representation | |
---|---|
{ "proposedOrder": { object ( |
Fields | |
---|---|
proposedOrder |
The proposed order that's ready for user to approve. |
orderOptions |
Options associated with the order. |
paymentOptions |
Payment options for this order, or empty if no payment is associated with the order. |
presentationOptions |
Options used to customize order presentation to the user. |
PresentationOptions
Deprecated: Use V3 Proto instead. Options used to customize the order presentation to the user.
JSON representation | |
---|---|
{ "callToAction": string } |
Fields | |
---|---|
callToAction |
callToAction can be one of the following values:
callToAction refers to the action verb which best describes this order. This will be used in various places like prompt, suggestion chip etc while proposing the order to the user. |