Capability
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Kemampuan yang didukung oleh platform perangkat pada saat permintaan.
Enumerasi |
UNSPECIFIED |
Kemampuan platform yang tidak ditentukan. |
SPEECH |
Perangkat dapat berbicara dengan pengguna melalui text-to-speech atau SSML. |
RICH_RESPONSE |
Perangkat dapat menampilkan respons lengkap seperti kartu, daftar, dan tabel. |
LONG_FORM_AUDIO |
Perangkat dapat memutar media audio berdurasi panjang seperti musik dan podcast. |
INTERACTIVE_CANVAS |
Perangkat dapat menampilkan respons kanvas interaktif. |
WEB_LINK |
Perangkat dapat menggunakan link web dalam respons kaya untuk membuka browser web. |
HOME_STORAGE |
Perangkat dapat mendukung penyimpanan dan pengambilan penyimpanan rumah. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]