대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
Capability
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요청 시 기기 노출 영역에서 지원하는 기능입니다.
열거형 |
UNSPECIFIED |
노출 영역 기능이 지정되지 않았습니다. |
SPEECH |
기기는 텍스트 음성 변환 또는 SSML을 통해 사용자와 대화할 수 있습니다. |
RICH_RESPONSE |
기기에 카드, 목록, 표 등 리치 응답이 표시될 수 있습니다. |
LONG_FORM_AUDIO |
기기에서 음악 및 팟캐스트와 같은 긴 형식의 오디오 미디어를 재생할 수 있습니다. |
INTERACTIVE_CANVAS |
기기에 대화형 캔버스 응답을 표시할 수 있습니다. |
WEB_LINK |
기기에서 리치 응답의 웹 링크를 사용하여 웹브라우저를 열 수 있습니다. |
HOME_STORAGE |
기기에서 홈 저장용량 저장 및 가져오기를 지원할 수 있습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]