We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I think this would best be implemented as an additional (Padatious) Intent
Sorry, something went wrong.
feat: intent for "wake me"
91b49ec
closes #119
mikejgray
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: