Text Classification
setfit
ONNX
Safetensors
sentence-transformers
bert
generated_from_setfit_trainer
text-embeddings-inference
Instructions to use aadiausa/Set_Fit_Ausa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use aadiausa/Set_Fit_Ausa with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("aadiausa/Set_Fit_Ausa") - sentence-transformers
How to use aadiausa/Set_Fit_Ausa with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("aadiausa/Set_Fit_Ausa") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
| [ | |
| { | |
| "text": "create a new routine", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I want to set up a daily routine", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "add a daily reminder", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I want to start a new routine", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "set up a recurring reminder", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "create a routine for something in the morning", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "create a daily yoga routine at 8am every morning", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "add a swimming routine for Monday Wednesday and Friday at 6pm", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "set up a routine to take my metformin 500mg twice a day at 8am and 8pm", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "remind me to take my blood pressure medication every day at 9am starting next Monday", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "create a weekly gym routine on Tuesdays and Thursdays at 7am for 45 minutes", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I want a routine to check my glucose every morning at 7 before breakfast", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "schedule a blood pressure test routine daily at 9am", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "create a routine for walking", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "add a routine to take vitamin D every morning with breakfast", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "set up a meditation routine for 15 minutes every evening at 9pm", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I need a reminder for my insulin shot", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "create a monthly routine for my doctor follow-up on the first Monday", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "add an ECG check routine every week on Saturday morning at 10", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "remind me to do stretching exercises daily at 6:30am for 20 minutes", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "set up a blood pressure testing routine", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "create a routine to take my aspirin 81mg every day after lunch", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I want to add a routine for my oxygen level checks every other day at noon", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "schedule a glucose monitoring routine three times a week", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "add a new routine for my supplements in the evening", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "show me all my routines", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "list my current routines and reminders", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what routines do I have right now", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "display all my active routines", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "when is my next routine happening", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what reminders do I currently have", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show my routine schedule for this weekend", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show my blood pressure routine details", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "when does my glucose routine run", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me about my blood pressure routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what is the schedule for my gym routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "when does my blood pressure routine run", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show my blood pressure routine schedule", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what time is my glucose monitoring routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me more about my blood pressure test routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me more about the blood pressure test at 4pm", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what about my blood pressure test routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me about the glucose test routine at 9pm", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "more details about the blood pressure test", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "I want to know more about that blood pressure routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me about my blood pressure tests", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show me details for the ECG test routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what time is my blood pressure test scheduled", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "when is my next blood pressure test", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me more about the first one", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "give me details on that routine", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what does my blood pressure test routine look like", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "change the time of my routine", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "I want to update one of my routines", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "move my gym routine from 7am to 8:30am", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "make my blood pressure routine daily instead of weekly", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "change my yoga routine to only run on Monday Wednesday and Friday", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "update my medication routine to 500mg twice a day instead of once", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "move my walking routine to the evening at 6pm", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "change my glucose check routine from every morning to every other day", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "rename my morning exercise routine to cardio warmup", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "update my meditation routine duration from 10 to 20 minutes", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "reschedule my blood pressure routine to 9am starting next Monday", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "pause my stretching routine until next week", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "add Saturday to my gym routine days", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "delete one of my routines permanently", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "remove a routine from my list", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "cancel an existing reminder I no longer need", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "stop one of my current routines permanently", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "I do not need this routine anymore", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "turn off a routine permanently", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "remove my blood pressure routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "delete the gym routine from my list", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "erase this routine from my list forever", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "I want to take a blood pressure test now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "start a blood pressure test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "perform an ECG right now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "do a glucose test right now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "open the blood pressure test page", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "open the glucose test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "run a body sounds test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "let me take my temperature now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "begin a health test right now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "launch the blood pressure monitor", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "I want to measure my glucose right now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "check my oxygen level now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "open the ENT exam", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "start a health test immediately", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "what is my blood pressure reading from yesterday", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "tell me about my glucose levels recently", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "how has my blood pressure changed over time", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show my past temperature readings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "have my glucose readings been improving", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me trends in my blood pressure", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "review my past heart rate data", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my previous ECG results", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "look at my old glucose test records", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "list my sugar readings from this week", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what was my temperature last Tuesday", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "let me hear the lung sounds from yesterday", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "find the recording of my bowel sounds", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "check my body sounds recordings from before", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "delete my last blood pressure recording", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "remove my ear recording from yesterday", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "delete my recent glucose readings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "locate my old ECG results", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "search for a body sounds recording I saved", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "when did I last take a health test", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what were my last health readings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "book a new appointment with my doctor", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "schedule a visit for next week", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "I need to make an appointment", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "I want to schedule a checkup", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "book an appointment for next Tuesday at 2pm for a headache", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "schedule a visit for March 15th at 10am because I have been having chest pain", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "create an appointment for tomorrow morning at 9 for my annual physical", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "book an appointment for Friday at 3pm", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "I need to see a doctor about my knee pain can you book something for next week", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "schedule an appointment for today at 4pm I have been feeling dizzy", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "can you book an appointment for the 20th at 11am for a follow-up", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "create an appointment for next Monday I have a sore throat", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "book a dentist appointment for Thursday afternoon", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "I want to schedule a consultation soon", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "set up an appointment at 8am on Wednesday for my back pain", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "arrange a visit for next Friday I need a prescription refill", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "show me my upcoming appointments", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what appointments do I have this week", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "when is my next doctor appointment", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "display my appointment calendar", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do I have any appointments tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "tell me about my appointment schedule", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "list all my scheduled visits", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "reschedule my appointment", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "I need to change the time of my visit", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "move my Tuesday appointment to Friday at 3pm", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "reschedule my Thursday checkup to next Monday at 10am", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "push my 2pm appointment back to 4pm", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "change my appointment from March 10th to March 15th", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "move my morning appointment to the afternoon", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "I need to reschedule my upcoming visit to a different day", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "change my Friday appointment to 9am instead of 11am", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "can you move my doctor visit to next Wednesday at 2:30pm", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "cancel my appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I need to cancel my upcoming visit", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "remove my appointment from the calendar", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "delete the appointment on Thursday", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I want to cancel my consultation", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I will not be going to my appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "show me my personal profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "show me my medical conditions", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what is my diagnosis history", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "tell me about my care team", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "who are my healthcare providers", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "update my personal information", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "change my emergency contact details", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "add a new allergy to my profile", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "delete my peanut allergy", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "edit my email address", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "update my height and weight", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "share my health data with my family", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "manage my family access permissions", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "what is my name on file", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my date of birth", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "how old am I", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "when is my birthday", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my gender on my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "how tall am I", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my height", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my weight", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "show me my height and weight", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my BMI", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my phone number", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what email address do I have on file", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "show me my email address", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my home address", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "show me my contact information", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "display my personal details", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what conditions do I have on my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "show me my profile information", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "update my phone number", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my email address", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "update my home address", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my weight to 75 kilograms", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "update my height to 5 foot 10", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my date of birth", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "update my birthday to March 15th 1985", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "edit my gender on my profile", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "I want to change my name", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "update my email to a new address", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my profile picture", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "upload a new photo for my profile", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "take a new profile picture", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "update my avatar image", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "I want a different profile photo", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "update my profile photo", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "set a new picture for my account", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "remove my current profile picture", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "verify my phone number", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "send me a phone verification code", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "confirm my mobile number", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "I need to verify my phone", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "validate my phone number with OTP", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "send a verification text to my phone", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "I want to confirm my phone number is correct", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "resend the phone verification code", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "verify my email address", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "send me an email verification", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "confirm my email account", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "I need to verify my email", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "validate my email with a code", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "send a verification link to my email", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "I want to confirm my email is correct", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "resend the email verification code", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "who is my primary care physician", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "show me my care team doctors", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "list my assigned medical professionals", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "tell me about my healthcare team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "which specialists am I seeing", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who are the doctors on my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what is my doctor's phone number", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what is the email for my care provider", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "where is my doctor's clinic located", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what clinic does my primary care doctor work at", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what is my doctor's address", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "when is my doctor available next", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what are my care provider's available dates", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "when can I next see my specialist", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "show me my doctor's next availability", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what days is my primary care physician available", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "how do I contact my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what is my cardiologist's clinic name and address", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "list all of my allergies", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "what allergies do I have on file", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "show me all my allergies", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "what am I allergic to", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "do I have any allergies recorded", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "tell me about my allergy details", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "give me details on my peanut allergy", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "what are my known allergies", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "I discovered I have a new allergy", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add a new allergy to my profile", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I have a new allergy I need to add", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I found out I am allergic to something new", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add a penicillin allergy with severe severity I get hives and swelling and it started in childhood", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I need to add a peanut allergy it causes anaphylaxis and it is high severity", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "record a new shellfish allergy moderate severity I get stomach cramps since last year", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add a latex allergy to my profile I get a rash", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I just found out I am allergic to sulfa drugs it gives me hives", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add a new food allergy for tree nuts", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I need to register a dust mite allergy low severity I get sneezing and runny nose since I was a kid", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add an egg allergy that started recently with moderate severity and causes nausea", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "update my allergy information", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "I need to change the details on one of my allergies", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "change my peanut allergy severity from moderate to severe", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "update my penicillin allergy reaction to include difficulty breathing", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "my shellfish allergy symptoms have changed to include swelling now", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "change the onset date for my latex allergy to 2023", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "update the severity of my dust allergy from low to moderate", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "add a note to my egg allergy that I can tolerate baked eggs", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "my sulfa drug allergy is now high severity please update it", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "edit my tree nut allergy to include throat swelling as a symptom", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "I am no longer allergic to that", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "remove an allergy I no longer have", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "delete an old allergy that is not relevant", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "I want to get rid of an outdated allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "take off an allergy I was wrongly diagnosed with", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "this allergy does not apply to me anymore", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "remove my peanut allergy from my profile", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "delete the latex allergy from my records", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "show my family members", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "who has access to my account", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "list all family members connected", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "display my family sharing circle", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "which relatives are on my account", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "what permissions does my family have right now", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "how long can my family member view my data", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "show me who I am sharing my health data with", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "add my son as a family member", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "I want to add a new family member", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "invite someone to my account", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "send a family invitation to my daughter", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "add a new person to my family circle", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "invite a family member using a link or code", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "ask my relative to join my account", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "send an invite to a new family member", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "change the permissions for a family member", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "I want to update a family member's access", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "give my daughter access to view my test results", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "extend my son's data sharing access for another 30 days", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "stop sharing my appointment data with my brother", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "let my wife see my medication routines and test history", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "change my mother's access from view only to full access", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "limit my sister's access to only see my appointments", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "update sharing duration for my spouse to permanent", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "allow my caregiver to view my health data for the next 6 months", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "remove a family member from my account", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "revoke my brother's access completely", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "delete my sister from family sharing", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "take away access for a family member", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "disconnect a relative from my account", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "kick someone off my family circle", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "permanently remove a relative from my list", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "remove a family member entirely", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "change my wifi network", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "switch to a different wifi network", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "show available wifi networks", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "what wifi network am I on", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "forget a saved wifi network", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "join a new wifi network", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "which wifi am I currently connected to", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "configure my wifi settings", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "adjust the screen brightness", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "make the text size bigger", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "change the display settings", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "increase the font size on screen", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "dim the screen brightness", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "make the text larger so I can read it", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "turn up the screen brightness", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "change the text size to extra large", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "pair a new bluetooth device", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "show my paired bluetooth devices", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "what bluetooth devices are connected", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "list my connected devices", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "add a new bluetooth device", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "remove a bluetooth device", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "unpair a device from my account", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "connect a health monitoring device", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "what devices are currently connected to my account", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "manage my bluetooth peripherals", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "mute all my notifications", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "change my notification preferences", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "turn off alert sounds", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "enable do not disturb mode", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "show me my current notification settings", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "turn off email notifications", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "disable care team notifications", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "enable alerts for my care team", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "send care team alert notifications", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "manage my smart prompt settings", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "change my call settings", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "what are my call preferences", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "turn on closed captions for calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "enable blur background during calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "disable call transcription", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "keep camera off when joining a call", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "hide video during tests", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "disable AR guides for tests", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "warn me about poor connection during calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "configure incoming call options", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "Hey, could you remind me to do my physical therapy stretches every Tuesday and Thursday afternoon at 4?", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I need a new daily alarm to drink water right after I wake up, let's say around 7:30 AM.", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "Can you set up a recurring schedule for me to take 10mg of Lisinopril every night before bed?", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "What do I have on my plate for health routines this coming Wednesday?", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "Could you run through the list of all the medication reminders I've got active right now?", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "Tell me exactly when my next insulin check is supposed to happen.", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "I need to push my morning jog routine back by an hour to 7 AM because it's getting too cold.", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "Change the dosage on my afternoon medication reminder from 50mg to 100mg.", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "Let's switch my weekly weigh-in from Friday mornings to Sunday evenings.", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "Go ahead and wipe that physical therapy reminder from my schedule, I'm all done with those.", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "I stopped taking the vitamin C, so you can trash that daily alert.", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "Cancel the 8 PM meditation routine completely.", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "I'm feeling a bit lightheaded, let's fire up the blood pressure cuff right now.", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "Can we start the application for measuring my blood sugar level?", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "Walk me through taking an ECG reading at this moment.", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "Pull up the logs from my glucose monitor over the last two weeks.", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "I want to see if my resting heart rate has gone down since last month.", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "Can you find the results of that lung sound test I did back in early October?", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "I think I need to see Dr. Smith about this persistent cough, can we find a slot next week?", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "Help me book an annual physical with my primary care provider sometime in early November.", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "I need to squeeze in a quick telehealth visit for a prescription refill before Friday.", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "When exactly am I supposed to go in for my dental cleaning next month?", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "Do I have any doctor's visits scheduled for the remainder of this year?", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "Show me the itinerary for all my upcoming clinical consultations.", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "I have a conflict on the 14th, can we push my cardiology appointment to the 16th?", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "Move my telehealth call from 1 PM to 3 PM this Thursday.", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "I need to delay my physical therapy session to next week, preferably a Tuesday morning.", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "I'm feeling much better, so go ahead and cancel that sick visit I booked for tomorrow.", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "Scrap the follow-up appointment with the dermatologist, I won't be needing it.", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "Remove my scheduled eye exam from the calendar.", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "Can you give me a summary of my overall medical history and current conditions?", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "What exactly is listed under my active diagnoses right now?", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "I need to add my new neighbor as my secondary emergency contact.", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "Can you update my overarching health profile to reflect my new insurance provider?", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "What's the exact mailing address I have on file for billing?", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "Can you remind me what my officially recorded height and weight are?", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "Which phone number do you currently have set as my primary?", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "I just moved, so I need to update my home address to 123 Maple Street.", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "Change my officially recorded weight; I've dropped down to 180 pounds.", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "I got a new cell phone, please update my contact number to 555-0192.", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "Let me snap a quick selfie to replace my current avatar.", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "I want to upload a nicer photo of myself from my camera roll for my account icon.", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "Shoot me a text with that six-digit code so I can authorize this mobile device.", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "I didn't get the SMS, can you resend the PIN to verify my phone number?", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "Send the confirmation link to my Gmail so I can validate my account.", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "I need a new email verification code sent to my inbox.", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "Who is listed as my primary cardiologist and how do I get in touch with their office?", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "Can you pull up the contact details and clinic address for Dr. Johnson?", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "When is the soonest my endocrinologist has an open slot?", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "Can you list out all the drug sensitivities I have in my chart?", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "What exactly happens to me when I'm exposed to latex according to my medical records?", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "I just found out I react terribly to amoxicillin, add it as a severe drug allergy with rash.", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "Make a note that I'm mildly allergic to dog dander, it just makes my eyes water.", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "My reaction to dairy has gotten worse, change the severity to high and add stomach cramps.", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "Update my bee sting allergy to show that I now carry an EpiPen for anaphylaxis.", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "I outgrew my childhood milk allergy, so you can go ahead and strike that from my record.", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "Remove the gluten sensitivity from my chart, the doctor ruled it out.", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "Which of my relatives currently have permission to see my test results?", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "Show me the list of people in my family sharing circle and what they can view.", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "I want to invite my husband to my care circle so he can keep track of my appointments.", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "Send a sharing link to my daughter so she can help manage my health profile.", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "Change my sister's access level so she can only see my calendar, not my medical history.", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "Extend my son's ability to view my glucose logs for another six months.", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "Revoke my ex-wife's access to all my medical data immediately.", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "Remove my brother from the family sharing list entirely.", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "I need to connect this thing to my home network, it's called 'Netgear5G'.", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "Forget the Starbucks public Wi-Fi and show me what else is in range.", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "The text is way too small for me to read without my glasses, bump up the font size.", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "Can you make the screen a bit brighter? It's hard to see in this lighting.", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "I bought a new Omron blood pressure cuff, how do I pair it over Bluetooth?", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "Unpair my old smartwatch from the system, I don't use it anymore.", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "Please silence all incoming alerts and sounds until I wake up tomorrow.", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "I want to make sure I get pinged whenever my care team sends a message, turn those on.", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "Make sure my video camera is turned off by default whenever I join a telehealth call.", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "Can you enable the live transcription feature for my upcoming doctor's appointment?", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "what was my last blood oxygen reading", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "does my doctor have any openings this week", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what is my neurologist's name", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "show me the phone number for my dermatologist", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "which provider handles my diabetes management", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "what is my full name on my account", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "tell me my current weight", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what zip code do I have listed", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "do you have my phone number stored", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "schedule a follow-up visit for next month", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "I need an appointment for a skin rash this week", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "book me in for a blood work appointment on Monday at 8am", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "set up a video call with my doctor for Wednesday afternoon", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "I want to make an appointment for an eye exam", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "can you schedule a flu shot appointment for Saturday morning", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "what is my next routine reminder", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "do I have any routines for tomorrow", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show me my morning routines", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "how many routines do I have active", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "check if I have a medication routine today", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what routines are running this week", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me about my exercise routines", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "do I have anything scheduled for tonight", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "I want to do a blood sugar test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "measure my blood pressure right now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "can I take a lung sounds test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "start the glucose monitoring", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "I need to take my oxygen reading", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "let me do a temperature check", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "record my heart sounds now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "begin an ear exam right now", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "switch my daily walk from 7am to 8am", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "update my medication routine to three times a day", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "change the name of my exercise routine", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "adjust my blood pressure check to every other day", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "make my stretching routine only on weekdays", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "update my yoga routine to include weekends", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "change the time of my evening medication to 9pm", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "modify my glucose check from daily to twice daily", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "move my supplement routine from morning to night", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "I need to add a new medication allergy", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "record that I am allergic to aspirin with mild rash", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add a seasonal pollen allergy with sneezing and congestion", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I recently discovered I am allergic to strawberries", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add an ibuprofen allergy severe it causes throat swelling", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I have a cat allergy that causes itchy eyes and sneezing", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "register a mold allergy moderate severity with breathing issues", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add nickel allergy to my chart I get contact dermatitis", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "I am allergic to codeine it makes me nauseous", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "put down a soy allergy with mild stomach discomfort", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "add a bee venom allergy high severity with anaphylaxis risk", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "change my appointment to an earlier time", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "switch my Wednesday visit to Thursday", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "I need to reschedule my checkup to next month", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "move my 10am appointment to 2pm", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "update the date of my physical to April 5th", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "push my dental appointment back by one week", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "can we change my follow-up from in-person to telehealth", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "reschedule my appointment from morning to afternoon", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "swap my Tuesday doctor visit to Wednesday at 11am", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "I need to move my eye exam to a later date", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "change my cardiology appointment from the 3rd to the 7th", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "postpone my lab work appointment until next Tuesday", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "update my last name to Johnson", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my address to 456 Oak Avenue", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "I moved to a new city update my zip code", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "set my weight to 200 pounds", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "update my height to 6 feet 1 inch", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my primary email to john@gmail.com", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "update my phone to 555-123-4567", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "I got married change my last name", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my gender on my profile to male", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "update my birthday it was entered wrong", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "change my mailing address", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "I have a new phone number please update it", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "turn on SMS notifications", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "stop sending me email alerts", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "enable voice notifications", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "I want to receive family notifications", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "turn off all text message alerts", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "disable voice notification alerts", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "what notification types do I have turned on", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "enable smart prompts for my reminders", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "turn off smart prompt suggestions", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "I only want care team notifications enabled", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "silence everything except emergency alerts", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "toggle my email notifications on", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "are my SMS alerts currently enabled", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "show me my current video call settings", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "turn off closed captions during calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "I want to keep my camera on when joining calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "disable background blur for video calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "enable call transcription", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "show AR guides during my tests", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "turn off video during health tests", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "what are my current call preferences", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "enable background blur and closed captions", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "I do not want transcription during calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "keep my camera off by default on calls", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "turn on AR guides for test sessions", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "hide my video feed when doing tests", | |
| "label": "settings.calls" | |
| }, | |
| { | |
| "text": "scan for new bluetooth devices", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "connect my blood pressure monitor", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "which devices are paired right now", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "disconnect my fitness tracker", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "add my new glucose meter", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "remove the old thermometer from my devices", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "show all available devices nearby", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "pair my pulse oximeter", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "is my blood pressure cuff connected", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "I want to link a new health device", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "delete the device called Smart Scale", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "how many devices do I have paired", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "set up my new heart rate monitor", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "change the severity of my peanut allergy to mild", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "update my drug allergy symptoms to include dizziness", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "my latex allergy is worse now mark it as severe", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "add throat swelling to my shellfish allergy reactions", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "change the onset of my sulfa allergy to 2024", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "update my cat allergy to include asthma symptoms", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "my egg allergy severity should be low not moderate", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "add a note to my penicillin allergy about cross-reactivity", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "change my tree nut allergy reaction from mild to moderate", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "update my dust mite allergy I now get headaches too", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "my strawberry allergy symptoms changed to include hives", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "change my mold allergy onset date to last year", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "mark my codeine allergy as life-threatening", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "update my daughter's access to include test results", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "reduce my brother's permissions to view only", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "give my spouse full access to everything", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "extend my mother's data sharing for 90 more days", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "limit my father's access to appointments only", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "let my cousin view my medication routines", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "remove test history access from my sister", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "update sharing for my son to include glucose data", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "give my caregiver temporary access for 2 weeks", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "change my niece's permission level to basic", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "allow my uncle to see my blood pressure readings", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "restrict my aunt's access to calendar only", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "update my brother-in-law's sharing to permanent", | |
| "label": "profiles.family.update" | |
| }, | |
| { | |
| "text": "get rid of my morning medication reminder", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "I want to remove my stretching routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "delete my weekly weigh-in routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "remove the glucose check routine from my schedule", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "trash my evening supplement reminder", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "stop my daily walking routine permanently", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "I no longer need the ECG check routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "cancel my blood pressure testing routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "eliminate my yoga routine from the list", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "drop the temperature check routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "take off my insulin shot reminder", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "wipe my oxygen level check routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "I am done with the swimming routine delete it", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "check my calendar for doctor visits", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "when is my follow-up appointment", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "are there any appointments coming up this month", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what day is my next checkup", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do I have any visits scheduled for Monday", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "show me when my next lab work is", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "tell me about my appointment on Thursday", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what time is my dental appointment", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "list my appointments for next week", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "is anything scheduled for this Friday", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "remind me when my eye exam is", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "how many appointments do I have this month", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "show me my entire appointment schedule", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "when was my last doctor visit", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do I have a telehealth appointment soon", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "I want to cancel my Friday appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "remove my upcoming dental visit", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "cancel the telehealth call I scheduled", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "take my Thursday appointment off the calendar", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I am not going to my checkup anymore", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "delete my lab work appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "get rid of my scheduled consultation", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "cancel my eye exam appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I don't need my follow-up visit anymore", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "remove the appointment I made for next week", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "cancel my visit with the specialist", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "delete the appointment on March 20th", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I want to take my appointment off the schedule", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "remove my doctor's visit from my calendar", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "scratch my Monday morning appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I changed my mind about that appointment cancel it", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "clear my penicillin allergy from my chart", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "I no longer react to shellfish remove that allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "drop the dust allergy from my records", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "erase my aspirin allergy I was misdiagnosed", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "take off the cat allergy from my profile", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "my doctor said I don't have a soy allergy anymore", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "remove the ibuprofen allergy please", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "get rid of the egg allergy entry", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "I have been retested and don't have a mold allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "delete the nickel allergy from my file", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "clear out the strawberry allergy it was wrong", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "cancel my tree nut allergy entry", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "the codeine allergy was a mistake remove it", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "take the bee venom allergy off my chart", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "I outgrew my dairy allergy delete it", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "are there any allergies listed for me", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "check my allergy records", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "what medication allergies do I have", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "display my current allergy list", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "do I have a penicillin allergy on file", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "what severity is my peanut allergy", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "show the symptoms listed for my shellfish allergy", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "when did my latex allergy start according to records", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "am I listed as allergic to any foods", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "pull up my drug allergy information", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "is there an egg allergy on my profile", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "what reactions are recorded for my allergies", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "check if I have a sulfa drug allergy", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "how many allergies do I currently have listed", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "view the details of my dust mite allergy", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "add my wife to my account", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "I want to share my health data with my mother", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "invite my father to join my care circle", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "send an invite link to my brother", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "add a caregiver to my family members", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "connect my uncle to my health profile", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "bring my cousin into my family sharing", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "I need to add my neighbor as an emergency helper", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "invite my aunt to see my health information", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "add my grandmother to my account", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "create a family link for my best friend", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "share access with my niece", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "register my sister-in-law on my account", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "I want my partner added to my care circle", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "link my stepfather to my health data", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "kick my uncle off my account", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "take away my cousin's access", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "remove my aunt from family sharing", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "delete my neighbor from my care circle", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "I don't want my father to have access anymore", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "unlink my grandmother from my account", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "stop sharing with my niece", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "remove my stepfather from my family list", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "delete my mother-in-law's access", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "revoke access for my friend", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "take my partner off the sharing list", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "I need to remove my ex from family sharing", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "disconnect my daughter-in-law from my profile", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "cut off access for my nephew", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "delete all sharing with my in-laws", | |
| "label": "profiles.family.delete" | |
| }, | |
| { | |
| "text": "who can see my health information right now", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "list everyone in my care circle", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "what access does my wife have", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "can my son view my test results", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "show me the permissions for all family members", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "does my daughter have access to my routines", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "who is able to see my appointments", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "check what data my brother can view", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "how many people are in my family circle", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "does anyone have full access to my account", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "is my mother still connected to my profile", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "what can my caregiver see on my account", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "who has the ability to manage my routines", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "show the sharing status for my uncle", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "are there any pending family invitations", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "I want to take a new photo for my profile", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "replace my profile image", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "update my account photo", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "delete my current profile picture", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "upload a photo from my gallery", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "snap a new picture for my account", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "can I change my display photo", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "use my camera to take a profile shot", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "I need a new avatar picture", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "choose a different photo for my profile", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "reset my profile picture to default", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "add a photo to my account", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "pick a new image for my avatar", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "swap out my current profile photo", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "capture a new headshot for my account", | |
| "label": "profiles.personal_info.picture" | |
| }, | |
| { | |
| "text": "I need to confirm my email", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "verify the email on my account", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "send me another verification email", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "can you confirm my email is valid", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "start the email verification process", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "I want to validate my email address", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "send the email verification again", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "check if my email has been verified", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "my email needs to be confirmed", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "resend the email confirmation link", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "trigger a new email verification", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "verify my new email address please", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "I changed my email and need to verify it", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "complete the email verification step", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "how do I verify my email on this account", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "I need to confirm my mobile number", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "start the phone verification process", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "can you confirm my phone is valid", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "send a verification code to my cell phone", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "I want to validate my mobile number", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "resend the phone verification SMS", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "check if my phone number has been verified", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "my phone needs to be confirmed", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "trigger a new phone verification code", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "verify my new phone number please", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "I changed my number and need to verify it", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "complete the phone verification step", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "how do I verify my phone on this account", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "text me the verification code again", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "I didn't receive the SMS code resend it", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "show me my health profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what is my medical history", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "tell me about my current health conditions", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "display my profile overview", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what conditions have been diagnosed for me", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "show my overall health summary", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what medical issues are on my record", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "give me a rundown of my health profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "pull up my medical profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what does my health record say", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "show me everything on my profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "I want to review my medical information", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what chronic conditions do I have", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "display all my health data", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "tell me about my diagnoses", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "view my complete health record", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what is in my medical file", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "summarize my health profile for me", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "change my insurance information", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "add a new medical condition to my profile", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "update my emergency contact to my wife", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "I need to change my primary care physician", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "edit my medical history", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "update my insurance plan details", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "add a new diagnosis to my record", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "change my blood type on my profile", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "update my primary language preference", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "modify my emergency contact phone number", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "add my surgery history to my profile", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "change my marital status", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "update my smoking status on my profile", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "edit my list of current medications", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "I want to update my medical conditions", | |
| "label": "profiles.update" | |
| }, | |
| { | |
| "text": "set the screen brightness to 80 percent", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "lower the brightness a little", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "change the font to medium", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "make everything on screen bigger", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "reduce the text size", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "I can't see the screen turn the brightness up", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "set text to the smallest size", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "brighten the display", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "decrease the font size a notch", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "put the brightness on maximum", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "I need larger text on the screen", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "what is my current brightness level", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "set brightness to 50 percent", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "make the display dimmer for nighttime", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "change the screen to the highest brightness", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "show me my saved wifi networks", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "connect to the office wifi", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "add a new wifi network", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "delete a saved wifi network", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "disconnect from wifi", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "what is my wifi connection status", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "reconnect to my home wifi", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "scan for available wireless networks", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "I need to switch wifi networks", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "remove the airport wifi from saved networks", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "set up wifi for the first time", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "is my wifi connection stable", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "connect to the network named HomeNet", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "forget all saved wifi networks", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "check my current wifi signal strength", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "nevermind", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "never mind", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "cancel", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "cancel this", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "cancel that", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "forget it", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "forget this", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "I don't want to", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "I don't want this", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "I changed my mind", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "go back", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "take me back", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "actually no", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "nah forget it", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "skip this", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "let's not", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "leave it", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "drop it", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "scratch that", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "disregard", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "I want to stop", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "let's do something else", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "that's okay never mind", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "ugh nevermind", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "hold on no", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "wait no", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "I don't need this", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "you know what never mind", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "actually forget about it", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "I don't want to do this anymore", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "can we just stop", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "no forget it", | |
| "label": "system.cancel" | |
| }, | |
| { | |
| "text": "nevermind, book an appointment", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "forget this, schedule a visit", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "cancel that, I need to make an appointment", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "actually, book me in for tomorrow", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "leave it, I want to schedule a doctor visit instead", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "stop, just book me an appointment", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "never mind this, I need to see my doctor", | |
| "label": "appointments.create" | |
| }, | |
| { | |
| "text": "nevermind, what are my upcoming appointments", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "forget it, show me my appointments", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "leave it, when is my next appointment", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "cancel this, just show my appointment schedule", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "nevermind, reschedule my appointment", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "forget this, I need to move my appointment", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "stop, can you change my appointment time instead", | |
| "label": "appointments.update" | |
| }, | |
| { | |
| "text": "nevermind, cancel my appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "forget it, I want to delete my upcoming visit", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "leave it, just cancel the appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "forget it, create a routine instead", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "nevermind, I want to set up a routine", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "cancel, let me make a new routine", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "leave it, I want to create a new routine for gym", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "stop, create a daily routine for my medication", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "actually nevermind, set up a routine for walking", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "never mind that, create a blood pressure routine", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "forget it, check my routines", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "nevermind, show me my routines", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "stop, just look up my routines", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "leave it, what routines do I have", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "cancel this, show my routine schedule", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "nevermind, update my routine", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "forget this, I need to change my routine time", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "stop, let me modify my morning routine", | |
| "label": "routines.update" | |
| }, | |
| { | |
| "text": "nevermind, delete my routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "forget it, remove the gym routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "cancel this, I want to get rid of a routine", | |
| "label": "routines.delete" | |
| }, | |
| { | |
| "text": "cancel this, what's my profile?", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "nevermind, show my profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "forget it, pull up my health profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "nevermind, update my phone number", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "forget this, change my email address instead", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "stop, I want to update my weight", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "nevermind, what's my phone number", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "forget it, show me my personal info", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "cancel, just tell me my email address", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "nevermind, take a blood pressure test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "forget it, start a glucose test instead", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "leave it, I want to measure my blood pressure", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "stop, let me do an ECG", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "nevermind, show my test history", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "forget this, what were my last blood pressure readings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "cancel, just show me my glucose results", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "nevermind, verify my phone", | |
| "label": "profiles.personal_info.verify_phone" | |
| }, | |
| { | |
| "text": "forget it, I need to verify my email", | |
| "label": "profiles.personal_info.verify_email" | |
| }, | |
| { | |
| "text": "nevermind, show me my allergies", | |
| "label": "profiles.allergies.read" | |
| }, | |
| { | |
| "text": "forget this, add a new allergy", | |
| "label": "profiles.allergies.create" | |
| }, | |
| { | |
| "text": "cancel, I want to update my allergy info", | |
| "label": "profiles.allergies.update" | |
| }, | |
| { | |
| "text": "nevermind, who is my doctor", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "forget it, show me my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "nevermind, show my family members", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "forget this, add my wife to my account", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "nevermind, change my wifi", | |
| "label": "settings.wifi" | |
| }, | |
| { | |
| "text": "forget it, adjust the brightness", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "cancel, show my connected devices", | |
| "label": "settings.devices" | |
| }, | |
| { | |
| "text": "stop, change my notification settings", | |
| "label": "settings.notifications" | |
| }, | |
| { | |
| "text": "cancel, update my weight", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "nevermind, change my height", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "forget it, update my address instead", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "stop, I want to change my name", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "leave it, let me update my email", | |
| "label": "profiles.personal_info.update" | |
| }, | |
| { | |
| "text": "I was wondering what tests I've done recently", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "can you tell me about my recent test results", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "I'd like to look at my past health tests", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what tests have I taken lately", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "I'm curious about my recent health readings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "any tests I did this past month", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "I want to check my old test results", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "have I done any tests recently", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "who exactly is on my care team again", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "remind me who my doctors are", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "I forgot who my care providers are", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "can you tell me about my healthcare team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who are my assigned doctors again", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "I need to know my care team members", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "which doctors do I have", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "tell me my care team details", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "my profile info", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "my profile details", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "show my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "view my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "pull up my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "open my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "let me see my profile", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "5pm", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "3 o clock", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "in the morning", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "at night", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "noon", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "7 AM", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "8:30", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Monday", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Tuesday", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Friday", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "next Wednesday", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "this weekend", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "tomorrow", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "daily", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "weekly", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "every morning", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "once a week", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "twice a day", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "every other day", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yes", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yeah", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "sure", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "okay", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "no", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yep", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "the first one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "the second one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "the last one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "option two", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "that one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "45 minutes", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "an hour", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "30 minutes", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "two hours", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Dr. Smith", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "my son", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "my daughter", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "headache", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "peanuts", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "moderate severity", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "next Tuesday", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "the blue one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "regular", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "delete the 9 AM one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you delete the first one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remove that one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "delete the second one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "get rid of that one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remove the one at 8 AM", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "delete the last one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you remove it", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yeah delete that", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "delete the one at 4 PM", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remove the third one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you delete it", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "update that one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "change the first one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you update the 10 AM one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "modify the second one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "edit that", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yeah, can you delete the 9 a.m.", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you delete the 9 AM one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yeah can you delete the 9 a.m. one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "please remove the 8 AM one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "delete the 3 PM one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you remove the one at 2 PM", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yeah, remove the 10 AM", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "delete the morning one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remove the evening one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you get rid of the 9 o'clock one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yeah, can you delete that", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yeah, update the 9 AM one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you change the 3 PM one", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remove my peanut allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "delete my allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "remove an allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "get rid of my allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "take off my shellfish allergy", | |
| "label": "profiles.allergies.delete" | |
| }, | |
| { | |
| "text": "take test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "take a test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "start test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "do a test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "run a test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "blood pressure test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "glucose test", | |
| "label": "tests.take_test" | |
| }, | |
| { | |
| "text": "brightness", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "screen brightness", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "text size", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "font size", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "display settings", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "make it brighter", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "too dark", | |
| "label": "settings.display" | |
| }, | |
| { | |
| "text": "tell me about my family", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "tell me about my family members", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "who is in my family", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "what family members do I have", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "show me my family", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "list my family", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "do I have any family members", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "who are my family members", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "read my family information", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "I want to see my family list", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "can you show me my family", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "what does my family look like", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "give me details about my family", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "how many family members do I have", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "who have I added to my family", | |
| "label": "profiles.family.read" | |
| }, | |
| { | |
| "text": "tell me about my profile information", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "what is my profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "show me my profile details", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "read my complete profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "give me an overview of my profile", | |
| "label": "profiles.read" | |
| }, | |
| { | |
| "text": "send a message to Dr. Mehta about my rash", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send Dr. Patel a message about my dizziness", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message my doctor about my back pain", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a message to my doctor", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "tell Dr. Mehta the new dosage is working great", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "ask my doctor why I've been prescribed Lisinopril", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "email Dr. Patel about my test results", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text my doctor I need a refill", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a derma camera photo of my rash to Dr. Mehta", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a photo of my skin to my doctor", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "take a picture and send it to my doctor", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a hub camera photo of my arm to Dr. Smith", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a video of my cough to my doctor", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "tell my sister I'll be late tonight", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message my mom I'm on my way home", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send my brother a message", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "tell dad I made it to the appointment", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a note to my husband", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "let my daughter know about the appointment", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "drop my wife a quick message", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "shoot my doctor a note about my headache", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a quick message to Dr. Lee asking about side effects", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "contact my cardiologist about my recent reading", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "notify my doctor I'm experiencing chest tightness", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "let Dr. Mehta know I missed my medication this morning", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "write a message to my primary care doctor", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send a message to my care team about my symptoms", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "tell my doctor I want to refill my prescription", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Dr. Patel I'm running late for my appointment", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send my sister a picture of the rash", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "I can't make it to my Tuesday appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I can't make my appointment tomorrow", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I won't be able to make Friday's appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I won't be there for my appointment next week", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "something came up Tuesday and I can't make it", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I have a conflict with my 9am appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I have to miss my appointment with Dr. Mehta", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I can't come to my appointment on Friday", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I won't make it to Wednesday's visit", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I have to skip my appointment tomorrow", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "something else came up the day of my appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I'm not going to be able to attend my appointment Friday", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I can't go to my appointment with Dr. Patel", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I have to drop my 2pm appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "I won't be available for my Tuesday appointment", | |
| "label": "appointments.delete" | |
| }, | |
| { | |
| "text": "What did Dr. Mehta mean by 'monitor closely'?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What did the doctor mean when she said to watch for symptoms?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What does it mean when my doctor says low-sodium diet?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What did Dr. Patel mean by taking it as needed?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can you explain what my doctor wrote in the notes?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is it okay if I skip my evening BP check tomorrow? I have a wedding.", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is it okay if I miss my morning glucose check?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can I skip my medication tonight?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is it fine if I take my pill with food?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can I push my evening dose to later?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is it alright to take this on an empty stomach?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can I take a day off from my routine tomorrow?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can I drink beer while on amoxicillin?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is it okay to take Tylenol with my BP medication?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What's the typical course length for amoxicillin?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What's a normal blood pressure range?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What does my blood glucose number mean?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can I stop taking the Lisinopril if I feel fine?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Should I take my medication on an empty stomach?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Are these side effects normal?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "How long until I see results from this medication?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is my dosage too high?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What does my recent reading mean?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can I take ibuprofen with my prescription?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is it okay to exercise with my heart condition?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What if I miss a dose?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "How much water should I drink with this medication?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Should I be worried about this reading?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "What does it mean if my BP keeps going up?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Why am I feeling lightheaded after taking this pill?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Is it safe to drive on this medication?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Can I fly while on blood thinners?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "My back has been hurting really bad", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I've been feeling dizzy", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My head is killing me", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I have a fever", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My chest feels tight", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I've been short of breath", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My knee is really sore", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I feel nauseous", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My stomach hurts", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I have a rash on my arm", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I've been coughing a lot", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I feel really tired lately", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My ankle is swollen", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I have a sharp pain in my side", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My throat is really sore", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I've been having trouble sleeping", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I keep feeling lightheaded", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My ear hurts", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I have a migraine", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My blood sugar feels off", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I'm getting these chest palpitations", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I've been bleeding more than usual", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I feel a sharp pain when I breathe", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I've been losing my appetite", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "My vision feels blurry sometimes", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "can I stop taking my medicine?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I stop my BP meds?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I stop taking my insulin if I feel fine?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I stop my statin?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I stop taking my blood pressure pills?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it ok to stop my medication?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "do I still need to take my medicine?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I quit my cholesterol meds?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I skip my BP meds today?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I skip a dose of my insulin?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it ok to skip my morning pill?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I take a half dose of my statin?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I double up on my dose if I missed yesterday?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I take my pill late if I forgot?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it safe to take ibuprofen with my blood pressure medication?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I take my heart medication with my diabetes pills?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it ok to drink alcohol on my antibiotics?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I take paracetamol with my blood thinner?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I take my pills with food?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I take my medicine before sleep?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "morning or evening for my statin?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I take my BP meds before or after breakfast?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it safe to take my pill on an empty stomach?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "my statin is making me dizzy, should I stop?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "the medication is upsetting my stomach, can I stop?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "my BP pills give me a headache, should I keep taking them?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "I feel worse on this medication, can I quit?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I keep taking this if it makes me drowsy?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it safe to take my insulin if my sugar is normal?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it ok to take my diabetes meds while sick?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I lower my dose if I feel better?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I increase my BP medication if my readings are high?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "do I still need my statin if my cholesterol is normal now?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I stop my blood thinner before surgery?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I stop my medication before the procedure?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it ok to pause my meds while traveling?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I be taking these pills at all?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "can I just stop my prescription cold turkey?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "is it ok to wean off my medication on my own?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "should I take an extra dose if my BP is high?", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "are there any available today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any available today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any available tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "are there any available tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any availability today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any availability tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "are there any open slots today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any open slots tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do you have any openings today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any open times today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any free slots today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any slots open today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what's available today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what times are open today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what times are available tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "are there any earlier slots", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any earlier appointments available", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "is there anything earlier", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "is there anything available today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "anything available this afternoon", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any slots earlier today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any earlier times available", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do you have anything sooner", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "anything sooner than tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what about today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "how about today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "how about earlier", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what about earlier", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any availability this week", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what's open this week", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "are there any appointment slots available today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do I have any open appointment times today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any available appointment slots for today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "are there any appointments open tomorrow", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "is there anything earlier this week", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what are my vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what are my current vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "can I see my vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "pull up my vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "display my vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "check my vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "how are my vitals looking", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what do my vitals say", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show my latest vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what are my recent vitals", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "give me my vital signs", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my vital signs", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what are my vital signs", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "check my vital signs", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me all my health readings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what are my health readings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my latest health data", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what are my meal times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "show me my meal times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when is breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time is breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when do I eat lunch", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time is my lunch scheduled", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when is dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time is dinner set to", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "show my breakfast schedule", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "tell me my meal schedule", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what are my eating times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when are my meals", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "show all my meal times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "list my meal times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "update my breakfast time to 7am", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "change my breakfast to 6:30 AM", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "set breakfast to 8am", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "move my lunch to 1pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "change lunch time to 1:30 PM", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "update my lunch time", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "change my dinner time to 7:30 PM", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "set dinner to 8pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "move dinner to 7", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "I want to change my breakfast time", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "update dinner time", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "reschedule my lunch to 12pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "push my breakfast back to 7:30", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "adjust my dinner time", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "I want to share my health information", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "share my health data with someone", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "how do I share my health info", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "I want to give someone access to my health records", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "share my health information by email", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "invite someone to view my health data", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "let someone see my health information", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "set up health sharing", | |
| "label": "profiles.family.create" | |
| }, | |
| { | |
| "text": "what does my day look like", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my day looking like", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "how's my day looking", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "how does today look", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my day like", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "my day summary", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "give me my day summary", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "summarize my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "tell me about my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "run me through my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "walk me through today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's ahead for me today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my plan for today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's the plan today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what do I have going on today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's going on with me today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "brief me on my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "give me my daily brief", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "give me a rundown of my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's on my plate today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's lined up for today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "my day at a glance", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "overview of my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "how's my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what should I expect today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "fill me in on my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my morning look like", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my afternoon look like", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "anything important today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's happening for me today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my agenda for today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "day brief please", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "catch me up on my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's in store for me today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "how's today shaping up", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my outlook for today", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "give me the lowdown on my day", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "what's my day got in store", | |
| "label": "summary.read" | |
| }, | |
| { | |
| "text": "hi", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hello", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hey", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hey there", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "good morning", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "good evening", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "good afternoon", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what is ausa", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what's ausa", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "who are you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what are you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what can you do", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what do you do", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "tell me a joke", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "say something funny", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "make me laugh", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how are you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how's it going", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what's up", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "thanks", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "thank you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "thanks so much", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what's the weather", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "is it going to rain", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "tell me a fun fact", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "i'm bored", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "talk to me", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "let's chat", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what's your name", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "good night", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "goodbye", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "bye", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "nice to meet you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "are you a robot", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "who made you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what time is it", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "show me my appointments for today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do I have any appointments today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "list my appointments today", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "when is my next appointment", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "what routines do I have today", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show my routines for today", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what are my reminders today", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "when do I have breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time do I eat dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when's lunch today", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time are my meals set for", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when is my next meal", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my meal schedule today", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time should I eat breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "tell me when I eat", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when do I have my meals", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what hours are my meals", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my breakfast time", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my lunch time", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my dinner time", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when am I supposed to eat", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "do I have a meal coming up", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when do I eat next", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what are my scheduled meal times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "give me my meal times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time do I have lunch and dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "remind me what my meal times are", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "remind me to take my meds at 8am", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "remind me to take my medication every morning", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "set a reminder to take my pills at 9pm", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "add a medication reminder for 8am", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "remind me to take my blood pressure pills daily", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I need a daily reminder for my insulin", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "set up a reminder to take my heart medication", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "remind me about my evening meds", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "create a reminder to take my vitamins at noon", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "remind me to take my tablets after lunch", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "schedule a reminder to take my medicine at 7pm", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "make a daily med reminder for the morning", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "remind me to take my pills before bed", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "set a daily reminder for my morning medication", | |
| "label": "routines.create" | |
| }, | |
| { | |
| "text": "I had a great meal", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "that dinner was delicious", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "I just ate breakfast", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "I love pizza", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "that was a tasty lunch", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "I'm hungry", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what time do I eat breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time do I eat lunch", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time do I eat dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when am I eating breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when am I eating dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my scheduled breakfast time", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my scheduled dinner time", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when do I usually eat", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what are my eating hours", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "tell me my breakfast lunch and dinner times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when do I have breakfast lunch and dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what hour is breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what hour is dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's the time for lunch", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's the time for breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when's my mealtime", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time are my mealtimes", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my eating schedule", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when do I eat my meals", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time should I have lunch", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time should I have dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when's my next mealtime", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "show me when I eat", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time do I have my meals", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "give me my eating times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time is my breakfast set to", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "at what time do I have dinner", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when is my breakfast and lunch", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "change my dinner to 8pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "move my breakfast to 7am", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "update my lunch time to 1pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "set my dinner time to 7:30", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "change my breakfast time", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "reschedule my lunch to noon", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "make my breakfast at 6am", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "shift my dinner later to 8", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "change my breakfast meal time to 7am", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "update my lunch meal time to 1pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "set my dinner meal time to 8pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "move my breakfast eating time to 6:30", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "I want to eat breakfast at 7 instead", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "push my lunch time to 2pm", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "change when I eat dinner to 7:30", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "update my meal schedule breakfast to 8am", | |
| "label": "meal_time.update" | |
| }, | |
| { | |
| "text": "what time do I eat breakfast", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "when am I scheduled to eat lunch", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what's my meal schedule", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "show me my eating times", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "what time is dinner scheduled", | |
| "label": "meal_time.read" | |
| }, | |
| { | |
| "text": "message aakash", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text aakash", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "msg aakash", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "dm aakash", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message John", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text Sarah", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Priya", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text Raj", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Emily", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message aakash hi", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text Sarah good morning", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message John I'm running late", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text aakash see you soon", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Priya happy birthday", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "send aakash a quick hello", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message my friend Sam", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text grandma I'll call later", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Dr. Lee", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message aakash thanks", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text mom I'm on my way", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Liam about the game", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text Noah", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Olivia let's meet", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "dm Priya", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "message Raj good night", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "text my brother Aakash", | |
| "label": "messages.send" | |
| }, | |
| { | |
| "text": "Aakash", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Priya", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Raj", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Sam", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "Emily", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "who is in my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is on my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who's on my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is in my careteam", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is part of my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who all is in my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is in my medical team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is on my medical team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is included in my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is in my healthcare team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "tell me who is in my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "who is currently in my care team", | |
| "label": "profiles.care_team" | |
| }, | |
| { | |
| "text": "hii", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hello there", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "heya", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hiya", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "yo", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "howdy", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "morning", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "evening", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how are you doing", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hows it going", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how is it going", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "whats up", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "sup", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "greetings", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hello ausa", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "hey ausa", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how can you help me", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how can you assist me", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how can you help", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what can you help me with", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what are you capable of", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what are your capabilities", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what do you offer", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "how do you work", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what can i ask you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what kinds of things can you do", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "tell me what you can do", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what features do you have", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what are you able to do", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you tell me what you can help with", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what services do you provide", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what can i do here", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "help", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "i need help", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what are my options", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what should i ask you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what medications am I taking", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what meds am I on", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "list my medications", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what pills do I take", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show my prescriptions", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what medicines do I take", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "which medications am I on", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what are my current medications", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "tell me my medications", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what drugs am I taking", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "show me my medication list", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what prescriptions do I have", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "am I taking any medications", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "what's on my medication list", | |
| "label": "routines.read" | |
| }, | |
| { | |
| "text": "do I have anything with the doctor", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "anything scheduled with my doctor", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do I have a doctor's appointment", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "any visits with my doctor coming up", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "when am I seeing the doctor", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "do I have any doctor visits", | |
| "label": "appointments.read" | |
| }, | |
| { | |
| "text": "I had a great meal today", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "that was a delicious meal", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "I enjoyed my lunch", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "the food was great", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "I had a good breakfast", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "lunch was tasty", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "dinner was amazing", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "I'm not feeling well", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I feel unwell", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I'm feeling sick", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I don't feel good", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I'm under the weather", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "not feeling great today", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I feel terrible", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I've been feeling poorly", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "log a symptom", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "record a symptom", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "report a symptom", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "add a symptom", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "I want to report a symptom", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "what email do you have for me", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what's my email on file", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "which email is registered", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what email address do you have for me", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what is my email", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what email is on my account", | |
| "label": "profiles.personal_info.read" | |
| }, | |
| { | |
| "text": "what's my latest message", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what is my latest message", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what's my last message", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "show me my messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "show my messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "read my messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "read my latest message", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "check my messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "check my latest message", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "do I have any messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "do I have any new messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "do I have any unread messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "any new messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "any unread messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what messages do I have", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "have I gotten any messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "show me my recent messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "show my latest messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what's the last message I received", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what did my doctor say", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what did Dr. Chen say", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "did my doctor message me", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "did Dr. Chen message me", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "did Sarah message me", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "did my mom text me", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "messages from my doctor", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "messages from Dr. Smith", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "messages from my sister", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "read the message from mom", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "show me messages from Dr. Patel", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what's my latest message to my doctor", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what's my last message to Dr. Mehta", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "show my conversation with my doctor", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "read my messages from my cardiologist", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "any messages from the clinic", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what's the latest from my doctor", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "show me my inbox", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what's in my inbox", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "did anyone message me", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "have I received any messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what's my newest message", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "pull up my messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "open my messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "let me see my messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "what did my sister say", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "read my unread messages", | |
| "label": "messages.read" | |
| }, | |
| { | |
| "text": "who is this", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what is your name", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "tell me about yourself", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "introduce yourself", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "who is ausa", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "are you an AI", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "are you a real person", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "who am I talking to", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what exactly are you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "i dont feel well", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i don't feel well", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "im not feeling well", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i feel sick", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i feel ill", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i feel awful", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i'm feeling under the weather", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "not feeling great", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "not feeling well", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i feel dizzy", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i'm sick today", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i feel really unwell", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i'm not well", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "i feel horrible", | |
| "label": "symptoms.report" | |
| }, | |
| { | |
| "text": "is my blood pressure normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my blood pressure in a healthy range", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my blood pressure okay", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my glucose normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my glucose level healthy", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my blood sugar in range", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my blood sugar too high", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my heart rate normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my heart rate too high", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my resting heart rate healthy", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my oxygen level normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my spo2 normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my oxygen saturation low", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my temperature normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my body temperature too high", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "are my vitals normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "are my vitals looking healthy", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "is my latest blood pressure reading normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "tell me if my heart rate is normal", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "check if my glucose is in a healthy range", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my glucose and blood pressure", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what's my heart rate and oxygen level", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show my blood pressure and heart rate", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "let me see my glucose and spo2", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my stethoscope recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "play my stethoscope recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "view my stethoscope recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "pull up my stethoscope exam recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my ENT recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "pull up my ENT exam recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show me my otoscope recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "show my heart sound recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "let me see my lung sound recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "play back my ear exam recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "can I see my throat scope recordings", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "view my recorded heart sounds", | |
| "label": "tests.test_history" | |
| }, | |
| { | |
| "text": "what did I just say", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I just tell you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you earlier", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I say a moment ago", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remind me what I said", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remind me what I told you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what was the first thing I asked you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what was the first thing I said", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what have we talked about", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what have we discussed so far", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did we talk about earlier", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "can you repeat what I said", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I ask you before", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you about my dog", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I say my favorite color was", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "do you remember what I told you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "do you remember what I said earlier", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what was I just talking about", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I mention earlier", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "recap what I said", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "summarize what I have told you", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I just ask", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what have I asked you so far", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "remind me what we discussed", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I say at the start", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "tell me what I said earlier", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what was my last question", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you a minute ago", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "go back to what I said", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I say about my plans", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you my dog's name was", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you my dog's name and favorite city were", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I say my favorite city was", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you my plans were", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you about my trip", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I say my dog was called", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I tell you earlier about my weekend", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what did I say I wanted to do", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what name did I tell you for my dog", | |
| "label": "system.oos" | |
| }, | |
| { | |
| "text": "what city did I say I loved", | |
| "label": "system.oos" | |
| } | |
| ] | |