Skip to content
New issue

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

New Skill : Setting a Reminder : (Android and IOS) #108

Open
chiragw15 opened this issue Jun 7, 2017 · 0 comments
Open

New Skill : Setting a Reminder : (Android and IOS) #108

chiragw15 opened this issue Jun 7, 2017 · 0 comments

Comments

@chiragw15
Copy link
Member

Add a skill for setting a reminder. This can be a little tricky to implement.

Proposed implementation :

  1. Check if user asked to set a reminder. Maybe by using * remind * | * reminder *.
  2. Check if the query contains time/date. (maybe by using regex)
  3. Check if query contains message (don't know how).
  4. Now, if the above 3 statements are satisfied, send a response with action type "reminder" , the time/date of reminder and message.
  5. If first condition is satisfied but not 2nd or 3rd then send a response with action type "question" and question asking to give details.
  6. Now go to statement 2

Sample query
set a reminder | set a reminder for 8 pm about medicines | remind me at 8 pm to take my medicines

Action type required

  1. "reminder"
  2. "question"

Useful in

  • Android app
  • IOS app
@chiragw15 chiragw15 changed the title New Skill : Setting an Alarm : (Android and IOS) New Skill : Setting a Reminder : (Android and IOS) Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants