Stay organized with collections
Save and categorize content based on your preferences.
If your Action provides value to users every day, give users a reminder to use it by configuring daily updates. When a user subscribes to daily updates for your Action, they receive a push notification they can tap to invoke one of your Action's intents.
A user's experience of these daily updates is as follows:
The user invokes one of your Action's intents that you've configured as a daily update.
The user follows a prompt for subscribing to daily updates. This prompt is given mid-conversation or as a suggestion chip when the conversation ends.
The user schedules a time of day that they'd like to receive your daily update, registering your update with Google Assistant.
At their scheduled time each day, the user receives an Assistant notification on their mobile device.
When the user opens this notification, they invoke the intent that you configured as a daily update and interact with your Action.
By default, the daily update registration prompt appears as a suggestion chip when the user exits your Action successfully. You can also add a mid-conversation registration prompt or personalize the user's updates.
Use cases
Daily updates can be a useful engagement tool but should not be incorporated in every Action. Consider these tips when deciding whether to add daily update subscriptions to an Action:
Make sure the daily updates will result in the user seeing different, useful information every day. If tapping a daily update results in the same prompt every time, the user will probably unsubscribe after a couple days.
Make sure your dialog makes sense to your user if they jump straight to your daily updates intent. Your user won't necessarily start from the beginning of the conversation, so they shouldn't be expected to have much context.
Show your user the benefit of your Action before prompting them to register for daily updates. Your user should be thinking "I want this content every day" when they are given the option to subscribe.
Don't overwhelm the user with repeated suggestions to register. Offer a daily update subscription right after showing the user what they'd subscribe to, and avoid repeating the offer in other contexts.
Keep the conversation short after the update intent is triggered. Most daily updates should only consist of a single response then close without requiring user input.
Supported surfaces
Daily updates are available on Android and iOS devices (iOS devices must have the Assistant app installed to receive daily updates). They are not currently supported on voice-activated speakers, smart displays, or other surfaces.
Get started
The following sections describe how to configure daily updates for your Action.
Create an intent for triggering
The intent you create in this section triggers the daily updates flow. To create
this intent, follow these steps:
Go to the Actions console and click Develop in the top menu.
Click Intents in the left menu to expand the section.
Click the add_circle_outline at the bottom of the list and enter a name for the new intent.
Press Enter/Return to create the new intent.
Add training phrases for triggering the daily updates flow. Some examples are:
Notify me of daily updates
Send daily updates
Subscribe to daily updates
Click Save.
Transition to system intent
To set up the transition to the Daily updates system scene, follow these steps:
Under Scenes in the left menu, click the scene you want to add the daily updates subscription flow to.
Under the User intent handling section of the scene, click + to add a new intent handler.
Under Intent, select the intent you created in the previous section.
Under Transition, select the Daily updates system scene.
Configure system scene
To configure the Daily Updates system scene, follow these steps:
Under Scenes in the left menu, select the new DailyUpdates system scene.
Under the Configure intent section, click Select intent.
Under the Select intent section, select the intent you want to be matched when a user taps a daily update.
For Customize opt-in prompt, enter a prompt that is displayed to users when they're asked to subscribe to daily updates. The prompt is in the form of "What time would you like me to send your daily $prompt".
Configure opt-in
To configure opting in to daily updates, follow these steps:
Under Scenes, select the DailyUpdates system scene.
Under Conditions, select If the user says "yes".
Enable Send prompts and provide a simple prompt that lets the user know they'll be sent daily updates:
candidates:-firstsimple:variants:-speech:Great,I'll send you daily updates.
Under Transition, select End conversation to end the conversation after a user subscribes to daily updates.
Configure opt-out
To configure opting out of daily updates, follow these steps:
Under Conditions, select If the user says "no".
Enable Send prompts and provide a simple prompt that lets the user know they won't be sent daily updates:
candidates:-firstsimple:variants:-speech:Okay,Iwon't send you daily updates.
Under Transition, select End conversation to end the conversation after a user opts out of daily updates.
Test daily updates
You can use a Google Assistant-enabled mobile device to test your daily updates.
You must be logged into the same Google account that you used to build your Action.
Invoke your Action and subscribe to daily updates; then, check your device's notifications around the update time.
[[["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."],[[["\u003cp\u003eDaily updates send users push notifications to re-engage with your Action on a daily basis, allowing them to directly invoke a specific intent.\u003c/p\u003e\n"],["\u003cp\u003eUsers subscribe to these updates through an in-conversation prompt or suggestion chip, choosing a preferred time for the notification.\u003c/p\u003e\n"],["\u003cp\u003eDaily updates are best suited for Actions that provide fresh, valuable content every day, ensuring a worthwhile user experience.\u003c/p\u003e\n"],["\u003cp\u003eImplementations should prioritize clear user benefits, concise interactions, and avoid unnecessary repetition of subscription prompts.\u003c/p\u003e\n"],["\u003cp\u003eDaily updates are currently supported on Android and iOS mobile devices with the Google Assistant app.\u003c/p\u003e\n"]]],[],null,["# Daily updates\n\nIf your Action provides value to users every day, give users a reminder to use it by configuring daily updates. When a user subscribes to daily updates for your Action, they receive a push notification they can tap to invoke one of your Action's intents.\n\nA user's experience of these daily updates is as follows:\n\n1. The user invokes one of your Action's intents that you've configured as a daily update.\n2. The user follows a prompt for subscribing to daily updates. This prompt is given mid-conversation or as a suggestion chip when the conversation ends.\n3. The user schedules a time of day that they'd like to receive your daily update, registering your update with Google Assistant.\n4. At their scheduled time each day, the user receives an Assistant notification on their mobile device.\n5. When the user opens this notification, they invoke the intent that you configured as a daily update and interact with your Action.\n\nBy default, the daily update registration prompt appears as a suggestion chip when the user exits your Action successfully. You can also add a mid-conversation registration prompt or personalize the user's updates.\n\nUse cases\n---------\n\nDaily updates can be a useful engagement tool but should not be incorporated in every Action. Consider these tips when deciding whether to add daily update subscriptions to an Action:\n\n- Make sure the daily updates will result in the user seeing different, useful information every day. If tapping a daily update results in the same prompt every time, the user will probably unsubscribe after a couple days.\n- Make sure your dialog makes sense to your user if they jump straight to your daily updates intent. Your user won't necessarily start from the beginning of the conversation, so they shouldn't be expected to have much context.\n- Show your user the benefit of your Action before prompting them to register for daily updates. Your user should be thinking \"I want this content every day\" when they are given the option to subscribe.\n- Don't overwhelm the user with repeated suggestions to register. Offer a daily update subscription right after showing the user what they'd subscribe to, and avoid repeating the offer in other contexts.\n- Keep the conversation short after the update intent is triggered. Most daily updates should only consist of a single response then close without requiring user input.\n\n| **Note:** Since daily updates appear as notifications on the user's device, you should review our best practices for [designing useful notifications](https://material.io/design/platform-guidance/android-notifications.html#usage). Most of the contents of the daily update notification are pre-designed for Assistant, but these same principles apply when deciding whether daily updates make sense for your intent or Action.\n\nSupported surfaces\n------------------\n\nDaily updates are available on Android and iOS devices (iOS devices must have the Assistant app installed to receive daily updates). They are not currently supported on voice-activated speakers, smart displays, or other surfaces.\n\nGet started\n-----------\n\nThe following sections describe how to configure daily updates for your Action.\n\n### Create an intent for triggering\n\nThe intent you create in this section triggers the daily updates flow. To create\nthis intent, follow these steps:\n\n1. Go to the [Actions console](//console.actions.google.com/) and click **Develop** in the top menu.\n2. Click **Intents** in the left menu to expand the section.\n3. Click the add_circle_outline at the bottom of the list and enter a name for the new intent.\n4. Press `Enter/Return` to create the new intent.\n5. Add training phrases for triggering the daily updates flow. Some examples are:\n\n - `Notify me of daily updates`\n - `Send daily updates`\n - `Subscribe to daily updates`\n6. Click **Save**.\n\n### Transition to system intent\n\nTo set up the transition to the `Daily updates` system scene, follow these steps:\n\n1. Under **Scenes** in the left menu, click the scene you want to add the daily updates subscription flow to.\n2. Under the **User intent handling** section of the scene, click **+** to add a new intent handler.\n3. Under **Intent**, select the intent you created in the previous section.\n4. Under **Transition** , select the **Daily updates** system scene.\n\n### Configure system scene\n\nTo configure the Daily Updates system scene, follow these steps:\n\n1. Under **Scenes** in the left menu, select the new **`DailyUpdates`** system scene.\n2. Under the **Configure intent** section, click **Select intent**.\n3. Under the **Select intent** section, select the intent you want to be matched when a user taps a daily update.\n\n | **Note:** The intent you choose for this step needs to be a global intent.\n4. For **Customize opt-in prompt**, enter a prompt that is displayed to users when they're asked to subscribe to daily updates. The prompt is in the form of \"What time would you like me to send your daily $prompt\".\n\n### Configure opt-in\n\nTo configure opting in to daily updates, follow these steps:\n\n1. Under **Scenes** , select the **`DailyUpdates`** system scene.\n2. Under **Conditions** , select **If the user says \"yes\"**.\n3. Enable **Send prompts** and provide a simple prompt that lets the user know they'll be sent daily updates:\n\n candidates:\n - first simple:\n variants:\n - speech: Great, I'll send you daily updates.\n\n4. Under **Transition** , select **End conversation** to end the conversation after a user subscribes to daily updates.\n\n### Configure opt-out\n\nTo configure opting out of daily updates, follow these steps:\n\n1. Under **Conditions** , select **If the user says \"no\"**.\n2. Enable **Send prompts** and provide a simple prompt that lets the user know they won't be sent daily updates:\n\n candidates:\n - first simple:\n variants:\n - speech: Okay, I won't send you daily updates.\n\n3. Under **Transition** , select **End conversation** to end the conversation after a user opts out of daily updates.\n\nTest daily updates\n------------------\n\nYou can use a Google Assistant-enabled mobile device to test your daily updates.\nYou must be logged into the same Google account that you used to build your Action.\nInvoke your Action and subscribe to daily updates; then, check your device's notifications around the update time.\n| **Note:** You can also test daily updates using the Actions simulator, but not all functionality is available."]]