Google 어시스턴트가 내 비즈니스에 적합한 명령에 응답하기 위해서는
어시스턴트는 기기 및 특정 컨텍스트에 관한 정보를
지정할 수 있습니다. 다음과 같은 입력란을 포함하여 이 정보를 제공하세요.
기기 유형 및 제조업체를 기기 모델로 정의합니다. 이 모델은
일반적인 종류의 기기(예: 조명, 스피커, 장난감 로봇)
그러면 어시스턴트가 이 정보에 액세스할 수 있으며
연결된
Actions 콘솔 프로젝트
모델 및 기기 정보에 액세스할 수 있는 다른 프로젝트는 없습니다.
client_secret_<client-id>.json 파일은 기기에 있어야 합니다. 이 파일에는
클라이언트 ID와 클라이언트 보안 비밀번호가 있지만 액세스 토큰은 없습니다. 나중에
이 파일을 참조하여 Google
Google 어시스턴트 쿼리를 수행하기 위한 어시스턴트 SDK 샘플 (OAuth 2.0 참고)
문서를 참조하세요. 이 파일의 이름을 바꾸지 마세요.
이 파일을 다운로드하여 기기로 전송합니다. 다음을 클릭합니다.
Raspberry Pi만 해당
이 파일은 /home/pi에 있어야 합니다. 파일을 업로드하려면
기기에 연결하려면 다음 단계를 따르세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-07(UTC)"],[[["Device models provide the Google Assistant with necessary information about your device, such as type and manufacturer, to enable appropriate responses."],["You can register your device model through the Actions Console, using a registration UI that requires prior project setup with device registration enabled."],["After registration, you'll need to download a credentials file containing a client ID and secret, placing it on your device for authorization purposes, particularly crucial for Raspberry Pi setups."],["The process involves specifying device traits, editing the model if needed, and utilizing alternative registration methods like the registration tool or REST API, all within the permissions of project Owners or Editors."],["Once registered, the device model allows the Google Assistant to interact with your device according to its capabilities and context."]]],["To enable the Google Assistant, register a device model in the Actions Console, providing details like device type and manufacturer. Click \"REGISTER MODEL,\" complete the required fields, and then save. Download the `client_secret_.json` file, which contains necessary credentials, and transfer it to the device, for example, to `/home/pi/` on a Raspberry Pi using `scp`. Later you will be able to edit the model, skip specifying traits and can download the credentials file.\n"]]