API Giao dịch sẽ ngừng hoạt động từ ngày 3 tháng 5 năm 2023, trước khi hành động trò chuyện ngừng hoạt động từ ngày 13 tháng 6 năm 2023. Để biết thêm thông tin, hãy xem phần
Hành động trò chuyện ngừng hoạt động.
TransactionDecisionValueSpec
Giao dịch DecisionValueSpec được truyền dưới dạng dữ liệu đầu vào từ hành động cho ý định actions.intent.TRANSACTION_DECISION
.
Trường |
order |
object (Order )
Đơn hàng đã sẵn sàng để người dùng chấp thuận.
|
orderOptions |
object (OrderOptions )
Các lựa chọn liên kết với đơn đặt hàng.
|
paymentParameters |
object (PaymentParameters )
Các thông số để yêu cầu thanh toán cho đơn đặt hàng này.
|
presentationOptions |
object (PresentationOptions )
Các tuỳ chọn dùng để tuỳ chỉnh trình bày đơn đặt hàng cho người dùng.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]