Please add voice actions on supported devices (like “snooze” and “stop”) similar to how Google clock app works
@Realmenwearpink2 many thanks for the idea.. I have tried implementing the snooze and dismiss intents from the Android API in a hope they will be used by Google assistant https://developer.android.com/reference/android/provider/AlarmClock#ACTION_SNOOZE_ALARM
But it seems they are not used and instead the assistant probably just integrates with the Google clock app.. as at the moment I do not know how to implement those actions.. I will keep looking into this..