How to Configure Daily Update in ActionScript

Daily update is a notification that displays the status of an ongoing action. It is useful if your Action provides value to the user on a daily basis, such as a tracking service notifying users when their package is on its way or an assistant providing current weather conditions.

To configure your Action for daily updates, add the Daily Updates system scene to your Action. It will run whenever the user invokes one of your Action’s intents that you have configured as a daily update.

When the system scene is triggered, it prompts the user to subscribe to your daily updates. This prompt can be delivered mid-conversation or as a suggestion chip when the conversation ends. Ensure that you make the offer of daily updates subscription immediately obvious to the user, and consider personalizing your updates so that the user receives different, relevant content each day.

As with all notifications, it is important to show the benefit of your daily updates to the user before offering them the opportunity to subscribe, and to avoid requesting their subscription in multiple contexts.