Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Si tu acción proporciona valor a los usuarios todos los días, muéstrales un recordatorio de su uso mediante la configuración de actualizaciones diarias. Cuando un usuario se suscribe a las actualizaciones diarias de tu acción, recibe una notificación push que puede presionar para invocar uno de los intents de tu acción.
La experiencia del usuario con estas actualizaciones diarias es la siguiente:
El usuario invoca uno de los intents de la acción que configuraste como actualización diaria.
El usuario sigue un mensaje para suscribirse a las actualizaciones diarias. Esta instrucción se proporciona durante la conversación o como un chip de sugerencias cuando termina la conversación.
El usuario programa la hora del día en la que desea recibir la actualización diaria y la registra con Asistente de Google.
Todos los días a la hora programada, el usuario recibe una notificación de Asistente en su dispositivo móvil.
Cuando el usuario abre esta notificación, invoca el intent que configuraste como una actualización diaria e interactúa con tu acción.
De forma predeterminada, el mensaje de registro de actualización diario aparece como un chip de sugerencias cuando el usuario sale correctamente de tu acción. También puedes agregar un mensaje de registro en medio de la conversación o personalizar las actualizaciones del usuario.
Casos de uso
Las actualizaciones diarias pueden ser una herramienta de participación útil, pero no se deben incorporar en todas las Acción. Ten en cuenta estas sugerencias para decidir si quieres agregar suscripciones de actualización diarias a una acción:
Asegúrate de que las actualizaciones diarias hagan que el usuario vea información útil y diferente todos los días. Si, cuando presiona una actualización diaria, aparece el mismo mensaje cada vez, es probable que el usuario anule la suscripción después de un par de días.
Asegúrate de que el diálogo tenga sentido para el usuario si salta directamente a tu intención de actualizaciones diarias. Tu usuario no necesariamente comenzará desde el principio de la conversación, por lo que no se debe esperar que tenga mucho contexto.
Muéstrale al usuario el beneficio de tu acción antes de pedirle que se registre para recibir actualizaciones diarias. El usuario debe pensar: “Quiero este contenido todos los días”. cuando se les da la opción de suscribirse.
No abrumes al usuario con sugerencias repetidas para registrarse. Ofrece una suscripción de actualización diaria justo después de mostrarle al usuario a qué contenido se suscribiría y evita repetir la oferta en otros contextos.
Procura que la conversación sea breve después de que se active el intent de actualización. La mayoría de las actualizaciones diarias solo deben consistir en una única respuesta y, luego, cerrarse sin requerir la entrada del usuario.
Plataformas compatibles
Las actualizaciones diarias están disponibles en dispositivos iOS y Android (los dispositivos iOS deben tener instalada la app de Asistente para recibir actualizaciones diarias). Por el momento, no son compatibles con bocinas activadas por voz, pantallas inteligentes ni otras plataformas.
Comenzar
En las siguientes secciones, se describe cómo configurar las actualizaciones diarias de tu acción.
Crea un intent para la activación
El intent que creas en esta sección activa el flujo de actualizaciones diarias. Para crear
este intent, sigue estos pasos:
Ve a la Consola de Actions y haz clic en Develop, en el menú de la parte superior.
Haz clic en Intents, en el menú de la izquierda, para expandir la sección.
Haz clic en add_circle_outline en la parte inferior de la lista y, luego, ingresa un nombre para el nuevo intent.
Presiona Enter/Return para crear el intent nuevo.
Agrega frases de entrenamiento para activar el flujo de actualizaciones diarias. Por ejemplo:
Notify me of daily updates
Send daily updates
Subscribe to daily updates
Haz clic en Guardar.
Transición al intent del sistema
Para configurar la transición a la escena del sistema Daily updates, sigue estos pasos:
En Scenes, en el menú de la izquierda, haz clic en la escena a la que deseas agregar el flujo de suscripción a las actualizaciones diarias.
En la sección Manejo de intents de usuario de la escena, haz clic en + para agregar un nuevo controlador de intents.
En Intent, selecciona el intent que creaste en la sección anterior.
En Transición, selecciona la escena del sistema Actualizaciones diarias.
Configura la escena del sistema
Para configurar la escena del sistema Actualizaciones diarias, sigue estos pasos:
En Scenes, en el menú de la izquierda, selecciona la nueva escena del sistema DailyUpdates.
En la sección Configurar intent, haz clic en Seleccionar intent.
En la sección Seleccionar intent (Select intent), elige el intent con el que deseas establecer la coincidencia cuando un usuario presione una actualización diaria.
En Personalizar mensaje de aceptación, ingresa un mensaje que se muestre a los usuarios cuando se les pida que se suscriban a las actualizaciones diarias. La instrucción tiene el formato "¿A qué hora te gustaría que te envíe tu $prompt diario".
Configurar la habilitación
Para configurar la habilitación de las actualizaciones diarias, sigue estos pasos:
En Scenes, selecciona la escena del sistema DailyUpdates.
En Condiciones, selecciona Si el usuario dice "sí".
Habilita la opción Send prompts y proporciona un mensaje sencillo que informe al usuario que recibirá actualizaciones diarias:
candidates:-firstsimple:variants:-speech:Great,I'll send you daily updates.
En Transición, selecciona Finalizar conversación para finalizar la conversación después de que un usuario se suscriba a las actualizaciones diarias.
Configurar el rechazo
Para configurar la inhabilitación de las actualizaciones diarias, sigue estos pasos:
En Condiciones, selecciona Si el usuario dice "no".
Habilita la opción Send prompts y proporciona un mensaje sencillo que informe al usuario que no recibirá actualizaciones diarias:
candidates:-firstsimple:variants:-speech:Okay,Iwon't send you daily updates.
En Transición, selecciona Finalizar conversación para finalizar la conversación después de que un usuario inhabilite las actualizaciones diarias.
Cómo probar actualizaciones diarias
Para probar tus actualizaciones diarias, puedes usar un dispositivo móvil compatible con el Asistente de Google.
Debes acceder a la misma Cuenta de Google que usaste para crear tu Acción.
Invocar tu acción y suscribirte a actualizaciones diarias y, luego, revisa las notificaciones de tu dispositivo cerca de la hora de actualización.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-25 (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."]]