모든 작업 프로젝트에는 작업 프로젝트의 기본 진입점 역할을 하는 기본 기본 호출이 있습니다. 이 호출의 언어 모델은 프로젝트의 표시 이름과 연결되어 있으므로 사용자는 "Hey Google, <표시 이름>에 연결해 줘"와 유사한 문구만 말하면 이 호출을 사용할 수 있습니다. 사용자가 이러한 방식으로 작업을 호출하면 어시스턴트 런타임이 actions.intent.MAIN 시스템 인텐트와 일치합니다.
[[["이해하기 쉬움","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-10(UTC)"],[[["Every Actions project has a default main invocation that serves as the entry point, triggered by users saying a phrase like *\"Ok Google, talk to \u003cdisplay name\u003e\"*."],["This main invocation is linked to the `actions.intent.MAIN` system intent, which is automatically triggered when users invoke your Actions project using its display name."],["The language model for the main invocation is directly associated with your project's display name, making it easy for users to initiate the conversation."]]],[]]