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
string
callToAction can be one of the following values:
PLACE_ORDER: Used for placing an order. PAY: Used for a payment. BUY: Used for a purchase. SEND: Used for a money transfer. BOOK: Used for a booking. RESERVE: Used for reservation. SCHEDULE: Used for scheduling an appointment. SUBSCRIBE: Used for subscription.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The core content details the structure and fields for presenting a transaction decision to a user, passed as input for `actions.intent.TRANSACTION_DECISION`. It includes `proposedOrder`, `orderOptions`, `paymentOptions`, and `presentationOptions`. `presentationOptions` offers a `callToAction` field, which specifies the action verb for the order (e.g., `PLACE_ORDER`, `PAY`, `BUY`). This helps customize how the order is presented and the prompt to the user.\n"]]