Die Transactions API wird am 3. Mai 2023 eingestellt, bevor die Konversationsaktionen am 13. Juni 2023 eingestellt werden. Weitere Informationen finden Sie unter
Einstellung von Konversationsaktionen.
TransactionDecisionValue
Als Ausgabe für actions.intent.TRANSACTION_DECISION
an die Aktion zurückgegeben.
JSON-Darstellung |
{
"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 .
} |
Felder |
transactionDecision |
enum (TransactionDecision )
Entscheidung bezüglich der Bestellung.
|
Union-Feld value . Für value ist nur einer der folgenden Werte zulässig: |
order |
object (Order )
Der Auftrag, den der Nutzer genehmigt hat. Dieses Feld ist nur vorhanden, wenn transactionDecision den Wert ORDER_ACCEPTED hat.
|
deliveryAddress |
object (Location )
Wenn der Nutzer eine Aktualisierung der Lieferadresse anfordert, enthält dieses Feld die neue Lieferadresse. Dieses Feld ist nur vorhanden, wenn transactionDecision den Wert DELIVERY_ADDRESS_UPDATED hat.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-12 (UTC)."],[[["JSON is returned as output for `actions.intent.TRANSACTION_DECISION`."],["It contains the `transactionDecision` field indicating the decision (e.g., order acceptance, delivery address update)."],["Depending on the `transactionDecision`, it might include `order` or `deliveryAddress` details."],["`order` is present when the transaction decision is `ORDER_ACCEPTED` and contains the approved order details."],["`deliveryAddress` is included when the transaction decision is `DELIVERY_ADDRESS_UPDATED` and contains the updated delivery address."]]],[]]