Stay organized with collections
Save and categorize content based on your preferences.
Every Actions project has a default, main invocation that acts as the default entry point into your Actions project. The language model for this invocation is associated with your project's display name, so users just need to say a phrase similar to "Ok Google, talk to <display name>" to use this invocation. When users invoke your Actions in this manner, the Assistant runtime matches the actions.intent.MAIN system intent.
Create the main invocation
To create the main invocation, follow these steps:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],[]]