작업의 이름입니다(예: '개인 요리사'). 사용자는 이를 트리거 문구와 결합하여 'Hey Google, 개인 요리사에게 연결해 줘'와 같이 이름으로 작업을 명시적으로 호출합니다.
호출 문구 (선택사항)
호출 문구는 작업의 검색 가능성을 높이는 유용한 메커니즘이며 실행할 특정 작업을 제공하여 사용자가 대화에 딥 링크를 연결할 수 있는 방법을 제공합니다. 이러한 문구는 사용자가 작업의 기능을 요청할 수 있는 다양한 방법을 보여줍니다. 따라서 Google 어시스턴트가 작업의 기능을 더 잘 파악하여 사용자 요청과 매칭할 수 있습니다.
"레시피 찾아 줘"
"포도주 추천"
"차량 예약"
"게임 하자"
'명상하고 싶다'
사용자는 호출 이름을 호출 구문과 결합하여 'Hey Google, 개인 요리사에게 레시피 찾아 줘'와 같이 특정 인텐트를 명시적으로 호출합니다.
명시적 호출 인텐트
호출 구문 없이 이름('Ok Google, Personal Chef')으로 작업을 명시적으로 호출하면 작업의 actions.intent.MAIN 인텐트가 트리거됩니다. 작업 프로젝트에는 이름으로 명시적 호출을 위한 기본 인텐트가 하나만 포함되어야 합니다.
작업이 호출 구문과 이름으로 명시적으로 호출되면('Hey Google, 오늘의 수프 레시피에 대해 Personal Chef와 대화') 해당 호출 문구와 일치하는 인텐트가 호출됩니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2023-12-02(UTC)"],[[["Explicit invocation is when a user directly addresses the Google Assistant and specifies your Action by name, optionally including an invocation phrase for a specific function."],["Actions on Google uses trigger phrases like \"Ok Google, talk to...\" for explicit invocation, which may launch an app instead of the Action if the phrase overlaps with an App Action's built-in intent."],["The invocation name is the name of your Action, which users combine with trigger phrases for explicit invocation; ensure it is easily recognizable by the Assistant and adheres to naming policies."],["Optional invocation phrases increase discoverability and enable deep linking by illustrating user requests for your Action's features, improving the Assistant's understanding of your Action's capabilities."],["Explicit invocation triggers either the `actions.intent.MAIN` intent when invoked by name only, or the intent corresponding to the invocation phrase when one is included."]]],["Explicit invocation allows users to engage Actions by name using trigger phrases like \"Ok Google, talk to...\" followed by the Action's name (e.g., \"Personal Chef\"). Users can also add an optional invocation phrase to direct the Action to a specific task (e.g., \"find me recipes\"). If no phrase is included it triggers `actions.intent.MAIN`. The directory and specific invocation phrases enhance Action discoverability. Trigger phrases may be overwritten by apps.\n"]]