CapabilityRequirement
Stay organized with collections
Save and categorize content based on your preferences.
Represents a requirement about the availability of a given capability.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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,["- [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. |"]]