3 maja 2023 roku wycofamy interfejs Transakcje (przed 13 czerwca 2023 r. wycofujemy funkcje Conversational Actions). Więcej informacji znajdziesz w artykule
Wycofanie czynności konwersacyjnych.
TransactionDecisionValue
Wrócono do działania jako danych wyjściowych dla actions.intent.TRANSACTION_DECISION
.
Zapis JSON |
{
"transactionDecision": enum (TransactionDecision ),
// Union field value can be only one of the following:
"order": {
object (Order )
},
"deliveryAddress": {
object (Location )
}
// End of list of possible types for union field value .
} |
Pola |
transactionDecision |
enum (TransactionDecision )
Decyzja dotycząca orzeczenia.
|
Pole sumy value . value może mieć tylko jedną z tych wartości:
|
order |
object (Order )
Zamówienie zatwierdzone przez użytkownika. To pole występuje tylko wtedy, gdy transactionDecision ma wartość ORDER_ACCEPTED .
|
deliveryAddress |
object (Location )
Jeśli użytkownik poprosi o zaktualizowanie adresu dostawy, to pole będzie zawierać nowy adres dostawy. To pole występuje tylko wtedy, gdy transactionDecision ma wartość DELIVERY_ADDRESS_UPDATED .
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["Returned as output for the `actions.intent.TRANSACTION_DECISION` action."],["Represents the user's decision on a transaction, which can be to accept the order, update the delivery address, or another decision defined by `TransactionDecision`."],["If the user accepts the order (`transactionDecision` is `ORDER_ACCEPTED`), the JSON response includes the `order` object."],["If the user updates the delivery address (`transactionDecision` is `DELIVERY_ADDRESS_UPDATED`), the JSON response includes the `deliveryAddress` object."]]],[]]