2023년 6월 13일에 대화형 작업이 종료되기 전에 2023년 5월 3일에 Transactions API가 지원 중단됩니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
TransactionDecision
열거형 |
TRANSACTION_DECISION_UNSPECIFIED |
결정이 지정되지 않았습니다. |
USER_CANNOT_TRANSACT |
사용자가 이 거래를 수행할 수 없습니다. |
ORDER_ACCEPTED |
사용자가 주문을 수락했습니다. |
ORDER_REJECTED |
사용자가 주문을 거부했습니다. |
DELIVERY_ADDRESS_UPDATED |
사용자가 주문을 업데이트해야 하는 배송 주소를 업데이트합니다. 앱은 업데이트된 순서로 actions.intent.TRANSACTION_DECISION 인텐트를 호출해야 합니다(MUST). |
CART_CHANGE_REQUESTED |
사용자가 장바구니 변경을 요청함(예: '장바구니 변경', '다른 항목 변경') 앱은 사용자와의 장바구니 변경 상호작용을 처리하고 장바구니가 변경되면 actions.intent.TRANSACTION_DECISION 인텐트를 호출해야 합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-05-16(UTC)
[null,null,["최종 업데이트: 2023-05-16(UTC)"],[[["The table outlines possible decisions a user can make regarding an order, such as accepting, rejecting, or requesting changes."],["Users might be ineligible to transact, and the system has a response for that scenario."],["If a user updates their delivery address or requests cart changes, the app must handle these interactions and update the order accordingly."],["The `actions.intent.TRANSACTION_DECISION` intent should be called by the app after handling user decisions and updates."]]],["The document outlines possible decisions regarding an order, represented by enums. These include an unspecified decision, user ineligibility to transact, order acceptance or rejection. It also covers delivery address updates, requiring an update to the order via the `actions.intent.TRANSACTION_DECISION` intent. Furthermore, cart change requests necessitate handling cart interactions and subsequently calling the `actions.intent.TRANSACTION_DECISION` intent to reflect the changes.\n"]]