Capability
Stay organized with collections
Save and categorize content based on your preferences.
Capabilities the device surface supports at the time of the request.
Enums |
UNSPECIFIED |
Unspecified surface capability. |
SPEECH |
Device can speak to the user via text-to-speech or SSML. |
RICH_RESPONSE |
Device can display rich responses like cards, lists and tables. |
LONG_FORM_AUDIO |
Device can play long form audio media like music and podcasts. |
INTERACTIVE_CANVAS |
Device can display a interactive canvas response. |
WEB_LINK |
Device can use web links in rich responses to open a web browser. |
HOME_STORAGE |
Device can support saving and fetching home storage. |
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."],[[["The table lists the functional capabilities of a device, like speech, rich responses, and audio playback."],["These capabilities are categorized using specific enums, such as `SPEECH` or `RICH_RESPONSE`, which signal the device's functionalities."],["Developers can use this information to tailor content and interactions based on what the user's device can support, like displaying a web link if `WEB_LINK` is supported."]]],[]]