사용자가 작업을 사용하려면 작업을 호출해야 합니다. 많은 경우 사용자는 특정 작업을 염두에 두고 있으므로 Google 어시스턴트와 상호작용하도록 요청합니다. 또한 특정 유용한 작업을 수행하도록 작업을 설계하는 한, 사용자의 질문에 가장 적합한 작업인 경우 어시스턴트가 사용자에게 작업을 추천할 수 있습니다.
다음 섹션에서는 다양한 호출 유형을 설명하고 검색을 고려하여 작업을 설계하는 방법을 설명합니다.
호출 유형
작업 호출에는 두 가지 유형이 있습니다.
명시적 호출은 사용자가 어시스턴트에게 작업을 명시적으로 사용하고 싶다고 말할 때 발생합니다. 사용자가 작업을 명시적으로 호출하는 방식을 가장 많이 제어할 수 있지만, 사용자에게 작업과의 대화를 시작하는 문구를 알려야 합니다. 작업의 디렉터리 등록정보에 있는 AI 어시스턴트에게 질문하기 섹션은 사용자에게 이 정보를 전달하기에 적합합니다.
예: "Hey Google, talk to Wayne's Bikes."
암시적 호출은 사용자가 이름으로 호출하지 않아도 어시스턴트가 작업을 호출하는 경우에 발생합니다. 암시적 호출의 가장 일반적인 예는 사용자가 어시스턴트에게 특정 작업을 완료하고 싶다고 말할 때 (호출 문구를 말함) 어시스턴트가 사용자의 의도를 충족할 수 있으므로 해당 작업에 대해 작업을 호출하는 경우입니다. 암시적 호출을 사용하면 사용자가 일상생활을 하면서 간단하게 작업을 알아보고 사용할 수 있지만, 권장사항을 염두에 두고 작업을 설계하면 작업이 발견될 가능성이 높아집니다.
예: "Hey Google, 자전거 수리 예약해 줘."
호출 문구
호출 문구는 작업의 특정 기능을 설명합니다. 사용자가 작업을 호출할 때 작업의 특정 기능 중 하나로 딥 링크할 수 있는 호출 문구를 포함할 수 있습니다.
호출 문구의 예는 다음과 같습니다.
"오늘 뭐 입을까"
"$location으로 가는 다음 버스는 언제야?"
"현재 금 가격이 얼마야?"
'명상하고 싶어'
사용자는 명시적 호출의 끝에 호출 문구를 추가하거나 암시적 호출을 위해 자체적으로 추가할 수 있습니다. 어떤 방법을 사용하든 작업의 목적에 맞는 유용한 호출 문구를 설계해야 합니다. 너무 일반적인 호출 문구는 사용자에게 도움이 되지 않으며 작업의 가시성과 검색 가능성을 줄입니다.
[null,null,["최종 업데이트: 2025-07-24(UTC)"],[[["\u003cp\u003eUsers can engage with your Action through explicit invocation by directly calling its name or implicit invocation where the Assistant suggests it based on user needs.\u003c/p\u003e\n"],["\u003cp\u003eDesigning your Action for specific tasks improves the chances of the Google Assistant recommending it to users, increasing its discoverability.\u003c/p\u003e\n"],["\u003cp\u003eInvocation phrases that describe the Action's functions can be used by users for either explicit or implicit invocation.\u003c/p\u003e\n"],["\u003cp\u003eUsing clear and specific invocation phrases is crucial for enhancing your Action's visibility and ensuring it is easily discovered by users.\u003c/p\u003e\n"],["\u003cp\u003eAssistant links offer an alternative way for users to access your Action by clicking a link in a web or mobile browser to initiate a conversation with the Assistant.\u003c/p\u003e\n"]]],[],null,["# Overview (Dialogflow)\n\nIn order for users to engage with your Action, they need to invoke it. In many\ncases users will have your specific Action in mind, so they ask the Google\nAssistant to interface with it. Additionally, as long as you design your Action\nto accomplish specific, helpful tasks, the Assistant may recommend it to users\nwhen it's the best available Action for their query.\n\nThe following sections explain the different types of invocation and\ndescribe how best to design your Action with discovery in mind.\n\nInvocation types\n----------------\n\nThere are two types of Action invocation:\n\n- **Explicit Invocation** occurs when users tell the Assistant that they\n explicitly want to use your Action. You have the most control over how your\n users explicitly invoke your Action, but you need to let your users know\n what phrases start a conversation with your Action. The **Ask Your\n Assistant** section on your Action's [directory listing](/assistant/directory) is a\n good place to relay this information to users.\n\n Example: \"*Hey Google, talk to Wayne's Bikes.*\"\n- **Implicit Invocation** occurs when the Assistant chooses to invoke your\n Action without users calling it by name. The most common example of an\n implicit invocation is when users tell the Assistant they want to accomplish\n a certain task (by stating an [invocation phrase](#invocation_phrases)), and\n the Assistant opts to invoke your Action for that task because it can\n fulfill the user's intent. Implicit invocation enables users to learn about\n and use your Action simply by going about their day, but designing your\n Action with our [best practices](/assistant/df-asdk/checklist) in mind improves the\n chances that it's discovered.\n\n Example: \"*Hey Google, book an appointment to fix my bike.*\"\n\n| **Note:** You don't have to choose between types of invocation for your Action. Users can always explicitly invoke your Action, but you should keep implicit invocation in mind during the design process so you can increase the odds that users discover your Action on their own.\n\nInvocation Phrases\n------------------\n\nAn invocation phrase describes a specific function of your Action. When users\ninvoke your Action, they may include an invocation phrase that can deep link\ninto one of your Action's specific functions.\n\nExamples of invocation phrases include:\n\n- \"*what should I wear today*\"\n- \"*when's the next bus to $location*\"\n- \"*what's the current price of gold*\"\n- \"*want to meditate*\"\n\nUsers can append an invocation phrase to the end of an explicit invocation or\nthem on their own for an implicit invocation. Either way, make sure to design\nuseful invocation phrases that are specific to your Action's purpose. Invocation\nphrases that are too generic aren't helpful to the user and reduce your Action's\nvisibility and discovery.\n\nFor more information about invocation, discovery, and invocation phrases,\nread [explicit](/assistant/df-asdk/discovery/explicit) and [implicit](/assistant/df-asdk/discovery/implicit) invocation.\n\nAssistant links\n---------------\n\nIn addition to invocation using the Assistant, you can also enable an\n[Assistant link](/assistant/engagement/assistant-links) for any of your Actions. Users who click on this link in a web\nor mobile browser are directed to the Google Assistant, where they'll start\na conversation with that specific Action."]]