How to set reminder for day(Weekdays like Monday, Tuesday etc..) and time in Alexa using IBM Watson Assistant? I am able to set date and time in IBM Watson Assistant using system entities like @sys-date
and @sys-time
.The context variables like $day
and $time
have been used to fetch and store the data. Challenge is that Alexa must fetch these values and set the reminder. Please help.
Specific points for which help required is:-
- Setting the reminder for day and time in Alexa using IBM Watson assistant.
- If reminder already exists then Alexa must be able to tell that. Still user intends to set another reminder, then Alexa must be able to set the fresh reminder.
- If user intends to cancel the existing remidner. Then Alexa must be able to cancel that from Watson Assistant.