Open mikejgray opened 1 year ago
When I'm setting an alarm for the morning, I'm used to telling Siri "wake me up at ___ a.m." This skill doesn't have an intent handler for that.
wake me (|up )at {time}
IntentBuilder
I think this would best be implemented as an additional (Padatious) Intent
Objective
When I'm setting an alarm for the morning, I'm used to telling Siri "wake me up at ___ a.m." This skill doesn't have an intent handler for that.
Initial Implementation Requirements
wake me (|up )at {time}
Other Considerations
IntentBuilder
, so supporting this may require switching the way intents are handled.