Micro Minder is your indispensable reminder assistant.
Train Micro Minder to remember what you need, grouped by occasions in your life. Then call them up while you go about your day. You'll never leave your keys at home again.
### EXAMPLE
``` U: "Alexa, ask Micro Minder to remember something."
A: "What should I remember?" U: "Remember my keys."
A: "When do you need this reminder?" U: "When I leave for work." ...END
U: "Alexa, tell Micro Minder I'm going to work." A: "Remember your keys." ...END ```
It's important that each user utterance takes the form of a whole sentence. For example, when trying to store a new reminder, Alexa says "When do you need this reminder?" - Valid responses that map as above would include:
"When I go to work" "When I am going to work." "When I'm headed to work" "Before work" ...etc
However, if the user responds simply: "Going to work." - Alexa will invoke the skill as if the user is reporting their intent to leave for work, any existing reminders for this occasion will be returned, and the new reminder will not be saved.
### TIPS
* Reminders are recorded against the events in your life, we call these "occasions." Rather than scheduling a reminder for "tomorrow," you use Micro Minder to remind you of habitual and repetitive needs.
The phrases you use to describe occasions should be consistent. For instance, "leaving home" and "going to work" are not implicitly related occasions. On the other hand, all of these phrases map the the same occasion:
"Leaving for school," "Going to school," "Before school," ...and so on.
* While listening for your reminders, you can get them one at a time, or all at once:
``` U: "Tell Micro Minder I'm going camping" A: "Remember your bug spray. Say next, for more." U: "Make it brief." A: "Remember your binoculars, your camp stove, and your skillet. That's all of your reminders for this occasion." ```
* You can resume reminder playback or recording at any time. Just say:
"Alexa, tell Micro Minder to resume."
...and pick up where you left off.
* You can remove a reminder from any of your occasions hands-free. Just say:
"Alexa, tell Micro Minder to remove a reminder."
* Here are other valid commands:
"Demo" "Help" "Previous" "Repeat" "Start over" "Update my reminders"
### CHANGES
* Added all-at-once intent.
* Added resume capabilities.
* Added hands-free reminder editing.
* Added reminder display lists for compatible devices.