PresentationOptions

  • JSON representation is used to customize how an order is presented to the user.

  • actionDisplayName is a string field that categorizes the order's primary action (e.g., placing an order, making a payment).

  • This categorization influences how the order is presented to the user, such as in prompts or suggestion chips.

  • Possible values for actionDisplayName include: PLACE_ORDER, PAY, BUY, SEND, BOOK, RESERVE, SCHEDULE, and SUBSCRIBE.

Options used to customize the order presentation to the user.

JSON representation
{
  "actionDisplayName": string
}
Fields
actionDisplayName

string

actionDisplayName 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.

actionDisplayName refers to the name of the action which best describes this order. This will be used in various places like prompt, suggestion chip etc while proposing the order to the user.