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-08-22(UTC)"],[[["This guide explains how to register a device model with Google Assistant, providing necessary device information for Assistant's responses."],["Device registration involves providing device details, downloading credentials for authorization, and (optionally) specifying device traits."],["You can register a device model through the Actions Console UI, registration tool, or REST API, with the UI requiring prior 'Device registration' selection during project creation."],["For Raspberry Pi, the downloaded credentials file (`client_secret_\u003cclient-id\u003e.json`) needs to be placed in the `/home/pi` directory using `scp` command from a separate terminal, not within an SSH session."],["After registration, you can edit the model and download credentials again if needed; device model access is restricted to the associated Actions Console project."]]],["Register a device model via the Actions Console's registration UI by filling out device details like type and manufacturer. This information is accessible to the Assistant, tied to your project. Download the `client_secret_\u003cclient-id\u003e.json` file containing your credentials and transfer it to your device, ensuring it's in `/home/pi` on a Raspberry Pi. You can skip specifying device traits for now, but edits and file re-downloads are available via the model list. Alternative methods for registration are the registration tool and REST API.\n"]]