会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
DigitalPurchaseCheckResult
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
デジタル購入のチェック結果(actions.type.DigitalPurchaseCheckResult
)が含まれます。
JSON 表現 |
{
"resultType": enum (ResultType )
} |
フィールド |
resultType |
enum (ResultType )
デジタル購入チェックの結果のタイプ。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThis documentation describes the JSON representation for digital purchase check results.\u003c/p\u003e\n"],["\u003cp\u003eThe representation includes a \u003ccode\u003eresultType\u003c/code\u003e field, which indicates the result of the digital purchase check using the \u003ccode\u003eResultType\u003c/code\u003e enum.\u003c/p\u003e\n"],["\u003cp\u003eThe overall structure is used for \u003ccode\u003eactions.type.DigitalPurchaseCheckResult\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines the `DigitalPurchaseCheckResult`, represented in JSON. It includes a single field, `resultType`, which is an enumeration (`ResultType`). This field indicates the outcome of a digital purchase check. The provided JSON example shows the structure as `{ \"resultType\": enum (`ResultType`) }`. The content is focused on defining this data structure.\n"],null,["# DigitalPurchaseCheckResult\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains the check result for digital purchase (`actions.type.DigitalPurchaseCheckResult`).\n\n| JSON representation ||\n|-----------------------------------------------|---|\n| ``` { \"resultType\": enum (`ResultType`) } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------|\n| `resultType` | `enum (``ResultType``)` Result type for digital purchase check result. |"]]