会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
CapabilityRequirement
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThis documentation focuses on the \u003ccode\u003ecapability\u003c/code\u003e requirement, defining the availability of a specific feature or functionality.\u003c/p\u003e\n"],["\u003cp\u003eCapabilities are represented using YAML and require specifying the \u003ccode\u003ecapability\u003c/code\u003e field with a value from the \u003ccode\u003eSurfaceCapability\u003c/code\u003e enum.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecapability\u003c/code\u003e field indicates the type of capability being described, using predefined values from the \u003ccode\u003eSurfaceCapability\u003c/code\u003e enum for consistency.\u003c/p\u003e\n"]]],[],null,["# CapabilityRequirement\n\n- [YAML representation](#SCHEMA_REPRESENTATION)\n\nRepresents a requirement about the availability of a given capability.\n\n| YAML representation ||\n|------------------------------------------------------------------------------------------------|---|\n| ``` capability: enum (/assistant/actionssdk/reference/rest/Shared.Types/SurfaceCapability) ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------|\n| `capability` | `enum (`[SurfaceCapability](/assistant/actionssdk/reference/rest/Shared.Types/SurfaceCapability)`)` The type of capability. |"]]