TransactionDecisionValueSpec
TransactionDecisionValueSpec est transmise en tant qu'entrée de l'action pour l'intent actions.intent.TRANSACTION_DECISION
.
Champs |
order |
object (Order )
Campagne que l'utilisateur peut approuver.
|
orderOptions |
object (OrderOptions )
Options associées à la commande.
|
paymentParameters |
object (PaymentParameters )
Paramètres pour demander le paiement de cette commande.
|
presentationOptions |
object (PresentationOptions )
Options utilisées pour personnaliser la présentation des commandes à l'utilisateur.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/08/22 (UTC).
[null,null,["Dernière mise à jour le 2024/08/22 (UTC)."],[[["TransactionDecisionValueSpec is used with the `actions.intent.TRANSACTION_DECISION` intent and provides information for users to approve transactions."],["It includes details about the order (Order object), order options (OrderOptions object), payment parameters (PaymentParameters object), and presentation options (PresentationOptions object)."],["Each object within TransactionDecisionValueSpec offers specific data for managing and displaying transaction information to the user."]]],["The `TransactionDecisionValueSpec` is an input for the `actions.intent.TRANSACTION_DECISION` intent. It comprises four key objects: `order` (the order for user approval), `orderOptions` (related order options), `paymentParameters` (payment request details), and `presentationOptions` (customizing order display). Each object is a distinct component, with links provided to its specific definition. This structure enables the configuration of order, payment, and visual presentation aspects.\n"]]