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.
TransactionRequirementsCheckResult
Als Ausgabe für actions.intent.TRANSACTION_REQUIREMENTS_CHECK
an die Aktion zurückgegeben.
JSON-Darstellung |
{
"resultType": enum (ResultType )
} |
Felder |
resultType |
enum (ResultType )
Ergebnistyp für die Prüfung der Transaktionsanforderungen.
|
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-09 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-09 (UTC)."],[[["JSON representation is returned as output for `actions.intent.TRANSACTION_REQUIREMENTS_CHECK`."],["The JSON response includes a `resultType` field, which uses the `ResultType` enum to indicate the outcome of the transaction requirements check."]]],["The core content describes the JSON output for `actions.intent.TRANSACTION_REQUIREMENTS_CHECK`. It features a single field, `resultType`, which is an enumeration (`enum`) specifying the outcome of the transaction requirements verification. The `resultType` field's possible values are defined in the linked `ResultType` documentation. The output is structured as a JSON object with `resultType` being the key.\n"]]