会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
Capability
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リクエスト時にデバイス サーフェスがサポートする機能。
列挙型 |
UNSPECIFIED |
不明なサーフェス機能。 |
SPEECH |
デバイスは、テキスト読み上げまたは SSML を介してユーザーと会話できます。 |
RICH_RESPONSE |
デバイスは、カード、リスト、テーブルなどのリッチ レスポンスを表示できます。 |
LONG_FORM_AUDIO |
音楽やポッドキャストなどの長い音声メディアをデバイスで再生できます。 |
INTERACTIVE_CANVAS |
デバイスはインタラクティブなキャンバス レスポンスを表示できます。 |
WEB_LINK |
デバイスは、リッチ レスポンス内のウェブリンクを使用してウェブブラウザを開くことができます。 |
HOME_STORAGE |
デバイスは、ホーム ストレージの保存と取得をサポートできます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThe table lists the functional capabilities of a device, like speech, rich responses, and audio playback.\u003c/p\u003e\n"],["\u003cp\u003eThese capabilities are categorized using specific enums, such as \u003ccode\u003eSPEECH\u003c/code\u003e or \u003ccode\u003eRICH_RESPONSE\u003c/code\u003e, which signal the device's functionalities.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this information to tailor content and interactions based on what the user's device can support, like displaying a web link if \u003ccode\u003eWEB_LINK\u003c/code\u003e is supported.\u003c/p\u003e\n"]]],[],null,["# Capability\n\nCapabilities the device surface supports at the time of the request.\n\n| Enums ||\n|----------------------|-------------------------------------------------------------------|\n| `UNSPECIFIED` | Unspecified surface capability. |\n| `SPEECH` | Device can speak to the user via text-to-speech or SSML. |\n| `RICH_RESPONSE` | Device can display rich responses like cards, lists and tables. |\n| `LONG_FORM_AUDIO` | Device can play long form audio media like music and podcasts. |\n| `INTERACTIVE_CANVAS` | Device can display a interactive canvas response. |\n| `WEB_LINK` | Device can use web links in rich responses to open a web browser. |\n| `HOME_STORAGE` | Device can support saving and fetching home storage. |"]]