There is no way to create `ToastButtonSnooze` or `ToastButtonDismiss` using `AppNotificationBuilder` and `AppNotificationButton`. ```xml <action activationType="system" arguments="dismiss" content=""/> ``` `activationType="system"` is necessary to use the default localized strings. [Snooze/dismiss](https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts?tabs=xml#snoozedismiss)