Spaces:
Sleeping
Sleeping
[ | |
{ | |
"text": "Set a timer for 10 minutes.", | |
"intent": "'Set Timer'", | |
"entities": "O O O O B-DUR I-DUR" | |
}, | |
{ | |
"text": "Remind me about the meeting at 3 PM tomorrow.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O O O B-TIME I-TIME B-DATE" | |
}, | |
{ | |
"text": "Schedule an appointment for next Friday at 9 AM.", | |
"intent": "'Schedule Appointment'", | |
"entities": "O O O O B-DATE I-DATE O B-TIME I-TIME" | |
}, | |
{ | |
"text": "Can you set a reminder for my doctor's appointment on Monday?", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O O O O O O O B-DATE" | |
}, | |
{ | |
"text": "I want to schedule a meeting for the 15th of this month at 2:30 PM.", | |
"intent": "'Schedule Meeting'", | |
"entities": "O O O O O O O O B-DATE I-DATE I-DATE I-DATE O B-TIME I-TIME I-TIME I-TIME" | |
}, | |
{ | |
"text": "Set an alarm for 7 AM.", | |
"intent": "'Set Alarm'", | |
"entities": "O O O O B-TIME I-TIME" | |
}, | |
{ | |
"text": "Remind me to call John in 30 minutes.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O B-TASK I-TASK O B-DUR I-DUR" | |
}, | |
{ | |
"text": "\"Schedule a meeting for next Wednesday afternoon.\"", | |
"intent": "'Schedule Meeting'", | |
"entities": "O O O O B-DATE I-DATE B-TIME" | |
}, | |
{ | |
"text": "Can you set a timer for cooking for 1 hour?", | |
"intent": "'Set Timer'", | |
"entities": "O O O O O O B-TASK O B-DUR I-DUR" | |
}, | |
{ | |
"text": "Remind me about the project deadline at 5 PM on Friday.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O B-TASK I-TASK O B-TIME I-TIME O B-DATE" | |
}, | |
{ | |
"text": "Schedule a doctor's appointment for March 20th at 10:30 AM.", | |
"intent": "'Schedule Appointment'", | |
"entities": "O O O O O B-DATE I-DATE O B-TIME I-TIME I-TIME I-TIME" | |
}, | |
{ | |
"text": "Set a timer for a 15-minute break.", | |
"intent": "'Set Timer'", | |
"entities": "O O O O O B-DUR I-DUR I-DUR B-TASK" | |
}, | |
{ | |
"text": "Remind me to buy groceries tomorrow morning.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O B-TASK I-TASK B-DATE B-TIME" | |
}, | |
{ | |
"text": "Schedule a conference call for the first Monday of next month at 3 PM.", | |
"intent": "'Schedule Meeting'", | |
"entities": "O O O O O O B-DATE I-DATE I-DATE I-DATE I-DATE O B-TIME I-TIME" | |
}, | |
{ | |
"text": "Can you remind me to send the report at 4:30 PM today?", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O O B-TASK I-TASK I-TASK O B-TIME I-TIME I-TIME I-TIME B-DATE" | |
}, | |
{ | |
"text": "Set a timer for a 20-minute workout session.", | |
"intent": "'Set Timer'", | |
"entities": "O O O O O B-DUR I-DUR I-DUR B-TASK I-TASK" | |
}, | |
{ | |
"text": "Remind me to water the plants every Tuesday and Thursday at 9 AM.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O B-TASK I-TASK I-TASK O B-DATE O B-DATE O B-TIME I-TIME" | |
}, | |
{ | |
"text": "Schedule a team meeting for next Monday morning at 10:30.", | |
"intent": "'Schedule Meeting'", | |
"entities": "O O O O O B-DATE I-DATE B-TIME I-TIME I-TIME I-TIME I-TIME" | |
}, | |
{ | |
"text": "Can you set an alarm for 6:45 AM?", | |
"intent": "'Set Alarm'", | |
"entities": "O O O O O O B-TIME I-TIME I-TIME I-TIME" | |
}, | |
{ | |
"text": "Remind me about the webinar in 2 days at 2 PM.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O B-TASK O B-DUR I-DUR O B-TIME I-TIME" | |
}, | |
{ | |
"text": "Schedule a dentist appointment for April 5th at 11:00 in the morning.", | |
"intent": "'Schedule Appointment'", | |
"entities": "O O B-TASK I-TASK O B-DATE I-DATE O B-TIME I-TIME I-TIME I-TIME I-TIME I-TIME" | |
}, | |
{ | |
"text": "Set a timer for a 5-minute meditation session.", | |
"intent": "'Set Timer'", | |
"entities": "O O O O O B-DUR I-DUR I-DUR B-TASK I-TASK" | |
}, | |
{ | |
"text": "Remind me to call Sarah next Wednesday afternoon.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O B-TASK I-TASK B-DATE I-DATE B-TIME" | |
}, | |
{ | |
"text": "Schedule a review meeting for the end of the month at 4:30 PM.", | |
"intent": "'Schedule Meeting'", | |
"entities": "O O B-TASK I-TASK O O B-DATE I-DATE I-DATE I-DATE O B-TIME I-TIME I-TIME I-TIME" | |
}, | |
{ | |
"text": "Can you remind me to pay bills on the last day of the month?", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O O B-TASK I-TASK O O B-DATE I-DATE I-DATE I-DATE I-DATE" | |
}, | |
{ | |
"text": "Set a timer for 45 minutes for a study session.", | |
"intent": "'Set Timer'", | |
"entities": "O O O O B-DUR I-DUR O O B-TASK I-TASK" | |
}, | |
{ | |
"text": "Remind me to pick up the laundry every Friday afternoon.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O B-TASK I-TASK I-TASK I-TASK O B-DATE B-TIME" | |
}, | |
{ | |
"text": "Schedule a client meeting for the 10th of next month at 2 PM.", | |
"intent": "'Schedule Meeting'", | |
"entities": "O O B-TASK I-TASK O O B-DATE I-DATE I-DATE I-DATE O B-TIME I-TIME" | |
}, | |
{ | |
"text": "Can you set an alarm for 7:30 AM tomorrow?", | |
"intent": "'Set Alarm'", | |
"entities": "O O O O O O B-TIME I-TIME I-TIME I-TIME B-DATE" | |
}, | |
{ | |
"text": "Remind me about the presentation at 4 PM today.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O B-TASK O B-TIME I-TIME B-DATE" | |
}, | |
{ | |
"text": "Schedule a doctor's appointment for May 15th in the evening.", | |
"intent": "'Schedule Appointment'", | |
"entities": "O O B-TASK I-TASK O B-DATE I-DATE O O B-TIME" | |
}, | |
{ | |
"text": "Set a timer for a 10-minute break between study sessions.", | |
"intent": "'Set Timer'", | |
"entities": "O O O O O B-DUR I-DUR I-DUR O O O O" | |
}, | |
{ | |
"text": "Remind me to send the report at 9 AM tomorrow.", | |
"intent": "'Set Reminder'", | |
"entities": "O O O B-TASK I-TASK I-TASK O B-TIME I-TIME B-DATE" | |
}, | |
{ | |
"text": "Schedule a team lunch for next Friday at noon.", | |
"intent": "'Schedule Meeting'", | |
"entities": "O O B-TASK I-TASK O B-DATE I-DATE O B-TIME" | |
}, | |
{ | |
"text": "Can you remind me to buy groceries on Saturday afternoon?", | |
"intent": "'Set Reminder'", | |
"entities": "O O O O O B-TASK I-TASK O B-DATE B-TIME" | |
} | |
] |