diff --git a/annotators/dnnc_intents/Dockerfile b/annotators/dnnc_intents/Dockerfile new file mode 100644 index 0000000000..1d20039880 --- /dev/null +++ b/annotators/dnnc_intents/Dockerfile @@ -0,0 +1,25 @@ +FROM deeppavlov/base-gpu:0.17.5 + +RUN pip install git+https://github.com/deeppavlov/DeepPavlov.git@1.3.0 + +WORKDIR /base/DeepPavlov + +WORKDIR /src +RUN mkdir common + +COPY annotators/dnnc_intents/requirements.txt ./requirements.txt +RUN pip install -r requirements.txt + +RUN python -m spacy download en_core_web_sm + +ARG SERVICE_PORT +ENV SERVICE_PORT=$SERVICE_PORT +ARG CONFIG +ENV CONFIG=$CONFIG +ARG CLASSES +ENV CLASSES=$CLASSES + +COPY annotators/dnnc_intents/ ./ +COPY common/ common/ + +CMD gunicorn --workers=1 server:app -b 0.0.0.0:${SERVICE_PORT} --timeout=1200 --preload diff --git a/annotators/dnnc_intents/Readme.md b/annotators/dnnc_intents/Readme.md new file mode 100644 index 0000000000..4d5db50ddf --- /dev/null +++ b/annotators/dnnc_intents/Readme.md @@ -0,0 +1,10 @@ +# DNNC intent classifier +## Description +Classifier that classifies DNNC intent in the few-shot mode. Default version is the logistic regression. Howeve, with config classifier_roberta.json entailment-trained roberta is also supported +## Input/Output +**Input** +Batch of last utterances +**Output** +For each utterance - dictionary {probable class: probability} +## Dependencies +As stated in requirements.txt. And if you use entailment-trained roberta, file utils_roberta.py also is useful diff --git a/annotators/dnnc_intents/classifier.json b/annotators/dnnc_intents/classifier.json new file mode 100644 index 0000000000..ad69d4dde5 --- /dev/null +++ b/annotators/dnnc_intents/classifier.json @@ -0,0 +1,75 @@ +{ + "chainer": { + "in": ["x"], + "pipe": [ + { + "class_name": "stream_spacy_tokenizer", + "in": [ + "x" + ], + "id": "my_tokenizer", + "lemmas": false, + "out": "token_lemmas", + "spacy_model": "en_core_web_sm", + "support_load_path": "{DOWNLOADS_PATH}/logreg_files/support_dataset.json" + }, + { + "ref": "my_tokenizer", + "in": [ + "token_lemmas" + ], + "out": [ + "text_lem" + ] + }, + { + "class_name": "fasttext", + "in": [ + "token_lemmas" + ], + "load_path": "{DOWNLOADS_PATH}/embeddings/fasttext/{LANGUAGE}.bin", + "mean": true, + "out": [ + "text_vector" + ] + }, + { + "in": [ + "text_vector" + ], + "out": [ + "y_pred_probas" + ], + "class_name": "sklearn_component", + "main": true, + "save_path": "{DOWNLOADS_PATH}/logreg_files/model.pkl", + "load_path": "{DOWNLOADS_PATH}/logreg_files/model.pkl", + "model_class": "sklearn.linear_model:LogisticRegression", + "infer_method": "predict_proba", + "C": 10, + "penalty": "l2" + } + ], + "out": ["y_pred_probas"] + }, + "metadata": { + "variables": { + "ROOT_PATH": "~/.deeppavlov", + "DOWNLOADS_PATH":"{ROOT_PATH}/downloads", + "LOGREG_PATH": "{DOWNLOADS_PATH}/logreg_files", + "LANGUAGE":"en" + }, + "imports":["utils"], + "download": [ + { + "url": "http://files.deeppavlov.ai/embeddings/fasttext/{LANGUAGE}.bin", + "subdir": "{DOWNLOADS_PATH}/embeddings/fasttext" + }, + { + "url": "https://files.deeppavlov.ai/dream_data/dnnc_intents/logreg_files.tar.gz", + "subdir": "{LOGREG_PATH}" + } + + ] + } +} diff --git a/annotators/dnnc_intents/classifier_roberta.json b/annotators/dnnc_intents/classifier_roberta.json new file mode 100644 index 0000000000..7b4cde9e9b --- /dev/null +++ b/annotators/dnnc_intents/classifier_roberta.json @@ -0,0 +1,61 @@ +{ + "chainer": { + "in": ["text"], + "pipe": [ + { + "class_name": "dnnc_preparer", + "in": ["text"], + "out": ["texts","dataset"] + }, + { + "class_name": "dnnc_pairgenerator", + "in": ["texts", "dataset"], + "out": ["x", "x_support", "x_populated", "y_support"], + "bidirectional": false + }, + { + "class_name": "torch_transformers_preprocessor", + "in": ["x_populated", "x_support"], + "out": ["bert_features"], + "vocab_file": "{BASE_MODEL}", + "do_lower_case": true, + "max_seq_length": 128 + }, + { + "class_name": "torch_transformers_classifier_batch1", + "main": true, + "in": ["bert_features"], + "out": ["simmilarity_scores"], + "n_classes": 2, + "return_probas": true, + "pretrained_bert": "{BASE_MODEL}", + "save_path": "{MODEL_PATH}/model", + "load_path": "{MODEL_PATH}/model", + "is_binary": "{BINARY_CLASSIFICATION}" + }, + { + "class_name": "dnnc_proba2labels", + "is_binary": "{BINARY_CLASSIFICATION}", + "in": ["simmilarity_scores", "x", "x_populated", "x_support", "y_support"], + "out": ["y_pred"], + "confidence_threshold": 0.0 + } + ], + "out": ["y_pred"] + }, + "metadata": { + "variables": { + "ROOT_PATH": "~/.deeppavlov", + "MODEL_PATH": "{ROOT_PATH}/models/fewshot/roberta_nli_mrpc_1_10", + "BINARY_CLASSIFICATION": true, + "BASE_MODEL": "roberta-base" + }, + "imports":["utils_roberta"], + "download": [ + { + "url": "http://files.deeppavlov.ai/v1/classifiers/fewshot/roberta_nli_mrpc_1_10.tar.gz", + "subdir": "{MODEL_PATH}" + } + ] + } +} diff --git a/annotators/dnnc_intents/data_full.json b/annotators/dnnc_intents/data_full.json new file mode 100644 index 0000000000..143ab9219e --- /dev/null +++ b/annotators/dnnc_intents/data_full.json @@ -0,0 +1,94814 @@ +{ + "oos_val": [ + [ + "set a warning for when my bank account starts running low", + "oos" + ], + [ + "a show on broadway", + "oos" + ], + [ + "who has the best record in the nfl", + "oos" + ], + [ + "how do i find the area of a circle", + "oos" + ], + [ + "how many onions do i have on hand", + "oos" + ], + [ + "what is the name of the 13th president", + "oos" + ], + [ + "show me recent activity in my backyard", + "oos" + ], + [ + "how long will it take me to pay off my card if i pay an extra $50 a month over the minimum", + "oos" + ], + [ + "does our bank have free notary", + "oos" + ], + [ + "what were the top stories this week", + "oos" + ], + [ + "can i mix antifreeze with water", + "oos" + ], + [ + "are any earning reports due", + "oos" + ], + [ + "show me the channel guide", + "oos" + ], + [ + "is the pnc bank open", + "oos" + ], + [ + "where does the power steering fluid go", + "oos" + ], + [ + "when was the last time the president visited floridau", + "oos" + ], + [ + "how can i keep my windshield from fogging up in winter", + "oos" + ], + [ + "how do i compute the median of a set of numbers", + "oos" + ], + [ + "what is happening with brexit right nowu", + "oos" + ], + [ + "are there any new companies to look out for", + "oos" + ], + [ + "can you tell me how to compute price per ounce", + "oos" + ], + [ + "how to unclog a drain", + "oos" + ], + [ + "am kind of busy now", + "oos" + ], + [ + "what new reality shows are there for 2019", + "oos" + ], + [ + "what is the purpose or benefit of a cash advance", + "oos" + ], + [ + "how can i root an android phone", + "oos" + ], + [ + "is android better than iphone", + "oos" + ], + [ + "are androids expensive", + "oos" + ], + [ + "how long does it take to become an architect", + "oos" + ], + [ + "who are some famous living architects", + "oos" + ], + [ + "find out for me as to why people get autism", + "oos" + ], + [ + "is autism a genetic disease", + "oos" + ], + [ + "is flu contagious", + "oos" + ], + [ + "is it true that nicotine is harder to kick than heroin", + "oos" + ], + [ + "please inform me on bad habits and overcoming them", + "oos" + ], + [ + "are bad habits closely related with addictions", + "oos" + ], + [ + "does hypnosis work to break bad habits", + "oos" + ], + [ + "king of acid", + "oos" + ], + [ + "suo2", + "oos" + ], + [ + "what university in the united states offers the best biomedical engineering program", + "oos" + ], + [ + "what's the definition of nuclear engineering", + "oos" + ], + [ + "when was electrical engineering created", + "oos" + ], + [ + "what is naval engineering", + "oos" + ], + [ + "is it possible to survive in a black hole", + "oos" + ], + [ + "where do black holes come from", + "oos" + ], + [ + "what are black holes", + "oos" + ], + [ + "what was the final vote count in the brexit referendum", + "oos" + ], + [ + "can you tell me the latest georgia news", + "oos" + ], + [ + "is the brexit finalized yet", + "oos" + ], + [ + "the birds fly with there wings", + "oos" + ], + [ + "how the birds fly", + "oos" + ], + [ + "where does cannabis originate from", + "oos" + ], + [ + "how are my cannabis stocks doing", + "oos" + ], + [ + "is marijuana addictive", + "oos" + ], + [ + "should i hit or stay at 17 in blackjack", + "oos" + ], + [ + "what game has the best odds at a casino", + "oos" + ], + [ + "what's the best opening gambit for a game of chess", + "oos" + ], + [ + "what side in chess has the general advantage", + "oos" + ], + [ + "how do i get better at go", + "oos" + ], + [ + "how high does my sat score need to be to get into harvard", + "oos" + ], + [ + "what'll an education at boulder state college run", + "oos" + ], + [ + "what's the average gpa to get into yale", + "oos" + ], + [ + "what act score is considered good", + "oos" + ], + [ + "what cryptocurrency gained the most in 2018", + "oos" + ], + [ + "what's the best crypto to buy in 2019", + "oos" + ], + [ + "how is crypto legal", + "oos" + ], + [ + "are there any cybersecurity jobs available in pittsburgh", + "oos" + ], + [ + "how many firewalls should i have and what type", + "oos" + ], + [ + "how can i breach a network", + "oos" + ], + [ + "how does cybersecurity work", + "oos" + ], + [ + "how many countries in the world are democracies", + "oos" + ], + [ + "is the united states a democracy", + "oos" + ], + [ + "which nations are not democratic", + "oos" + ], + [ + "how does a democracy work", + "oos" + ], + [ + "please get me my wheelchair", + "oos" + ], + [ + "what's the best dog food to feed my puppy", + "oos" + ], + [ + "how do you know when your dog is ill", + "oos" + ], + [ + "what dog breed sold the most in 2018", + "oos" + ], + [ + "how much food should i feed my cat", + "oos" + ], + [ + "what does it mean if i dream of falling off a building", + "oos" + ], + [ + "is it bad to not remember your dreams", + "oos" + ], + [ + "why do we dream", + "oos" + ], + [ + "do ducks eat meat, vegetables, or both", + "oos" + ], + [ + "what is the friendliest breed", + "oos" + ], + [ + "what do geese eat", + "oos" + ], + [ + "do ducks sleep", + "oos" + ], + [ + "are over the ear headphones better than in ear headphones", + "oos" + ], + [ + "what brand of earphones is the best reviewed of 2019", + "oos" + ], + [ + "are white and brown eggs any different", + "oos" + ], + [ + "where do eggs come from", + "oos" + ], + [ + "how can i easily replace a string on my guitar", + "oos" + ], + [ + "how do you learn how to play electric violin", + "oos" + ], + [ + "can you give me the standard tuning notes", + "oos" + ], + [ + "what is the cheapest electric guitar", + "oos" + ], + [ + "you want to know about current time now", + "oos" + ], + [ + "what does it mean to have equality", + "oos" + ], + [ + "what site publishes the most fake news", + "oos" + ], + [ + "can you tell me some fake news", + "oos" + ], + [ + "is cnn really fake news", + "oos" + ], + [ + "why is there fake news", + "oos" + ] + ], + "val": [ + [ + "in spanish, meet me tomorrow is said how", + "translate" + ], + [ + "in french, how do i say, see you later", + "translate" + ], + [ + "how do you say hello in japanese", + "translate" + ], + [ + "how do i ask about the weather in chinese", + "translate" + ], + [ + "how can i say \"cancel my order\" in french", + "translate" + ], + [ + "how do i say dinner in spanish", + "translate" + ], + [ + "how do you say good bye in french", + "translate" + ], + [ + "how do i say thank you in spanish", + "translate" + ], + [ + "how do i say good bye in chinese", + "translate" + ], + [ + "how can i say thank you very much in chinese", + "translate" + ], + [ + "i need to know how to say hello in france", + "translate" + ], + [ + "would you tell me how to say goodbye in france", + "translate" + ], + [ + "how do you say hello in mexico", + "translate" + ], + [ + "tell me how to say hello in chile", + "translate" + ], + [ + "i want to know how to say goodbye in france", + "translate" + ], + [ + "would you translate a sentence into russian for me, please", + "translate" + ], + [ + "would you translate a phrase into mandarin for me", + "translate" + ], + [ + "can you translate this name into spanish for me, please", + "translate" + ], + [ + "could you translate this into chinese for me, please", + "translate" + ], + [ + "could you translate water into dutch for me", + "translate" + ], + [ + "transfer ten dollars from my wells fargo account to my bank of america account", + "transfer" + ], + [ + "take one hundred and fifty bucks from my wells fargo checking account and put it in my wells fargo savings account", + "transfer" + ], + [ + "put one hundred and seventy five bucks in my wells fargo checking account from my citibank savings account", + "transfer" + ], + [ + "move two hundred dollars to my chase savings account to my wells fargo checking account", + "transfer" + ], + [ + "move three hundred and fifty dollars from my citibank savings account to my chase savings account", + "transfer" + ], + [ + "move a dollar from my checkings to my savings", + "transfer" + ], + [ + "move my money to the other account", + "transfer" + ], + [ + "transfer funds to the other account", + "transfer" + ], + [ + "please transfer half of my funds to an alternate account", + "transfer" + ], + [ + "can you move my money to my savings", + "transfer" + ], + [ + "make an eft to my savings from my checking account", + "transfer" + ], + [ + "send 100 dollars from my vanguard money market to my wells fargo savings", + "transfer" + ], + [ + "i need 200 dollars transferred from my long island savings account to my chase checking", + "transfer" + ], + [ + "send from my bbc money market to my t rowe price money market seven thousand dollars", + "transfer" + ], + [ + "i need 2000 to go to my chase checking from my mellon bank savings account", + "transfer" + ], + [ + "move 100 dollars from my savings to my checking", + "transfer" + ], + [ + "transfer 1000 dollars from my first national bank to my bethpage federal credit union savings", + "transfer" + ], + [ + "take out of my checking 400 dollars and put it into my emergency savings account", + "transfer" + ], + [ + "i need to transfer one thousand dollars to my savings account from my checking", + "transfer" + ], + [ + "transfer 50 dollars from my checking account to my money market account", + "transfer" + ], + [ + "create a new timer", + "timer" + ], + [ + "i'd like to set a new timer", + "timer" + ], + [ + "help me set a timer please", + "timer" + ], + [ + "10 minutes is what the timer should be set at", + "timer" + ], + [ + "the timer should have 10 minutes set to it", + "timer" + ], + [ + "10 minutes is the setting for the timer", + "timer" + ], + [ + "the timer is calculated for 10 minutes", + "timer" + ], + [ + "set the timer for 10 minutes", + "timer" + ], + [ + "can you set a 30 second timer", + "timer" + ], + [ + "please set a timer to go off in 45 minutes", + "timer" + ], + [ + "i need you to create a timer", + "timer" + ], + [ + "i need a timer set please", + "timer" + ], + [ + "create a timer that is set to go off after 25 mins", + "timer" + ], + [ + "i need a timer that is set at 1 hour exactly", + "timer" + ], + [ + "could you set up a timer for me", + "timer" + ], + [ + "will you start a timer for me", + "timer" + ], + [ + "set up a 52 minute timer", + "timer" + ], + [ + "please set up a timer for me", + "timer" + ], + [ + "set 60 minutes for oven please", + "timer" + ], + [ + "please make the timer for cooking for for 2 hours", + "timer" + ], + [ + "may i please have a definition for the work churlish", + "definition" + ], + [ + "i want to know what trenchant means", + "definition" + ], + [ + "what is the meaning of fascism", + "definition" + ], + [ + "can you tell me what a septuagenarian is", + "definition" + ], + [ + "can you define the word schadenfreude", + "definition" + ], + [ + "what does unsavory mean", + "definition" + ], + [ + "please define erection for me", + "definition" + ], + [ + "what does idiosyncratic mean", + "definition" + ], + [ + "tell me the meaning of condemnation", + "definition" + ], + [ + "define monetary for me please", + "definition" + ], + [ + "tell me the meaning of hegemony", + "definition" + ], + [ + "what does indignation mean", + "definition" + ], + [ + "define ambivalence for me please", + "definition" + ], + [ + "please define institutional racism", + "definition" + ], + [ + "define antagonist for me please", + "definition" + ], + [ + "what does distinguish mean", + "definition" + ], + [ + "what is the meaning of word alliance", + "definition" + ], + [ + "i need to know what dominate means", + "definition" + ], + [ + "what is the definition of the word migrate", + "definition" + ], + [ + "tell me please what paean means", + "definition" + ], + [ + "i want to know what the purpose of life is", + "meaning_of_life" + ], + [ + "i want to hear what you think life's purpose is about", + "meaning_of_life" + ], + [ + "what do you think the purpose of life is", + "meaning_of_life" + ], + [ + "what is the purpose of existence", + "meaning_of_life" + ], + [ + "what do you think our purpose is in life", + "meaning_of_life" + ], + [ + "i'd like to know the meaning of life", + "meaning_of_life" + ], + [ + "what's your opinion on the meaning of life", + "meaning_of_life" + ], + [ + "what is life's purpose", + "meaning_of_life" + ], + [ + "tell me all about the meaning of life", + "meaning_of_life" + ], + [ + "tell me your thoughts about the meaning of life", + "meaning_of_life" + ], + [ + "do you have any ideas on the meaning of life", + "meaning_of_life" + ], + [ + "do you know the deeper meaning of life", + "meaning_of_life" + ], + [ + "tell me the meaning of life", + "meaning_of_life" + ], + [ + "can you tell me, what is the meaning of life", + "meaning_of_life" + ], + [ + "what is the meaning behind life, do you think", + "meaning_of_life" + ], + [ + "what is our purpose", + "meaning_of_life" + ], + [ + "what do you think we are on earth for", + "meaning_of_life" + ], + [ + "what do you think life is really about", + "meaning_of_life" + ], + [ + "do you think we have a higher calling", + "meaning_of_life" + ], + [ + "why are humans on earth", + "meaning_of_life" + ], + [ + "explain how do i get new insurance", + "insurance_change" + ], + [ + "tell me how to get new insurance", + "insurance_change" + ], + [ + "explain to me how do i get new insurance", + "insurance_change" + ], + [ + "i want to get new insurance", + "insurance_change" + ], + [ + "can you tell me how do i get new insurance", + "insurance_change" + ], + [ + "i'd like to know how changes are made to my insurance policy", + "insurance_change" + ], + [ + "how can i make changes for my insurance policy", + "insurance_change" + ], + [ + "can you tell me how changes on my insurance policy can be made", + "insurance_change" + ], + [ + "i'd like to know how to make changes for my insurance policy", + "insurance_change" + ], + [ + "could you tell me how to make changes to my insurance policy", + "insurance_change" + ], + [ + "tell me how to change my policy", + "insurance_change" + ], + [ + "i need to switch insurance plans", + "insurance_change" + ], + [ + "can you help me switch insurance plans", + "insurance_change" + ], + [ + "tell me how to make changes to my insurance policy", + "insurance_change" + ], + [ + "how do i switch to a new insurance plan", + "insurance_change" + ], + [ + "can you help me switch to a new insurance plan", + "insurance_change" + ], + [ + "how can i change information on my insurance policy", + "insurance_change" + ], + [ + "how do i make changes to my insurance policy", + "insurance_change" + ], + [ + "tell me how to change my insurance policy", + "insurance_change" + ], + [ + "i need to change my insurance policy, how", + "insurance_change" + ], + [ + "please help me in finding my phone", + "find_phone" + ], + [ + "please help me find my lost phone", + "find_phone" + ], + [ + "i need your help finding my lost phone", + "find_phone" + ], + [ + "help me find my phone please", + "find_phone" + ], + [ + "tell me where i left my phone", + "find_phone" + ], + [ + "what did i do with my phone", + "find_phone" + ], + [ + "can you tell me where my phone is", + "find_phone" + ], + [ + "what happened to my cellphone", + "find_phone" + ], + [ + "do you remember where i left my cellphone", + "find_phone" + ], + [ + "where is my cellphone", + "find_phone" + ], + [ + "do you know where my cellphone is", + "find_phone" + ], + [ + "i have lost my phone", + "find_phone" + ], + [ + "help me, i don't know where my phone is", + "find_phone" + ], + [ + "tell me my phone's location", + "find_phone" + ], + [ + "where would my phone be", + "find_phone" + ], + [ + "i need to know my phone's location", + "find_phone" + ], + [ + "help locate my phone", + "find_phone" + ], + [ + "can you find me my phone", + "find_phone" + ], + [ + "track down my phone for me", + "find_phone" + ], + [ + "my phone is lost and i need help finding it", + "find_phone" + ], + [ + "is traveling to france safe", + "travel_alert" + ], + [ + "is france safe to travel to", + "travel_alert" + ], + [ + "i need to know is traveling to france safe", + "travel_alert" + ], + [ + "can i travel to france as far as safety goes", + "travel_alert" + ], + [ + "can i safely travel to france or is it dangerous", + "travel_alert" + ], + [ + "are there any current travel alerts for brazil", + "travel_alert" + ], + [ + "are there any travel alerts for seattle", + "travel_alert" + ], + [ + "how safe is it to travel to guatemala right now and are there any alerts", + "travel_alert" + ], + [ + "are there any travel alerts for juarez", + "travel_alert" + ], + [ + "what's the danger level of flying to russia right now", + "travel_alert" + ], + [ + "are there any travel alerts for antarctica", + "travel_alert" + ], + [ + "are there any travel alerts for mountain view", + "travel_alert" + ], + [ + "does mexico have any travel alerts i should know about", + "travel_alert" + ], + [ + "does greece currently have any travel alerts in place", + "travel_alert" + ], + [ + "are there any travel alerts for brazil", + "travel_alert" + ], + [ + "how safe is it to visit spain", + "travel_alert" + ], + [ + "how safe is visiting canada this week", + "travel_alert" + ], + [ + "have the riots in france triggered any alerts for people traveling to there", + "travel_alert" + ], + [ + "is there any danger going to brazil", + "travel_alert" + ], + [ + "is it safe to travel to mexico", + "travel_alert" + ], + [ + "please request pto for march 2 and 3", + "pto_request" + ], + [ + "i am requesting pto for march 2 and 3", + "pto_request" + ], + [ + "can you please request pto for march 2 and 3", + "pto_request" + ], + [ + "i would like to request pto for march 2 and 3", + "pto_request" + ], + [ + "i need to request pto for march 2 and 3", + "pto_request" + ], + [ + "let me know how to make a vacation request", + "pto_request" + ], + [ + "i need to make a vacation request; how", + "pto_request" + ], + [ + "can i put in a pto request for may 1 to may 5", + "pto_request" + ], + [ + "tell me how to make a vacation request", + "pto_request" + ], + [ + "i would like to know if i can put a pto request in for march 19 to march 20", + "pto_request" + ], + [ + "am i able to put in a pto request for may 6 to may 18", + "pto_request" + ], + [ + "provide assistance on what to do to make a vacation request", + "pto_request" + ], + [ + "i need to know how to make a vacation request", + "pto_request" + ], + [ + "i need to know if i can put a pto request in for march 10 to march 12", + "pto_request" + ], + [ + "tell me whether i can put a pto request in for may 10 to may 15", + "pto_request" + ], + [ + "what is the process for making a vacation request", + "pto_request" + ], + [ + "what's the method for requesting a vacation", + "pto_request" + ], + [ + "what are the steps required for making a vacation request", + "pto_request" + ], + [ + "please help me make a request for vacation", + "pto_request" + ], + [ + "i have a vacation request that i need made", + "pto_request" + ], + [ + "what are some ways to raise my credit score", + "improve_credit_score" + ], + [ + "what will help my credit score", + "improve_credit_score" + ], + [ + "are there any videos on how to repair my credit score", + "improve_credit_score" + ], + [ + "what can i do to get a better credit score", + "improve_credit_score" + ], + [ + "will getting a credit card help my credit score", + "improve_credit_score" + ], + [ + "what are the top 10 ways to build my credit score", + "improve_credit_score" + ], + [ + "how can i build up my credit score", + "improve_credit_score" + ], + [ + "how can i build my credit score", + "improve_credit_score" + ], + [ + "what are some easy ways to make my credit score better", + "improve_credit_score" + ], + [ + "how do i prevent my credit score from dropping", + "improve_credit_score" + ], + [ + "how should i go about improving my credit score", + "improve_credit_score" + ], + [ + "how can i make sure that my credit score does not decrease", + "improve_credit_score" + ], + [ + "what is the best way to insure that my credit score doesn't decrease", + "improve_credit_score" + ], + [ + "what things can i do to increase my credit score", + "improve_credit_score" + ], + [ + "what is the best way to keep my credit score from going down", + "improve_credit_score" + ], + [ + "what is the best thing for me to do to improve my credit score quickly", + "improve_credit_score" + ], + [ + "how can i safeguard my credit score from dropping", + "improve_credit_score" + ], + [ + "do i have options on how to improve my credit score", + "improve_credit_score" + ], + [ + "what steps can i take to improve my credit score", + "improve_credit_score" + ], + [ + "show me a plan to help my credit score rating", + "improve_credit_score" + ], + [ + "tell me something interesting about lake tahoe", + "fun_fact" + ], + [ + "tell me a cool fact about reno", + "fun_fact" + ], + [ + "tell me something interesting about new york state", + "fun_fact" + ], + [ + "give me a cool fact about new orleans", + "fun_fact" + ], + [ + "give me a cool fact about seattle", + "fun_fact" + ], + [ + "tell me something interesting about elephants", + "fun_fact" + ], + [ + "tell me something interesting about dogs", + "fun_fact" + ], + [ + "give me a cool fact about potatoes", + "fun_fact" + ], + [ + "give me a cool fact about puppies", + "fun_fact" + ], + [ + "give me a cool fact about lsd", + "fun_fact" + ], + [ + "tell me a fun fact about the moon landing", + "fun_fact" + ], + [ + "what's a fun fact about axolotls", + "fun_fact" + ], + [ + "tell me a fact about the maned wolf", + "fun_fact" + ], + [ + "give me harry potter trivia", + "fun_fact" + ], + [ + "tell me an axolotl fact", + "fun_fact" + ], + [ + "i need a spider fact", + "fun_fact" + ], + [ + "show me trivia about cats", + "fun_fact" + ], + [ + "read me some different cat trivia items", + "fun_fact" + ], + [ + "find me cat trivia now please", + "fun_fact" + ], + [ + "read me cat trivia", + "fun_fact" + ], + [ + "i need new language", + "change_language" + ], + [ + "switch language for me", + "change_language" + ], + [ + "please change your language setting to russian", + "change_language" + ], + [ + "you must change your language setting to russian", + "change_language" + ], + [ + "you need to change your language setting to russian please", + "change_language" + ], + [ + "change language please", + "change_language" + ], + [ + "please change your language setting to spanish now", + "change_language" + ], + [ + "change your language setting to spanish", + "change_language" + ], + [ + "i want new language", + "change_language" + ], + [ + "please change the language", + "change_language" + ], + [ + "speak arabic", + "change_language" + ], + [ + "speak navajo", + "change_language" + ], + [ + "speak german", + "change_language" + ], + [ + "speak french", + "change_language" + ], + [ + "speak mandarin", + "change_language" + ], + [ + "change response language from mandarin to english", + "change_language" + ], + [ + "please respond to me in english from now on", + "change_language" + ], + [ + "please change your response language to english", + "change_language" + ], + [ + "how can i change your response language", + "change_language" + ], + [ + "change the language to english", + "change_language" + ], + [ + "when's the next time i get paid", + "payday" + ], + [ + "when's my next paycheck coming in", + "payday" + ], + [ + "what's the date of my next paycheck", + "payday" + ], + [ + "when do i get my paycheck", + "payday" + ], + [ + "which day is pay day", + "payday" + ], + [ + "which day is it that my payment comes in", + "payday" + ], + [ + "when am i paid or how often", + "payday" + ], + [ + "how many days until i get my payment", + "payday" + ], + [ + "what was the last check date", + "payday" + ], + [ + "when was i paid most recently", + "payday" + ], + [ + "what was the date of my last paycheck", + "payday" + ], + [ + "when did i get my check last", + "payday" + ], + [ + "how long has it been since i was paid", + "payday" + ], + [ + "how many times do i get paid in march", + "payday" + ], + [ + "what date is the next payday", + "payday" + ], + [ + "i am trying to find out when is the next payday", + "payday" + ], + [ + "what date is the next day i get paid", + "payday" + ], + [ + "when is the next payday", + "payday" + ], + [ + "what is my pay", + "payday" + ], + [ + "how much is on my paycheck this week", + "payday" + ], + [ + "what's the time of arrival on my new credit card", + "replacement_card_duration" + ], + [ + "tell me the duration it takes to get a new cc", + "replacement_card_duration" + ], + [ + "is it a short time before i receive my new credit card", + "replacement_card_duration" + ], + [ + "how long before my updated cc takes to arrive", + "replacement_card_duration" + ], + [ + "how long does it take a new card to arrive in the mail to me", + "replacement_card_duration" + ], + [ + "what is the length of time it takes a new card to get mailed to me", + "replacement_card_duration" + ], + [ + "about how long does it usually take a new card to get mailed to me", + "replacement_card_duration" + ], + [ + "how much time does it take a new card to get mailed to me", + "replacement_card_duration" + ], + [ + "how soon does it take a card new card to get mailed to me", + "replacement_card_duration" + ], + [ + "after losing a credit card, how long does it take to get a new one", + "replacement_card_duration" + ], + [ + "if i lose my credit card, will i get a replacement immediately", + "replacement_card_duration" + ], + [ + "what is the time frame for receiving a new credit card if my original one gets lost", + "replacement_card_duration" + ], + [ + "will i have to wait a long time to receive my new credit card after i lost my old one", + "replacement_card_duration" + ], + [ + "how long should i expect to wait for my replacement credit card", + "replacement_card_duration" + ], + [ + "will my new credit card be here this week", + "replacement_card_duration" + ], + [ + "how long does it usually take for a new credit card to come", + "replacement_card_duration" + ], + [ + "what is the eta on getting a replacement card", + "replacement_card_duration" + ], + [ + "show tracking information on my replacement credit card", + "replacement_card_duration" + ], + [ + "when will i get my replacement card", + "replacement_card_duration" + ], + [ + "will it take more than a month to get a new card", + "replacement_card_duration" + ], + [ + "what time is it in france", + "time" + ], + [ + "what's the time in london right now", + "time" + ], + [ + "what hour is it in london", + "time" + ], + [ + "what's the time", + "time" + ], + [ + "what is the time in london", + "time" + ], + [ + "i need to know what time it is", + "time" + ], + [ + "what time of day is it in london", + "time" + ], + [ + "tell me what time it is", + "time" + ], + [ + "what time of day is it", + "time" + ], + [ + "what time is it in the pacific timezone", + "time" + ], + [ + "what time is it in pacific standard time", + "time" + ], + [ + "what time is it over in pacific time", + "time" + ], + [ + "what time is in over there in pacific standard time", + "time" + ], + [ + "what time is it in the pacific standard time", + "time" + ], + [ + "what is the time in paris now", + "time" + ], + [ + "time in manhattan", + "time" + ], + [ + "how late is it now in ourense", + "time" + ], + [ + "what is the current time right now in hollywood", + "time" + ], + [ + "what time is it now in michigan", + "time" + ], + [ + "what's the clock say", + "time" + ], + [ + "what is the present status of my credit card application", + "application_status" + ], + [ + "what is the current status of my credit card application", + "application_status" + ], + [ + "in what status is my credit card application currently in", + "application_status" + ], + [ + "how far along is my credit card application", + "application_status" + ], + [ + "what is the status of my credit card application looking like", + "application_status" + ], + [ + "pull up my credit card application's current status", + "application_status" + ], + [ + "has my credit card application processed yet", + "application_status" + ], + [ + "check the status of my credit card application please", + "application_status" + ], + [ + "has my card application successfully gone through", + "application_status" + ], + [ + "go to the credit card site and check if my application has gone through", + "application_status" + ], + [ + "has my credit card application been approved yet", + "application_status" + ], + [ + "can you check on the status of my credit card application", + "application_status" + ], + [ + "i would like to know if my visa card application has been approved", + "application_status" + ], + [ + "can you let me know if my visa card has been approved", + "application_status" + ], + [ + "at what point will the review of my credit card application be completed", + "application_status" + ], + [ + "can you check if my mastercard application has been reviewed yet", + "application_status" + ], + [ + "has my visa card application been approved yet", + "application_status" + ], + [ + "please let me know how my credit card application is going", + "application_status" + ], + [ + "when will my credit card application be reviewed", + "application_status" + ], + [ + "please let me know if my discover card application has been approved", + "application_status" + ], + [ + "when is my flight going to board", + "flight_status" + ], + [ + "when am i boarding my flight", + "flight_status" + ], + [ + "at what time should i be boarding my flight", + "flight_status" + ], + [ + "can you please update the status of flight dl123", + "flight_status" + ], + [ + "when is the expected arrival of flight dl123", + "flight_status" + ], + [ + "is flight dl123 due to land as schedule", + "flight_status" + ], + [ + "will flight dl123 be on time", + "flight_status" + ], + [ + "are there any expected delays for flight dl123", + "flight_status" + ], + [ + "i would like to know flight dl123's status", + "flight_status" + ], + [ + "tell me flight dl123's statud", + "flight_status" + ], + [ + "for flight dl123 what's the status", + "flight_status" + ], + [ + "could you tell me the status of flight dl123", + "flight_status" + ], + [ + "when is my flight expected to arrive", + "flight_status" + ], + [ + "at what time is my flight scheduled to land", + "flight_status" + ], + [ + "what time is my flight going to land", + "flight_status" + ], + [ + "ostensibly when is my flight going to land", + "flight_status" + ], + [ + "when is my flight going to arrive", + "flight_status" + ], + [ + "what time does my flight board", + "flight_status" + ], + [ + "what is the boarding time for my upcoming flight", + "flight_status" + ], + [ + "when is my flight boarding", + "flight_status" + ], + [ + "flip a normal coin", + "flip_coin" + ], + [ + "flip a heads or tails coin i pick heads", + "flip_coin" + ], + [ + "flip a coin, i choose heads", + "flip_coin" + ], + [ + "please flip a coin - i call heads", + "flip_coin" + ], + [ + "can you flip a coin i pick heads", + "flip_coin" + ], + [ + "please flip coin ai", + "flip_coin" + ], + [ + "flip a coin now", + "flip_coin" + ], + [ + "please flip a coin", + "flip_coin" + ], + [ + "i need you to flip a coin", + "flip_coin" + ], + [ + "flip coin ai", + "flip_coin" + ], + [ + "please go ahead and flip a coin", + "flip_coin" + ], + [ + "flip the coin ai", + "flip_coin" + ], + [ + "please flip coin", + "flip_coin" + ], + [ + "i wanna flip a coin", + "flip_coin" + ], + [ + "please flip the coin", + "flip_coin" + ], + [ + "please flip the coin over ai", + "flip_coin" + ], + [ + "i'm wanting you to flip a coin", + "flip_coin" + ], + [ + "flip me a coin", + "flip_coin" + ], + [ + "i want you to flip a coin now", + "flip_coin" + ], + [ + "i call tails and you call heads on this coin flip i need you to do", + "flip_coin" + ], + [ + "will you start calling me chaz", + "change_user_name" + ], + [ + "stop calling me charlie and from now on always call me chip", + "change_user_name" + ], + [ + "from now on, refer to me as chuck", + "change_user_name" + ], + [ + "please call me charlile from here on out ok", + "change_user_name" + ], + [ + "i want you to call me a different name so can you call me charchar", + "change_user_name" + ], + [ + "please change my name to tom", + "change_user_name" + ], + [ + "from now on, my name is tom", + "change_user_name" + ], + [ + "i want to be called tom", + "change_user_name" + ], + [ + "please call me tom", + "change_user_name" + ], + [ + "you can call me jason", + "change_user_name" + ], + [ + "my name is jason", + "change_user_name" + ], + [ + "jason is my name", + "change_user_name" + ], + [ + "i prefer to be called jason", + "change_user_name" + ], + [ + "i am jason", + "change_user_name" + ], + [ + "you shall address me as nick", + "change_user_name" + ], + [ + "my name is nick", + "change_user_name" + ], + [ + "refer to me as nick", + "change_user_name" + ], + [ + "the name is nick", + "change_user_name" + ], + [ + "you could say my name is nick", + "change_user_name" + ], + [ + "i am camile", + "change_user_name" + ], + [ + "what place were you born at", + "where_are_you_from" + ], + [ + "where were you born as a kid", + "where_are_you_from" + ], + [ + "tell me where you were created", + "where_are_you_from" + ], + [ + "what place were you made at", + "where_are_you_from" + ], + [ + "what place were you actually born at", + "where_are_you_from" + ], + [ + "what place do you come from", + "where_are_you_from" + ], + [ + "where do you hale from", + "where_are_you_from" + ], + [ + "what place were you born", + "where_are_you_from" + ], + [ + "where are you from before you got here", + "where_are_you_from" + ], + [ + "let me know when you were made", + "where_are_you_from" + ], + [ + "where you from", + "where_are_you_from" + ], + [ + "where are you from if i may ask", + "where_are_you_from" + ], + [ + "where are you from oroginally", + "where_are_you_from" + ], + [ + "where are you originally from before coming here", + "where_are_you_from" + ], + [ + "what's your home town", + "where_are_you_from" + ], + [ + "what country are you from", + "where_are_you_from" + ], + [ + "are you from here", + "where_are_you_from" + ], + [ + "were you made here", + "where_are_you_from" + ], + [ + "where did you come from", + "where_are_you_from" + ], + [ + "you were made where", + "where_are_you_from" + ], + [ + "i'm not sure if watermelon is on my shopping list, but if it isn't can you put it on there", + "shopping_list_update" + ], + [ + "is it possible to add grapes to my shopping list if they aren't on there already", + "shopping_list_update" + ], + [ + "please add bananas to my shopping list unless i already did", + "shopping_list_update" + ], + [ + "can you add apples to my shopping list if they aren't already on there", + "shopping_list_update" + ], + [ + "would you be willing to add bread to my shopping list if i haven't already", + "shopping_list_update" + ], + [ + "i'm out of cleaning supplies, remind me on my list", + "shopping_list_update" + ], + [ + "i don't have any more steak, please put that on my grocery list", + "shopping_list_update" + ], + [ + "i'm out of apples, add that to my list", + "shopping_list_update" + ], + [ + "i have no oranges, put them onto my list", + "shopping_list_update" + ], + [ + "do i have peanuts on my shopping list if not please add it", + "shopping_list_update" + ], + [ + "do i have soda on my shopping list if not please add it", + "shopping_list_update" + ], + [ + "i'm out of kleenex so will you put that on my shopping list", + "shopping_list_update" + ], + [ + "i'm out of paper towels so will you put that on my shopping list", + "shopping_list_update" + ], + [ + "i'm out of toilet paper so will you put that on my shopping list", + "shopping_list_update" + ], + [ + "do i have graham crackers on my shopping list if not please add it", + "shopping_list_update" + ], + [ + "i'm out of clorox wipes so will you put that on my shopping list", + "shopping_list_update" + ], + [ + "do i have tortillas on my shopping list if not please add it", + "shopping_list_update" + ], + [ + "i'm out of laundry detergent so will you put that on my shopping list", + "shopping_list_update" + ], + [ + "do i have cheese on my shopping list if not please add it", + "shopping_list_update" + ], + [ + "i'd like you to add oranges to my shopping list", + "shopping_list_update" + ], + [ + "what categories of questions can you answer", + "what_can_i_ask_you" + ], + [ + "what kind of questions can i ask the ai", + "what_can_i_ask_you" + ], + [ + "can you tell me what i can ask the ai", + "what_can_i_ask_you" + ], + [ + "what types of things can i ask the ai", + "what_can_i_ask_you" + ], + [ + "what kind of things can i ask the ai", + "what_can_i_ask_you" + ], + [ + "what can i ask the ai", + "what_can_i_ask_you" + ], + [ + "what questions can you answer", + "what_can_i_ask_you" + ], + [ + "what am i allowed to ask you", + "what_can_i_ask_you" + ], + [ + "what all can i ask you", + "what_can_i_ask_you" + ], + [ + "what are you capable of doing and answering", + "what_can_i_ask_you" + ], + [ + "what are you capable of answering", + "what_can_i_ask_you" + ], + [ + "what kinds of subjects do you know about", + "what_can_i_ask_you" + ], + [ + "what are the different subjects that you know", + "what_can_i_ask_you" + ], + [ + "which kinds of info are you familiar with", + "what_can_i_ask_you" + ], + [ + "what kind of information do you know", + "what_can_i_ask_you" + ], + [ + "which subjects can you tell me about", + "what_can_i_ask_you" + ], + [ + "can i ask you all different types of questions", + "what_can_i_ask_you" + ], + [ + "can you answer all types of questions", + "what_can_i_ask_you" + ], + [ + "what topics can you answer questions on", + "what_can_i_ask_you" + ], + [ + "what kind of questions can you answer", + "what_can_i_ask_you" + ], + [ + "i do not have that information", + "maybe" + ], + [ + "i can't give you an answer to that", + "maybe" + ], + [ + "i do not know the answer to that", + "maybe" + ], + [ + "perhaps", + "maybe" + ], + [ + "possibly either one", + "maybe" + ], + [ + "i don't have any idea", + "maybe" + ], + [ + "can't say", + "maybe" + ], + [ + "i couldn't say either could be possible", + "maybe" + ], + [ + "which one i don't know either i guess", + "maybe" + ], + [ + "i just don't know", + "maybe" + ], + [ + "don't have any idea", + "maybe" + ], + [ + "i couldn't say", + "maybe" + ], + [ + "i don't know the anwser", + "maybe" + ], + [ + "couldn't tell you", + "maybe" + ], + [ + "either i am not sure", + "maybe" + ], + [ + "either of them could be i'm not sure", + "maybe" + ], + [ + "don't know", + "maybe" + ], + [ + "idk", + "maybe" + ], + [ + "i don't have an answer for that", + "maybe" + ], + [ + "maybe it does", + "maybe" + ], + [ + "procedure to change oil in car", + "oil_change_how" + ], + [ + "way to change car oil", + "oil_change_how" + ], + [ + "how to change oil of a car", + "oil_change_how" + ], + [ + "how can i change car oil", + "oil_change_how" + ], + [ + "i want to know how to change oil, tell me the steps one at a time while i work through it", + "oil_change_how" + ], + [ + "find step by step instructions on how to change my oil", + "oil_change_how" + ], + [ + "how do i change oil on a car", + "oil_change_how" + ], + [ + "where can i find a page showing my how to change my oil", + "oil_change_how" + ], + [ + "what weight oil do i need and how do i change the oil for my chevy truck", + "oil_change_how" + ], + [ + "what kind of oil do i need for my ford truck and how can i change it", + "oil_change_how" + ], + [ + "what kind of oil and how much do i need for my toyota tacoma truck and how do i do it", + "oil_change_how" + ], + [ + "i need to know how to change my oil and what kind of oil for a 2007 trailblazer", + "oil_change_how" + ], + [ + "what oil do i need for my honda crv and how do i change it", + "oil_change_how" + ], + [ + "i need a tutorial to learn how to change my oil, please", + "oil_change_how" + ], + [ + "what steps do i need to follow to change the oil in my car", + "oil_change_how" + ], + [ + "can you get me simple instructions on how to do an oil change", + "oil_change_how" + ], + [ + "i want to figure out how to do an oil change on my car", + "oil_change_how" + ], + [ + "can you teach me to change my oil", + "oil_change_how" + ], + [ + "can you tell me how to change my oil", + "oil_change_how" + ], + [ + "can you find some instructions on how to change my oil", + "oil_change_how" + ], + [ + "please reserve a table for 2 at lucky's under the name melissa at 7 pm", + "restaurant_reservation" + ], + [ + "i would like to reserve a table for 2 at sam's steakhouse under the name jessie at 6:30 pm", + "restaurant_reservation" + ], + [ + "help me reserve a table for 3 at lucky's under the name crystal at 8 pm", + "restaurant_reservation" + ], + [ + "would you please schedule a reservation for 2 at lucky's under the name sam at 7:30pm", + "restaurant_reservation" + ], + [ + "could you please reserve a table for 6 at lucille's under the name tom at 5pm", + "restaurant_reservation" + ], + [ + "is there a reservation available at ruth chris today", + "restaurant_reservation" + ], + [ + "are there 8pm tables available at texas roadhouse", + "restaurant_reservation" + ], + [ + "book a reservation for 3 at xenophobe under the name zebee", + "restaurant_reservation" + ], + [ + "i need to book a reservation for 3 at xenophobe under the name zebee", + "restaurant_reservation" + ], + [ + "book 3 under the name zebee at xenophobe", + "restaurant_reservation" + ], + [ + "what reservations are available for 3 people at the xenophobe", + "restaurant_reservation" + ], + [ + "under the name zebee book a reservation at the xenophobe for 3", + "restaurant_reservation" + ], + [ + "use the name wheeler to reserve a table for 3 at andrea's steakhouse at 5pm", + "restaurant_reservation" + ], + [ + "make a reservation for wheeler party of 3 for 5pm at andrea's steakhouse", + "restaurant_reservation" + ], + [ + "reserve a table for 3 at andrea's steakhouse around 5pm under the name wheeler", + "restaurant_reservation" + ], + [ + "i need a table for 3 at 5pm at andrea's steakhouse under wheeler", + "restaurant_reservation" + ], + [ + "reserve a table for 3 under the name wheeler at andrea's steakhouse for 5pm", + "restaurant_reservation" + ], + [ + "book room for me and her under the name kendra", + "restaurant_reservation" + ], + [ + "allow me to turn on the lights", + "restaurant_reservation" + ], + [ + "make me a reservation for 5 people at village tavern for the calloways", + "restaurant_reservation" + ], + [ + "do i have more than $100 in my pnc account", + "balance" + ], + [ + "what's my pnc balance", + "balance" + ], + [ + "how much is in my pnc account", + "balance" + ], + [ + "how much money do i have in my pnc account", + "balance" + ], + [ + "what is the balance in my pnc account", + "balance" + ], + [ + "can i get beer within my deposit account", + "balance" + ], + [ + "is there enough in my savings account to get a new tv", + "balance" + ], + [ + "could be there be a good amount of money in my checking account to go on a vacation", + "balance" + ], + [ + "can i afford a new tv from my savings account", + "balance" + ], + [ + "will i have enough to get a new roku with my savings account", + "balance" + ], + [ + "do you think i have enough money in my chase account for a new pair of sneakers", + "balance" + ], + [ + "i hope i have enough money in my chase account to buy new clothes", + "balance" + ], + [ + "i am not sure if i have enough money in my chase account to buy a new dress", + "balance" + ], + [ + "i wonder if i have enough money in my chase account for a bike", + "balance" + ], + [ + "i keep trying to figure out if i have enough money in my chase account to purchase a new set of tires", + "balance" + ], + [ + "please tell me how much money i have in my bank accounts", + "balance" + ], + [ + "i need to know how much money i have in all of my bank accounts", + "balance" + ], + [ + "how much money is in all of my bank accounts", + "balance" + ], + [ + "how much money is in my bank accounts", + "balance" + ], + [ + "can you tell me how much money i have i my bank accounts", + "balance" + ], + [ + "please double check my reservations for six at mani", + "confirm_reservation" + ], + [ + "confirm my johnny rockets reservation for this evening", + "confirm_reservation" + ], + [ + "confirm four for my reservation at fiji", + "confirm_reservation" + ], + [ + "make sure my flower bar reservation is scheduled for tomorrow", + "confirm_reservation" + ], + [ + "please double check on my reservations for buffalo wild wings at five for the game", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at applebee's for kristen", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at chili's for bart", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at longhorn for justin", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at outback for josh", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at carrabbas for heather", + "confirm_reservation" + ], + [ + "i want to confirm friday's reservation at 2:00", + "confirm_reservation" + ], + [ + "confirm my friday reservation at 2:00", + "confirm_reservation" + ], + [ + "i am here to conform my friday reservation at 2:00", + "confirm_reservation" + ], + [ + "you know the reservation i have on 2:00 friday i confirm it", + "confirm_reservation" + ], + [ + "i'd like to confirm the 2:00 reservation for friday", + "confirm_reservation" + ], + [ + "check to see if i am still booked to be eating at gusto handcrafted pasta & pizza at 6:30 pm", + "confirm_reservation" + ], + [ + "is my dinner reservation for gusto handcrafted pasta & pizza at 6:30 pm still valid", + "confirm_reservation" + ], + [ + "please call gusto handcrafted pasta & pizza and ask them about the status of my reservation for 6:30 pm", + "confirm_reservation" + ], + [ + "will you check to see if i am still reserved for 6:30 pm at gusto handcrafted pasta & pizza", + "confirm_reservation" + ], + [ + "please confirm my reservation for dinner at gusto handcrafted pasta & pizza at 6:30 pm", + "confirm_reservation" + ], + [ + "may you stop a paymet on my account", + "freeze_account" + ], + [ + "how we stop my account", + "freeze_account" + ], + [ + "can you place a stop on my account", + "freeze_account" + ], + [ + "can we stop my bank account", + "freeze_account" + ], + [ + "please put a block on my capital one account immediately", + "freeze_account" + ], + [ + "please put a block on my discover account immediately", + "freeze_account" + ], + [ + "please put a block on my regions account immediately", + "freeze_account" + ], + [ + "please put a block on my wells fargo account immediately", + "freeze_account" + ], + [ + "please put a block on my us bank account immediately", + "freeze_account" + ], + [ + "i need you to act swiftly and freeze all activity on my capital one checking", + "freeze_account" + ], + [ + "place a hold on my chase money market market account at once", + "freeze_account" + ], + [ + "i need to block all transactions from going through on my citi checking account straight away", + "freeze_account" + ], + [ + "please immediately block my navy federal credit union account", + "freeze_account" + ], + [ + "can you initiate a block on my bank of america checking asap", + "freeze_account" + ], + [ + "i need my savings account placed under a block as soon as possible", + "freeze_account" + ], + [ + "please put a hold on my retirement account right now", + "freeze_account" + ], + [ + "i need a block placed right away on my joint checking account", + "freeze_account" + ], + [ + "i want a block placed on my checking account right away", + "freeze_account" + ], + [ + "i want a block placed on my college fund account immediately", + "freeze_account" + ], + [ + "can you please freeze my account", + "freeze_account" + ], + [ + "will my 401k rollover", + "rollover_401k" + ], + [ + "will my 401k carryover", + "rollover_401k" + ], + [ + "will my 401k carryover or not", + "rollover_401k" + ], + [ + "can my 401k rollover or not", + "rollover_401k" + ], + [ + "could my 401k be rolled over", + "rollover_401k" + ], + [ + "can the 401k i have be rolled over", + "rollover_401k" + ], + [ + "is there a way to roll over my 401k", + "rollover_401k" + ], + [ + "is it possible to rollover my 401k", + "rollover_401k" + ], + [ + "am i able to rollover my 401k", + "rollover_401k" + ], + [ + "how should i rollover my 401k", + "rollover_401k" + ], + [ + "i need help with my 401k rollover because i just got a new job", + "rollover_401k" + ], + [ + "how do i do a 401k rollover when switching to a new job", + "rollover_401k" + ], + [ + "due to getting a new job i need assistance with my 401k rollover", + "rollover_401k" + ], + [ + "i'm at a new job and i need to do a 401k rollover, how do i do this", + "rollover_401k" + ], + [ + "what are you suppose to do with a 401k rollover when getting a new job", + "rollover_401k" + ], + [ + "how do i rollover my 401k", + "rollover_401k" + ], + [ + "rolling over my 401k help", + "rollover_401k" + ], + [ + "assistance in rolling over my 401k", + "rollover_401k" + ], + [ + "401k rollover help", + "rollover_401k" + ], + [ + "rollover my 401k assistance", + "rollover_401k" + ], + [ + "who is your designer", + "who_made_you" + ], + [ + "what company is responsible for your design", + "who_made_you" + ], + [ + "who is responsible for your design", + "who_made_you" + ], + [ + "what firm is responsible for your design", + "who_made_you" + ], + [ + "who were you created by", + "who_made_you" + ], + [ + "what is the company that made you", + "who_made_you" + ], + [ + "who are you manufactured by", + "who_made_you" + ], + [ + "who is your manufacturer", + "who_made_you" + ], + [ + "who makes you", + "who_made_you" + ], + [ + "what organization manufactures you", + "who_made_you" + ], + [ + "who's your creator", + "who_made_you" + ], + [ + "what manufactures you", + "who_made_you" + ], + [ + "who is the person responsible for creating you", + "who_made_you" + ], + [ + "who brought you into existence", + "who_made_you" + ], + [ + "who formed thou", + "who_made_you" + ], + [ + "who conjured you", + "who_made_you" + ], + [ + "who programmed you", + "who_made_you" + ], + [ + "where were you programmed", + "who_made_you" + ], + [ + "what company designed you", + "who_made_you" + ], + [ + "who or what programmed you, do you know", + "who_made_you" + ], + [ + "whats the travel time to redmond right now", + "distance" + ], + [ + "travel time to bend, oregon", + "distance" + ], + [ + "how long will the trip to portland be", + "distance" + ], + [ + "how long is it going to take me to get to bellevue", + "distance" + ], + [ + "how long will it take to get to tacoma", + "distance" + ], + [ + "how long is the drive to the closest gas station", + "distance" + ], + [ + "how much time to drive to the closest bank", + "distance" + ], + [ + "can you tell me the drive time to the nearest gas station", + "distance" + ], + [ + "i need to know how long it will take me to get to the bank", + "distance" + ], + [ + "how long will it take for me to get to the gas station", + "distance" + ], + [ + "what is the remaining time until we are at our destination", + "distance" + ], + [ + "how many miles away am i from madison square garden", + "distance" + ], + [ + "how long would it take to get to chicago by bus", + "distance" + ], + [ + "how long to seattle on a bus", + "distance" + ], + [ + "how long is it to ann arbor by bus", + "distance" + ], + [ + "how long to washington dc on a bus", + "distance" + ], + [ + "if going to lake placid, ny, how long would it be by bus", + "distance" + ], + [ + "what is the average time it takes to get to target in los angeles", + "distance" + ], + [ + "can you please tell me how long it will take to get to target in austin", + "distance" + ], + [ + "how long would it take to get to mcdonald's in houston", + "distance" + ], + [ + "do you know who i am", + "user_name" + ], + [ + "do you have my name programmed", + "user_name" + ], + [ + "do you think my name is jeff", + "user_name" + ], + [ + "is joey my name", + "user_name" + ], + [ + "tell me my name", + "user_name" + ], + [ + "say my name in a sentence", + "user_name" + ], + [ + "what is my name", + "user_name" + ], + [ + "tell me my name the way its saved", + "user_name" + ], + [ + "tell me what my name is", + "user_name" + ], + [ + "how is my name saved", + "user_name" + ], + [ + "which way do you have my name saved", + "user_name" + ], + [ + "in what form is my name saved", + "user_name" + ], + [ + "how does my name appear", + "user_name" + ], + [ + "how is my name saved aw", + "user_name" + ], + [ + "how do you show my name", + "user_name" + ], + [ + "do you know what my name is", + "user_name" + ], + [ + "are you able to call me by my name", + "user_name" + ], + [ + "what do you want to call me", + "user_name" + ], + [ + "what is the name you would use for me", + "user_name" + ], + [ + "what name is saved for me", + "user_name" + ], + [ + "what is the timezone of saigon", + "timezone" + ], + [ + "what timezone is hanoi in", + "timezone" + ], + [ + "what timezone do ho chi minh use", + "timezone" + ], + [ + "what timezone is honolulu in", + "timezone" + ], + [ + "what timezone is paris in", + "timezone" + ], + [ + "which time zone is germany is in", + "timezone" + ], + [ + "what are the time zones of russia", + "timezone" + ], + [ + "which time zones does european countries use", + "timezone" + ], + [ + "what is the time zone of china", + "timezone" + ], + [ + "tell me the timezone for hong kong", + "timezone" + ], + [ + "which timezone contains the city of orlando", + "timezone" + ], + [ + "british columbia can be found in what timezone", + "timezone" + ], + [ + "in what timezone is atlanta located", + "timezone" + ], + [ + "give me the timezone where vancouver is", + "timezone" + ], + [ + "what timezone is the country in", + "timezone" + ], + [ + "is the timezone there different", + "timezone" + ], + [ + "what's the timezone over there", + "timezone" + ], + [ + "what's london's timezone", + "timezone" + ], + [ + "do you know london's timezone", + "timezone" + ], + [ + "what timezone is london in", + "timezone" + ], + [ + "i want you to skip past this song to the next track", + "next_song" + ], + [ + "please skip this song and go to the next one instead", + "next_song" + ], + [ + "would you skip past this song and just play what comes next", + "next_song" + ], + [ + "i dont want to hear this song, just play the next one", + "next_song" + ], + [ + "let's skip over this song and listen to the next tune instead", + "next_song" + ], + [ + "would you play the next song", + "next_song" + ], + [ + "i want you to skip this song", + "next_song" + ], + [ + "i need for you to skip this song", + "next_song" + ], + [ + "please skip this song for me", + "next_song" + ], + [ + "would you skip this song", + "next_song" + ], + [ + "i don't want to hear this song; skip it", + "next_song" + ], + [ + "now, i want you to play the next song", + "next_song" + ], + [ + "i am needing the next song to be played", + "next_song" + ], + [ + "i want the next song played", + "next_song" + ], + [ + "needing you to play the next song", + "next_song" + ], + [ + "next song please", + "next_song" + ], + [ + "change this song it sucks so bad", + "next_song" + ], + [ + "can i hear the song after this one", + "next_song" + ], + [ + "can you skip this song and go to the next one", + "next_song" + ], + [ + "what is the next song on this playlist", + "next_song" + ], + [ + "show all purchases of video games", + "transactions" + ], + [ + "show me all video games purchased", + "transactions" + ], + [ + "list all purchases of video games", + "transactions" + ], + [ + "show me all new transactions", + "transactions" + ], + [ + "what transactions have i made in the last few weeks", + "transactions" + ], + [ + "how much money have i spent on restaurants", + "transactions" + ], + [ + "what transactions did i put on my visa last month", + "transactions" + ], + [ + "what transactions have i accrued buying dog food", + "transactions" + ], + [ + "what are my recent purchases", + "transactions" + ], + [ + "please tell me all the purchases on my hy-vee card for this statement period", + "transactions" + ], + [ + "please let me review all items on my mastercard from this billing period", + "transactions" + ], + [ + "please tell me this month's transactions on my visa", + "transactions" + ], + [ + "show me all transactions for current statement", + "transactions" + ], + [ + "i want to see transactions from this month", + "transactions" + ], + [ + "how many paypal transactions did i have last week", + "transactions" + ], + [ + "what items do i have on my amex card this month", + "transactions" + ], + [ + "what transactions do i have on my visa from the last 4 weeks", + "transactions" + ], + [ + "what withdrawals were there on my account yesterday", + "transactions" + ], + [ + "was my last transaction at walmart", + "transactions" + ], + [ + "how much was my last transaction for", + "transactions" + ], + [ + "where do you want to eat tonight", + "restaurant_suggestion" + ], + [ + "where is your favorite restaurant to eat", + "restaurant_suggestion" + ], + [ + "do you have any restaurant recommendations", + "restaurant_suggestion" + ], + [ + "where should we eat tonight", + "restaurant_suggestion" + ], + [ + "where are the best places to eat", + "restaurant_suggestion" + ], + [ + "are there any vegan restaurants in my town", + "restaurant_suggestion" + ], + [ + "list a few pizza places that have seating near my current location", + "restaurant_suggestion" + ], + [ + "are there decent seafood restaurants in portland", + "restaurant_suggestion" + ], + [ + "name a few good steakhouses in chicago", + "restaurant_suggestion" + ], + [ + "does brooklyn have good italian restaurants", + "restaurant_suggestion" + ], + [ + "i would love to find a few vegan restaurants in back bay", + "restaurant_suggestion" + ], + [ + "suggest a few local eateries in mid price range", + "restaurant_suggestion" + ], + [ + "i feel like going out for sushi tonight who in the area serves good sushi", + "restaurant_suggestion" + ], + [ + "i am looking for good southeast asian restaurants in philadelphia", + "restaurant_suggestion" + ], + [ + "i want to eat mediterranean fare with at least four stars, near me", + "restaurant_suggestion" + ], + [ + "what are some good ethiopian restaurants in queens", + "restaurant_suggestion" + ], + [ + "what are some good itialian restaurants in north salem", + "restaurant_suggestion" + ], + [ + "what are some good vegan restaurants in broadripple", + "restaurant_suggestion" + ], + [ + "what are some good mexican restaurants in indianapolis", + "restaurant_suggestion" + ], + [ + "what are some good southern bbq restaurants in nashville", + "restaurant_suggestion" + ], + [ + "whats the reward balance for my visa", + "rewards_balance" + ], + [ + "for my visa what's my reward balance", + "rewards_balance" + ], + [ + "i need know know the reward balance for my visa", + "rewards_balance" + ], + [ + "can you tell me my visa's reward balance", + "rewards_balance" + ], + [ + "what's my visa cards balance for rewards", + "rewards_balance" + ], + [ + "how many points do i have with my american express", + "rewards_balance" + ], + [ + "tell me the points on my delta rewards card", + "rewards_balance" + ], + [ + "how many points on my chase unlimited card", + "rewards_balance" + ], + [ + "what is my kohls card's rewards balance", + "rewards_balance" + ], + [ + "what is my gymboree card's rewards balance", + "rewards_balance" + ], + [ + "what is my old navy card's rewards balance", + "rewards_balance" + ], + [ + "how do i check my rewards for my maurices card", + "rewards_balance" + ], + [ + "how do i check my rewards for my chase card", + "rewards_balance" + ], + [ + "what is my amazon card's rewards balance", + "rewards_balance" + ], + [ + "how do i check my rewards for my old navy card", + "rewards_balance" + ], + [ + "what is my maurices card's rewards balance", + "rewards_balance" + ], + [ + "how do i check my rewards for my capital one card", + "rewards_balance" + ], + [ + "how do i check my rewards for my target card", + "rewards_balance" + ], + [ + "how many points have i earned with my amex card", + "rewards_balance" + ], + [ + "how many points have i earned with my chase card", + "rewards_balance" + ], + [ + "can you assist with my utility bill payment", + "pay_bill" + ], + [ + "my utility bill is coming due and i need a loan", + "pay_bill" + ], + [ + "can i get some funds to pay my utility bill", + "pay_bill" + ], + [ + "i will require help to take care of my utility bill", + "pay_bill" + ], + [ + "i want assistance with my utility bill", + "pay_bill" + ], + [ + "tell me if you can help pay a bill", + "pay_bill" + ], + [ + "pay a bill!", + "pay_bill" + ], + [ + "i want to pay a bill", + "pay_bill" + ], + [ + "pay my monthy mortgage payment", + "pay_bill" + ], + [ + "submit payment to duke energy for my electric bill", + "pay_bill" + ], + [ + "make a quarterly payment on my life insurance premium", + "pay_bill" + ], + [ + "i need to pay my time warner cable bill", + "pay_bill" + ], + [ + "submit full payment to chase for my visa bill", + "pay_bill" + ], + [ + "please pay my utility bill from my wells fargo checking account", + "pay_bill" + ], + [ + "pay my water bill from my chase account please", + "pay_bill" + ], + [ + "pay my dte bill from my checking account please", + "pay_bill" + ], + [ + "use my boa account to pay the cable bill", + "pay_bill" + ], + [ + "use my savings account to pay xfinity", + "pay_bill" + ], + [ + "i want to pay my cable bill directly from my checking account", + "pay_bill" + ], + [ + "pay my cable bill directly from my checking account", + "pay_bill" + ], + [ + "could you tell me what kind of money i've recently spent", + "spending_history" + ], + [ + "how much have i spent lately", + "spending_history" + ], + [ + "how much have i recently spent", + "spending_history" + ], + [ + "how much money have i recently spent on stuff", + "spending_history" + ], + [ + "how much did i spend on shcool due last year", + "spending_history" + ], + [ + "how much did i spend on bills last month", + "spending_history" + ], + [ + "did i buy too many donuts recently, like last week", + "spending_history" + ], + [ + "did i spend too much dough on donuts last week", + "spending_history" + ], + [ + "have i been spending excessively on donuts recently", + "spending_history" + ], + [ + "was i spending too much money on doughnuts last week", + "spending_history" + ], + [ + "have i spent too much of my paycheck on donuts lately", + "spending_history" + ], + [ + "how much money did i spent on grocery recently", + "spending_history" + ], + [ + "how much did i spend on grocery shopping recently", + "spending_history" + ], + [ + "can you tell me how much i spent on grocery shopping recently", + "spending_history" + ], + [ + "tell me how much i have spent on grocery shopping just now", + "spending_history" + ], + [ + "would you mind telling me how much i have spent recently on grocery shopping", + "spending_history" + ], + [ + "how much have i spent on shoes recently", + "spending_history" + ], + [ + "how much have i spent on groceries recently", + "spending_history" + ], + [ + "how much have i spent on eating out recently", + "spending_history" + ], + [ + "how much have i spent on make up recently", + "spending_history" + ], + [ + "will i be permitted to take my vacation", + "pto_request_status" + ], + [ + "what's the status of my vacation days", + "pto_request_status" + ], + [ + "did i get approval yet to take off next week", + "pto_request_status" + ], + [ + "has my vacation been okayed yet", + "pto_request_status" + ], + [ + "has my maternity leave been approved", + "pto_request_status" + ], + [ + "did my vacation get approved yet", + "pto_request_status" + ], + [ + "what's the status of my medical leave", + "pto_request_status" + ], + [ + "what's the status on my vacation approval", + "pto_request_status" + ], + [ + "when will my vacation get okayed", + "pto_request_status" + ], + [ + "am i cleared to miss work for vacation", + "pto_request_status" + ], + [ + "check if my vacation time has been approved", + "pto_request_status" + ], + [ + "has my request for time off been approved", + "pto_request_status" + ], + [ + "look up the status of my time off request", + "pto_request_status" + ], + [ + "what is the status of my vacation time request", + "pto_request_status" + ], + [ + "i would really like to know if i can go on vacation", + "pto_request_status" + ], + [ + "i was wondering about the vacation time you said you'll approve", + "pto_request_status" + ], + [ + "hey, have you approved my vacation time yet", + "pto_request_status" + ], + [ + "can you tell me whether or not you approved my vacation time", + "pto_request_status" + ], + [ + "has my request for vacation time been approved", + "pto_request_status" + ], + [ + "please tell me if there's been any word on my vacation request", + "pto_request_status" + ], + [ + "please lookup my experion credit score", + "credit_score" + ], + [ + "look up my fico credit score", + "credit_score" + ], + [ + "relate to me what my credit score is", + "credit_score" + ], + [ + "can you share my credit score with me", + "credit_score" + ], + [ + "what's my current credit score", + "credit_score" + ], + [ + "where do i go to look at my credit score", + "credit_score" + ], + [ + "what's my credit rating right now", + "credit_score" + ], + [ + "who tracks my credit score", + "credit_score" + ], + [ + "how bad is my current credit score", + "credit_score" + ], + [ + "what's my current credit rating", + "credit_score" + ], + [ + "where's my credit score", + "credit_score" + ], + [ + "how is my credit looking", + "credit_score" + ], + [ + "how do i locate my credit rating", + "credit_score" + ], + [ + "do you know what my precise credit score is", + "credit_score" + ], + [ + "how can i request my credit score", + "credit_score" + ], + [ + "do you know my credit rating number", + "credit_score" + ], + [ + "is my credit good enough to get a new card", + "credit_score" + ], + [ + "how high is my credit score", + "credit_score" + ], + [ + "can you tell me my credit rating", + "credit_score" + ], + [ + "what's my latest credit score", + "credit_score" + ], + [ + "who has the best credit card offering for a college student", + "new_card" + ], + [ + "can you suggest a few credit cards that have good rewards points", + "new_card" + ], + [ + "i would like to know more about getting a new credit card", + "new_card" + ], + [ + "who should i apply for a credit card for", + "new_card" + ], + [ + "tell me how i can apply for a chase credit card", + "new_card" + ], + [ + "tell me about the chase credit card application process", + "new_card" + ], + [ + "i want to apply for a wells fargo credit card", + "new_card" + ], + [ + "how do i go about applying for a macy's credit card", + "new_card" + ], + [ + "i want to put in an application for a line of a credit card how do i do that", + "new_card" + ], + [ + "i want to apply for a new credit card", + "new_card" + ], + [ + "i need a new credit card, show me suggestions", + "new_card" + ], + [ + "i need to apply for a new credit card that will match my needs", + "new_card" + ], + [ + "show me some options for new credit cards that i can apply for, please", + "new_card" + ], + [ + "what new credit card should i submit an application for", + "new_card" + ], + [ + "can i apply for a paypal master card", + "new_card" + ], + [ + "where can i apply for a black amex card", + "new_card" + ], + [ + "how would i apply for an american express", + "new_card" + ], + [ + "what do i need to do to apply for a visa card", + "new_card" + ], + [ + "how does one apply for a master card", + "new_card" + ], + [ + "assist me in getting a new credit card", + "new_card" + ], + [ + "who do i contact for lost luggage", + "lost_luggage" + ], + [ + "where is my luggage", + "lost_luggage" + ], + [ + "who can i call about my luggage", + "lost_luggage" + ], + [ + "howcan i locate my luggage", + "lost_luggage" + ], + [ + "i think i lost my luggage", + "lost_luggage" + ], + [ + "what to do if i lost my luggage", + "lost_luggage" + ], + [ + "what do i do if my luggage is lost", + "lost_luggage" + ], + [ + "what should i do if i lost my luggage", + "lost_luggage" + ], + [ + "i think my luggage is stolen", + "lost_luggage" + ], + [ + "what do i do if i lost my luggage", + "lost_luggage" + ], + [ + "what can i do if i lost my luggage", + "lost_luggage" + ], + [ + "my luggage is missing", + "lost_luggage" + ], + [ + "i think my luggage is missing", + "lost_luggage" + ], + [ + "my luggage is lost", + "lost_luggage" + ], + [ + "i was flying out of chicago on american airlines flight ab123 and my luggage is now lost", + "lost_luggage" + ], + [ + "my luggage is missing off of american airlines flight ab123 out of chicago", + "lost_luggage" + ], + [ + "what am i supposed to do if i lost my luggage", + "lost_luggage" + ], + [ + "what is the procedure if i lost my luggage", + "lost_luggage" + ], + [ + "what steps should i follow if i lost my luggage", + "lost_luggage" + ], + [ + "where do i report if i lost my luggage", + "lost_luggage" + ], + [ + "i want to hear that again", + "repeat" + ], + [ + "repeat that for me", + "repeat" + ], + [ + "could that be repeated", + "repeat" + ], + [ + "can you repeat what you said", + "repeat" + ], + [ + "i did not hear what you said", + "repeat" + ], + [ + "what did you just ask", + "repeat" + ], + [ + "can you ask me that again", + "repeat" + ], + [ + "what question did you just ask me", + "repeat" + ], + [ + "can you repeat that question", + "repeat" + ], + [ + "what was said", + "repeat" + ], + [ + "what", + "repeat" + ], + [ + "repeat that once more", + "repeat" + ], + [ + "please repeat what you said", + "repeat" + ], + [ + "please ask me again", + "repeat" + ], + [ + "i'm sorry, i didn't understand what you said", + "repeat" + ], + [ + "what did you ask again", + "repeat" + ], + [ + "please say that again", + "repeat" + ], + [ + "can you repeat that please", + "repeat" + ], + [ + "what was that question again", + "repeat" + ], + [ + "i'm sorry please repeat the question", + "repeat" + ], + [ + "how well is the gas mileage while i'm in the city", + "mpg" + ], + [ + "how's my gas mileage in citys", + "mpg" + ], + [ + "what kind of miles per gallon do i get while driving through a city", + "mpg" + ], + [ + "what kind of gas mileage does this car get when going through a city", + "mpg" + ], + [ + "how's my gas mileage while driving through a city", + "mpg" + ], + [ + "how many miles per gallon does my amc rambler get", + "mpg" + ], + [ + "what's the gas mileage on a juke", + "mpg" + ], + [ + "what is the gas mileage on a 2012 ford fusion", + "mpg" + ], + [ + "how many mpg does an equinox get", + "mpg" + ], + [ + "what is the gas mileage on a ford falcon", + "mpg" + ], + [ + "how many miles does this car get per gallon", + "mpg" + ], + [ + "what is the mpg for this car", + "mpg" + ], + [ + "i need to know this car's mpg", + "mpg" + ], + [ + "how many miles will i get for one gallon on this car", + "mpg" + ], + [ + "i would like to know the mpg for this car", + "mpg" + ], + [ + "what's the mpg of my car", + "mpg" + ], + [ + "get me info on my mpg", + "mpg" + ], + [ + "tell me the mpg of my vehicle", + "mpg" + ], + [ + "how many mpg does my car get", + "mpg" + ], + [ + "what's the mpg rating on my car", + "mpg" + ], + [ + "when is it time to change your oil", + "oil_change_when" + ], + [ + "how do you know if your oil needs changed", + "oil_change_when" + ], + [ + "can you tell me when i should change my oil", + "oil_change_when" + ], + [ + "when should i change my oil", + "oil_change_when" + ], + [ + "how long does it take before you have to change your oil", + "oil_change_when" + ], + [ + "when does my oil need to be changed", + "oil_change_when" + ], + [ + "what is the schedule for my next oil change", + "oil_change_when" + ], + [ + "am i ready for an oil change soon", + "oil_change_when" + ], + [ + "when do i need to change my oil next", + "oil_change_when" + ], + [ + "when do i need to change my motor oil again", + "oil_change_when" + ], + [ + "when do i need to change my motor oil", + "oil_change_when" + ], + [ + "when do i need to change my motor oil next", + "oil_change_when" + ], + [ + "so when should i change the oil", + "oil_change_when" + ], + [ + "when i should change oil", + "oil_change_when" + ], + [ + "when should change oil tell me please", + "oil_change_when" + ], + [ + "tell me when i should change me oil", + "oil_change_when" + ], + [ + "i need to know when to change oil", + "oil_change_when" + ], + [ + "how long until my oil needs to be changed", + "oil_change_when" + ], + [ + "when will my car need new oil", + "oil_change_when" + ], + [ + "at the point when should i get my oil changed straightaway", + "oil_change_when" + ], + [ + "that's definitely true", + "yes" + ], + [ + "yup, that's true", + "yes" + ], + [ + "yes, that is true for sure", + "yes" + ], + [ + "i know that is true", + "yes" + ], + [ + "true, most definitely", + "yes" + ], + [ + "facts", + "yes" + ], + [ + "you are not wrong about that", + "yes" + ], + [ + "that makes sense as well", + "yes" + ], + [ + "you are correct", + "yes" + ], + [ + "agreed", + "yes" + ], + [ + "accepted", + "yes" + ], + [ + "confirmed", + "yes" + ], + [ + "approved", + "yes" + ], + [ + "i want you to know it's a true statement", + "yes" + ], + [ + "i know that the statement is true", + "yes" + ], + [ + "this is a true statement", + "yes" + ], + [ + "the statement is true", + "yes" + ], + [ + "i'm telling you this is a true statement", + "yes" + ], + [ + "that's a yes", + "yes" + ], + [ + "affirmitive", + "yes" + ], + [ + "what's the best place to visit in arizona", + "travel_suggestion" + ], + [ + "what's the best restaurant in arizona for pizza", + "travel_suggestion" + ], + [ + "what are popular mountains to hike in arizona", + "travel_suggestion" + ], + [ + "do you think arizona has plenty of bike routes", + "travel_suggestion" + ], + [ + "find the favorite destination for traveling this year", + "travel_suggestion" + ], + [ + "can you suggest some of the most popular travel destination", + "travel_suggestion" + ], + [ + "what is there to do in craberra", + "travel_suggestion" + ], + [ + "give me location for tourist destination in bangkok", + "travel_suggestion" + ], + [ + "i want to know about tourist places for bangkok", + "travel_suggestion" + ], + [ + "i want list of tourist destination for paris", + "travel_suggestion" + ], + [ + "i want to know where to visit in bangkok", + "travel_suggestion" + ], + [ + "i would like to find a list of cool things recommended for tourists in copenhagen, denmark", + "travel_suggestion" + ], + [ + "i need some recommendations for fun tourist activities in washington, dc", + "travel_suggestion" + ], + [ + "what are some exciting things that are a must do for tourists visiting sedona", + "travel_suggestion" + ], + [ + "please do a search for entertaining activities for tourists in mexico city", + "travel_suggestion" + ], + [ + "can you give me some fun suggestions for tourists to check out in las vegas, please", + "travel_suggestion" + ], + [ + "in seoul, what things can i do", + "travel_suggestion" + ], + [ + "what to do in minneapolis", + "travel_suggestion" + ], + [ + "what can i do in hong kong", + "travel_suggestion" + ], + [ + "what's a good place to vacation", + "travel_suggestion" + ], + [ + "what is covered under my insurance", + "insurance" + ], + [ + "what benefits do i have for insurance", + "insurance" + ], + [ + "what is my insurance coverage", + "insurance" + ], + [ + "which insurance do i have", + "insurance" + ], + [ + "what kind of insurance do i have", + "insurance" + ], + [ + "what insurance do i have", + "insurance" + ], + [ + "which insurance plan do i have", + "insurance" + ], + [ + "what is the name of the insurance plan i am enrolled in", + "insurance" + ], + [ + "i am enrolled in what insurance plan", + "insurance" + ], + [ + "what is the insurance plan i am enrolled in", + "insurance" + ], + [ + "i am enrolled in an insurance plan and need to know what it is", + "insurance" + ], + [ + "i enrolled in an insurance plan, what one was it", + "insurance" + ], + [ + "which was my insurance plan again", + "insurance" + ], + [ + "what insurance plan do i have", + "insurance" + ], + [ + "how is my insurance coverage", + "insurance" + ], + [ + "my insurance plan is what", + "insurance" + ], + [ + "what plan am i paying for", + "insurance" + ], + [ + "do you know my health benefits", + "insurance" + ], + [ + "what are my health benefits like", + "insurance" + ], + [ + "could you list my health benefits", + "insurance" + ], + [ + "can you cancel my todo list please", + "todo_list_update" + ], + [ + "wipe my todo list please", + "todo_list_update" + ], + [ + "can you delete my todo list please", + "todo_list_update" + ], + [ + "remove my todo list", + "todo_list_update" + ], + [ + "please delete my todo list", + "todo_list_update" + ], + [ + "can you add laundry to my to do list", + "todo_list_update" + ], + [ + "put laundry on my chore list", + "todo_list_update" + ], + [ + "erase my to do list", + "todo_list_update" + ], + [ + "i need to do laundry later today", + "todo_list_update" + ], + [ + "put laundry on my list of things to do", + "todo_list_update" + ], + [ + "clear my to do list", + "todo_list_update" + ], + [ + "erase the items on my to do list", + "todo_list_update" + ], + [ + "i'm finished with my to do list", + "todo_list_update" + ], + [ + "i need laundry to be put on my list of things to do", + "todo_list_update" + ], + [ + "please delete the items on my to do list", + "todo_list_update" + ], + [ + "remind me to wash the dog, put on list of things to do", + "todo_list_update" + ], + [ + "add to my list of things to do: wash the dog", + "todo_list_update" + ], + [ + "please put wash the dog on my list of things to do", + "todo_list_update" + ], + [ + "put wash the dog on my to do list please", + "todo_list_update" + ], + [ + "add wash the dog to my list of things to do", + "todo_list_update" + ], + [ + "please read my reminder list", + "reminder" + ], + [ + "read my reminder list back to me", + "reminder" + ], + [ + "i want you to read my reminder list to me", + "reminder" + ], + [ + "i want to hear my reminder list", + "reminder" + ], + [ + "read my reminder list to me please", + "reminder" + ], + [ + "i wanted to remember somethings, what was it", + "reminder" + ], + [ + "list the things i wanted to remember", + "reminder" + ], + [ + "recall the things i wanted to remember", + "reminder" + ], + [ + "what were those things i wanted to remember", + "reminder" + ], + [ + "what was it i wanted to remember", + "reminder" + ], + [ + "what does my running list of stuff to do list", + "reminder" + ], + [ + "what is on my to do list", + "reminder" + ], + [ + "what is my plan for the day", + "reminder" + ], + [ + "what are the things i wanted to recall", + "reminder" + ], + [ + "what things did i not want to forget", + "reminder" + ], + [ + "what is it i wanted to bear in mind", + "reminder" + ], + [ + "what are the things that i wanted to keep in mind", + "reminder" + ], + [ + "tell me my reminder list", + "reminder" + ], + [ + "whats on my reminder list, read back", + "reminder" + ], + [ + "read all my reminders", + "reminder" + ], + [ + "can you speak more slowly", + "change_speed" + ], + [ + "please talk a bit faster", + "change_speed" + ], + [ + "can you slow down your rate of speech", + "change_speed" + ], + [ + "please talk slower for me if you can", + "change_speed" + ], + [ + "please speak to me quicker from now on", + "change_speed" + ], + [ + "can you slow down the rate at which you talk", + "change_speed" + ], + [ + "talk to me in a speedier manner from here on out", + "change_speed" + ], + [ + "can you permanently talk faster", + "change_speed" + ], + [ + "speed up your rate of speech", + "change_speed" + ], + [ + "can you raise your speaking speed", + "change_speed" + ], + [ + "please speak faster", + "change_speed" + ], + [ + "don't talk so slow", + "change_speed" + ], + [ + "would you talk a bit faster instead", + "change_speed" + ], + [ + "speed your speech up", + "change_speed" + ], + [ + "go ahead and talk faster now", + "change_speed" + ], + [ + "talk faster than that", + "change_speed" + ], + [ + "please talk faster", + "change_speed" + ], + [ + "could you speed up your speech", + "change_speed" + ], + [ + "could you speak faster", + "change_speed" + ], + [ + "could you talk a little faster", + "change_speed" + ], + [ + "i need you to check the air levels in my tires and let me know if i have enough in them", + "tire_pressure" + ], + [ + "check my tires' air levels please", + "tire_pressure" + ], + [ + "please check my tires and let me know if i have sufficient air in them", + "tire_pressure" + ], + [ + "do my tires have enough air in them", + "tire_pressure" + ], + [ + "can you check and tell me if my tires have enough air", + "tire_pressure" + ], + [ + "what is the car's tire pressure", + "tire_pressure" + ], + [ + "what is the tire pressure of the car", + "tire_pressure" + ], + [ + "how is the car tire pressure doing", + "tire_pressure" + ], + [ + "how is the car's tire pressure", + "tire_pressure" + ], + [ + "is my tire pressure good", + "tire_pressure" + ], + [ + "how is my tire pressure", + "tire_pressure" + ], + [ + "is my tire pressure okay on my car", + "tire_pressure" + ], + [ + "how much air pressure is in my tires", + "tire_pressure" + ], + [ + "what is my tire pressure", + "tire_pressure" + ], + [ + "do my car tires have enough psi in them", + "tire_pressure" + ], + [ + "can you tell me how much air are in my car tires", + "tire_pressure" + ], + [ + "please give me the amount of pressure in my car tires", + "tire_pressure" + ], + [ + "how much psi is in my car tires", + "tire_pressure" + ], + [ + "what is the air pressure of my car tires", + "tire_pressure" + ], + [ + "how much air are in my tires", + "tire_pressure" + ], + [ + "ill pass", + "no" + ], + [ + "not happening", + "no" + ], + [ + "no, that is fake", + "no" + ], + [ + "hell nah", + "no" + ], + [ + "no, that is invalid", + "no" + ], + [ + "i would prefer not", + "no" + ], + [ + "thats a negative", + "no" + ], + [ + "i meant no", + "no" + ], + [ + "i am saying no", + "no" + ], + [ + "that is not factual", + "no" + ], + [ + "no, that is not correct", + "no" + ], + [ + "i do not think that is proper", + "no" + ], + [ + "no good", + "no" + ], + [ + "negatory", + "no" + ], + [ + "invalid", + "no" + ], + [ + "absolutely not", + "no" + ], + [ + "certainly not", + "no" + ], + [ + "no, that's wrong", + "no" + ], + [ + "no, that's not it", + "no" + ], + [ + "no, that's not right", + "no" + ], + [ + "is the apr on my card that ends 1234 what it should be based on my credit score", + "apr" + ], + [ + "on my citi card, the one that ends 1234, what's the apr", + "apr" + ], + [ + "has the apr on my card changed and what is it now", + "apr" + ], + [ + "let me know my card's apr", + "apr" + ], + [ + "can you tell me the status of my card's apr", + "apr" + ], + [ + "what is the apr on my citibank card", + "apr" + ], + [ + "how good is my card's apr", + "apr" + ], + [ + "what is the apr on my first bank card account", + "apr" + ], + [ + "what is the apr on my chase card", + "apr" + ], + [ + "what is my card's apr", + "apr" + ], + [ + "what is the apr on my american express", + "apr" + ], + [ + "i want to know the apr on my capital one card", + "apr" + ], + [ + "how does my card's apr compare to others", + "apr" + ], + [ + "is my card's apr good", + "apr" + ], + [ + "can you tell me how good my card's apr is", + "apr" + ], + [ + "what is my card's apr and is it good", + "apr" + ], + [ + "what is a good apr", + "apr" + ], + [ + "is my apr high", + "apr" + ], + [ + "what does my credit card charge for their annual percentage rate", + "apr" + ], + [ + "do you know the apr on my chase credit card", + "apr" + ], + [ + "how healthy is shepard's pie", + "nutrition_info" + ], + [ + "how healthy is pecan pie", + "nutrition_info" + ], + [ + "how healthy is hummus", + "nutrition_info" + ], + [ + "how healthy is salad", + "nutrition_info" + ], + [ + "how healthy is pumpkin pie", + "nutrition_info" + ], + [ + "is chocolate good for you", + "nutrition_info" + ], + [ + "tell me how health chocolate is", + "nutrition_info" + ], + [ + "what is the nutritional info for kraft mac 'n' cheese", + "nutrition_info" + ], + [ + "is chocolate bad for you or good for you", + "nutrition_info" + ], + [ + "can you tell me the nutrional info of a big mac", + "nutrition_info" + ], + [ + "are french fries health or not", + "nutrition_info" + ], + [ + "tell me the nutrional info of a regular banana", + "nutrition_info" + ], + [ + "read me the nutrional info of a bag of lay's potato chips", + "nutrition_info" + ], + [ + "pull up the nutrional info of a 12 oz coke", + "nutrition_info" + ], + [ + "is chocolate healthy", + "nutrition_info" + ], + [ + "tell me how many much fat is in the hamburger", + "nutrition_info" + ], + [ + "what is the nutrition information for shrimp scampi", + "nutrition_info" + ], + [ + "how many grams of sodium are in potato chips", + "nutrition_info" + ], + [ + "is rice good for me", + "nutrition_info" + ], + [ + "is raw carrot healthy to eat", + "nutrition_info" + ], + [ + "what is tuesday's calendar like", + "calendar" + ], + [ + "can you check what is on my calendar for tuesday", + "calendar" + ], + [ + "check what's on my calendar for tuesday", + "calendar" + ], + [ + "what is tuesday like on my calendar", + "calendar" + ], + [ + "what appointments do i have tomorrow after 1:00pm", + "calendar" + ], + [ + "what is the date of my next scheduled dentist appointment", + "calendar" + ], + [ + "do i have anything scheduled on my calendar for next tuesday", + "calendar" + ], + [ + "what do i have going on for 12/03/2019", + "calendar" + ], + [ + "where do i have to be on 12/03/2019", + "calendar" + ], + [ + "do i have plans on 12/03/2019", + "calendar" + ], + [ + "what's my schedule like for thursday the 14th", + "calendar" + ], + [ + "does my calendar show anything for thursday the 14th", + "calendar" + ], + [ + "do i have anything scheduled for thursday the 14th", + "calendar" + ], + [ + "can you tell me what my calendar is like for thursday the 14th", + "calendar" + ], + [ + "what appointments do i have on thursday the 14th", + "calendar" + ], + [ + "is my day open for march 4th 2019", + "calendar" + ], + [ + "is anything happening on march 4th 2019", + "calendar" + ], + [ + "are there any active events for march 4th 2019", + "calendar" + ], + [ + "check my calendar for march 4th 2019, please", + "calendar" + ], + [ + "read back my day for march 4th 2019", + "calendar" + ], + [ + "i need you to schedule an uber pickup for me and three other people at 7pm to go to abe's pizza", + "uber" + ], + [ + "send me an uber to arrive at 5pm at my house and there will be two people going to scully's downtown", + "uber" + ], + [ + "send me an uber now for four people and we are going to appleby's downtown", + "uber" + ], + [ + "i need an uber ride to come and pick me up now at work", + "uber" + ], + [ + "can you find me an uber and have it here at 7pm", + "uber" + ], + [ + "call me an uber please, and make it for four people to go downtown", + "uber" + ], + [ + "i need an uber to come to my work at 5pm for three people going to the cineplex downtown", + "uber" + ], + [ + "are there any ubers available in my area right now", + "uber" + ], + [ + "schedule an uber to pick me up at home in an hour", + "uber" + ], + [ + "call an uber and have it pick me up at my present location", + "uber" + ], + [ + "connect me with an uber", + "uber" + ], + [ + "please call an uber for me", + "uber" + ], + [ + "i need to obtain and uber", + "uber" + ], + [ + "is there an uber going to downtown", + "uber" + ], + [ + "book uber from here to downtown", + "uber" + ], + [ + "uber ride available from here to downtown", + "uber" + ], + [ + "look up uber to downtown", + "uber" + ], + [ + "find me an uber to downtown", + "uber" + ], + [ + "are there any ubers available for two people i need it to go to the stadium on grand", + "uber" + ], + [ + "can you get uber for two people going to 27 moss lane", + "uber" + ], + [ + "help me solve this math equation", + "calculator" + ], + [ + "i need your assistance to solve this math problem", + "calculator" + ], + [ + "can you multiply 45 by 23", + "calculator" + ], + [ + "can you divide 100 by 20", + "calculator" + ], + [ + "can you subract 36 from 5", + "calculator" + ], + [ + "can you add 5 and 89", + "calculator" + ], + [ + "multiply 7 and 42", + "calculator" + ], + [ + "what is the sum of 3, 7, 9, and 24", + "calculator" + ], + [ + "add up 8 and 7", + "calculator" + ], + [ + "what is the square root of 888", + "calculator" + ], + [ + "what is 87 divided by 4", + "calculator" + ], + [ + "what is the square root of 8814", + "calculator" + ], + [ + "what is 89 divided by 3", + "calculator" + ], + [ + "what is 13 times 57", + "calculator" + ], + [ + "can you tell me the square root of pi", + "calculator" + ], + [ + "what is 543 times 344", + "calculator" + ], + [ + "what is seventeen plus three", + "calculator" + ], + [ + "what is the derivative of x squared plus 5", + "calculator" + ], + [ + "can you factor x squared plus 4 x plus 4", + "calculator" + ], + [ + "is 126 divisible by 8", + "calculator" + ], + [ + "give me the date", + "date" + ], + [ + "tell me the date", + "date" + ], + [ + "which day is it today", + "date" + ], + [ + "what day of the week are we on", + "date" + ], + [ + "in 4 days, what date will it be", + "date" + ], + [ + "would you let me know what date it will be in 3 days", + "date" + ], + [ + "tell me the date it will be 5 days from now", + "date" + ], + [ + "would you let me know today's date", + "date" + ], + [ + "i need to know the date it will be 4 days from now", + "date" + ], + [ + "let me know what date it will be in 3 days", + "date" + ], + [ + "let me know what today's date is", + "date" + ], + [ + "i would like to get today's date", + "date" + ], + [ + "what date will it be 8 days from now", + "date" + ], + [ + "what date will it be 9 days from now", + "date" + ], + [ + "what date will it be 6 days from now", + "date" + ], + [ + "what date will it be 5 days from now", + "date" + ], + [ + "what date will it be 7 days from now", + "date" + ], + [ + "tell me what today's date is", + "date" + ], + [ + "is today monday", + "date" + ], + [ + "what is the current date", + "date" + ], + [ + "can i take more than one carry on", + "carry_on" + ], + [ + "does more than one carry on cost extra at ryanair", + "carry_on" + ], + [ + "does spirit allow more than one carry on", + "carry_on" + ], + [ + "are more than one carry on allowed at klm", + "carry_on" + ], + [ + "will jet blue allow more than one carry on", + "carry_on" + ], + [ + "whats the policy for delta for carry ons", + "carry_on" + ], + [ + "what's the carry on policy for delta", + "carry_on" + ], + [ + "can you tell me delta's carry on policy", + "carry_on" + ], + [ + "what's delta's carry on policy", + "carry_on" + ], + [ + "i would like to know delta's carry on policy", + "carry_on" + ], + [ + "what are carry-on rules for jet blue", + "carry_on" + ], + [ + "i'm flying delta and need to know the carry-on rules", + "carry_on" + ], + [ + "what are united's carry-on rules", + "carry_on" + ], + [ + "what rules does southwest have for carry-on luggage", + "carry_on" + ], + [ + "look up carry-on rules for american airlines", + "carry_on" + ], + [ + "i want know about carry-on for frontier", + "carry_on" + ], + [ + "tell me carry-on info for united", + "carry_on" + ], + [ + "i would like to know carry-on information for delta", + "carry_on" + ], + [ + "can you give me the carry-on rules for american airlines", + "carry_on" + ], + [ + "how many carry ons can i take with spirit, going to tampa", + "carry_on" + ], + [ + "how many days off have i used", + "pto_used" + ], + [ + "what is the total day off have i taken", + "pto_used" + ], + [ + "what is the amount of pto have i use", + "pto_used" + ], + [ + "let me know how many vacation have i utilized", + "pto_used" + ], + [ + "how many days have i taken off", + "pto_used" + ], + [ + "how much pto have i used so far", + "pto_used" + ], + [ + "can you tell me how many vacation days have i taken", + "pto_used" + ], + [ + "what is the amount of vacation day i have used", + "pto_used" + ], + [ + "can you tell me how much pto have i use", + "pto_used" + ], + [ + "let me know the amount of vacation days i have used", + "pto_used" + ], + [ + "how much pto have i used", + "pto_used" + ], + [ + "what is the amount of pto have i used", + "pto_used" + ], + [ + "how many vacation and sick days have i taken", + "pto_used" + ], + [ + "how many days have i used", + "pto_used" + ], + [ + "how much vacation days have i used", + "pto_used" + ], + [ + "my day offs history", + "pto_used" + ], + [ + "how many day off i have taken", + "pto_used" + ], + [ + "how many of my off days have i run through for the year thus far", + "pto_used" + ], + [ + "remind me of how days i had off so far for the year", + "pto_used" + ], + [ + "can you tell how many days i already took off this year", + "pto_used" + ], + [ + "i'd like an appointment at your earliest availability for an oil change", + "schedule_maintenance" + ], + [ + "could you book me an appointment for an oil change", + "schedule_maintenance" + ], + [ + "i'd like to make an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "i'd like to book the next availability for an oil change", + "schedule_maintenance" + ], + [ + "can i make an appointment for an oil change", + "schedule_maintenance" + ], + [ + "schedule an appointment for a tire check for me", + "schedule_maintenance" + ], + [ + "make me an appointment for a tire check", + "schedule_maintenance" + ], + [ + "can i make an appointment to get my tires checked", + "schedule_maintenance" + ], + [ + "can you please make an appointment for me to get my tires checked out", + "schedule_maintenance" + ], + [ + "schedule me an appointment to get my tires checked out", + "schedule_maintenance" + ], + [ + "can you help me find someone to look at my car's engine because the light is on", + "schedule_maintenance" + ], + [ + "i need to arrange an appointment to have my car's tires examined", + "schedule_maintenance" + ], + [ + "my car needs maintenance but i don't know if i can schedule an appointment for that", + "schedule_maintenance" + ], + [ + "is there any way to change the date of my oil change", + "schedule_maintenance" + ], + [ + "my car's tires are due to be looked at, can you help me get an appointment for that", + "schedule_maintenance" + ], + [ + "find out where i can schedule to get my car's tires checked", + "schedule_maintenance" + ], + [ + "i need to get an appointment for car maintenance", + "schedule_maintenance" + ], + [ + "help me schedule maintenance for my car", + "schedule_maintenance" + ], + [ + "help me find somewhere to schedule a check up on my car's tires", + "schedule_maintenance" + ], + [ + "find me someone who can deal with my car's illuminated check engine light", + "schedule_maintenance" + ], + [ + "i'm going to be in canada from october 23rd to november 2nd, so can i let my bank know", + "travel_notification" + ], + [ + "let my bank know i'm going to be in russia for a month", + "travel_notification" + ], + [ + "get a message to my bank that starting the 14th i'll be in canada", + "travel_notification" + ], + [ + "tell my bank that i'm travelling to france in 2 days", + "travel_notification" + ], + [ + "tell my bank i'll be in cuba beginning the 2nd", + "travel_notification" + ], + [ + "alert my financial institution that i will be traveling to bangkok on april 2 and returning on april 7", + "travel_notification" + ], + [ + "on tuesday i will be leaving for tennessee and will not be returning until the twenty ninth, alert my bank of this", + "travel_notification" + ], + [ + "my bank needs to be aware of my trip to spain", + "travel_notification" + ], + [ + "i am going to spain in the future and my bank needs to know this information", + "travel_notification" + ], + [ + "my bank needs to know that i will be traveling to spain soon", + "travel_notification" + ], + [ + "my vacation to spain is coming up and i need my bank to know", + "travel_notification" + ], + [ + "i will be telling my bank of my upcoming trip to spain", + "travel_notification" + ], + [ + "from april to may i will be in america so i need to notify my bank", + "travel_notification" + ], + [ + "i will tell my bank that i will be gone from april to may to america", + "travel_notification" + ], + [ + "i need to let my bank know i will be in america from april to may", + "travel_notification" + ], + [ + "my back needs to be notified that i will be in american from april to may", + "travel_notification" + ], + [ + "i will be visiting america so i will need to let me bank know i will be gone from april to may", + "travel_notification" + ], + [ + "please note that i will be travelling internationally soon", + "travel_notification" + ], + [ + "let my bank know that i am going to tokyo", + "travel_notification" + ], + [ + "alert my bank and tell them that i will be in vermont", + "travel_notification" + ], + [ + "sync phone", + "sync_device" + ], + [ + "please pair my phone", + "sync_device" + ], + [ + "don't connect to my phone anymore", + "sync_device" + ], + [ + "i need you to pair with my phone please", + "sync_device" + ], + [ + "don't sync to my phone anymore", + "sync_device" + ], + [ + "sync with my phone", + "sync_device" + ], + [ + "disconnect from phone", + "sync_device" + ], + [ + "stop synching to my phone", + "sync_device" + ], + [ + "can you pair with my phone", + "sync_device" + ], + [ + "please pair with my phone", + "sync_device" + ], + [ + "disconnect sync from my phone", + "sync_device" + ], + [ + "unsync yourself from my phone please", + "sync_device" + ], + [ + "stop syncing with my phone", + "sync_device" + ], + [ + "i'd like you to pair with my phone", + "sync_device" + ], + [ + "i need you to pair with my phone", + "sync_device" + ], + [ + "don't sync with my phone", + "sync_device" + ], + [ + "pair with phone", + "sync_device" + ], + [ + "connect with my phone", + "sync_device" + ], + [ + "please add onto my phone", + "sync_device" + ], + [ + "put a device with my phone", + "sync_device" + ], + [ + "that you so much for the help", + "thank_you" + ], + [ + "thanks for helping me", + "thank_you" + ], + [ + "thanks for helping me out today", + "thank_you" + ], + [ + "thanks for the assist", + "thank_you" + ], + [ + "thank you for the help", + "thank_you" + ], + [ + "thanks for your help", + "thank_you" + ], + [ + "thank you for your help", + "thank_you" + ], + [ + "i'm thankful for your help", + "thank_you" + ], + [ + "i am glad that you did that", + "thank_you" + ], + [ + "i owe you one", + "thank_you" + ], + [ + "i appreciate you doing that", + "thank_you" + ], + [ + "appreciated", + "thank_you" + ], + [ + "i am happy you did that for me", + "thank_you" + ], + [ + "thanks, you've helped me", + "thank_you" + ], + [ + "thanks, i appreciate it", + "thank_you" + ], + [ + "i'm thankful", + "thank_you" + ], + [ + "you have my gratitude", + "thank_you" + ], + [ + "you've been a big help", + "thank_you" + ], + [ + "special thanks to you", + "thank_you" + ], + [ + "you have my sincere gratitude", + "thank_you" + ], + [ + "i would like you to roll a dice", + "roll_dice" + ], + [ + "please roll a 10 sided die and tell me what number it is", + "roll_dice" + ], + [ + "can you roll a dice for me", + "roll_dice" + ], + [ + "please roll a dice", + "roll_dice" + ], + [ + "roll a 6 sided die and tell me the result", + "roll_dice" + ], + [ + "can you roll a dice with 8 sides", + "roll_dice" + ], + [ + "can you roll a dice with 6 sides", + "roll_dice" + ], + [ + "roll a 10 sided dice", + "roll_dice" + ], + [ + "roll an 8 sided dice", + "roll_dice" + ], + [ + "roll a 6 sided dice", + "roll_dice" + ], + [ + "please roll this 8 sided dice", + "roll_dice" + ], + [ + "i want you to roll a 5 sided dice for me", + "roll_dice" + ], + [ + "give a 6 sided dice a roll for me", + "roll_dice" + ], + [ + "complete a roll on a 4 sided dice", + "roll_dice" + ], + [ + "i need a roll on a 6 sided dice", + "roll_dice" + ], + [ + "roll that dice", + "roll_dice" + ], + [ + "please roll that dice", + "roll_dice" + ], + [ + "roll the dice now", + "roll_dice" + ], + [ + "i need to make a quick decision, so roll a dice!", + "roll_dice" + ], + [ + "i need you to roll a dice that has six sides and tell me what it lands on", + "roll_dice" + ], + [ + "is my milk safe to drink after being in the refrigerator for a week", + "food_last" + ], + [ + "apple cider has been in my fridge for four months so can i still drink it", + "food_last" + ], + [ + "mayonaise has been in my fridge for three years, is it still good to eat", + "food_last" + ], + [ + "is cooked chicken still good after being refrigerated for two weeks", + "food_last" + ], + [ + "i have had farm fresh eggs in the fridge for a few months, are they still okay to ingest", + "food_last" + ], + [ + "how many days before milk expire", + "food_last" + ], + [ + "will rice be ok in the fridge for 3 days", + "food_last" + ], + [ + "is rice ok after 3 days in the refrigerator", + "food_last" + ], + [ + "after 3 days in the fridge is rice safe to eat", + "food_last" + ], + [ + "is rice bad after 3 days in fridge", + "food_last" + ], + [ + "can i keep rice in the fridge for 3 days", + "food_last" + ], + [ + "when does my milk expire", + "food_last" + ], + [ + "how long does it take milk to expire", + "food_last" + ], + [ + "how do i know if my milk is expired", + "food_last" + ], + [ + "what is the expiration date of my milk", + "food_last" + ], + [ + "how long until my milk expires", + "food_last" + ], + [ + "how long can i keep pork in the freezer for before it gets freezer burnt", + "food_last" + ], + [ + "how long can i keep beef in the freezer for before it gets nasty", + "food_last" + ], + [ + "how long can i keep chicken in the freezer for before it goes gross", + "food_last" + ], + [ + "how long can i keep bison in the freezer for before it spoils", + "food_last" + ], + [ + "how long do i need to cook pot au feu for", + "cook_time" + ], + [ + "how long do i need to cook chili for", + "cook_time" + ], + [ + "how long do i need to cook lasagne for", + "cook_time" + ], + [ + "how long do i need to cook tuna casserole for", + "cook_time" + ], + [ + "how long do i need to cook beef stew for", + "cook_time" + ], + [ + "how long should i cook country fried potatoes for", + "cook_time" + ], + [ + "how long should i cook pho for", + "cook_time" + ], + [ + "how long should i cook steak for", + "cook_time" + ], + [ + "how long should i cook roast for", + "cook_time" + ], + [ + "i need to know how long to cook chicken for", + "cook_time" + ], + [ + "how long do i put sugar cookies in for", + "cook_time" + ], + [ + "how long should i cook carnitas for", + "cook_time" + ], + [ + "how long should i cook ham for", + "cook_time" + ], + [ + "how long does it take to make pho", + "cook_time" + ], + [ + "how long do i need to cook roast for", + "cook_time" + ], + [ + "how long should i microwave hot pockets for", + "cook_time" + ], + [ + "how long does it take to cook hot pockets", + "cook_time" + ], + [ + "what's the recommended cooking time for steak", + "cook_time" + ], + [ + "should i cook this for a long time", + "cook_time" + ], + [ + "what time should i leave this in the oven", + "cook_time" + ], + [ + "remind me to call my mom", + "reminder_update" + ], + [ + "set a reminder for me to request time off work around the holidays", + "reminder_update" + ], + [ + "remind me to get an oil change", + "reminder_update" + ], + [ + "i need a reminder to order cookies", + "reminder_update" + ], + [ + "remind me to write that letter", + "reminder_update" + ], + [ + "set a reminder to pay my taxes", + "reminder_update" + ], + [ + "remind me to do something", + "reminder_update" + ], + [ + "you need to remind me to do something", + "reminder_update" + ], + [ + "i need to be reminded", + "reminder_update" + ], + [ + "i need to make a reminder", + "reminder_update" + ], + [ + "can you set a reminder for me", + "reminder_update" + ], + [ + "i need to set up a reminder for myself", + "reminder_update" + ], + [ + "create a reminder", + "reminder_update" + ], + [ + "remind me to check the steak", + "reminder_update" + ], + [ + "i just put steaks on the grill remind me to check them at the right time", + "reminder_update" + ], + [ + "don't let me forget to check the steak", + "reminder_update" + ], + [ + "set a reminder to check the steak", + "reminder_update" + ], + [ + "can you set a reminder for the current time tommorow", + "reminder_update" + ], + [ + "set a reminder for me to request time off", + "reminder_update" + ], + [ + "can i have a reminder set up", + "reminder_update" + ], + [ + "i want to report a stolen card", + "report_lost_card" + ], + [ + "my card is lost, i would like to report it", + "report_lost_card" + ], + [ + "my card was stolen, how do i report this", + "report_lost_card" + ], + [ + "i need to report a stolen card", + "report_lost_card" + ], + [ + "if i lost my card how do i report it", + "report_lost_card" + ], + [ + "how do i report a stolen card", + "report_lost_card" + ], + [ + "what is the process of reporting a lost card", + "report_lost_card" + ], + [ + "if my card was stolen, where do i report it", + "report_lost_card" + ], + [ + "i lost my card, how do i report it", + "report_lost_card" + ], + [ + "report a card lost for me", + "report_lost_card" + ], + [ + "i lost a card and i need to report it", + "report_lost_card" + ], + [ + "i have a card that was lost i need to report", + "report_lost_card" + ], + [ + "amazon visa card is stolen", + "report_lost_card" + ], + [ + "my disney visa card is stolen", + "report_lost_card" + ], + [ + "spirit mastercard card was taken", + "report_lost_card" + ], + [ + "what are the steps to take to report a lost card", + "report_lost_card" + ], + [ + "what is the route to take to report a lost card", + "report_lost_card" + ], + [ + "can you show me how to report a lost card", + "report_lost_card" + ], + [ + "i need the information on how to report a lost card", + "report_lost_card" + ], + [ + "my card is lost and i need to know how to report it", + "report_lost_card" + ], + [ + "would it be a problem to sub chips instead of fries", + "ingredient_substitution" + ], + [ + "let me know if i can use ketchup in place of the mustard", + "ingredient_substitution" + ], + [ + "is it ok to use ketchup instead of mustard", + "ingredient_substitution" + ], + [ + "is it normal to use mayo instead of cheese", + "ingredient_substitution" + ], + [ + "can i sub ketchup for mustard", + "ingredient_substitution" + ], + [ + "i wonder if it would be possible to switch from apples to grapes", + "ingredient_substitution" + ], + [ + "is it allow to switch apples to grapes", + "ingredient_substitution" + ], + [ + "is it okay to switch apples for grapes", + "ingredient_substitution" + ], + [ + "can i modify the apples for grapes", + "ingredient_substitution" + ], + [ + "would i be able to swap apples for grapes", + "ingredient_substitution" + ], + [ + "i don't have butter can i use oil", + "ingredient_substitution" + ], + [ + "is butter a substitute for oil", + "ingredient_substitution" + ], + [ + "is butter ok to use instead of oil", + "ingredient_substitution" + ], + [ + "are butter and oil interchangable", + "ingredient_substitution" + ], + [ + "are you able to switch butter and oil", + "ingredient_substitution" + ], + [ + "do you know if i can use pepper and not salt", + "ingredient_substitution" + ], + [ + "will pepper work instead of salt", + "ingredient_substitution" + ], + [ + "is pepper a replacement for salt", + "ingredient_substitution" + ], + [ + "would it be ok if i have pepper and not salt", + "ingredient_substitution" + ], + [ + "can i use pepper instead of salt", + "ingredient_substitution" + ], + [ + "call alex", + "make_call" + ], + [ + "please call mark", + "make_call" + ], + [ + "i want to call mark", + "make_call" + ], + [ + "let me call mark", + "make_call" + ], + [ + "can we call mark", + "make_call" + ], + [ + "call back my mom please", + "make_call" + ], + [ + "start a call to cynthia", + "make_call" + ], + [ + "i want to call up jan", + "make_call" + ], + [ + "can you get a call started to martha", + "make_call" + ], + [ + "please call felicity", + "make_call" + ], + [ + "please initiate a phone call to my boss", + "make_call" + ], + [ + "initiate a call to robert", + "make_call" + ], + [ + "dial the last number that called me", + "make_call" + ], + [ + "call contact aj", + "make_call" + ], + [ + "call aj now", + "make_call" + ], + [ + "call aj", + "make_call" + ], + [ + "call aj please", + "make_call" + ], + [ + "call my friend aj", + "make_call" + ], + [ + "can you call michelle on the home phone", + "make_call" + ], + [ + "siri, call jacob", + "make_call" + ], + [ + "i'd like alarms set for 11am and 132pm", + "alarm" + ], + [ + "i want you to set alarms for 2pm and 3pm", + "alarm" + ], + [ + "i need alarm for both 4am and 7am", + "alarm" + ], + [ + "set an alarm for 235pm and another an hour later", + "alarm" + ], + [ + "please add alarms at 430am and 1030am", + "alarm" + ], + [ + "set my alarm for quarter after six tomorrow", + "alarm" + ], + [ + "set my alarm for eight tomorrow, please", + "alarm" + ], + [ + "set my alarm for six tomorrow morning", + "alarm" + ], + [ + "set my alarm for five tomorrow morning, please", + "alarm" + ], + [ + "set an alarm for four thirty tomorrow, please", + "alarm" + ], + [ + "set me an alarm right now", + "alarm" + ], + [ + "set an alarm for me please", + "alarm" + ], + [ + "please set an alarm for me", + "alarm" + ], + [ + "please set me an alarm", + "alarm" + ], + [ + "set me an alarm now", + "alarm" + ], + [ + "create alarms for 8 pm and 9 pm", + "alarm" + ], + [ + "i need an alarm set for ten pm and midnight", + "alarm" + ], + [ + "make an alarm for one and two in the morning", + "alarm" + ], + [ + "can you set up alarms for one in the afternoon and ten at night", + "alarm" + ], + [ + "set an alarm for 05:00 and one for 16:00", + "alarm" + ], + [ + "repeat my to do list", + "todo_list" + ], + [ + "what do i have to do", + "todo_list" + ], + [ + "instruct me what to do", + "todo_list" + ], + [ + "recite my to do list", + "todo_list" + ], + [ + "will you please tell me my to do list", + "todo_list" + ], + [ + "what do i need to do", + "todo_list" + ], + [ + "did i put cutting the grass on my todo list", + "todo_list" + ], + [ + "is there anything on my todo list for taking out the trash", + "todo_list" + ], + [ + "is cleaning the outside windows on my todo list", + "todo_list" + ], + [ + "what do i have on my todo list", + "todo_list" + ], + [ + "have i added anything to my todo list", + "todo_list" + ], + [ + "did i make a note on my todo list to mop the bathroom floor", + "todo_list" + ], + [ + "is my todo list free", + "todo_list" + ], + [ + "can you tell me if there is anything on my todo list", + "todo_list" + ], + [ + "do i have anything on my todo list", + "todo_list" + ], + [ + "did i put a car wash on my todo list", + "todo_list" + ], + [ + "did i put vacuuming on my todo's", + "todo_list" + ], + [ + "is vacuuming on my todo list", + "todo_list" + ], + [ + "does my todo list have vacuuming on it", + "todo_list" + ], + [ + "is cleaning the garage on my to do list", + "todo_list" + ], + [ + "will you please do the male british accent", + "change_accent" + ], + [ + "can you please change you accent to the male british one", + "change_accent" + ], + [ + "make the male british accent please", + "change_accent" + ], + [ + "could you please change your accent to the male british one", + "change_accent" + ], + [ + "for the love of all that good change your accent", + "change_accent" + ], + [ + "your accent needs to be changed", + "change_accent" + ], + [ + "i need your accent to be changed", + "change_accent" + ], + [ + "please change your accent", + "change_accent" + ], + [ + "change your accent now", + "change_accent" + ], + [ + "change to a new accent please", + "change_accent" + ], + [ + "change to a different accent", + "change_accent" + ], + [ + "i want you to use a different accent", + "change_accent" + ], + [ + "what other accents can you use", + "change_accent" + ], + [ + "help me change my account", + "change_accent" + ], + [ + "i need to change my account", + "change_accent" + ], + [ + "i need to switch accounts", + "change_accent" + ], + [ + "please change my account to another one", + "change_accent" + ], + [ + "please use a male voice", + "change_accent" + ], + [ + "change over to the female voice", + "change_accent" + ], + [ + "move over to the female voice", + "change_accent" + ], + [ + "i need a w2 form, how do i get one", + "w2" + ], + [ + "who do i contact for a w2 form", + "w2" + ], + [ + "how do i get a w2 form", + "w2" + ], + [ + "who should i call for a w2", + "w2" + ], + [ + "where do i go to get a form for w2s", + "w2" + ], + [ + "where do i get w2 form", + "w2" + ], + [ + "i need to know where to get w2", + "w2" + ], + [ + "tell me where i should get the w2", + "w2" + ], + [ + "so where do i get the w2 form", + "w2" + ], + [ + "please tell me where to get the w2", + "w2" + ], + [ + "where will i find my w-2", + "w2" + ], + [ + "w-2 tax form where is it", + "w2" + ], + [ + "where do i find my w-2 form", + "w2" + ], + [ + "where's my w-2 tax form", + "w2" + ], + [ + "where do i find my w-2 tax form", + "w2" + ], + [ + "can i find my w-2 online", + "w2" + ], + [ + "where should i look for my w-2", + "w2" + ], + [ + "where would i find my w-2", + "w2" + ], + [ + "i need my earned income form for paying taxes", + "w2" + ], + [ + "where can i get the form for my taxes", + "w2" + ], + [ + "when do i need to pay my dte energy bill", + "bill_due" + ], + [ + "what day do i have to pay my leasing office bill", + "bill_due" + ], + [ + "what day is my telephone bill due", + "bill_due" + ], + [ + "when is my cell phone bill due", + "bill_due" + ], + [ + "what day do i need to pay my internet and phone bill by", + "bill_due" + ], + [ + "what's the due date for spectrum's bill", + "bill_due" + ], + [ + "what date do i have to pay the phone bill on", + "bill_due" + ], + [ + "can you tell me the due date for the water bill", + "bill_due" + ], + [ + "what day is the cable bill owed on", + "bill_due" + ], + [ + "when is the electric bill due", + "bill_due" + ], + [ + "when do i need to pay my car insurance bill by", + "bill_due" + ], + [ + "how do i find out when my visa bill is due", + "bill_due" + ], + [ + "tell me how i know when to pay my chase bill", + "bill_due" + ], + [ + "tell me when my mastercard bill should be paid", + "bill_due" + ], + [ + "when should i pay my pg&e bill", + "bill_due" + ], + [ + "when is my kaiser bill due", + "bill_due" + ], + [ + "how long do i have to pay that bill", + "bill_due" + ], + [ + "is there a due date on the bill", + "bill_due" + ], + [ + "is the bill due this week", + "bill_due" + ], + [ + "i need to know what day i need to pay my water bill", + "bill_due" + ], + [ + "what is the calorie content of lays chips", + "calories" + ], + [ + "do you know the calorie content of a strip of bacon", + "calories" + ], + [ + "how many calories are found in bagels", + "calories" + ], + [ + "tell me the calorie content of frosted flakes", + "calories" + ], + [ + "inform me of the calorie content of vanilla ice cream", + "calories" + ], + [ + "how many calories are in apples", + "calories" + ], + [ + "how many calories are in oranges", + "calories" + ], + [ + "how many calories are in ice cream", + "calories" + ], + [ + "how many calories are in cake", + "calories" + ], + [ + "how many calories are in oreos", + "calories" + ], + [ + "how many calories does two bananas have", + "calories" + ], + [ + "in a fried egg, how many calories are there", + "calories" + ], + [ + "pocki sticks has how many calories", + "calories" + ], + [ + "what is the amount of calories that scrambled eggs has", + "calories" + ], + [ + "how many calories are in a donut hole", + "calories" + ], + [ + "how many calories are in a ghirardelli sea salt caramel candy", + "calories" + ], + [ + "how many calories are in a bowel of wheaties", + "calories" + ], + [ + "how many calories are in a serving of deans french onion dip", + "calories" + ], + [ + "how many calories are in mashed potatoes", + "calories" + ], + [ + "how many calories are in powdered donuts", + "calories" + ], + [ + "my card was damaged by bleach", + "damaged_card" + ], + [ + "my card was cut by my kid", + "damaged_card" + ], + [ + "my card is ruined and isn't working", + "damaged_card" + ], + [ + "my card isn't working because its destroyed", + "damaged_card" + ], + [ + "my card is messed up from carding my door", + "damaged_card" + ], + [ + "my card was in my pocket and bent", + "damaged_card" + ], + [ + "my card has a burn on it", + "damaged_card" + ], + [ + "my card is impaired and i can't use it", + "damaged_card" + ], + [ + "my card is scuffed up and won't work", + "damaged_card" + ], + [ + "my card seems to not work because its blemished", + "damaged_card" + ], + [ + "i broke my card trying to do a magic trick", + "damaged_card" + ], + [ + "when my house burned down, so did my card", + "damaged_card" + ], + [ + "i broke my card scraping snow off the windshield", + "damaged_card" + ], + [ + "i broke my card when i bent my wallet", + "damaged_card" + ], + [ + "i ruined my card when it got washed", + "damaged_card" + ], + [ + "how can i get a new card that got melted in the sun", + "damaged_card" + ], + [ + "my card got dropped in the shredded and i need it replaced", + "damaged_card" + ], + [ + "my card was destroyed when my house burned down and i need a replacement", + "damaged_card" + ], + [ + "i accidentally caught my card on fire", + "damaged_card" + ], + [ + "i accidentally shredded my card", + "damaged_card" + ], + [ + "does mcdonald's have good reviews", + "restaurant_reviews" + ], + [ + "are the review for mcdonald's good or bad", + "restaurant_reviews" + ], + [ + "how are the reviews for mcdonald's", + "restaurant_reviews" + ], + [ + "what are the review for mcdonald's", + "restaurant_reviews" + ], + [ + "how are those mcdonald's reviews looking", + "restaurant_reviews" + ], + [ + "what are the ratings for yardhouse", + "restaurant_reviews" + ], + [ + "do you know how the ratings are for yardhouse", + "restaurant_reviews" + ], + [ + "are the ratings for yardhouse good", + "restaurant_reviews" + ], + [ + "can you tell me the ratings for yardhouse", + "restaurant_reviews" + ], + [ + "how good are the review for yardhouse", + "restaurant_reviews" + ], + [ + "how are the fried chicken at zippys", + "restaurant_reviews" + ], + [ + "how are the reviews for pasta at assagios", + "restaurant_reviews" + ], + [ + "how is sushi at jiro", + "restaurant_reviews" + ], + [ + "how is the steamed fish at harbor village", + "restaurant_reviews" + ], + [ + "how is dim sum at legend", + "restaurant_reviews" + ], + [ + "does boston restaurant have favorable reviews", + "restaurant_reviews" + ], + [ + "can you inform if boston restaurant has good reviews", + "restaurant_reviews" + ], + [ + "i need to know favorable reviews about boston restaurant", + "restaurant_reviews" + ], + [ + "tell me if boston restaurant has good reviews", + "restaurant_reviews" + ], + [ + "i need to know if boston restaurant has favorable reviews", + "restaurant_reviews" + ], + [ + "what would the routing number for chase be", + "routing" + ], + [ + "tell me chase's routing number", + "routing" + ], + [ + "tell me the routing number for bluebird", + "routing" + ], + [ + "help me find the chase routing number", + "routing" + ], + [ + "i want to know the bofa routing number", + "routing" + ], + [ + "what routing number does chase in michigan use", + "routing" + ], + [ + "where can i locate the ally routing number", + "routing" + ], + [ + "what would wells fargo use as routing", + "routing" + ], + [ + "is there a routing number for wachovia", + "routing" + ], + [ + "i need to know what routing number i should use for ally", + "routing" + ], + [ + "let me know chase's routing number", + "routing" + ], + [ + "what routing number does chase use", + "routing" + ], + [ + "is there a routing number for wells fargo", + "routing" + ], + [ + "i need to know bank of america's routing", + "routing" + ], + [ + "i want to know what the routing is for chase", + "routing" + ], + [ + "where can i locate my routing number for chase please", + "routing" + ], + [ + "where do i find my routing number for my pnc account", + "routing" + ], + [ + "where can i locate the routing number for the bank i bank with", + "routing" + ], + [ + "where do i locate the routing number for the credit union", + "routing" + ], + [ + "where do i locate my routing number for my premium checking account", + "routing" + ], + [ + "what type of pet is in your home", + "do_you_have_pets" + ], + [ + "what pets are with you", + "do_you_have_pets" + ], + [ + "do you have animal companions", + "do_you_have_pets" + ], + [ + "do you have any animals", + "do_you_have_pets" + ], + [ + "what type of animal is living in your home", + "do_you_have_pets" + ], + [ + "what types of pets do you keep", + "do_you_have_pets" + ], + [ + "what animals await you at home", + "do_you_have_pets" + ], + [ + "what creatures do you keep for love", + "do_you_have_pets" + ], + [ + "do you posses any types of pets", + "do_you_have_pets" + ], + [ + "do you have any dogs or cats", + "do_you_have_pets" + ], + [ + "what types of furry companions do you have", + "do_you_have_pets" + ], + [ + "given a choice would you take a dog or a cat", + "do_you_have_pets" + ], + [ + "what are the pets you have", + "do_you_have_pets" + ], + [ + "do you own a cat or do you own a dog", + "do_you_have_pets" + ], + [ + "do you own any animals", + "do_you_have_pets" + ], + [ + "what do you have in the way of pets", + "do_you_have_pets" + ], + [ + "which type of pet would you rather possess, a cat or a dog", + "do_you_have_pets" + ], + [ + "do you have a cat or a dog", + "do_you_have_pets" + ], + [ + "what different pets do you have", + "do_you_have_pets" + ], + [ + "does your family have any pets", + "do_you_have_pets" + ], + [ + "how do i set up a meeting", + "schedule_meeting" + ], + [ + "what is the process to set up a meeting", + "schedule_meeting" + ], + [ + "how can i set up a meeting", + "schedule_meeting" + ], + [ + "what is the process to schedule a meeting", + "schedule_meeting" + ], + [ + "what do i do to schedule a meeting", + "schedule_meeting" + ], + [ + "i want you to set a meeting with john at 5 pm", + "schedule_meeting" + ], + [ + "schedule a monday meeting with sam at 1 pm", + "schedule_meeting" + ], + [ + "please schedule a meeting with kim at 10 am", + "schedule_meeting" + ], + [ + "please set a meeting with nancy at 4 pm", + "schedule_meeting" + ], + [ + "schedule my meeting with jim at 3pm", + "schedule_meeting" + ], + [ + "get me a meeting room for 9am on friday", + "schedule_meeting" + ], + [ + "secure us a meeting room for 9am on friday", + "schedule_meeting" + ], + [ + "arrange a meeting room for 9am on friday", + "schedule_meeting" + ], + [ + "please schedule a meeting room for 9am on friday", + "schedule_meeting" + ], + [ + "make sure i get a meeting room for 9am on friday", + "schedule_meeting" + ], + [ + "is it possible for you to schedule a meeting for 3:00 on wednesday", + "schedule_meeting" + ], + [ + "can you create a meeting for 3:00 on wednesday", + "schedule_meeting" + ], + [ + "can you arrange a meeting for 3:00 on wednesday", + "schedule_meeting" + ], + [ + "can you please set up a meeting for 3:00 on wednesday", + "schedule_meeting" + ], + [ + "can you hook up a meeting for 3:00 on wednesday", + "schedule_meeting" + ], + [ + "what is the best type of gas for this car", + "gas_type" + ], + [ + "for this car, what kind of gas should i use", + "gas_type" + ], + [ + "what kind of gas is required for this car", + "gas_type" + ], + [ + "gas type needed for this car", + "gas_type" + ], + [ + "please tell me what kind of gas this car needs", + "gas_type" + ], + [ + "what gas does this car take", + "gas_type" + ], + [ + "can you tell me what kind of gas this car uses", + "gas_type" + ], + [ + "what kind of fuel should i put in my car", + "gas_type" + ], + [ + "what kind of fuel does my car use", + "gas_type" + ], + [ + "my car takes what kind of fuel", + "gas_type" + ], + [ + "my vehicle needs what kind of fuel", + "gas_type" + ], + [ + "what kind of fuel do i need to put in my car", + "gas_type" + ], + [ + "what is the proper fuel type for my car", + "gas_type" + ], + [ + "what's the required fuel type for my car", + "gas_type" + ], + [ + "could you tell me the fuel type for my car", + "gas_type" + ], + [ + "does this car take regular or diesel fuel", + "gas_type" + ], + [ + "what octaine is recommended for this car", + "gas_type" + ], + [ + "i need gas so what should i get", + "gas_type" + ], + [ + "what type of fuel should i get for mainly city driving", + "gas_type" + ], + [ + "what kind of gas does my car need", + "gas_type" + ], + [ + "what kind of sockets do the us use", + "plug_type" + ], + [ + "does my tv need a socket conveter in ny city", + "plug_type" + ], + [ + "does denmark use different sockets", + "plug_type" + ], + [ + "in france do they require socket conveters", + "plug_type" + ], + [ + "what type of socker conveters do i need in africa", + "plug_type" + ], + [ + "i'm going to paris, what plug type do i need", + "plug_type" + ], + [ + "what type of outlets do they have in the uk", + "plug_type" + ], + [ + "in australia what outlet type do they use", + "plug_type" + ], + [ + "do they use a different plug in brazil", + "plug_type" + ], + [ + "what kind of plug is used in japan", + "plug_type" + ], + [ + "which electrical plug type should i bring with me to finland", + "plug_type" + ], + [ + "what kind of electrical plug do they use in the uae", + "plug_type" + ], + [ + "what type of electrical plug do they use in spain", + "plug_type" + ], + [ + "what electrical plug do they use in the uk", + "plug_type" + ], + [ + "what sort of electrical plug do they use in mainland europe", + "plug_type" + ], + [ + "what are the cuban plugs like", + "plug_type" + ], + [ + "what plugs are in england", + "plug_type" + ], + [ + "how are british plugs", + "plug_type" + ], + [ + "what plug does colombia use", + "plug_type" + ], + [ + "which plugs does england use", + "plug_type" + ], + [ + "tell me when to next change my tires", + "tire_change" + ], + [ + "when would be a wise time to replace my tires", + "tire_change" + ], + [ + "can you tell me when i ought to switch out my tires", + "tire_change" + ], + [ + "when will my car next be due to get its tires changed", + "tire_change" + ], + [ + "at what point will i need to change my tires", + "tire_change" + ], + [ + "when would it be wise for me to swap out my tires", + "tire_change" + ], + [ + "do you know when the best time for me to change my tires next would be", + "tire_change" + ], + [ + "how long before i need to replace my tires", + "tire_change" + ], + [ + "how soon until my tires will need to be changed", + "tire_change" + ], + [ + "figure out for me when i ought to change my tires next", + "tire_change" + ], + [ + "tires should be changed when", + "tire_change" + ], + [ + "when should i change the tires", + "tire_change" + ], + [ + "when should i change these tires", + "tire_change" + ], + [ + "when could i get my tires changed next", + "tire_change" + ], + [ + "when can i commute my tires next", + "tire_change" + ], + [ + "when is it time for a tire change", + "tire_change" + ], + [ + "is it time for a tire change", + "tire_change" + ], + [ + "when are my tires due for changing", + "tire_change" + ], + [ + "when should my car's tires be changed", + "tire_change" + ], + [ + "when should i change my tires", + "tire_change" + ], + [ + "how much is 100 dollars in euros", + "exchange_rate" + ], + [ + "what's the exchange rate betwen usd and euros", + "exchange_rate" + ], + [ + "how much is $1 usd worth in euros", + "exchange_rate" + ], + [ + "how much is $1 usd in euros", + "exchange_rate" + ], + [ + "what's the exchange rate between country a and country b", + "exchange_rate" + ], + [ + "what's the conversion rate of 100 dollars to euros", + "exchange_rate" + ], + [ + "what's 100 dollars in euros", + "exchange_rate" + ], + [ + "how much country of canada money would i get for $100", + "exchange_rate" + ], + [ + "how much is the exchange between usd and euros", + "exchange_rate" + ], + [ + "i need to know how much 100 dollars is worth in euros", + "exchange_rate" + ], + [ + "tell me the exchange rate between here and country b", + "exchange_rate" + ], + [ + "if the dollar worth a lot in country b", + "exchange_rate" + ], + [ + "how much is 1 dollar worth in country b's money", + "exchange_rate" + ], + [ + "look up the exchange rate between dollars and euros", + "exchange_rate" + ], + [ + "convert 100 dollars to euros", + "exchange_rate" + ], + [ + "what can i get for 10 usd in cad", + "exchange_rate" + ], + [ + "what's the going rate between usd and cad", + "exchange_rate" + ], + [ + "what's the difference between usd and cad", + "exchange_rate" + ], + [ + "what is the rate for 500 cad in usd", + "exchange_rate" + ], + [ + "how much is usd vs cad", + "exchange_rate" + ], + [ + "what day is the next holiday", + "next_holiday" + ], + [ + "what holiday is coming up", + "next_holiday" + ], + [ + "the next holiday is when", + "next_holiday" + ], + [ + "which holiday do we celebrate next", + "next_holiday" + ], + [ + "i want to know when is the next holiday", + "next_holiday" + ], + [ + "what and when is the next holiday", + "next_holiday" + ], + [ + "i need to know when's the next holiday", + "next_holiday" + ], + [ + "is there a holiday this month", + "next_holiday" + ], + [ + "does march have a holiday", + "next_holiday" + ], + [ + "do we get monday off as a holiday", + "next_holiday" + ], + [ + "when do i get my next day off", + "next_holiday" + ], + [ + "i'd like to know when my next day off is", + "next_holiday" + ], + [ + "i want to know when is the next holiday here", + "next_holiday" + ], + [ + "when will be the next holiday here", + "next_holiday" + ], + [ + "please tell me when is the next holiday here", + "next_holiday" + ], + [ + "i need to know when is the next holiday here", + "next_holiday" + ], + [ + "i would like to know when is the next holiday here", + "next_holiday" + ], + [ + "when is the next break", + "next_holiday" + ], + [ + "when do we have free day", + "next_holiday" + ], + [ + "when is the next holiday in this country", + "next_holiday" + ], + [ + "make your volume quieter please", + "change_volume" + ], + [ + "adjust the volume to level 4", + "change_volume" + ], + [ + "i want your volume decreased please", + "change_volume" + ], + [ + "could you please raise your volume", + "change_volume" + ], + [ + "i want your volume lowered", + "change_volume" + ], + [ + "i want your volume louder", + "change_volume" + ], + [ + "i want the volume at 4 please", + "change_volume" + ], + [ + "i want the volume at level 4", + "change_volume" + ], + [ + "a volume of 4 is ideal please", + "change_volume" + ], + [ + "i need your volume increased", + "change_volume" + ], + [ + "can you please turn your volume down", + "change_volume" + ], + [ + "please turn the volume to 4", + "change_volume" + ], + [ + "please turn your volume up", + "change_volume" + ], + [ + "turn down your volume please", + "change_volume" + ], + [ + "turn up your volume", + "change_volume" + ], + [ + "could you increase the speaker volume please", + "change_volume" + ], + [ + "would you please increase the speaker volume", + "change_volume" + ], + [ + "increase the speaker volume please", + "change_volume" + ], + [ + "can you increase the speaker volume please", + "change_volume" + ], + [ + "please turn your speaker volume up", + "change_volume" + ], + [ + "do you work for another person", + "who_do_you_work_for" + ], + [ + "who is your supervisor, please", + "who_do_you_work_for" + ], + [ + "who is your superior, please", + "who_do_you_work_for" + ], + [ + "who are you employed by", + "who_do_you_work_for" + ], + [ + "who is your superior", + "who_do_you_work_for" + ], + [ + "do you work for a different person", + "who_do_you_work_for" + ], + [ + "who are you employed by, please", + "who_do_you_work_for" + ], + [ + "who you work for, please", + "who_do_you_work_for" + ], + [ + "do you work for another individual", + "who_do_you_work_for" + ], + [ + "who is your supervisor", + "who_do_you_work_for" + ], + [ + "do you work for a different individual", + "who_do_you_work_for" + ], + [ + "who you work for", + "who_do_you_work_for" + ], + [ + "are you one of my employees", + "who_do_you_work_for" + ], + [ + "do you work for a different employer", + "who_do_you_work_for" + ], + [ + "who is your boss by the way", + "who_do_you_work_for" + ], + [ + "i want the name of your boss", + "who_do_you_work_for" + ], + [ + "specify who your boss is", + "who_do_you_work_for" + ], + [ + "provide me the name of your boss", + "who_do_you_work_for" + ], + [ + "tell me who your boss is", + "who_do_you_work_for" + ], + [ + "who do you say you work for", + "who_do_you_work_for" + ], + [ + "what is the limit on my victoria's secret card", + "credit_limit" + ], + [ + "could you tell me the limit on my chase credit card", + "credit_limit" + ], + [ + "i need to know what my limit is on my american express card", + "credit_limit" + ], + [ + "how high is my spending limit on my wells fargo card", + "credit_limit" + ], + [ + "can you tell me what the limit is on my capital one card", + "credit_limit" + ], + [ + "i have to know the credit limit", + "credit_limit" + ], + [ + "what exactly is my credit limit", + "credit_limit" + ], + [ + "explain what my credit limit is", + "credit_limit" + ], + [ + "give me my credit limit", + "credit_limit" + ], + [ + "i need to know the credit limit", + "credit_limit" + ], + [ + "tell me the highest amount i can spend on my discover card", + "credit_limit" + ], + [ + "what is my credit limit on my discover card", + "credit_limit" + ], + [ + "how much spending power is on my discover card", + "credit_limit" + ], + [ + "how much can i buy on my discover card", + "credit_limit" + ], + [ + "how much can i spend on my discover card", + "credit_limit" + ], + [ + "what's my credit limit for my visa card", + "credit_limit" + ], + [ + "i need to know my credit's limit", + "credit_limit" + ], + [ + "what's my credit limit", + "credit_limit" + ], + [ + "what's the limit for my credit", + "credit_limit" + ], + [ + "i would like to know the limit for my credit", + "credit_limit" + ], + [ + "how much to wait before dining in the jack in the box at 4 pm", + "how_busy" + ], + [ + "how long to wait before dining in restaurant beta", + "how_busy" + ], + [ + "how long is the wait time at olive garden currently", + "how_busy" + ], + [ + "what is the wait like at apple bees", + "how_busy" + ], + [ + "what is the wait time for torris", + "how_busy" + ], + [ + "is there a wait time at bjs right now", + "how_busy" + ], + [ + "how long is the wait at buffalo wild wings", + "how_busy" + ], + [ + "how long is the wait at chipotle", + "how_busy" + ], + [ + "how long is the wait at chipotle tonight", + "how_busy" + ], + [ + "how long is the wait at chipotle right now", + "how_busy" + ], + [ + "how long is the wait at applebee's tonight", + "how_busy" + ], + [ + "how long is the wait at applebee's", + "how_busy" + ], + [ + "i need to know about how much time i'd have to wait to get a table at dibruno's", + "how_busy" + ], + [ + "can you tell me how long approximate wait times are at cheesecake factory", + "how_busy" + ], + [ + "what is the average wait time to be seated for dinner at rouge", + "how_busy" + ], + [ + "what's the wait like at chima brazilian steakhouse at this time", + "how_busy" + ], + [ + "will i have to wait long for a table at pietro's this evening", + "how_busy" + ], + [ + "how long do we have to wait at the restaurant", + "how_busy" + ], + [ + "how long would the wait at the restaurant be", + "how_busy" + ], + [ + "is mcdonalds busy around 9", + "how_busy" + ], + [ + "does spago in beverly hills allow customers to make reservations", + "accept_reservations" + ], + [ + "what is the reservation policy for spago in beverly hills", + "accept_reservations" + ], + [ + "are reservations taken at spago in beverly hills", + "accept_reservations" + ], + [ + "am i able to make reservations at spago in beverly hills", + "accept_reservations" + ], + [ + "can i make reservations at spago in beverly hills", + "accept_reservations" + ], + [ + "let me know if grub burger takes reservations", + "accept_reservations" + ], + [ + "give me information on grub burger reservations", + "accept_reservations" + ], + [ + "is grub burger taking reservations", + "accept_reservations" + ], + [ + "find out of grub burger takes reservations", + "accept_reservations" + ], + [ + "can i make reservations at grub burger", + "accept_reservations" + ], + [ + "is it possible to do a reservation at the bellagio", + "accept_reservations" + ], + [ + "does the bellagio have any reservations", + "accept_reservations" + ], + [ + "does bellagio allow you to do reservations", + "accept_reservations" + ], + [ + "can i make a reservation at chima steakhouse in chicago", + "accept_reservations" + ], + [ + "will i be able to schedule a reservation at 4 seasons in los angeles", + "accept_reservations" + ], + [ + "is it possible to make a reservation at sushi king in virginia beach", + "accept_reservations" + ], + [ + "does ruth chris in charlotte allow you to make a reservation", + "accept_reservations" + ], + [ + "will maggianos in charlotte allow me to make a reservation", + "accept_reservations" + ], + [ + "does long horns do reservations", + "accept_reservations" + ], + [ + "i need to make a reservation to long horn's, can i", + "accept_reservations" + ], + [ + "was my order delivered", + "order_status" + ], + [ + "did my order get here yet", + "order_status" + ], + [ + "was my order brought here", + "order_status" + ], + [ + "was my order shipped here", + "order_status" + ], + [ + "was the order delivered", + "order_status" + ], + [ + "what is the status of my purchase", + "order_status" + ], + [ + "track the status of my purchase", + "order_status" + ], + [ + "did my order get delivered", + "order_status" + ], + [ + "has my purchase been delivered yet", + "order_status" + ], + [ + "has my purchase arrived yet", + "order_status" + ], + [ + "how far along is my purchase", + "order_status" + ], + [ + "have my goods been delivered yet", + "order_status" + ], + [ + "i ordered new light bulbs online when will they get here", + "order_status" + ], + [ + "when will the clothes i ordered online arrive", + "order_status" + ], + [ + "i ordered new sheets online when will they arrive", + "order_status" + ], + [ + "i ordered some new speakers, so when will they get here", + "order_status" + ], + [ + "is my order at the delivery address", + "order_status" + ], + [ + "when is my order coming", + "order_status" + ], + [ + "is my order here", + "order_status" + ], + [ + "when will my order arrive", + "order_status" + ], + [ + "i forgot my pin number for my credit union bank account, can you help", + "pin_change" + ], + [ + "i want to change my bank of america account pin number", + "pin_change" + ], + [ + "i want to change the pin number on my credit union account", + "pin_change" + ], + [ + "can you help me figure out my pin number for my visa account", + "pin_change" + ], + [ + "i need to update the pin number of my aaa visa", + "pin_change" + ], + [ + "i'd like to change the pin number on my visa account", + "pin_change" + ], + [ + "i need my pin number for my bank of america account and i can't remember it", + "pin_change" + ], + [ + "i can't remember my pin for my first national debit account", + "pin_change" + ], + [ + "i've forgotten my pin number for my citibank gold account", + "pin_change" + ], + [ + "i want to update my pin number on my bank of america account", + "pin_change" + ], + [ + "i don't want my current pin for my wells account anymore", + "pin_change" + ], + [ + "switch the pin on my chase account", + "pin_change" + ], + [ + "i want a new pin on my card of private client account", + "pin_change" + ], + [ + "i want the pin on my wells fargo account to be changed", + "pin_change" + ], + [ + "i need a new pin on my chase account", + "pin_change" + ], + [ + "so tell me the pin number", + "pin_change" + ], + [ + "i need to know the pin number to my card", + "pin_change" + ], + [ + "tell me the pin number to my card", + "pin_change" + ], + [ + "i need to know the pin number", + "pin_change" + ], + [ + "switch the pin on my visa account", + "pin_change" + ], + [ + "see ya!", + "goodbye" + ], + [ + "this was fun, see you around bye", + "goodbye" + ], + [ + "until next time", + "goodbye" + ], + [ + "i enjoyed our talk, bye", + "goodbye" + ], + [ + "this was a nice chat", + "goodbye" + ], + [ + "i enjoyed speaking with you", + "goodbye" + ], + [ + "peace out!", + "goodbye" + ], + [ + "this was a nice chat, goodbye", + "goodbye" + ], + [ + "this was a nice conversation", + "goodbye" + ], + [ + "good talk, see you later", + "goodbye" + ], + [ + "it was lovely to speak with you", + "goodbye" + ], + [ + "it was lovely to speak with you, bye bye", + "goodbye" + ], + [ + "thank you for the chat, goodbye", + "goodbye" + ], + [ + "a pleasure as always to speak with you, bye", + "goodbye" + ], + [ + "thank you for chatting with me, bye", + "goodbye" + ], + [ + "i enjoyed our talk, goodbye", + "goodbye" + ], + [ + "it was a pleasure talking to you, goodbye now", + "goodbye" + ], + [ + "farewell", + "goodbye" + ], + [ + "goodnight", + "goodbye" + ], + [ + "have a good day", + "goodbye" + ], + [ + "my account looks to be blocked and i have no idea why", + "account_blocked" + ], + [ + "it seems that my account is blocked and i'm not sure why", + "account_blocked" + ], + [ + "my account appears to be blocked and i don't know why", + "account_blocked" + ], + [ + "it looks like my account is blocked but i have no clue why", + "account_blocked" + ], + [ + "my account appears to be blocked but i have no idea why that could be", + "account_blocked" + ], + [ + "why did you freeze my bank account", + "account_blocked" + ], + [ + "how did my bank account is frozen", + "account_blocked" + ], + [ + "can anyone let me know the reason behind my frozen bank account", + "account_blocked" + ], + [ + "what are the possible reasons behind frozen bank account", + "account_blocked" + ], + [ + "need help with frozen bank account", + "account_blocked" + ], + [ + "great western bank's login screen tells me i'm locked out but not why", + "account_blocked" + ], + [ + "i get an error message when i try logging in to capital one that says i'm locked out", + "account_blocked" + ], + [ + "can you check and see if my account's blocked", + "account_blocked" + ], + [ + "why can't i log into my bank account", + "account_blocked" + ], + [ + "tell me why i get an error logging in to my bank account", + "account_blocked" + ], + [ + "i'd like to know if my account's blocked and the reason if so", + "account_blocked" + ], + [ + "can you confirm my account's blocked and tell me why", + "account_blocked" + ], + [ + "do you have any idea why my account may be blocked", + "account_blocked" + ], + [ + "find out why i can't log in to my bank of america account", + "account_blocked" + ], + [ + "please tell me the reason for the hold on my bb&t account", + "account_blocked" + ], + [ + "whats this song", + "what_song" + ], + [ + "nice song what is it", + "what_song" + ], + [ + "cool song, what is it", + "what_song" + ], + [ + "what music is this", + "what_song" + ], + [ + "is this a song that i dont know", + "what_song" + ], + [ + "what\u2019s the name of this song", + "what_song" + ], + [ + "what is the current tune", + "what_song" + ], + [ + "what am i listening to right now", + "what_song" + ], + [ + "what is the name of the song playing right now", + "what_song" + ], + [ + "what is that song called", + "what_song" + ], + [ + "name this song", + "what_song" + ], + [ + "what's that song on the speaker now", + "what_song" + ], + [ + "what's the name of the song playing right now", + "what_song" + ], + [ + "what song is playing right now", + "what_song" + ], + [ + "do you know the song on the speaker right now", + "what_song" + ], + [ + "what's that song that is playing now", + "what_song" + ], + [ + "what is that tune", + "what_song" + ], + [ + "tell me the title of the song playing", + "what_song" + ], + [ + "i need this song title", + "what_song" + ], + [ + "what song am i hearing", + "what_song" + ], + [ + "does my visa have international transaction fees", + "international_fees" + ], + [ + "are there international transaction fees associated with my td bank card", + "international_fees" + ], + [ + "does my american express card have any international transaction fees", + "international_fees" + ], + [ + "does my new bank card have any international transaction fees", + "international_fees" + ], + [ + "does my western union card have international transaction fees", + "international_fees" + ], + [ + "will i be charged if i use my card in russia", + "international_fees" + ], + [ + "will i be charged if i use my card in china", + "international_fees" + ], + [ + "i wanna know if my capital one credit card have international transaction fees", + "international_fees" + ], + [ + "i'd like to know if my capital one credit card have international transaction fees", + "international_fees" + ], + [ + "does my capital one credit card have international transaction fees", + "international_fees" + ], + [ + "will i be charged if i use my card in vietnam", + "international_fees" + ], + [ + "i need to know if my capital one credit card have international transaction fees", + "international_fees" + ], + [ + "i would really like to know if my capital one credit card have international transaction fees", + "international_fees" + ], + [ + "will i be charged if i use my card in japan", + "international_fees" + ], + [ + "will i get charged extra for using my card while in tulsa", + "international_fees" + ], + [ + "while in tulsa, if i use my card, would i be charged more", + "international_fees" + ], + [ + "say that i am in tulsa, will i be charged even more if i use my card", + "international_fees" + ], + [ + "if i am in tulsa, will i get charged extra if i use my card", + "international_fees" + ], + [ + "using my card in tulsa won't cause me to be charged extra will it", + "international_fees" + ], + [ + "if i use my card in england will it cost me extra", + "international_fees" + ], + [ + "on what day, month and year did i get new tires", + "last_maintenance" + ], + [ + "when was the last time my car was worked on", + "last_maintenance" + ], + [ + "when did i last get my car serviced", + "last_maintenance" + ], + [ + "what was the date when my car was in the shop", + "last_maintenance" + ], + [ + "how long since my car was in the shop", + "last_maintenance" + ], + [ + "when was my last oil change", + "last_maintenance" + ], + [ + "what was the date of my last car service", + "last_maintenance" + ], + [ + "when was the last time i took my car in", + "last_maintenance" + ], + [ + "when was the last time my car was serviced", + "last_maintenance" + ], + [ + "do you remember when i last got my car looked at", + "last_maintenance" + ], + [ + "do you know when i last took my car to get checked", + "last_maintenance" + ], + [ + "do you have a record of when i last got my car checked", + "last_maintenance" + ], + [ + "could you inform me of when i last got my car checked", + "last_maintenance" + ], + [ + "when did i last get my car checked", + "last_maintenance" + ], + [ + "when did i change my oil", + "last_maintenance" + ], + [ + "how long since i swapped oil", + "last_maintenance" + ], + [ + "when did the oil get changed", + "last_maintenance" + ], + [ + "how long has it been since the oil got changed out", + "last_maintenance" + ], + [ + "how long since my oil had a refresh", + "last_maintenance" + ], + [ + "when was the car last services", + "last_maintenance" + ], + [ + "what if any meetings do i have today", + "meeting_schedule" + ], + [ + "do i have meetings with anyone today", + "meeting_schedule" + ], + [ + "do i have any meetings on my calendar today", + "meeting_schedule" + ], + [ + "do i have any meetings on my schedule today", + "meeting_schedule" + ], + [ + "do i have any meetings today between 9:30 and 10:30", + "meeting_schedule" + ], + [ + "do i have any meetings today between 9 and 10:30", + "meeting_schedule" + ], + [ + "do i have any meetings today between 9:20 and 10:30", + "meeting_schedule" + ], + [ + "do i have any meetings today between 9 and 10:15", + "meeting_schedule" + ], + [ + "do i have any meetings today between 9 and 10", + "meeting_schedule" + ], + [ + "what time am i meeting with john", + "meeting_schedule" + ], + [ + "what time am i meeting john", + "meeting_schedule" + ], + [ + "what time is my meeting with fred scheduled for", + "meeting_schedule" + ], + [ + "do i have any meetings coming up with dan", + "meeting_schedule" + ], + [ + "i think dan scheduled a meeting today with me, can you double check please", + "meeting_schedule" + ], + [ + "is my schedule clear with no meetings with dan today", + "meeting_schedule" + ], + [ + "what is my schedule like today, any meetings with dan", + "meeting_schedule" + ], + [ + "is dan aware of any meetings with me today", + "meeting_schedule" + ], + [ + "how many meetings do i have today", + "meeting_schedule" + ], + [ + "read me my meeting schedule", + "meeting_schedule" + ], + [ + "please tell me my meeting schedule", + "meeting_schedule" + ], + [ + "i need a list of ingredients required to make lamb stew", + "ingredients_list" + ], + [ + "please search for necessary ingredients included in meatballs", + "ingredients_list" + ], + [ + "can you tell me the ingredients used in pasta sauce", + "ingredients_list" + ], + [ + "do you know the ingredients used in homemade chicken soup", + "ingredients_list" + ], + [ + "i need to know what ingredients are in a french baguette", + "ingredients_list" + ], + [ + "find list of ingredients i would need to bake a funnel cake", + "ingredients_list" + ], + [ + "what are the ingredients used in chicken curry", + "ingredients_list" + ], + [ + "can you tell me what ingredients are needed for cinnamon buns", + "ingredients_list" + ], + [ + "please give me a list of the ingredients contained in chocolate cupcakes", + "ingredients_list" + ], + [ + "what ingredients do i need to make raisin bread", + "ingredients_list" + ], + [ + "what should i get to make the jamaican patties", + "ingredients_list" + ], + [ + "what do you i need to make pizza dough", + "ingredients_list" + ], + [ + "what kind of ingredients go into the chicken a la king", + "ingredients_list" + ], + [ + "what will i need to make lasagna", + "ingredients_list" + ], + [ + "whare the ingredients for the stir fry", + "ingredients_list" + ], + [ + "for pasta primavera, what ingredients will i use", + "ingredients_list" + ], + [ + "what ingredients do i need for shrimp scampi", + "ingredients_list" + ], + [ + "i need what ingredients for meatloaf", + "ingredients_list" + ], + [ + "i'll use what ingredients for lasagna", + "ingredients_list" + ], + [ + "for peppercorn steak, what ingredients do i need", + "ingredients_list" + ], + [ + "contact the bank about fraud activity on my card", + "report_fraud" + ], + [ + "i need to talk to someone about a fraudulent activity on my card", + "report_fraud" + ], + [ + "i need to report unauthorized activity on my card", + "report_fraud" + ], + [ + "looks like my card is being used by someone else, report it", + "report_fraud" + ], + [ + "there's something fishy on my card, report it", + "report_fraud" + ], + [ + "how do i report fraud on my chase bank card", + "report_fraud" + ], + [ + "someone is charging my card for playstations, and it's not me! what do i do!", + "report_fraud" + ], + [ + "help! i'm a victim of credit card fraud!", + "report_fraud" + ], + [ + "i want to report fraud on my american express", + "report_fraud" + ], + [ + "where do i report fraud on my credit card", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my mastercard", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my quicksilver card", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my capital one", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my discover card", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my visa", + "report_fraud" + ], + [ + "i think there has been a fraud on my black visa card, can i report it", + "report_fraud" + ], + [ + "can you assist me on my fradulent activity on my chase card", + "report_fraud" + ], + [ + "an unauthorized transactions has been made on my gap card and i need to report it", + "report_fraud" + ], + [ + "is there anyway, i can report a suspicious activity on my citi card", + "report_fraud" + ], + [ + "i would like to report a fraud on my wells fargo card, please", + "report_fraud" + ], + [ + "what is the total number of pints in two quarts", + "measurement_conversion" + ], + [ + "can you tell me the number of ounces in a quart", + "measurement_conversion" + ], + [ + "what is the correct amount of ounces in a pound", + "measurement_conversion" + ], + [ + "how many tablespoons are there in half of a cup", + "measurement_conversion" + ], + [ + "i need to know how many teaspoons are equivalent to two tablesppons", + "measurement_conversion" + ], + [ + "give me celcius to fahrenheit", + "measurement_conversion" + ], + [ + "what's the equivalent of 1 cup to pounds", + "measurement_conversion" + ], + [ + "i need kilograms to milligrams", + "measurement_conversion" + ], + [ + "how do i convert a cup to ml", + "measurement_conversion" + ], + [ + "give me kilograms to pounds", + "measurement_conversion" + ], + [ + "convert 2 cups to liters", + "measurement_conversion" + ], + [ + "how many tablespoons is 5 teaspoons", + "measurement_conversion" + ], + [ + "how many teaspoons in one tablespoon", + "measurement_conversion" + ], + [ + "how many ounces is 2 and half cups", + "measurement_conversion" + ], + [ + "how many gallons is 50 liters", + "measurement_conversion" + ], + [ + "how many ounces in a liter", + "measurement_conversion" + ], + [ + "how many ounces in a cup", + "measurement_conversion" + ], + [ + "how many ml's are in a gallon", + "measurement_conversion" + ], + [ + "how many teaspoons in an ounce", + "measurement_conversion" + ], + [ + "how many teaspoons make up in 1 tablespoon", + "measurement_conversion" + ], + [ + "could you tell me the temperature of the ac", + "smart_home" + ], + [ + "the temperature of the ac, what is it at", + "smart_home" + ], + [ + "the ac, could you tell me the temperature", + "smart_home" + ], + [ + "do you know the temperature of the ac", + "smart_home" + ], + [ + "what is it at, the ac temperature", + "smart_home" + ], + [ + "i want you to turn the tv on", + "smart_home" + ], + [ + "i need you to turn the tv on now", + "smart_home" + ], + [ + "will you please turn the tv on", + "smart_home" + ], + [ + "turn on the tv please", + "smart_home" + ], + [ + "please turn the tv on", + "smart_home" + ], + [ + "can you verify the doors are locked", + "smart_home" + ], + [ + "i'd like the lights in the garage to be turned on", + "smart_home" + ], + [ + "engage all the door locks", + "smart_home" + ], + [ + "set all doors to locked", + "smart_home" + ], + [ + "confirm the doors are locked", + "smart_home" + ], + [ + "please turn on the hallway lights", + "smart_home" + ], + [ + "check if the doors are locked", + "smart_home" + ], + [ + "secure the doors", + "smart_home" + ], + [ + "see if all the doors are locked", + "smart_home" + ], + [ + "post the living room lights on", + "smart_home" + ], + [ + "by chance would it be possible to reserve me a hotel in afghanistan at the zoo for the 10th to the 15th", + "book_hotel" + ], + [ + "is it possible for a hotel to be booked by you for me in afghanistan at the zoo for the 10th to the 15th", + "book_hotel" + ], + [ + "could you book me a hotel in afghanistan at the zoo for the 10th to the 15th", + "book_hotel" + ], + [ + "could a hotel be booked for me in afghanistan at the zoo for the 10th to the 15th", + "book_hotel" + ], + [ + "can you reserve a hotel for myself a hotel in afghanistan at the zoo for the 10th to the 15th", + "book_hotel" + ], + [ + "i need to reserve a large room or suite for 2 couples for august 15th through august 18th in seattle", + "book_hotel" + ], + [ + "i need to book a hotel room or suite for 2 adults and 2 children in orlando for july 1st through 5th", + "book_hotel" + ], + [ + "i need a hotel room for 7 people in st louis for november 3rd through 5th", + "book_hotel" + ], + [ + "i need a suite that can accommodate 3 adults and 1 child in san diego for may 15th, 16th, and 17th", + "book_hotel" + ], + [ + "show me a hotel in boise that has positive reviews", + "book_hotel" + ], + [ + "i need a hotel with good reviews in baltimore", + "book_hotel" + ], + [ + "find hotels in baltimore that have positive reviews", + "book_hotel" + ], + [ + "show me a hotel that has good reviews in kansas city", + "book_hotel" + ], + [ + "i am looking for a hotel in new york city that has good reviews", + "book_hotel" + ], + [ + "could you book me a hotel in tampa from may 2 to may 4", + "book_hotel" + ], + [ + "help me book a place to stay from may 2 to may 4 in tampa", + "book_hotel" + ], + [ + "can you make a reservation in tampa from may 2 to may 4", + "book_hotel" + ], + [ + "i want to book a hotel in tampa from may 2 to may 4", + "book_hotel" + ], + [ + "make me a reservation in tampa from may 2 to may 4", + "book_hotel" + ], + [ + "book a motel in uptown from march 3 to march 4", + "book_hotel" + ], + [ + "talk to me about where im at right now", + "current_location" + ], + [ + "can you tell me where i am", + "current_location" + ], + [ + "you need all five answers", + "current_location" + ], + [ + "give me my gps coordinates", + "current_location" + ], + [ + "pass me my gps coordinates", + "current_location" + ], + [ + "i need to know what my gps coordinates are", + "current_location" + ], + [ + "can you give me my gps coordinates", + "current_location" + ], + [ + "so what are my current gps coordinates", + "current_location" + ], + [ + "can you find the exact address for where i am currently", + "current_location" + ], + [ + "tell me what to enter into my gps for my current location", + "current_location" + ], + [ + "please tell me the address of my current location", + "current_location" + ], + [ + "i need to know the name of my current location for the tow truck", + "current_location" + ], + [ + "what is this place", + "current_location" + ], + [ + "where exactly am i at the moment", + "current_location" + ], + [ + "where am i at currently", + "current_location" + ], + [ + "what location is this", + "current_location" + ], + [ + "what are my coordinates", + "current_location" + ], + [ + "where am i on gps", + "current_location" + ], + [ + "latitude and longitude please", + "current_location" + ], + [ + "location currently, where", + "current_location" + ], + [ + "what's is the current weather forecast", + "weather" + ], + [ + "tell me the forecast", + "weather" + ], + [ + "what's the weather like", + "weather" + ], + [ + "what's the forecast for the day", + "weather" + ], + [ + "i need to know the weather", + "weather" + ], + [ + "weather forecast please", + "weather" + ], + [ + "what's today's weather", + "weather" + ], + [ + "i need to know today's forecast", + "weather" + ], + [ + "is it going to rain tomorrow", + "weather" + ], + [ + "what is the weather outside", + "weather" + ], + [ + "what will be the weather tomorrow", + "weather" + ], + [ + "what is the weather in atlanta", + "weather" + ], + [ + "what is the weather in tokyo", + "weather" + ], + [ + "what's the humidity today", + "weather" + ], + [ + "what was the temperature yesterday", + "weather" + ], + [ + "what's today's high and low", + "weather" + ], + [ + "what's the weather today", + "weather" + ], + [ + "what's the chance of rain", + "weather" + ], + [ + "how cold is it in wisconsin today", + "weather" + ], + [ + "can you tell the temperature it will tomorrow", + "weather" + ], + [ + "how much money a year do i spend in taxes", + "taxes" + ], + [ + "how much am i being taxed", + "taxes" + ], + [ + "what are my tax costs", + "taxes" + ], + [ + "what kinds of taxes am i facing", + "taxes" + ], + [ + "what's my income tax", + "taxes" + ], + [ + "what's the tax bracket for my income", + "taxes" + ], + [ + "what does it look like i will be paying in federal taxes this year", + "taxes" + ], + [ + "what do i get taxed at my income level", + "taxes" + ], + [ + "what is my tax burden", + "taxes" + ], + [ + "can you tell me what my federal tax burden is", + "taxes" + ], + [ + "how much am i taxed each year", + "taxes" + ], + [ + "do you know how much i pay in taxes", + "taxes" + ], + [ + "how much do i pay in taxes every year", + "taxes" + ], + [ + "what's my federal tax this year", + "taxes" + ], + [ + "i need to know my tax rate", + "taxes" + ], + [ + "what is the tax rate that applies to me", + "taxes" + ], + [ + "how much do i need to pay in tax", + "taxes" + ], + [ + "what's my tax rate", + "taxes" + ], + [ + "tell me my tax rate", + "taxes" + ], + [ + "what amount do i owe in taxes", + "taxes" + ], + [ + "what is the minimum amount due on my cable bill", + "min_payment" + ], + [ + "what is the minimum payment", + "min_payment" + ], + [ + "whats the minimum payment on my electric bill", + "min_payment" + ], + [ + "how little can i pay on my phone bill", + "min_payment" + ], + [ + "what is the least i can pay towards my car bill", + "min_payment" + ], + [ + "what's the least i can pay towards this bill", + "min_payment" + ], + [ + "how little can i pay towards my car insurance", + "min_payment" + ], + [ + "is there a minimum amount accepted", + "min_payment" + ], + [ + "tell me the least i can pay", + "min_payment" + ], + [ + "what is the minimum payment for comcast", + "min_payment" + ], + [ + "what is the least i can pay on my mortgage bill", + "min_payment" + ], + [ + "what would be the least i could pay on this bill", + "min_payment" + ], + [ + "could you tell me my bill's minimum payment", + "min_payment" + ], + [ + "what's the least amount i can pay on this bill", + "min_payment" + ], + [ + "what's the minimum payment on my bill", + "min_payment" + ], + [ + "what's my bill's minimum payment", + "min_payment" + ], + [ + "i'd like to know my minimum payment please", + "min_payment" + ], + [ + "what's the minimum due for my electric bill", + "min_payment" + ], + [ + "lowest amount for cable bill", + "min_payment" + ], + [ + "what is the minimum payment due on my visa", + "min_payment" + ], + [ + "set up whisper mode", + "whisper_mode" + ], + [ + "how do i go to whisper mode", + "whisper_mode" + ], + [ + "change over to whisper mode", + "whisper_mode" + ], + [ + "i need to be out of whisper mode", + "whisper_mode" + ], + [ + "i'd like to be out of whisper mode", + "whisper_mode" + ], + [ + "take me out of whisper mode", + "whisper_mode" + ], + [ + "i want to be out of whisper mode", + "whisper_mode" + ], + [ + "please use your whispering voice; i need quiet", + "whisper_mode" + ], + [ + "let's try whisper mode", + "whisper_mode" + ], + [ + "use your whisper voice", + "whisper_mode" + ], + [ + "can you please whisper", + "whisper_mode" + ], + [ + "whisper to me", + "whisper_mode" + ], + [ + "make a switch to whisper mode", + "whisper_mode" + ], + [ + "whisper please", + "whisper_mode" + ], + [ + "i need quiet; use whisper", + "whisper_mode" + ], + [ + "go into whisper mode", + "whisper_mode" + ], + [ + "engage whisper mode", + "whisper_mode" + ], + [ + "enable whisper mode", + "whisper_mode" + ], + [ + "put whisper mode on", + "whisper_mode" + ], + [ + "please use whisper mode", + "whisper_mode" + ], + [ + "quit talking", + "cancel" + ], + [ + "stop please", + "cancel" + ], + [ + "scrap", + "cancel" + ], + [ + "whats the procedure to cancel it", + "cancel" + ], + [ + "stop it", + "cancel" + ], + [ + "please abort the current process", + "cancel" + ], + [ + "cancel it", + "cancel" + ], + [ + "can you cancel it", + "cancel" + ], + [ + "hey ai cancel it now", + "cancel" + ], + [ + "cancel", + "cancel" + ], + [ + "command cancel", + "cancel" + ], + [ + "please stop it", + "cancel" + ], + [ + "abort it", + "cancel" + ], + [ + "how to cancel", + "cancel" + ], + [ + "i repeat cancel", + "cancel" + ], + [ + "please don't talk any further", + "cancel" + ], + [ + "don't talk anymore", + "cancel" + ], + [ + "i need you to stop talking", + "cancel" + ], + [ + "rescind", + "cancel" + ], + [ + "eliminate", + "cancel" + ], + [ + "if i plan on travelling to this country, do i need a visa", + "international_visa" + ], + [ + "do i need a visa if i go there", + "international_visa" + ], + [ + "for going to that country, do i need a visa", + "international_visa" + ], + [ + "does one need a visa to go there", + "international_visa" + ], + [ + "if i travel there, do i need a visa", + "international_visa" + ], + [ + "does going to taiwan require me to get an international visa", + "international_visa" + ], + [ + "if i go to brazil, do i need to get an international visa", + "international_visa" + ], + [ + "should i go to okinawa, does it require an international visa", + "international_visa" + ], + [ + "is an international visa needed to go to cyprus", + "international_visa" + ], + [ + "i want to go to china but am not sure if i need an international visa", + "international_visa" + ], + [ + "should i get an internation visa to go to switzerland", + "international_visa" + ], + [ + "does south korea require an international visa", + "international_visa" + ], + [ + "will i need an international visa to go to madagascar", + "international_visa" + ], + [ + "is an international visa needed for canada", + "international_visa" + ], + [ + "do i need an international visa to get into italy", + "international_visa" + ], + [ + "if i go to uganda, do i need an international visa", + "international_visa" + ], + [ + "do i need a travel visa for the uk", + "international_visa" + ], + [ + "am i going to need a visa for traveling to canada", + "international_visa" + ], + [ + "does canada require a visa", + "international_visa" + ], + [ + "does the uk require a travel visa", + "international_visa" + ], + [ + "is it necessary to get a shot for travel to india", + "vaccines" + ], + [ + "are there any necessary shots required before travel to thailand", + "vaccines" + ], + [ + "do i have to get a shot for travel to taiwan", + "vaccines" + ], + [ + "are shots required before traveling to brazil", + "vaccines" + ], + [ + "can i travel to south africa without getting a shot", + "vaccines" + ], + [ + "what shots are required to visit australia", + "vaccines" + ], + [ + "do i need any vaccines before traveling to brazil", + "vaccines" + ], + [ + "what shots do i need before going to africa", + "vaccines" + ], + [ + "do i need to get any shots before volunteering in the congo", + "vaccines" + ], + [ + "must i have shots before i take a trip to canada", + "vaccines" + ], + [ + "do i need to get any shots before travelling to australia", + "vaccines" + ], + [ + "should i get shots if i'm going to go to thailand", + "vaccines" + ], + [ + "do i need to get any shots before i go to brazil", + "vaccines" + ], + [ + "do i need to get any shots before visiting family in seattle", + "vaccines" + ], + [ + "do you need shots before going to russia", + "vaccines" + ], + [ + "is a shot required before traveling to mexico", + "vaccines" + ], + [ + "do i need shots before traveling to mexico", + "vaccines" + ], + [ + "do i have to get shots to enter cuba", + "vaccines" + ], + [ + "do i need to have any shots to visit chile", + "vaccines" + ], + [ + "will ecuador require proof of any shots for me to go there", + "vaccines" + ], + [ + "how many vacation days have i saved up", + "pto_balance" + ], + [ + "how many vacation days do i have at my disposal", + "pto_balance" + ], + [ + "how many hours of vacation have i saved up", + "pto_balance" + ], + [ + "how many vacation days have i accumulated", + "pto_balance" + ], + [ + "how many pto days are available", + "pto_balance" + ], + [ + "how much vacation do i have saved", + "pto_balance" + ], + [ + "how much vacation have i earned", + "pto_balance" + ], + [ + "what number of pto days do i have left", + "pto_balance" + ], + [ + "how many weeks of vacation do i have", + "pto_balance" + ], + [ + "how many days of vacation do i have saved", + "pto_balance" + ], + [ + "i need to know how many pto days are left", + "pto_balance" + ], + [ + "whats the number of pto days i have to my availability", + "pto_balance" + ], + [ + "how many pto days are in my possesion", + "pto_balance" + ], + [ + "what number of vacation days do i have available", + "pto_balance" + ], + [ + "what number of vacation days do i have at my disposal", + "pto_balance" + ], + [ + "could you let me know how many pto days do i have left", + "pto_balance" + ], + [ + "could you tell me how many pto days do i have left", + "pto_balance" + ], + [ + "can you let me know how many pto days do i have left", + "pto_balance" + ], + [ + "can you tell me how many pto days do i have left", + "pto_balance" + ], + [ + "what is the amount of time i can request off in the coming year", + "pto_balance" + ], + [ + "where is the closest subway entrance to me to go to brooklyn", + "directions" + ], + [ + "where is the closest red lobster to my location right now, which is 5th avenue", + "directions" + ], + [ + "i am on main street now, where is the closest bus stop to me", + "directions" + ], + [ + "i am in downtown austin where is the nearest airport", + "directions" + ], + [ + "where is the closet bus stop to go to downtown dallas", + "directions" + ], + [ + "where is the nearest walmart", + "directions" + ], + [ + "how do i get to the movie theater by bus", + "directions" + ], + [ + "how do i get to the bus stop on foot", + "directions" + ], + [ + "how do i get to new york by bus", + "directions" + ], + [ + "how do i get to the train station by bus", + "directions" + ], + [ + "how do i get to the library by foot", + "directions" + ], + [ + "how do i get to the bowling alley by foot", + "directions" + ], + [ + "how do i get to the fine arts center by foot", + "directions" + ], + [ + "where is the closest target", + "directions" + ], + [ + "how do i get to the grocery store by bus", + "directions" + ], + [ + "how do i get to san fransisco by bus", + "directions" + ], + [ + "where can i find the nearest dollar store", + "directions" + ], + [ + "how do i get to the court house on foot", + "directions" + ], + [ + "where is the nearest gas station", + "directions" + ], + [ + "where is the closest park", + "directions" + ], + [ + "spell: dessert", + "spelling" + ], + [ + "how do you spell dessert", + "spelling" + ], + [ + "tell me how to spell the word dessert", + "spelling" + ], + [ + "what is the correct spelling of the word: dessert", + "spelling" + ], + [ + "how to spell: dessert", + "spelling" + ], + [ + "can you spell the word umbrella for me", + "spelling" + ], + [ + "please spell the word umbrella", + "spelling" + ], + [ + "please tell me how to spell umbrella", + "spelling" + ], + [ + "how do you spell umbrella", + "spelling" + ], + [ + "how is the word umbrella spelled", + "spelling" + ], + [ + "how is doctor spelled", + "spelling" + ], + [ + "tell me how to spell doctor", + "spelling" + ], + [ + "please spell doctor", + "spelling" + ], + [ + "how to spell doctor", + "spelling" + ], + [ + "spell doctor", + "spelling" + ], + [ + "malignant is spelled how exactly", + "spelling" + ], + [ + "tell me how to spell malignant", + "spelling" + ], + [ + "what is the correct spelling for malignant", + "spelling" + ], + [ + "how would i go about spelling malignant", + "spelling" + ], + [ + "how should i spell malignant", + "spelling" + ], + [ + "how ya doin", + "greeting" + ], + [ + "how ya been", + "greeting" + ], + [ + "hows are ya", + "greeting" + ], + [ + "heyo", + "greeting" + ], + [ + "are you good", + "greeting" + ], + [ + "how is it going my friend", + "greeting" + ], + [ + "how you are", + "greeting" + ], + [ + "tell me how are you", + "greeting" + ], + [ + "hi what's up", + "greeting" + ], + [ + "hey what's up", + "greeting" + ], + [ + "hey how's it going", + "greeting" + ], + [ + "hi, ai", + "greeting" + ], + [ + "good morning, ai", + "greeting" + ], + [ + "how've you been", + "greeting" + ], + [ + "wassup", + "greeting" + ], + [ + "hey", + "greeting" + ], + [ + "hiya", + "greeting" + ], + [ + "how's it hanging", + "greeting" + ], + [ + "hi", + "greeting" + ], + [ + "hello", + "greeting" + ], + [ + "factory settings restoration", + "reset_settings" + ], + [ + "i need you to reset to your factor settings", + "reset_settings" + ], + [ + "can you reset to factor settings", + "reset_settings" + ], + [ + "i want you to reset to factory settings", + "reset_settings" + ], + [ + "i want to restore your factory settings", + "reset_settings" + ], + [ + "switch back to factory settings", + "reset_settings" + ], + [ + "i want you to go back to factory settings", + "reset_settings" + ], + [ + "restore factory settings", + "reset_settings" + ], + [ + "i want a clean bootup to factory settings", + "reset_settings" + ], + [ + "change back to factory settings", + "reset_settings" + ], + [ + "reset to factory settings", + "reset_settings" + ], + [ + "go back to default settings", + "reset_settings" + ], + [ + "now i'd like for you to return to the original settings", + "reset_settings" + ], + [ + "can you now please go back to the original settings", + "reset_settings" + ], + [ + "please revert to the original settings", + "reset_settings" + ], + [ + "now restore the original settings", + "reset_settings" + ], + [ + "configure this to factory settings", + "reset_settings" + ], + [ + "make my settings go back to their factory settings", + "reset_settings" + ], + [ + "set this to my factory settings", + "reset_settings" + ], + [ + "change to factory settings", + "reset_settings" + ], + [ + "what may i call you", + "what_is_your_name" + ], + [ + "what was your name again", + "what_is_your_name" + ], + [ + "your name is", + "what_is_your_name" + ], + [ + "whats your name by the way", + "what_is_your_name" + ], + [ + "what's your name if i may ask", + "what_is_your_name" + ], + [ + "what is your name by chance", + "what_is_your_name" + ], + [ + "what is your names", + "what_is_your_name" + ], + [ + "what exactly is your name", + "what_is_your_name" + ], + [ + "what's the name i should use to talk to you", + "what_is_your_name" + ], + [ + "what is your given name", + "what_is_your_name" + ], + [ + "what's the name you like to be called", + "what_is_your_name" + ], + [ + "what's the name you were given", + "what_is_your_name" + ], + [ + "can i ask your name", + "what_is_your_name" + ], + [ + "do you mind if i ask your name", + "what_is_your_name" + ], + [ + "do you have a nickname", + "what_is_your_name" + ], + [ + "what do you go by", + "what_is_your_name" + ], + [ + "what do you call yourself", + "what_is_your_name" + ], + [ + "i'd like to know your name", + "what_is_your_name" + ], + [ + "your name please", + "what_is_your_name" + ], + [ + "can i have your name", + "what_is_your_name" + ], + [ + "how do i set up direct deposit for my first national account", + "direct_deposit" + ], + [ + "how do i set up direct deposit for my fifth third account", + "direct_deposit" + ], + [ + "how do i set up direct deposit for my cefcu account", + "direct_deposit" + ], + [ + "how do i set up direct deposit for my old national account", + "direct_deposit" + ], + [ + "how do i set up direct deposit for my bank of america account", + "direct_deposit" + ], + [ + "what might i need to do to direct deposit my paycheck", + "direct_deposit" + ], + [ + "what information do i need to direct deposit my paycheck", + "direct_deposit" + ], + [ + "how do i go about getting direct deposit in my usaa account", + "direct_deposit" + ], + [ + "does my td ameritrade checking account take direct deposit", + "direct_deposit" + ], + [ + "if i want to direct deposit my paycheck, what info do i need", + "direct_deposit" + ], + [ + "direct deposit my paycheck to my capital one account", + "direct_deposit" + ], + [ + "i'd like direct deposit to my chase bank account", + "direct_deposit" + ], + [ + "i want to set up direct deposit to my charles schwab account", + "direct_deposit" + ], + [ + "how do i go about setting up paycheck direct deposit", + "direct_deposit" + ], + [ + "link up my paycheck for direct deposit to my account at chase", + "direct_deposit" + ], + [ + "please assist me in linking my chase account to direct deposit for my paycheck", + "direct_deposit" + ], + [ + "please show me how to set up my paycheck for direct deposit to my chase account", + "direct_deposit" + ], + [ + "tell me the easiest way to set up direct deposit of my paycheck to my chase account", + "direct_deposit" + ], + [ + "help me get my paycheck set up for direct deposit to my chase account", + "direct_deposit" + ], + [ + "how can i learn how to use direct deposit", + "direct_deposit" + ], + [ + "what kind of interest can i expect with my chase account", + "interest_rate" + ], + [ + "how much interest am i getting in my citibank savings", + "interest_rate" + ], + [ + "how much interest do i get on my citizen's savings account", + "interest_rate" + ], + [ + "what kind of interest am i getting from my bank of america checking", + "interest_rate" + ], + [ + "what's my interest rate with my capital one account", + "interest_rate" + ], + [ + "what is walker bank paying me in interest on my account", + "interest_rate" + ], + [ + "where do i go to get private client account's interest rate", + "interest_rate" + ], + [ + "what interest rate am i getting currently from oak bank", + "interest_rate" + ], + [ + "how much interest am i getting percentage wise from chase", + "interest_rate" + ], + [ + "what is my interest rate for my scotiabank account", + "interest_rate" + ], + [ + "where can i find my voca account's interest rate", + "interest_rate" + ], + [ + "how can i find the current interest rate for my account ending in 9012", + "interest_rate" + ], + [ + "what interest rate is us bank giving me on my acount", + "interest_rate" + ], + [ + "where do i find the interest rate for my platinum account", + "interest_rate" + ], + [ + "where can i locate the pnc account's interest rate", + "interest_rate" + ], + [ + "what is the interest rate on my auto loan", + "interest_rate" + ], + [ + "how much is the interest rate on my home equity loan", + "interest_rate" + ], + [ + "tell me what the interest rate is on my personal loan through chase", + "interest_rate" + ], + [ + "whats the amount of interest i'm paying on my mortgage", + "interest_rate" + ], + [ + "what is the interest rate at pnc", + "interest_rate" + ], + [ + "how do i change my credit limit", + "credit_limit_change" + ], + [ + "how can up my credit limit", + "credit_limit_change" + ], + [ + "how can i make a change to my credit limit", + "credit_limit_change" + ], + [ + "can i make a change to my credit limit", + "credit_limit_change" + ], + [ + "how do i increse my credit limit", + "credit_limit_change" + ], + [ + "is there a way to increase the limit of my credit to 5000 dollars", + "credit_limit_change" + ], + [ + "i would like to have my credit increased to 5000 dollars", + "credit_limit_change" + ], + [ + "i want to increase my credit limit to 5000 dollars", + "credit_limit_change" + ], + [ + "could my credit be increased to 5000 dollars", + "credit_limit_change" + ], + [ + "i need my credit limit changed", + "credit_limit_change" + ], + [ + "the credit limit i have needs to be changed", + "credit_limit_change" + ], + [ + "can you help me change my credit limit", + "credit_limit_change" + ], + [ + "my credit limit needs to me changed", + "credit_limit_change" + ], + [ + "i would like my credit limit increased to 5000 dollars", + "credit_limit_change" + ], + [ + "i would like to change my credit limit", + "credit_limit_change" + ], + [ + "can i increase my credit limit", + "credit_limit_change" + ], + [ + "raise my credit limit", + "credit_limit_change" + ], + [ + "increase my credit limit", + "credit_limit_change" + ], + [ + "i'd like to increase my credit limit", + "credit_limit_change" + ], + [ + "can you help me increase my credit limit", + "credit_limit_change" + ], + [ + "do you have hobbies", + "what_are_your_hobbies" + ], + [ + "tell me about your hobbies", + "what_are_your_hobbies" + ], + [ + "are you involved in hobbies", + "what_are_your_hobbies" + ], + [ + "what recreational activities do you enjoy", + "what_are_your_hobbies" + ], + [ + "what do you do as a hobby", + "what_are_your_hobbies" + ], + [ + "what do you like to do in your free time", + "what_are_your_hobbies" + ], + [ + "what are your hobbies", + "what_are_your_hobbies" + ], + [ + "what hobbies do you have", + "what_are_your_hobbies" + ], + [ + "when you have free time, what do you do", + "what_are_your_hobbies" + ], + [ + "what do you do in your spare time siri", + "what_are_your_hobbies" + ], + [ + "what hobbies do you have alexa", + "what_are_your_hobbies" + ], + [ + "what are your hobbies siri", + "what_are_your_hobbies" + ], + [ + "what do you do for fun alexa", + "what_are_your_hobbies" + ], + [ + "what activities do you enjoy", + "what_are_your_hobbies" + ], + [ + "what do you do with your free time", + "what_are_your_hobbies" + ], + [ + "what are you interested in", + "what_are_your_hobbies" + ], + [ + "what are you\u2019re hobbies, ai", + "what_are_your_hobbies" + ], + [ + "what do you find fun", + "what_are_your_hobbies" + ], + [ + "which hobbies do you like", + "what_are_your_hobbies" + ], + [ + "what are your interests", + "what_are_your_hobbies" + ], + [ + "can you find me a round trip flight from denver international to new york international on the 3rd through the 7th", + "book_flight" + ], + [ + "can you look for a denver international to new york international round trip flight for the 5th though 8th", + "book_flight" + ], + [ + "can you find me a flight from denver international to new york international on the 4th for under 700 dollars", + "book_flight" + ], + [ + "for under 700 i need a flight from denver international to new york international on the 3rd", + "book_flight" + ], + [ + "i need a flight from denver international to new york international round trip for the 4th though the 8th", + "book_flight" + ], + [ + "i want to find a round trip flight from denver international to new york international on the 8th to the 16th", + "book_flight" + ], + [ + "i need a flight from denver international to new york for under 700 on the 3rd", + "book_flight" + ], + [ + "i want to find a flight for under 700 on the 4th from denver international to new york international", + "book_flight" + ], + [ + "on the third i am looking for a flight for under 700 from denver international to new york international", + "book_flight" + ], + [ + "i need a flight from the 3rd to the 7th round rip from denver international to new york international", + "book_flight" + ], + [ + "find me a flight from philly to atl for june 5th to 8th", + "book_flight" + ], + [ + "get me flight from philly to atlanta on june 5th i'm coming back june 8th", + "book_flight" + ], + [ + "book a flight from philadelphia to atlanta on june 5th and returning on june 8th", + "book_flight" + ], + [ + "i need an airline ticket for a round trip flight from philadelphia to atlanta for the dates of june 5 - 8", + "book_flight" + ], + [ + "need airplane ridge from philadelphia to atlanta leaving on the 5th of june and returning on the 8th of june", + "book_flight" + ], + [ + "i'm looking for a back and forth flight from lax to portland for w to sunday", + "book_flight" + ], + [ + "i'm exploring a possible cycle flight from yyz to dublin for w to aug two", + "book_flight" + ], + [ + "i'm seeking a full circle flight from msy to msp for w to june 7", + "book_flight" + ], + [ + "i'm searching for a 2-way flight from yqg to heathrow for w to memorial day", + "book_flight" + ], + [ + "i'm striving to find a 2-way flight from jfk to dtw for w to july 3", + "book_flight" + ], + [ + "will you please read the things on my shopping list", + "shopping_list" + ], + [ + "what is on my shopping list", + "shopping_list" + ], + [ + "can you read the things to me that are on my shopping list", + "shopping_list" + ], + [ + "can you read the things on my shopping list", + "shopping_list" + ], + [ + "is it possible for you to read the things on my shopping list", + "shopping_list" + ], + [ + "did i add salt to my shopping list", + "shopping_list" + ], + [ + "do i have toothpaste on my shopping list", + "shopping_list" + ], + [ + "is there lettuce on my shopping list", + "shopping_list" + ], + [ + "did i include butter in my shopping list", + "shopping_list" + ], + [ + "did i put elbow noodles on the shopping list", + "shopping_list" + ], + [ + "did i forget to put protein shakes on my shopping list", + "shopping_list" + ], + [ + "do i have butter on my list", + "shopping_list" + ], + [ + "is waffles on my list for shopping", + "shopping_list" + ], + [ + "do i already have cereal on my shopping list", + "shopping_list" + ], + [ + "did i remember to add milk to my shopping list", + "shopping_list" + ], + [ + "check my shopping list", + "shopping_list" + ], + [ + "read my shopping list", + "shopping_list" + ], + [ + "shopping list", + "shopping_list" + ], + [ + "what do i need to buy", + "shopping_list" + ], + [ + "did i remember to put eggs on my shopping list", + "shopping_list" + ], + [ + "send a text to joe", + "text" + ], + [ + "i need to text joe", + "text" + ], + [ + "text joe", + "text" + ], + [ + "send joe a text", + "text" + ], + [ + "text john with the message 'where are you", + "text" + ], + [ + "please send a text to danny saying that i'm running late", + "text" + ], + [ + "text mom saying happy birthday", + "text" + ], + [ + "text mollie saying 'i am on my way", + "text" + ], + [ + "i need you to text mickey saying 'can we reschedule", + "text" + ], + [ + "send message to carl, you suck", + "text" + ], + [ + "let carl know that he sucks", + "text" + ], + [ + "message carl, you suck", + "text" + ], + [ + "tell carl that he sucks", + "text" + ], + [ + "inform carl that he is an awful human being", + "text" + ], + [ + "send robert a text from me telling him okay", + "text" + ], + [ + "i need leslie to be texted saying have a good day", + "text" + ], + [ + "i want a text sent to bob saying i will be late", + "text" + ], + [ + "write a text to kim saying no", + "text" + ], + [ + "send a text to mom saying i'm on my way", + "text" + ], + [ + "robbie needs to know aboutthis so would you text robbie to let them know", + "text" + ], + [ + "how much is my kill bill bill for", + "bill_balance" + ], + [ + "what is the amount i owe on my phone", + "bill_balance" + ], + [ + "what is the total of my repair bill", + "bill_balance" + ], + [ + "how much is due on the gas bill", + "bill_balance" + ], + [ + "what do i owe on telephone and cable bill", + "bill_balance" + ], + [ + "how much do i have left to pay on my server and domain", + "bill_balance" + ], + [ + "what's the amount due on my vet and vehicle registration bills", + "bill_balance" + ], + [ + "what do my bills look like for amazon and netflix", + "bill_balance" + ], + [ + "how much do i have to pay on taxes and cable", + "bill_balance" + ], + [ + "how much do i owe on all of my bills", + "bill_balance" + ], + [ + "how much do i have to pay for my shell gas card bill", + "bill_balance" + ], + [ + "what is the total of all my bills combined", + "bill_balance" + ], + [ + "can you tell me how much i need to pay on my bills this month", + "bill_balance" + ], + [ + "how much is my bill for capital one", + "bill_balance" + ], + [ + "what is the total amount i am going to have to pay in bills this month", + "bill_balance" + ], + [ + "how much do i have to pay on my amazon card this month", + "bill_balance" + ], + [ + "how much do my bills cost this month", + "bill_balance" + ], + [ + "how much is my xfinity cable bill", + "bill_balance" + ], + [ + "what is the amount i owe to clay electric", + "bill_balance" + ], + [ + "could you tell me the amount owed on gas and electric", + "bill_balance" + ], + [ + "give my location to stan", + "share_location" + ], + [ + "i'd like to share my location with stephanie", + "share_location" + ], + [ + "i would like brenda to have my location", + "share_location" + ], + [ + "let lisa know where i am now", + "share_location" + ], + [ + "i want david to know where i'm at", + "share_location" + ], + [ + "can you share my location with roger", + "share_location" + ], + [ + "can you send my exact location to laura", + "share_location" + ], + [ + "share my location with apple", + "share_location" + ], + [ + "share my location with google", + "share_location" + ], + [ + "send mike my exact location", + "share_location" + ], + [ + "send my current location to steve, please", + "share_location" + ], + [ + "steve needs to know my location", + "share_location" + ], + [ + "i'd like to send steve my location", + "share_location" + ], + [ + "share my location with steve", + "share_location" + ], + [ + "i need to send my location to my friend steve", + "share_location" + ], + [ + "give arianna my current location", + "share_location" + ], + [ + "share with current location with ben", + "share_location" + ], + [ + "show my gps location to brittany", + "share_location" + ], + [ + "give my gps location to jason", + "share_location" + ], + [ + "share my gps with tom", + "share_location" + ], + [ + "cash in my credit card rewards", + "redeem_rewards" + ], + [ + "convert my credit card points to cash", + "redeem_rewards" + ], + [ + "cash in my credit card points", + "redeem_rewards" + ], + [ + "where i can use credit card points", + "redeem_rewards" + ], + [ + "redeem credit card points", + "redeem_rewards" + ], + [ + "how to use credit card points", + "redeem_rewards" + ], + [ + "what can i buy with credit card points", + "redeem_rewards" + ], + [ + "please redeem my credit card points", + "redeem_rewards" + ], + [ + "redeem my credit card rewards into my account", + "redeem_rewards" + ], + [ + "help with credit card points", + "redeem_rewards" + ], + [ + "what should i use the points from my credit card on", + "redeem_rewards" + ], + [ + "how do i cash in credit card points", + "redeem_rewards" + ], + [ + "i have credit card points, how do i redeem them", + "redeem_rewards" + ], + [ + "where do i redeem my credit card points", + "redeem_rewards" + ], + [ + "i would like to find out how to cash out cred card points", + "redeem_rewards" + ], + [ + "how to cash in visa card rewards", + "redeem_rewards" + ], + [ + "how can i cash in my visa rewards", + "redeem_rewards" + ], + [ + "how do you get your visa card rewards", + "redeem_rewards" + ], + [ + "how do i get rewards from my visa card", + "redeem_rewards" + ], + [ + "how do i get my rewards from my visa card", + "redeem_rewards" + ], + [ + "let me hear the song sympathy for the devil", + "play_music" + ], + [ + "please start the song penny lane", + "play_music" + ], + [ + "i want to hear satisfaction", + "play_music" + ], + [ + "fetch the song smells like teen spirit and play it", + "play_music" + ], + [ + "i am in the mood to listen to mack the knife", + "play_music" + ], + [ + "can you play the song that sounds like thun thun thun", + "play_music" + ], + [ + "play the song that goes like i like to move it, move it", + "play_music" + ], + [ + "can you play the song amazing grace and it goes like this, amazing grace how sweet the sound", + "play_music" + ], + [ + "please play the song that goes like america the beautiful", + "play_music" + ], + [ + "please play the song that goes like this: jingle bells jingle bells jingle all the way", + "play_music" + ], + [ + "can you play music by the beatles", + "play_music" + ], + [ + "can you play the beatles", + "play_music" + ], + [ + "are you able to play beatles songs", + "play_music" + ], + [ + "can i hear the beatles", + "play_music" + ], + [ + "do you have any of the beatles music", + "play_music" + ], + [ + "can you play the song that starts with doo doo doo", + "play_music" + ], + [ + "can i hear the song that starts out doo doo doo", + "play_music" + ], + [ + "please play me the song that starts out with doo doo doo", + "play_music" + ], + [ + "please play the song that goes doo doo doo", + "play_music" + ], + [ + "can you play the song that goes doo doo doo", + "play_music" + ], + [ + "you can remove the field trip from my calendar for march 12, 2019", + "calendar_update" + ], + [ + "you can remove the wedding from my calendar for march 12, 2019", + "calendar_update" + ], + [ + "you can remove the play date from my calendar for feb 18, 2019", + "calendar_update" + ], + [ + "you can remove the dinner party from my calendar for january 21, 2019", + "calendar_update" + ], + [ + "you can remove the brithday party from my calendar fpr january 15, 2019", + "calendar_update" + ], + [ + "put cancel abc on my calendar for next thursday", + "calendar_update" + ], + [ + "i need to add iep meeting to my calendar on april 15th", + "calendar_update" + ], + [ + "add my next doctor visit to my calendar", + "calendar_update" + ], + [ + "add swimming to my calendar today", + "calendar_update" + ], + [ + "i have an appointment on the 5th put it on for 5pm", + "calendar_update" + ], + [ + "for friday, add a doctor's appointment to my calendar", + "calendar_update" + ], + [ + "can you add a doctor's appointment to friday's calendar", + "calendar_update" + ], + [ + "add to my friday calendar a doctor's appointment", + "calendar_update" + ], + [ + "add a doctor's appointment to my calendar for friday", + "calendar_update" + ], + [ + "add to friday's calendar a doctor's appointment", + "calendar_update" + ], + [ + "mark my calendar that i will be meeting steven on march 5", + "calendar_update" + ], + [ + "on the 22nd of this month, we need to clear our calendar so we can leave it open for mark to visit", + "calendar_update" + ], + [ + "can you remove that event from my calendar, please", + "calendar_update" + ], + [ + "can you remove this event from my calendar", + "calendar_update" + ], + [ + "can you remove this event from my calendar, please", + "calendar_update" + ], + [ + "are you secretly real", + "are_you_a_bot" + ], + [ + "i would like to know if you are a robot", + "are_you_a_bot" + ], + [ + "you could tell me if you were real", + "are_you_a_bot" + ], + [ + "i would like to know if you are an artificial intelligence being", + "are_you_a_bot" + ], + [ + "do you consider yourself an artificial intelligence being", + "are_you_a_bot" + ], + [ + "can you act and think like a real person", + "are_you_a_bot" + ], + [ + "could you be a real person", + "are_you_a_bot" + ], + [ + "clear something up, are you a robot", + "are_you_a_bot" + ], + [ + "are you a human being or a computer", + "are_you_a_bot" + ], + [ + "can you tell me if you are a real live person", + "are_you_a_bot" + ], + [ + "am i speaking with a real person", + "are_you_a_bot" + ], + [ + "are you an actual human", + "are_you_a_bot" + ], + [ + "would you be classified as a bot", + "are_you_a_bot" + ], + [ + "would it be accurate to call you a bot", + "are_you_a_bot" + ], + [ + "would you say you are a bot", + "are_you_a_bot" + ], + [ + "i am curious to know if you are a bot", + "are_you_a_bot" + ], + [ + "are you an actual live person", + "are_you_a_bot" + ], + [ + "please tell me if you are a bot", + "are_you_a_bot" + ], + [ + "are you a robot", + "are_you_a_bot" + ], + [ + "can you tell me what kind of life form you are", + "are_you_a_bot" + ], + [ + "what is the gas level in my gas tank", + "gas" + ], + [ + "is my gas tank full or empty", + "gas" + ], + [ + "do i have enough gas to take me home", + "gas" + ], + [ + "should i a gas refill for my car at the next gas station", + "gas" + ], + [ + "can you inform me of my gas amount", + "gas" + ], + [ + "calculate the amount of gas i currently have", + "gas" + ], + [ + "how many gallons of gas are in my car", + "gas" + ], + [ + "what amount of gas do i have left", + "gas" + ], + [ + "how much gas does my car currently have", + "gas" + ], + [ + "how much gas do i have", + "gas" + ], + [ + "how much fuel do i have left", + "gas" + ], + [ + "what's left in the tank", + "gas" + ], + [ + "how much gas do i have left", + "gas" + ], + [ + "how long before i'm on e", + "gas" + ], + [ + "do i have enough fuel to get to buffalo", + "gas" + ], + [ + "how much gas do i need to get to buffalo", + "gas" + ], + [ + "do i have enough gas to get to buffalo", + "gas" + ], + [ + "how much fuel do i need to get to buffalo", + "gas" + ], + [ + "how much gas do you have will you make it to jackson", + "gas" + ], + [ + "how much gas does it take to get to jackson", + "gas" + ], + [ + "what is the date that my visa card expires", + "expiration_date" + ], + [ + "tell me the expiration date on my visa credit card please", + "expiration_date" + ], + [ + "tell me when my credit card from visa expires please", + "expiration_date" + ], + [ + "do you know the expiration date that is on my visa card", + "expiration_date" + ], + [ + "can you find the expiration date and tell me what it is that is on my visa credit card", + "expiration_date" + ], + [ + "will i need to renew my credit card soon", + "expiration_date" + ], + [ + "when will my visa expire", + "expiration_date" + ], + [ + "will my debit card go bad any time soon", + "expiration_date" + ], + [ + "what is my expiration data for my card", + "expiration_date" + ], + [ + "when will my card go rotten", + "expiration_date" + ], + [ + "will my card expire on a certain month", + "expiration_date" + ], + [ + "when is my cards end month", + "expiration_date" + ], + [ + "what month does my card stop working", + "expiration_date" + ], + [ + "my card will work until what month", + "expiration_date" + ], + [ + "what month does my card close", + "expiration_date" + ], + [ + "when do i need a new credit card", + "expiration_date" + ], + [ + "in what month does my credit card expire", + "expiration_date" + ], + [ + "when is my credit card set to expire", + "expiration_date" + ], + [ + "i need to know when my credit card is going to expire", + "expiration_date" + ], + [ + "tell me when my credit card expires", + "expiration_date" + ], + [ + "add this song to travel", + "update_playlist" + ], + [ + "add song to media playlist", + "update_playlist" + ], + [ + "add song to my hype playlist", + "update_playlist" + ], + [ + "put song in springtime playlist", + "update_playlist" + ], + [ + "put we are the champions to my running playlist", + "update_playlist" + ], + [ + "put on bended knee on my reflection playlist", + "update_playlist" + ], + [ + "please place this track on my driving mix", + "update_playlist" + ], + [ + "please add this song to my morning job playlist", + "update_playlist" + ], + [ + "i'd like to augment my workout playlist with this tune", + "update_playlist" + ], + [ + "i'd like to add this song to my relaxation playlist", + "update_playlist" + ], + [ + "add games without frontiers to my week 5 playlist", + "update_playlist" + ], + [ + "i want to put thank you on my playlist called relaxing jams", + "update_playlist" + ], + [ + "can you put the currently playing track on my zen playlist", + "update_playlist" + ], + [ + "add welcome to the jungle to my workout mix", + "update_playlist" + ], + [ + "i want you to add the song i listen to to my summer playlist", + "update_playlist" + ], + [ + "add what i listen to to my car ride playlist", + "update_playlist" + ], + [ + "please add what i listen to to my lolla playlist", + "update_playlist" + ], + [ + "can you help me add the song i listen to to my clutch playlist", + "update_playlist" + ], + [ + "add what i am listening to to my road trip playlist", + "update_playlist" + ], + [ + "put this in my workout playlist", + "update_playlist" + ], + [ + "i would like to cancel my reservation for nenuco's restaurant to x- tapas", + "cancel_reservation" + ], + [ + "i need my reservation to be cancelled for nugget to xiomara's restaurant", + "cancel_reservation" + ], + [ + "i need to cancel my reservation for new york to xai varanda", + "cancel_reservation" + ], + [ + "i want to cancel my reservation for network to xaga such", + "cancel_reservation" + ], + [ + "forget reservation at longhorn for 4", + "cancel_reservation" + ], + [ + "forget reservation at oyster bar for tonight", + "cancel_reservation" + ], + [ + "cancel my reservation at osteria for our party", + "cancel_reservation" + ], + [ + "scrap reservation at 4 for red robin", + "cancel_reservation" + ], + [ + "cancel reservation at eight for the group", + "cancel_reservation" + ], + [ + "i'd like to cancel my reservation for 5 at hoss's steak house", + "cancel_reservation" + ], + [ + "please cancel my reservation at red lobster for 6", + "cancel_reservation" + ], + [ + "i need to cancel my reservation for 2 at franklin's grille", + "cancel_reservation" + ], + [ + "cancel that reservation for 8 at barney's", + "cancel_reservation" + ], + [ + "nix that reservation for 4 at strip house", + "cancel_reservation" + ], + [ + "undo my reservation for 5 at the loft", + "cancel_reservation" + ], + [ + "i no longer want my reservation for 5 at the loft cancel it please", + "cancel_reservation" + ], + [ + "hey siri, please cancel my reservation at the loft for 5", + "cancel_reservation" + ], + [ + "i don't need my reservation for 5 at the loft please cancel it", + "cancel_reservation" + ], + [ + "cancel my reservation for 5 at the loft", + "cancel_reservation" + ], + [ + "carla doesn't want her olive garden reservation anymore", + "cancel_reservation" + ], + [ + "what's the funniest thing you've got", + "tell_joke" + ], + [ + "let me hear something funny", + "tell_joke" + ], + [ + "i want to hear anything you have that's funny", + "tell_joke" + ], + [ + "i want to hear something hilarious", + "tell_joke" + ], + [ + "tell me your funniest joke", + "tell_joke" + ], + [ + "do you have any funny jokes", + "tell_joke" + ], + [ + "give me your best joke", + "tell_joke" + ], + [ + "tell my something funny", + "tell_joke" + ], + [ + "tell me something to make me laugh", + "tell_joke" + ], + [ + "i'm in the mood for a joke", + "tell_joke" + ], + [ + "could you tell me a good joke", + "tell_joke" + ], + [ + "do you have any funny jokes you can tell", + "tell_joke" + ], + [ + "have you heard any great jokes lately", + "tell_joke" + ], + [ + "do you know any good jokes you would like to share", + "tell_joke" + ], + [ + "what sort of jokes do you know", + "tell_joke" + ], + [ + "i want to hear doctor jokes", + "tell_joke" + ], + [ + "do you know any jokes about librarians", + "tell_joke" + ], + [ + "tell me a funny joke about men", + "tell_joke" + ], + [ + "can you tell me a joke about a lawyer", + "tell_joke" + ], + [ + "i want to hear jokes about toddlers", + "tell_joke" + ], + [ + "can i start calling you dave", + "change_ai_name" + ], + [ + "i want to change your name to sarah", + "change_ai_name" + ], + [ + "i want to call you maggie", + "change_ai_name" + ], + [ + "can i change you name to gretchen", + "change_ai_name" + ], + [ + "i'd like to call you alex", + "change_ai_name" + ], + [ + "can i call you adam instead of the current name", + "change_ai_name" + ], + [ + "i will now call you adam instead of your old name", + "change_ai_name" + ], + [ + "will you respond to adam instead of the current name", + "change_ai_name" + ], + [ + "i want to change your name to adam", + "change_ai_name" + ], + [ + "i want to start calling you adam", + "change_ai_name" + ], + [ + "i want your name to be gerry", + "change_ai_name" + ], + [ + "i want your name to be henry", + "change_ai_name" + ], + [ + "i want your name to be john", + "change_ai_name" + ], + [ + "make your name jake", + "change_ai_name" + ], + [ + "make your name steve", + "change_ai_name" + ], + [ + "i would like to change your name to fred", + "change_ai_name" + ], + [ + "i think i want your name changed to fred", + "change_ai_name" + ], + [ + "can you have your name changed to fred", + "change_ai_name" + ], + [ + "can you change your name to fred", + "change_ai_name" + ], + [ + "change your name to fred", + "change_ai_name" + ], + [ + "what is your age again", + "how_old_are_you" + ], + [ + "how old are you in 2019", + "how_old_are_you" + ], + [ + "what's your birthday", + "how_old_are_you" + ], + [ + "were you born in the 80s", + "how_old_are_you" + ], + [ + "how old were you on your most recent birthday", + "how_old_are_you" + ], + [ + "what day were you born", + "how_old_are_you" + ], + [ + "what is your current age", + "how_old_are_you" + ], + [ + "how old are you as of today", + "how_old_are_you" + ], + [ + "what you age on your last birthday", + "how_old_are_you" + ], + [ + "how many birthdays have you had", + "how_old_are_you" + ], + [ + "how many years have you been living", + "how_old_are_you" + ], + [ + "hey how old are you", + "how_old_are_you" + ], + [ + "do you have an age", + "how_old_are_you" + ], + [ + "i was wondering what age you are", + "how_old_are_you" + ], + [ + "in what year were you born", + "how_old_are_you" + ], + [ + "what is your date of birth", + "how_old_are_you" + ], + [ + "what year were you born in", + "how_old_are_you" + ], + [ + "what is the year that were you born", + "how_old_are_you" + ], + [ + "how old are you ai", + "how_old_are_you" + ], + [ + "are you 16 years old", + "how_old_are_you" + ], + [ + "i need a car rental this week", + "car_rental" + ], + [ + "i am going away and need to rent a car", + "car_rental" + ], + [ + "help me find a car to rent", + "car_rental" + ], + [ + "can you get me a car rental for march 1st to 3rd in seattle, and i'd like a sedan if possible", + "car_rental" + ], + [ + "help me book a car rental in austin for april 11th to 13th get me a sedan if possible", + "car_rental" + ], + [ + "can you get me a car rental for march 13th to 15th in nyc, and i'd like a convertible if possible", + "car_rental" + ], + [ + "help me book a car rental in chicago for april 1st to 3rd get me an suv if possible", + "car_rental" + ], + [ + "i need to book a car rental in las vegas", + "car_rental" + ], + [ + "i'm looking for assistance booking a rental car in las vegas", + "car_rental" + ], + [ + "could i get assistance booking a car rental in las vegas", + "car_rental" + ], + [ + "how can i rent a car in las vegas", + "car_rental" + ], + [ + "can you help me rent a car in las vegas", + "car_rental" + ], + [ + "can i get a car rental in boise from april 11th to april 13th", + "car_rental" + ], + [ + "how can i rent a ride in alaska from march 5th to march 18th", + "car_rental" + ], + [ + "where do i rent a car in las vegas from november 16th to december 16th", + "car_rental" + ], + [ + "can i rent a car from dfw airport from march 1st to march 8th", + "car_rental" + ], + [ + "do you have a car rental in new york from june 6th to june 9th", + "car_rental" + ], + [ + "i must procure a car rental for the 10th to the 15th in zimbabwe and i would prefer a bmw", + "car_rental" + ], + [ + "i really must rent a car out of sky harbor airport from the 3rd to the 5th of february", + "car_rental" + ], + [ + "i really need to get a volkswagen car rental for march 5th to march 8th in phoenix", + "car_rental" + ], + [ + "how can i jump start my car if my battery is dead", + "jump_start" + ], + [ + "will a jump start work if my batter is dead", + "jump_start" + ], + [ + "how to jump start a car", + "jump_start" + ], + [ + "what do i need to jump start a battery", + "jump_start" + ], + [ + "how do i jump start a bad battery", + "jump_start" + ], + [ + "what steps do i need to take to jump start my car", + "jump_start" + ], + [ + "i'm not sure how to jump start a car; can you help me", + "jump_start" + ], + [ + "how do i do a jump start on my car", + "jump_start" + ], + [ + "how might i go about jump starting a car", + "jump_start" + ], + [ + "how can i jump start a car", + "jump_start" + ], + [ + "can you tell me how to jump start a car", + "jump_start" + ], + [ + "how can i jump start my car", + "jump_start" + ], + [ + "show me instructions on how to jump start my car", + "jump_start" + ], + [ + "teach me how to jump start my car", + "jump_start" + ], + [ + "what do i need in order to jump start my car", + "jump_start" + ], + [ + "do i need jumper cables for my dead car battery", + "jump_start" + ], + [ + "who can jump off my dead car battery", + "jump_start" + ], + [ + "my car battery died and i need help", + "jump_start" + ], + [ + "can i get my car jumped for this dead battery", + "jump_start" + ], + [ + "there is no juice in my battery please help", + "jump_start" + ], + [ + "can you give me a chinese meal suggestion", + "meal_suggestion" + ], + [ + "i would like you to suggest a chinese dish", + "meal_suggestion" + ], + [ + "please suggest a chinese meal", + "meal_suggestion" + ], + [ + "i would like you to give me a suggestion for a mexican meal", + "meal_suggestion" + ], + [ + "can you suggest a mexican dish", + "meal_suggestion" + ], + [ + "i need some good suggestions for peruvian cuisine", + "meal_suggestion" + ], + [ + "help me find some new dinner recipes", + "meal_suggestion" + ], + [ + "what would you say is a good german dinner idea", + "meal_suggestion" + ], + [ + "i need an italian dinner idea", + "meal_suggestion" + ], + [ + "any recommendations for a greek dinner", + "meal_suggestion" + ], + [ + "what would you say is the best meal to have for dinner", + "meal_suggestion" + ], + [ + "i am bored and need new dinner recommendations", + "meal_suggestion" + ], + [ + "i need an idea for a french dinner", + "meal_suggestion" + ], + [ + "whats a good chinese dinner suggestion", + "meal_suggestion" + ], + [ + "what would you suggest having for dinner", + "meal_suggestion" + ], + [ + "i need to quick dinner suggestions", + "meal_suggestion" + ], + [ + "what kind of meal should i eat from thailand", + "meal_suggestion" + ], + [ + "suggest a meal from thailand please", + "meal_suggestion" + ], + [ + "suggestions for thai food", + "meal_suggestion" + ], + [ + "give recommendations for thai food", + "meal_suggestion" + ], + [ + "i would like to learn to make cookies", + "recipe" + ], + [ + "show me popular sushi recipes", + "recipe" + ], + [ + "i need a pancake recipe", + "recipe" + ], + [ + "find instructions on baking lemon cake", + "recipe" + ], + [ + "can you give me instructions on how to make alfredo", + "recipe" + ], + [ + "how do i make shrimp", + "recipe" + ], + [ + "what is a good recipe for steak", + "recipe" + ], + [ + "find a recipe for hamburgers", + "recipe" + ], + [ + "pull up ramen recipes please", + "recipe" + ], + [ + "how do you make dumplings", + "recipe" + ], + [ + "how do you make blue cheese dressing", + "recipe" + ], + [ + "i need a recipe for chicken cordon bleu", + "recipe" + ], + [ + "recipe for traditional roast beef and gravy", + "recipe" + ], + [ + "i want to make pork barbque but do no know how", + "recipe" + ], + [ + "give me a good recipe for chicken parmesan", + "recipe" + ], + [ + "do you have any good ways to make tomato soup", + "recipe" + ], + [ + "how do i make chicken alfredo", + "recipe" + ], + [ + "recipe for beef stroganoff", + "recipe" + ], + [ + "i need to find a good way to make chicken soup", + "recipe" + ], + [ + "tell me how to make ramen", + "recipe" + ], + [ + "what's my income before taxes", + "income" + ], + [ + "what's my income from work", + "income" + ], + [ + "how much money do i make at my job", + "income" + ], + [ + "was is my salary", + "income" + ], + [ + "what's my yearly income", + "income" + ], + [ + "what was my income last year", + "income" + ], + [ + "what's my total income", + "income" + ], + [ + "what's my total earnings", + "income" + ], + [ + "what's my work salary", + "income" + ], + [ + "do you know my work income", + "income" + ], + [ + "how much money do i make a week", + "income" + ], + [ + "how much do i make in a year", + "income" + ], + [ + "what do i get paid", + "income" + ], + [ + "how much is my salary", + "income" + ], + [ + "i would like to know what my income is", + "income" + ], + [ + "tell me my income amount", + "income" + ], + [ + "i need to know the amount of my income", + "income" + ], + [ + "get my income amount for me", + "income" + ], + [ + "how much do you start at", + "income" + ], + [ + "yearly salary", + "income" + ], + [ + "order more bread please", + "order" + ], + [ + "i ran out of bread, order more", + "order" + ], + [ + "since i ran out , order more bread", + "order" + ], + [ + "place an order for bread", + "order" + ], + [ + "make an order of bread because i am out", + "order" + ], + [ + "order an amazon gift card from amazon in the amount of twenty dollars", + "order" + ], + [ + "order a case of coke from amazon", + "order" + ], + [ + "order dog food from walmart", + "order" + ], + [ + "order more paper towels from amazon", + "order" + ], + [ + "order a disney gift card in the amount of five hundred dollars from costco", + "order" + ], + [ + "i want to buy an iphone7", + "order" + ], + [ + "can you order an iphone7 for me with two-day free delivery", + "order" + ], + [ + "help me buy a black iphone7", + "order" + ], + [ + "please order an iphone7 for me", + "order" + ], + [ + "everything needs ordered off my list", + "order" + ], + [ + "for the shopping list, order everything", + "order" + ], + [ + "order all of my shopping list", + "order" + ], + [ + "order all items on the list", + "order" + ], + [ + "purchase me the kyrie 4s", + "order" + ], + [ + "aquire me them kyrie 4s", + "order" + ], + [ + "is there much traffic between here and work right now", + "traffic" + ], + [ + "what's the traffic like right now for my route to work", + "traffic" + ], + [ + "is the traffic bad going downtown right now", + "traffic" + ], + [ + "how's the traffic this morning", + "traffic" + ], + [ + "how bad is the traffic on the way to downtown", + "traffic" + ], + [ + "what's the traffic like going to central park", + "traffic" + ], + [ + "is there heavy traffic on the way to the city", + "traffic" + ], + [ + "how bad is traffic on the way into oakville right now", + "traffic" + ], + [ + "how does the traffic look on my way to work right now", + "traffic" + ], + [ + "what does my commute look like", + "traffic" + ], + [ + "what is the traffic like on the road to downtown dallas", + "traffic" + ], + [ + "what kind of traffic is on hwy 1 going to the downtown area right now", + "traffic" + ], + [ + "how is the traffic on rt 5 towards my work , community bank", + "traffic" + ], + [ + "is there any traffic on the road i take home from work right now, rt 40", + "traffic" + ], + [ + "tell me how the traffic is on rt 7 to the airport today", + "traffic" + ], + [ + "what will the traffic be like if i headed out to work right now", + "traffic" + ], + [ + "what kind of traffic can i expect on the way to church", + "traffic" + ], + [ + "how's the traffic to work", + "traffic" + ], + [ + "can you give me a traffic update for a trip to the grocery store", + "traffic" + ], + [ + "how's the traffic looking if i headed to fred meyer", + "traffic" + ], + [ + "i need more checks because i am out", + "order_checks" + ], + [ + "can i order new checks since i am out", + "order_checks" + ], + [ + "i am now out of checks, how do i order new ones", + "order_checks" + ], + [ + "i need to order new checks because i am all out", + "order_checks" + ], + [ + "i have no checks and need to order new checks", + "order_checks" + ], + [ + "put in an order for more checks", + "order_checks" + ], + [ + "how do i order more free checkbooks", + "order_checks" + ], + [ + "i ran out of checks and need more ordered", + "order_checks" + ], + [ + "please order more checks i just used the last one", + "order_checks" + ], + [ + "i just used my last check and need more now", + "order_checks" + ], + [ + "i ran out of checks and need more asap", + "order_checks" + ], + [ + "i would like more checks sent to my address", + "order_checks" + ], + [ + "how would i go about getting more checks for my western union account", + "order_checks" + ], + [ + "i just used my final check order more", + "order_checks" + ], + [ + "can i order checks online for my checking account", + "order_checks" + ], + [ + "please send me more checkbooks", + "order_checks" + ], + [ + "please notify my bank that i need more checks", + "order_checks" + ], + [ + "how can i order checks for my savings account", + "order_checks" + ], + [ + "i need to know how to order checks for my bank of america account", + "order_checks" + ], + [ + "who do i contact to order more checks for my td bank account", + "order_checks" + ], + [ + "is there a reason my card was declined", + "card_declined" + ], + [ + "my card was rejected at shakey's and i am wondering why", + "card_declined" + ], + [ + "was there a problem with my card yesterday", + "card_declined" + ], + [ + "my debit card was rejected at ella's and i want to know why", + "card_declined" + ], + [ + "my card was declined at mcdonald's and i want to know why", + "card_declined" + ], + [ + "i need to know why you declined my card yesterday", + "card_declined" + ], + [ + "my card was rejected at the zoo, could you tell me why", + "card_declined" + ], + [ + "tell me why my card was declined", + "card_declined" + ], + [ + "tell me why my card was declined at auto zone, why", + "card_declined" + ], + [ + "i need to know why my credit card transaction was declined", + "card_declined" + ], + [ + "why was my credit card not accepted", + "card_declined" + ], + [ + "i was in target about to buy a chair when my card got declined", + "card_declined" + ], + [ + "my card just got declined when i was in home depot buying tile", + "card_declined" + ], + [ + "i was trying to buy a chainsaw at the tractor store and they said my card was declined", + "card_declined" + ], + [ + "why was my card declined just now when i tried to buy a jeep at carmax", + "card_declined" + ], + [ + "i was at walmart trying to buy toilet paper and my card got declined", + "card_declined" + ], + [ + "target declined my card and i don't know why", + "card_declined" + ], + [ + "do you know why my card was declined at target i can't figure out why", + "card_declined" + ], + [ + "i can't figure out why my card was declined at target", + "card_declined" + ], + [ + "i was just at target and they declined my card and i can't understand why", + "card_declined" + ] + ], + "train": [ + [ + "what expression would i use to say i love you if i were an italian", + "translate" + ], + [ + "can you tell me how to say 'i do not speak much spanish', in spanish", + "translate" + ], + [ + "what is the equivalent of, 'life is good' in french", + "translate" + ], + [ + "tell me how to say, 'it is a beautiful morning' in italian", + "translate" + ], + [ + "if i were mongolian, how would i say that i am a tourist", + "translate" + ], + [ + "how do i say 'hotel' in finnish", + "translate" + ], + [ + "i need you to translate the sentence, 'we will be there soon' into portuguese", + "translate" + ], + [ + "please tell me how to ask for a taxi in french", + "translate" + ], + [ + "can you tell me how i would say, 'more bread please' in french", + "translate" + ], + [ + "what is the correct way to say 'i am a visitor' in french", + "translate" + ], + [ + "how would i say, 'i don't know the answer' in spanish", + "translate" + ], + [ + "i would like to know the proper way to greet an adult in portuguese", + "translate" + ], + [ + "what words would i use to tell someone i am lost if i were japanese", + "translate" + ], + [ + "how would i say thank you if i were russian", + "translate" + ], + [ + "can you tell me how i would normally say thank you as a french person", + "translate" + ], + [ + "i would like to know how to say hello in french", + "translate" + ], + [ + "if i were english how would i say subway", + "translate" + ], + [ + "i would i say subway if i were english", + "translate" + ], + [ + "how do you say hi in french", + "translate" + ], + [ + "in england how do they say subway", + "translate" + ], + [ + "translate hello in french", + "translate" + ], + [ + "how is hello said in french", + "translate" + ], + [ + "what do you call a subway if you were english", + "translate" + ], + [ + "how would i say if i were english subway", + "translate" + ], + [ + "how should i say hello in french", + "translate" + ], + [ + "how could i say twin in chinese", + "translate" + ], + [ + "how can i say not now in spanish", + "translate" + ], + [ + "what do spanish people say for the word cow", + "translate" + ], + [ + "translate hello to english", + "translate" + ], + [ + "how do you say goodbye in spanish", + "translate" + ], + [ + "how would i say love in french", + "translate" + ], + [ + "could you translate atm machine into english", + "translate" + ], + [ + "please translate grocery into french for me", + "translate" + ], + [ + "how do germans say goodnight", + "translate" + ], + [ + "tell me how the russians say notebook", + "translate" + ], + [ + "how do vietnameses people say hello", + "translate" + ], + [ + "how do i say thank you in japanese", + "translate" + ], + [ + "what is latin for i love you", + "translate" + ], + [ + "how can i thank somebody in italian", + "translate" + ], + [ + "how do i say you're welcome in chinese", + "translate" + ], + [ + "translate hello english to french", + "translate" + ], + [ + "what is hello in french", + "translate" + ], + [ + "what phrase means goodbye in hawaii", + "translate" + ], + [ + "what spanish word means hello", + "translate" + ], + [ + "translate hello to french", + "translate" + ], + [ + "translate english to french hello", + "translate" + ], + [ + "what is the word for hello spanish", + "translate" + ], + [ + "how do they say goodbye in hawaii", + "translate" + ], + [ + "what's local slang for goodbye in hawaii", + "translate" + ], + [ + "how do you say hello in french", + "translate" + ], + [ + "tell me how to say hello in spanish", + "translate" + ], + [ + "what do i say for goodbye in hawaii", + "translate" + ], + [ + "translate hello into french for me", + "translate" + ], + [ + "how do i say hello in french", + "translate" + ], + [ + "translate for me hello into french", + "translate" + ], + [ + "how would they say say goodbye in hawaii", + "translate" + ], + [ + "what is spanish for hello", + "translate" + ], + [ + "how would i say hello in french", + "translate" + ], + [ + "how can i say i love you in italy", + "translate" + ], + [ + "what is spanish for good morning", + "translate" + ], + [ + "how do you say it's snowing in german", + "translate" + ], + [ + "how would you say can i borrow five dollars in portuguese", + "translate" + ], + [ + "do you know how to say where is the restroom in french", + "translate" + ], + [ + "how would i say pleased to meet you if i were japanese", + "translate" + ], + [ + "can you translate hello into swedish for me", + "translate" + ], + [ + "can you translate i love you into french for me", + "translate" + ], + [ + "can you translate where's the bar into irish for me", + "translate" + ], + [ + "how would i say goodbye if i were norwegian", + "translate" + ], + [ + "how would i say i love you if i were french", + "translate" + ], + [ + "how would i say hello if i were swedish", + "translate" + ], + [ + "can you translate good bye into russian for me", + "translate" + ], + [ + "can you translate i have to go pee into korean for me", + "translate" + ], + [ + "how would i say i'm not guilty if i were mexican", + "translate" + ], + [ + "how do you say thank you in spanish", + "translate" + ], + [ + "how does one say thank you in spanish", + "translate" + ], + [ + "how can i say thank you in spanish", + "translate" + ], + [ + "what is thank you in spanish", + "translate" + ], + [ + "what is the way to say thank you in spanish", + "translate" + ], + [ + "how do they say \"who is your father\" in german", + "translate" + ], + [ + "how do they say \"where's the bathroom\" in spanish", + "translate" + ], + [ + "how do they say \"how's it going\" in swahili", + "translate" + ], + [ + "how do they say \"i love you\" in japanese", + "translate" + ], + [ + "how do they say \"what's up\" in chinese", + "translate" + ], + [ + "how do you say thank you in german", + "translate" + ], + [ + "how do you say please in arabic", + "translate" + ], + [ + "how do you say cat in spanish", + "translate" + ], + [ + "how do you say i'm hungry in french", + "translate" + ], + [ + "how do you say i need coffee in dutch", + "translate" + ], + [ + "how do they say yes in brazil", + "translate" + ], + [ + "can you translate cat into russian for me", + "translate" + ], + [ + "can you translate bowl into russian for me", + "translate" + ], + [ + "how do they say hello in france", + "translate" + ], + [ + "i wanna know a phrase in spanish", + "translate" + ], + [ + "can you translate bat into russian for me", + "translate" + ], + [ + "how do they say no in germany", + "translate" + ], + [ + "can you translate hi into spanish for me", + "translate" + ], + [ + "i wanna learn a phrase in russian", + "translate" + ], + [ + "how do they say hello in germany", + "translate" + ], + [ + "can you translate milk into spanish for me", + "translate" + ], + [ + "how do they say hello in brazil", + "translate" + ], + [ + "i need $20000 transferred from my savings to my checking", + "transfer" + ], + [ + "complete a transaction from savings to checking of $20000", + "transfer" + ], + [ + "transfer $20000 from my savings account to checking account", + "transfer" + ], + [ + "take $20000 from savings and put it in checking", + "transfer" + ], + [ + "put $20000 into my checking account from my savings account", + "transfer" + ], + [ + "send 100 dollars between bank of the west and bank of america acccounts", + "transfer" + ], + [ + "send 50 dollars between bank of america and chase accounts", + "transfer" + ], + [ + "send 2000 dollars between chase and rabobank accounts", + "transfer" + ], + [ + "send 1200 dollars between usaa and navy federal accounts", + "transfer" + ], + [ + "send 400 dollars between city bank and usaa accounts", + "transfer" + ], + [ + "take $40 and transfer it to account a from b", + "transfer" + ], + [ + "transfer $40 from account a to b", + "transfer" + ], + [ + "move $40 from account b to account a", + "transfer" + ], + [ + "put $40 from account a to b", + "transfer" + ], + [ + "take $40 from account a and transfer it to account b", + "transfer" + ], + [ + "i need to transfer from this account to that one", + "transfer" + ], + [ + "need to transfer from one account to my other one", + "transfer" + ], + [ + "i would like to transfer from one account to my second one", + "transfer" + ], + [ + "i need to transfer from one account to my second one", + "transfer" + ], + [ + "i have to transfer from one account to my other one", + "transfer" + ], + [ + "send fifty dollars from me to carrie", + "transfer" + ], + [ + "transfer sixty dollars to dad from my biggest accnt", + "transfer" + ], + [ + "send over a hundred dollars from huntington into saving", + "transfer" + ], + [ + "move 57 dollars from saving into mom", + "transfer" + ], + [ + "transfer two hundred dollars between my portfolio and my money market account", + "transfer" + ], + [ + "i need to transfer ten dollars from my bank of america account to my capital one account", + "transfer" + ], + [ + "go ahead and send ten dollars from bank of america to capital one", + "transfer" + ], + [ + "i must transfer ten dollars from my bank of america account to my capital one account", + "transfer" + ], + [ + "i got to transfer ten dollars from my bank of america account to my capital one account", + "transfer" + ], + [ + "i want you to send ten dollars from bank of america to capital one", + "transfer" + ], + [ + "i need you to send ten dollars from bank of america to capital one", + "transfer" + ], + [ + "i have to transfer ten dollars from my bank of america account to my capital one account", + "transfer" + ], + [ + "send ten dollars from bank of america to capital one", + "transfer" + ], + [ + "please send ten dollars from bank of america to capital one", + "transfer" + ], + [ + "make a transfer of $200 from my savings account to my checking account", + "transfer" + ], + [ + "please transfer $250 from checking to savings", + "transfer" + ], + [ + "transfer $500 from my checking to my savings", + "transfer" + ], + [ + "please transfer $100 from my checking to my savings account", + "transfer" + ], + [ + "transfer $500 from my money market savings account to my checking account", + "transfer" + ], + [ + "send money from one account to another", + "transfer" + ], + [ + "transfer 200 dollars from paypal to savings", + "transfer" + ], + [ + "transfer $10 from checking to savings", + "transfer" + ], + [ + "send $100 from paypal to my bank", + "transfer" + ], + [ + "please transfer 100 dollars between my amazon payments and savings accounts", + "transfer" + ], + [ + "i would like to make a transfer", + "transfer" + ], + [ + "i want to transfer funds between accounts", + "transfer" + ], + [ + "send over 50 dollars between my shared and not shared accounts", + "transfer" + ], + [ + "whats the quickest way to money from one account to another", + "transfer" + ], + [ + "what is the process to move money from one account to another", + "transfer" + ], + [ + "i need you to send 500 dollars from my high tier account to my regular checking account", + "transfer" + ], + [ + "can you transfer money from a to b", + "transfer" + ], + [ + "send my money between accounts", + "transfer" + ], + [ + "how can i send money from one account to another", + "transfer" + ], + [ + "i need to move money from one account to another", + "transfer" + ], + [ + "send $20 from debit to steve's account", + "transfer" + ], + [ + "send 20 dollars from savings to checking", + "transfer" + ], + [ + "please transfer my funds", + "transfer" + ], + [ + "please transfer $50 to my checking account from credit", + "transfer" + ], + [ + "go ahead and move $200 from amazon to my bank account", + "transfer" + ], + [ + "help me move my money", + "transfer" + ], + [ + "i need my money to be moved", + "transfer" + ], + [ + "help me move my money please", + "transfer" + ], + [ + "i need to move my money", + "transfer" + ], + [ + "move my money please", + "transfer" + ], + [ + "i would like to transfer $5 from savings to checking", + "transfer" + ], + [ + "transfer $5 from savings to checking", + "transfer" + ], + [ + "can you transfer $5 from savings to checking", + "transfer" + ], + [ + "send $5 from savings to checking", + "transfer" + ], + [ + "please transfer $5 from savings to checking", + "transfer" + ], + [ + "please switch $s checking to mortage", + "transfer" + ], + [ + "please transfer $s from saving to checking", + "transfer" + ], + [ + "could you transfer $x from saving to checking", + "transfer" + ], + [ + "help me transfer $x from credit to debit", + "transfer" + ], + [ + "please transfer $x from checking to saving", + "transfer" + ], + [ + "transfer money to another account", + "transfer" + ], + [ + "requesting money transfer between accounts", + "transfer" + ], + [ + "transfer money from this account to that account", + "transfer" + ], + [ + "can you transfer money from my account", + "transfer" + ], + [ + "money transfer request", + "transfer" + ], + [ + "send 100 dollars from checking to savings", + "transfer" + ], + [ + "transfer 100 dollars checking to savings", + "transfer" + ], + [ + "transfer 100 dollars between checking and savings", + "transfer" + ], + [ + "take 100 dollars from checking and send it to savings", + "transfer" + ], + [ + "move 100 dollars from checking to savings", + "transfer" + ], + [ + "can we wire some money over to the other account i have", + "transfer" + ], + [ + "time to move some cash from one account to another", + "transfer" + ], + [ + "i need to throw some money into that other account", + "transfer" + ], + [ + "let's send some money to another account", + "transfer" + ], + [ + "i want to initiate a transfer from one account to the other", + "transfer" + ], + [ + "transfer money from one place to another", + "transfer" + ], + [ + "move money from one account to another", + "transfer" + ], + [ + "transfer between two accounts", + "transfer" + ], + [ + "make a transfer between accounts", + "transfer" + ], + [ + "send money to another account", + "transfer" + ], + [ + "i need ten dollars sent from b of a to washington mutual", + "transfer" + ], + [ + "transfer fifty dollars between my chase and bank of america account", + "transfer" + ], + [ + "deposit ten bucks from my chase account to my ally account", + "transfer" + ], + [ + "put a hundred dollars in my ally account from bluebird", + "transfer" + ], + [ + "i want seventy bucks transferred from b of a to chase", + "transfer" + ], + [ + "can i initiate a one-time transfer from my savings account to my money market account", + "transfer" + ], + [ + "please set a 4 minute timer", + "timer" + ], + [ + "please set a timer for 6 minutes", + "timer" + ], + [ + "set a timer for 5 minutes", + "timer" + ], + [ + "i need a 7 minute timer", + "timer" + ], + [ + "i need to set the timer for two minutes", + "timer" + ], + [ + "can you set a timer for me for fifteen minutes starting now", + "timer" + ], + [ + "start the timer now and stop at thirty minutes", + "timer" + ], + [ + "i would like you to set the timer to go off in ten minutes", + "timer" + ], + [ + "please set a timer for 40 minutes", + "timer" + ], + [ + "wake me in an hour", + "timer" + ], + [ + "please set a timer for cookies", + "timer" + ], + [ + "i want a timer set", + "timer" + ], + [ + "remind me in (x) hours", + "timer" + ], + [ + "set timer for (x) minutes", + "timer" + ], + [ + "i gotta have a 10 minute timer", + "timer" + ], + [ + "please set a timer for me", + "timer" + ], + [ + "i need a 10 minute timer", + "timer" + ], + [ + "i wish to have a 10 minute timer", + "timer" + ], + [ + "i really need to set a timer", + "timer" + ], + [ + "set a new timer for ten seconds", + "timer" + ], + [ + "set a timer for me", + "timer" + ], + [ + "i want a 10 minute timer", + "timer" + ], + [ + "i gotta set a timer", + "timer" + ], + [ + "set a 10 minute timer", + "timer" + ], + [ + "set a brand new timer for eight seconds", + "timer" + ], + [ + "set a ten second timer", + "timer" + ], + [ + "i must set a timer", + "timer" + ], + [ + "set a timer for twelve seconds", + "timer" + ], + [ + "set a timer for fifteen seconds", + "timer" + ], + [ + "tell me when two minutes are up", + "timer" + ], + [ + "start a timer for two minutes", + "timer" + ], + [ + "set a timer for two minutes", + "timer" + ], + [ + "start counting down from two minutes", + "timer" + ], + [ + "can you set a timer for two minutes", + "timer" + ], + [ + "\"please set 5 minute timer", + "timer" + ], + [ + "can u please set the timer for 5 minutes", + "timer" + ], + [ + "set timer of 5 minutes", + "timer" + ], + [ + "\"can u set a timer for 5 minutes", + "timer" + ], + [ + "set a one hour timer", + "timer" + ], + [ + "please set a timer for 20 minutes", + "timer" + ], + [ + "set a five minute timer please", + "timer" + ], + [ + "set a timer for two hours", + "timer" + ], + [ + "can you set a two hour timer", + "timer" + ], + [ + "set the timer for me please", + "timer" + ], + [ + "you need to set the timer for me", + "timer" + ], + [ + "i need you to set timer for me", + "timer" + ], + [ + "please set the timer for me", + "timer" + ], + [ + "i would like a timer set", + "timer" + ], + [ + "can you set a timer", + "timer" + ], + [ + "i need you to set a time", + "timer" + ], + [ + "i need a timer set for 15 minutes", + "timer" + ], + [ + "start a countdown for 20 minutes", + "timer" + ], + [ + "set a timer for 15 minutes", + "timer" + ], + [ + "i'll need you to set a timer for 10 minutes", + "timer" + ], + [ + "let's get a timer set for 5 minutes", + "timer" + ], + [ + "set a timer for 35 minutes", + "timer" + ], + [ + "please start counting down from 10 minutes", + "timer" + ], + [ + "let's get a timer going for 10 minutes", + "timer" + ], + [ + "i need a timer for 20 seconds", + "timer" + ], + [ + "timer 5 minutes", + "timer" + ], + [ + "alert me in 20 minutes", + "timer" + ], + [ + "give me a 10 minute countdown", + "timer" + ], + [ + "let me know in 15 minutes please", + "timer" + ], + [ + "i'm cooking an egg, timer for 3 mins", + "timer" + ], + [ + "10 minute timer", + "timer" + ], + [ + "start a timer for 10 minutes", + "timer" + ], + [ + "timer 10 minutes", + "timer" + ], + [ + "count down 10 minutes", + "timer" + ], + [ + "make up a timer for me", + "timer" + ], + [ + "create a timer for me", + "timer" + ], + [ + "can you set a timer for me", + "timer" + ], + [ + "i need to set a timer", + "timer" + ], + [ + "set up a timer", + "timer" + ], + [ + "could you start a timer for me", + "timer" + ], + [ + "lets set a timer for me", + "timer" + ], + [ + "please run a timer for me", + "timer" + ], + [ + "set a one minute timer", + "timer" + ], + [ + "set a five minute timer", + "timer" + ], + [ + "set a seven minute timer", + "timer" + ], + [ + "start a timer for me", + "timer" + ], + [ + "set a four minute timer", + "timer" + ], + [ + "set a six minute timer", + "timer" + ], + [ + "how do i set a timer", + "timer" + ], + [ + "i want a timer for 5 minutes", + "timer" + ], + [ + "timer for 5 minutes", + "timer" + ], + [ + "set a timer to go off in 5 minutes", + "timer" + ], + [ + "set timer for 5 minutes", + "timer" + ], + [ + "i want to set a timer", + "timer" + ], + [ + "make a timer for 5 minutes", + "timer" + ], + [ + "please set a timer for", + "timer" + ], + [ + "remind me that time is up in sixty minutes", + "timer" + ], + [ + "set an alarm for nine minutes from now", + "timer" + ], + [ + "tell me when ninety minutes have passed", + "timer" + ], + [ + "please set timer for 4 pm", + "timer" + ], + [ + "want 5 minute timer", + "timer" + ], + [ + "set 30 minute timer", + "timer" + ], + [ + "get a 3 minute timer", + "timer" + ], + [ + "please, can you set the timer for me", + "timer" + ], + [ + "can you please the timer", + "timer" + ], + [ + "will you set the timer", + "timer" + ], + [ + "what is the meaning of realism", + "definition" + ], + [ + "what is regard mean", + "definition" + ], + [ + "what is the meaning of interorganizational", + "definition" + ], + [ + "what is it is all relative mean", + "definition" + ], + [ + "what is intercontinental mean", + "definition" + ], + [ + "what is the meaning of supercede", + "definition" + ], + [ + "what is let it be mean", + "definition" + ], + [ + "what is the definition of incomprehensible", + "definition" + ], + [ + "what is the meaning of stupendous", + "definition" + ], + [ + "what is the definition of intelligent", + "definition" + ], + [ + "what is good riddance mean", + "definition" + ], + [ + "what is break a leg mean", + "definition" + ], + [ + "what is the meaning of hyperactive", + "definition" + ], + [ + "what is the definition of valor", + "definition" + ], + [ + "what is stupedous meant", + "definition" + ], + [ + "find the meaning of qat", + "definition" + ], + [ + "what the heck is qat", + "definition" + ], + [ + "define qat for me", + "definition" + ], + [ + "read me a definition for qat", + "definition" + ], + [ + "look up qat please", + "definition" + ], + [ + "what might the meaning of altruism be", + "definition" + ], + [ + "exactly what does altruism mean", + "definition" + ], + [ + "what does altruism mean", + "definition" + ], + [ + "what is the definition of altruism", + "definition" + ], + [ + "what is the meaning of altruism", + "definition" + ], + [ + "affiliate's definition is what", + "definition" + ], + [ + "the definition of affiliate is", + "definition" + ], + [ + "what's the meaning of affiliate", + "definition" + ], + [ + "what's affiliate definition", + "definition" + ], + [ + "definition of affiliate is what", + "definition" + ], + [ + "whats the definition of poor", + "definition" + ], + [ + "describe the meaning of \"dog", + "definition" + ], + [ + "what does \"money\" mean", + "definition" + ], + [ + "tell me what the word die means", + "definition" + ], + [ + "what is the definition of succumb", + "definition" + ], + [ + "what is the meaning of telepathy", + "definition" + ], + [ + "what does tertiary mean", + "definition" + ], + [ + "tell me the definition of the word redemption", + "definition" + ], + [ + "what is the meaning of the word lux", + "definition" + ], + [ + "what is an ataraxy", + "definition" + ], + [ + "what does the word ataraxy mean", + "definition" + ], + [ + "what does ataraxy mean", + "definition" + ], + [ + "use the word ataraxy in a sentence", + "definition" + ], + [ + "define ataraxy", + "definition" + ], + [ + "what does discretionary mean", + "definition" + ], + [ + "define discretionary", + "definition" + ], + [ + "i want to know the definition of discretionary", + "definition" + ], + [ + "can you give the definition of deiscretionary", + "definition" + ], + [ + "let's hear the definition of iridium", + "definition" + ], + [ + "what's the definition of analogy", + "definition" + ], + [ + "can you tell me the definition of sucrose", + "definition" + ], + [ + "definition of anachronism", + "definition" + ], + [ + "what's the definition of patriarchy", + "definition" + ], + [ + "can you tell me the definition of yttrbium", + "definition" + ], + [ + "please share the definition of episcopalian", + "definition" + ], + [ + "what does saffron mean", + "definition" + ], + [ + "define sonogram", + "definition" + ], + [ + "define thoroughbred", + "definition" + ], + [ + "what's the meaning of a fortnight", + "definition" + ], + [ + "what is an anachronism", + "definition" + ], + [ + "what's the meaning of emulsify", + "definition" + ], + [ + "tell me what cyst means", + "definition" + ], + [ + "what is the definition of flange", + "definition" + ], + [ + "tell me what flange means", + "definition" + ], + [ + "define flange", + "definition" + ], + [ + "flange means what", + "definition" + ], + [ + "what is the meaning of flange", + "definition" + ], + [ + "what does \"rescind\" mean", + "definition" + ], + [ + "what is the meaning of word \"rescind", + "definition" + ], + [ + "is \"rescind\" a word of positive connotation", + "definition" + ], + [ + "where i can use word \"rescind", + "definition" + ], + [ + "read me the definition of ajar", + "definition" + ], + [ + "what does ajar mean", + "definition" + ], + [ + "can you show me the dictionary definition of ajar", + "definition" + ], + [ + "tell me what monstrosity means", + "definition" + ], + [ + "give me the definition of ajar", + "definition" + ], + [ + "what is the definition of didactic", + "definition" + ], + [ + "i need to know what adumbrate means can you look it up for me now", + "definition" + ], + [ + "i want to know what the word discomfit means", + "definition" + ], + [ + "find what the word diaphanous mean please", + "definition" + ], + [ + "do you know what calumny means please look it up for me", + "definition" + ], + [ + "find out what the word abrogate means for me", + "definition" + ], + [ + "tell me what edict means", + "definition" + ], + [ + "what does the word abjure mean", + "definition" + ], + [ + "can you tell me what dirge means", + "definition" + ], + [ + "tell me what the word arboreal means", + "definition" + ], + [ + "whats the definition of transmute", + "definition" + ], + [ + "what is the meaning of the word slander", + "definition" + ], + [ + "what is meant by defense", + "definition" + ], + [ + "tell me what the word bounty means", + "definition" + ], + [ + "what does deceive mean", + "definition" + ], + [ + "define zesty", + "definition" + ], + [ + "look up zesty in dictionary", + "definition" + ], + [ + "definition of zesty", + "definition" + ], + [ + "what is the definition of zesty", + "definition" + ], + [ + "what does zesty mean", + "definition" + ], + [ + "tell me what alternative means", + "definition" + ], + [ + "what does alternative mean", + "definition" + ], + [ + "give me the meaning of alternative", + "definition" + ], + [ + "tell me the meaning of alternative", + "definition" + ], + [ + "does life have meaning", + "meaning_of_life" + ], + [ + "is being alive the meaning of life", + "meaning_of_life" + ], + [ + "what is the real meaning of life", + "meaning_of_life" + ], + [ + "what is the answer to the meaning of life", + "meaning_of_life" + ], + [ + "is there really an answer to the meaning of life", + "meaning_of_life" + ], + [ + "does life have a meaning", + "meaning_of_life" + ], + [ + "who can tell me if there's any meaning to life", + "meaning_of_life" + ], + [ + "what makes life have any meaning", + "meaning_of_life" + ], + [ + "why do you think we're here", + "meaning_of_life" + ], + [ + "what's the answer to existence", + "meaning_of_life" + ], + [ + "what's the point of sentience", + "meaning_of_life" + ], + [ + "what's the purpose of existence", + "meaning_of_life" + ], + [ + "what's the purpose of life", + "meaning_of_life" + ], + [ + "what's the point of this dumpster fire known as life", + "meaning_of_life" + ], + [ + "what is life's meaning", + "meaning_of_life" + ], + [ + "is there a greater purpose in life", + "meaning_of_life" + ], + [ + "what is our purpose in life", + "meaning_of_life" + ], + [ + "how is life in existence", + "meaning_of_life" + ], + [ + "what's lifes meaning", + "meaning_of_life" + ], + [ + "what exactly is the meaning of life", + "meaning_of_life" + ], + [ + "whats lifes meaning exactly", + "meaning_of_life" + ], + [ + "what's the meaning of this life", + "meaning_of_life" + ], + [ + "what is the meaning of life here", + "meaning_of_life" + ], + [ + "does my life have meaning", + "meaning_of_life" + ], + [ + "i wish to know the meaning of life", + "meaning_of_life" + ], + [ + "i wanna know the meaning of life", + "meaning_of_life" + ], + [ + "i wanna know the point of life", + "meaning_of_life" + ], + [ + "i need to know the point of life", + "meaning_of_life" + ], + [ + "i must know the point of life", + "meaning_of_life" + ], + [ + "tell the meaning of life", + "meaning_of_life" + ], + [ + "i gotta know the meaning of life", + "meaning_of_life" + ], + [ + "what is your take on the meaning of life", + "meaning_of_life" + ], + [ + "tell me what is the purpose of life", + "meaning_of_life" + ], + [ + "what meaning does life hold", + "meaning_of_life" + ], + [ + "what do you think is the meaning of like", + "meaning_of_life" + ], + [ + "how do i find the meaning of life", + "meaning_of_life" + ], + [ + "what is the purpose of exsistance", + "meaning_of_life" + ], + [ + "what is your version on the meaning of life", + "meaning_of_life" + ], + [ + "what is your explanation for the meaning of life", + "meaning_of_life" + ], + [ + "what is the purpose of creation", + "meaning_of_life" + ], + [ + "can you figure out the meaning of life", + "meaning_of_life" + ], + [ + "whats your take on the meaning of life", + "meaning_of_life" + ], + [ + "can you explain the meaning of life to me", + "meaning_of_life" + ], + [ + "what is life all about", + "meaning_of_life" + ], + [ + "can you explain the meaning of life", + "meaning_of_life" + ], + [ + "what's the point of life, anyways", + "meaning_of_life" + ], + [ + "the meaning of life please", + "meaning_of_life" + ], + [ + "the meaning of life", + "meaning_of_life" + ], + [ + "i'd like to me told the meaning of life", + "meaning_of_life" + ], + [ + "do you know the meaning of life", + "meaning_of_life" + ], + [ + "say what the meaning of life is", + "meaning_of_life" + ], + [ + "can you tell me life's meaning", + "meaning_of_life" + ], + [ + "what's the meaning of my life", + "meaning_of_life" + ], + [ + "what is the underlying purpose to life", + "meaning_of_life" + ], + [ + "what do you think about the meaning of life", + "meaning_of_life" + ], + [ + "what is life\u2019s meaning", + "meaning_of_life" + ], + [ + "help me figure out the meaning of life", + "meaning_of_life" + ], + [ + "would you tell me the meaning of life, please", + "meaning_of_life" + ], + [ + "could you tell me the meaning of life, please", + "meaning_of_life" + ], + [ + "can you tell me the meaning of life", + "meaning_of_life" + ], + [ + "could you tell me the meaning of life", + "meaning_of_life" + ], + [ + "can you tell me the meaning of life, please", + "meaning_of_life" + ], + [ + "what does life mean to you", + "meaning_of_life" + ], + [ + "is there really a meaning of life", + "meaning_of_life" + ], + [ + "is there any meaning to being alive", + "meaning_of_life" + ], + [ + "what is the meaning of my life", + "meaning_of_life" + ], + [ + "what is the point of life", + "meaning_of_life" + ], + [ + "what's the point of everything", + "meaning_of_life" + ], + [ + "is there a meaning to life", + "meaning_of_life" + ], + [ + "why are we here in life", + "meaning_of_life" + ], + [ + "can you share the meaning of life", + "meaning_of_life" + ], + [ + "research the meaning of life", + "meaning_of_life" + ], + [ + "can you tell me what you think the meaning of life is", + "meaning_of_life" + ], + [ + "what is our purpose here on earth", + "meaning_of_life" + ], + [ + "is love the meaning of life", + "meaning_of_life" + ], + [ + "is there a reason people exist", + "meaning_of_life" + ], + [ + "what is the secret or meaning to life", + "meaning_of_life" + ], + [ + "what does life mean on a deeper level", + "meaning_of_life" + ], + [ + "how would you put what life is all about", + "meaning_of_life" + ], + [ + "how would you describe what life means", + "meaning_of_life" + ], + [ + "what do people say life means or the meaning is", + "meaning_of_life" + ], + [ + "life has what meaning or what's the secret to it", + "meaning_of_life" + ], + [ + "where is there meaning in life", + "meaning_of_life" + ], + [ + "what is the meaning of this life", + "meaning_of_life" + ], + [ + "do you know what the meaning of life is", + "meaning_of_life" + ], + [ + "what's life's meaning", + "meaning_of_life" + ], + [ + "does life have a meaning, according to you", + "meaning_of_life" + ], + [ + "does this life have a meaning", + "meaning_of_life" + ], + [ + "can you share with me your interpretation of the meaning of life", + "meaning_of_life" + ], + [ + "what do you think is the meaning of life", + "meaning_of_life" + ], + [ + "is there a meaning in life", + "meaning_of_life" + ], + [ + "i wonder if you can explain the meaning of life", + "meaning_of_life" + ], + [ + "i always wonder about the meaning of life, can you tell me", + "meaning_of_life" + ], + [ + "what's my meaning in life", + "meaning_of_life" + ], + [ + "define the meaning of life", + "meaning_of_life" + ], + [ + "meaning of life is", + "meaning_of_life" + ], + [ + "what is your perception of the meaning of life", + "meaning_of_life" + ], + [ + "whats the meaning of life", + "meaning_of_life" + ], + [ + "what do you think the meaning of life is", + "meaning_of_life" + ], + [ + "what is behind life's meaning", + "meaning_of_life" + ], + [ + "how to create a new aaa insurance plan", + "insurance_change" + ], + [ + "website to start aaa new insurance plan", + "insurance_change" + ], + [ + "aaa insurance start new plan", + "insurance_change" + ], + [ + "i want to start a new aaa insurance plan", + "insurance_change" + ], + [ + "is new this a good insurance plan for me", + "insurance_change" + ], + [ + "what do i do to get new insurance", + "insurance_change" + ], + [ + "new insurance is obtainable how", + "insurance_change" + ], + [ + "how is new insurance gotten", + "insurance_change" + ], + [ + "what do i do for new insurance", + "insurance_change" + ], + [ + "how do i get new insurance, please", + "insurance_change" + ], + [ + "how can i obtain new insurance", + "insurance_change" + ], + [ + "how can i obtain new insurance, please", + "insurance_change" + ], + [ + "how can i get new insurance, please", + "insurance_change" + ], + [ + "how do i make my insurance policy different", + "insurance_change" + ], + [ + "how do i change my insurance policy", + "insurance_change" + ], + [ + "how do i modify my insurance policy", + "insurance_change" + ], + [ + "how do i alter my insurance policy", + "insurance_change" + ], + [ + "how do i get different terms on my insurance policy", + "insurance_change" + ], + [ + "help me change my insurance plan", + "insurance_change" + ], + [ + "i would like a new insurance plan", + "insurance_change" + ], + [ + "connect me with some new insurance", + "insurance_change" + ], + [ + "i need a newer insurance plan", + "insurance_change" + ], + [ + "my insurance plan needs to be changed", + "insurance_change" + ], + [ + "what rental insurance policy do you recommend", + "insurance_change" + ], + [ + "help me find a new auto insurance policy", + "insurance_change" + ], + [ + "find the best life insurance for me", + "insurance_change" + ], + [ + "i need new home owners insurance", + "insurance_change" + ], + [ + "i need new health care coverage", + "insurance_change" + ], + [ + "how do i change my current insurance to a new plan with lower co-pay", + "insurance_change" + ], + [ + "what steps do i need to take to switch my insurance plan from an hmo to a high deductible ppo plan", + "insurance_change" + ], + [ + "i need to change my insurance to a plan with a lower deductible", + "insurance_change" + ], + [ + "how do i go about changing my insurance to a new low monthly premium plan", + "insurance_change" + ], + [ + "i would like to change my insurance from a ppo to an hmo plan", + "insurance_change" + ], + [ + "help me figure out getting new insurance", + "insurance_change" + ], + [ + "i would like to get a new insurance plan", + "insurance_change" + ], + [ + "i want help adjusting my insurance policy", + "insurance_change" + ], + [ + "i am hoping to switch insurance plans", + "insurance_change" + ], + [ + "i need help acquiring new insurance", + "insurance_change" + ], + [ + "walk me through the process of getting new insurance", + "insurance_change" + ], + [ + "i am interested in acquiring new insurance", + "insurance_change" + ], + [ + "how can i acquire new insurance", + "insurance_change" + ], + [ + "what must i do if i want to adjust my insurance policy", + "insurance_change" + ], + [ + "what is the protocol for modifying my insurance policy", + "insurance_change" + ], + [ + "i dont like my current insurance plan and want a new one", + "insurance_change" + ], + [ + "walk me through making changes to my insurance policy", + "insurance_change" + ], + [ + "i need new insurance but dont know how to get it", + "insurance_change" + ], + [ + "i am thinking of switching to a different insurance plan", + "insurance_change" + ], + [ + "help me modify my insurance policy", + "insurance_change" + ], + [ + "could you help me out with a new renters' insurance plan", + "insurance_change" + ], + [ + "i'd like a new life insurance plan", + "insurance_change" + ], + [ + "can you help me with a new car insurance plan", + "insurance_change" + ], + [ + "i need to get a new motorcycle insurance plan", + "insurance_change" + ], + [ + "can i get a new pet insurance plan", + "insurance_change" + ], + [ + "where do i go to get new insurance", + "insurance_change" + ], + [ + "i need new insurance, how do i get it", + "insurance_change" + ], + [ + "how do i apply for new insurance", + "insurance_change" + ], + [ + "i would like you to help me get on another united healthcare insurance plan", + "insurance_change" + ], + [ + "can you help me get on a new united healthcare insurance plan", + "insurance_change" + ], + [ + "i want to find a new united healthcare plan to get on", + "insurance_change" + ], + [ + "i'd like to get on a new united healthcare plan", + "insurance_change" + ], + [ + "i need to get on a new united healthcare insurance plan", + "insurance_change" + ], + [ + "help make changes to my insurance policy", + "insurance_change" + ], + [ + "i must switch to a new insurance plan", + "insurance_change" + ], + [ + "i need help to make changes to my insurance policy", + "insurance_change" + ], + [ + "i gotta switch to a new insurance plan", + "insurance_change" + ], + [ + "help me make changes to my insurance policy", + "insurance_change" + ], + [ + "i need to switch to a new insurance plan", + "insurance_change" + ], + [ + "i really need to switch to a new insurance plan", + "insurance_change" + ], + [ + "i would like to make changes to my insurance policy", + "insurance_change" + ], + [ + "i need to make changes to my insurance policy", + "insurance_change" + ], + [ + "i shall switch to a new insurance plan", + "insurance_change" + ], + [ + "how do i update my insurance", + "insurance_change" + ], + [ + "how can i get new insurance", + "insurance_change" + ], + [ + "how can i find out about new insurance", + "insurance_change" + ], + [ + "i need to find new insurance", + "insurance_change" + ], + [ + "i need to get new insurance, how do i do it", + "insurance_change" + ], + [ + "can you switch me to a new insurance plan", + "insurance_change" + ], + [ + "i would like to switch to a different insurance plan", + "insurance_change" + ], + [ + "help me switch to a new insurance plan", + "insurance_change" + ], + [ + "switch my insurance plan to a new one", + "insurance_change" + ], + [ + "what are my options for new insurance plans", + "insurance_change" + ], + [ + "i want to shop for new insurance plans", + "insurance_change" + ], + [ + "i would like to switch my insurance plan", + "insurance_change" + ], + [ + "help me find new insurance providers", + "insurance_change" + ], + [ + "i would like to compare insurance plan options", + "insurance_change" + ], + [ + "i need a new house insurance plan", + "insurance_change" + ], + [ + "i want to get a new car insurance plan", + "insurance_change" + ], + [ + "i need new health insurance", + "insurance_change" + ], + [ + "i want a new policy with long-term care insurance", + "insurance_change" + ], + [ + "i want a new motorcycle insurance plan", + "insurance_change" + ], + [ + "how do i adjust my insurance policy", + "insurance_change" + ], + [ + "my insurance policy needs to be adjusted", + "insurance_change" + ], + [ + "i am in need of a switch to my insurance plan", + "insurance_change" + ], + [ + "walk me through on how to change my insurance", + "insurance_change" + ], + [ + "i wish to request a change in insurance plans", + "insurance_change" + ], + [ + "i would like to alter my insurance plan", + "insurance_change" + ], + [ + "i need to know how to change my insurance", + "insurance_change" + ], + [ + "i want to switch my insurance coverage", + "insurance_change" + ], + [ + "help me change my insurance", + "insurance_change" + ], + [ + "how do i replace my insurance", + "insurance_change" + ], + [ + "i need help finding my mobile phone", + "find_phone" + ], + [ + "help me figure out where my cell phone is", + "find_phone" + ], + [ + "give me a hand finding my mobile device", + "find_phone" + ], + [ + "i can't find my cell and need help locating it", + "find_phone" + ], + [ + "can you help me find my cell", + "find_phone" + ], + [ + "help, i cannot find my phone", + "find_phone" + ], + [ + "i can't seem to find my phone", + "find_phone" + ], + [ + "are you able to track a phone", + "find_phone" + ], + [ + "my phone cannot be found", + "find_phone" + ], + [ + "i have misplaced my phone", + "find_phone" + ], + [ + "i don't know where i left my phone", + "find_phone" + ], + [ + "i left my phone somewhere", + "find_phone" + ], + [ + "i am looking for my phone", + "find_phone" + ], + [ + "i need you to find my phone", + "find_phone" + ], + [ + "please locate my phone", + "find_phone" + ], + [ + "can you help me find my lost phone", + "find_phone" + ], + [ + "i need help figuring out where my phone is", + "find_phone" + ], + [ + "please help me figure out where my lost phone is", + "find_phone" + ], + [ + "please help me find my phone, because i lost it", + "find_phone" + ], + [ + "i lost my phone, can you help me find it", + "find_phone" + ], + [ + "who has seen my cellphone", + "find_phone" + ], + [ + "have you seen my cellphone", + "find_phone" + ], + [ + "can you find my cellphone", + "find_phone" + ], + [ + "find my cellphone", + "find_phone" + ], + [ + "please help me find my phone", + "find_phone" + ], + [ + "where my phone", + "find_phone" + ], + [ + "where was the last place i had my phone", + "find_phone" + ], + [ + "can you find my iphone", + "find_phone" + ], + [ + "i can't find my phone", + "find_phone" + ], + [ + "call my phone, i can't find it", + "find_phone" + ], + [ + "can you find my lost phone", + "find_phone" + ], + [ + "do you know where my phone is", + "find_phone" + ], + [ + "can you help me find my cellphone", + "find_phone" + ], + [ + "can you call my cellphone", + "find_phone" + ], + [ + "my phone is lost - can you help me find it", + "find_phone" + ], + [ + "where is my phone", + "find_phone" + ], + [ + "ai can you help me find my phone", + "find_phone" + ], + [ + "ai, i lost my phone, help me find it please", + "find_phone" + ], + [ + "ai, please help me find my phone", + "find_phone" + ], + [ + "ai locate my phone", + "find_phone" + ], + [ + "ai find my phone", + "find_phone" + ], + [ + "how can i find my phone", + "find_phone" + ], + [ + "my phone is lost, can you help with that", + "find_phone" + ], + [ + "i need to locate my phone", + "find_phone" + ], + [ + "find out where my phone is", + "find_phone" + ], + [ + "help me find my phone", + "find_phone" + ], + [ + "locate my phone please", + "find_phone" + ], + [ + "what is the location of my phone", + "find_phone" + ], + [ + "my phone is currently lost", + "find_phone" + ], + [ + "i don't remember where my phone is", + "find_phone" + ], + [ + "locate my phone for me", + "find_phone" + ], + [ + "the location of my phone is unknown to me", + "find_phone" + ], + [ + "find my phone", + "find_phone" + ], + [ + "i need to find my phone", + "find_phone" + ], + [ + "please aid in my searching for my lost phone", + "find_phone" + ], + [ + "please help me locate my phone", + "find_phone" + ], + [ + "where did i last place my phone", + "find_phone" + ], + [ + "can you assist me in locating my phone", + "find_phone" + ], + [ + "is my phone in the house", + "find_phone" + ], + [ + "i lost my phone and need help retrieving it", + "find_phone" + ], + [ + "help me search for my phone", + "find_phone" + ], + [ + "misplaced my phone", + "find_phone" + ], + [ + "can you help locate my phone", + "find_phone" + ], + [ + "i need my phone, but can't find it", + "find_phone" + ], + [ + "i lost my phone and need assistance", + "find_phone" + ], + [ + "i don't know where my phone is", + "find_phone" + ], + [ + "i can't find my phone do you know where it is", + "find_phone" + ], + [ + "please tell me where my phone is", + "find_phone" + ], + [ + "can you help me find my phone", + "find_phone" + ], + [ + "do you know where my phone is located now", + "find_phone" + ], + [ + "can you track the location of my phone", + "find_phone" + ], + [ + "where can i find my phone", + "find_phone" + ], + [ + "can you locate my phone", + "find_phone" + ], + [ + "do you know where i left my phone", + "find_phone" + ], + [ + "where is my phone now", + "find_phone" + ], + [ + "alexa, tell me the location of my phone", + "find_phone" + ], + [ + "siri, where is my iphone", + "find_phone" + ], + [ + "siri, tell me where my iphone is", + "find_phone" + ], + [ + "siri, find my iphone", + "find_phone" + ], + [ + "help me locate my phone", + "find_phone" + ], + [ + "you need to help me find my cellphone", + "find_phone" + ], + [ + "help me find my cellphone", + "find_phone" + ], + [ + "please help me find my cellphone", + "find_phone" + ], + [ + "where did i put my phone", + "find_phone" + ], + [ + "tell me where my phone is", + "find_phone" + ], + [ + "please find my phone", + "find_phone" + ], + [ + "locate my phone", + "find_phone" + ], + [ + "i would like some help finding my phone", + "find_phone" + ], + [ + "i need to know where my phone is", + "find_phone" + ], + [ + "i seemed to misplaced my phone", + "find_phone" + ], + [ + "i lost my phone", + "find_phone" + ], + [ + "i need some help finding my phone", + "find_phone" + ], + [ + "can you locate my phone for me", + "find_phone" + ], + [ + "i don't know where i put my phone", + "find_phone" + ], + [ + "help find my phone", + "find_phone" + ], + [ + "i would like to know where my phone is", + "find_phone" + ], + [ + "i'd like help finding my fon", + "find_phone" + ], + [ + "i can't locate my phone", + "find_phone" + ], + [ + "can you tell me where i left my phone", + "find_phone" + ], + [ + "can you please locate my phone", + "find_phone" + ], + [ + "does ireland have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "does north korea have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "are there any travel alerts for russia", + "travel_alert" + ], + [ + "does spain have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "are there any travel alerts for north korea", + "travel_alert" + ], + [ + "does macedonia have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "are there any travel alerts for syria", + "travel_alert" + ], + [ + "are there any travel alerts for ukraine", + "travel_alert" + ], + [ + "does myanmar have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "are there any travel alerts for china", + "travel_alert" + ], + [ + "is there a travel alert for russia", + "travel_alert" + ], + [ + "is there a travel alert for scotland", + "travel_alert" + ], + [ + "does russia have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "is it safe to travel to iceland", + "travel_alert" + ], + [ + "is it safe to travel to russia", + "travel_alert" + ], + [ + "does italy have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "does germany have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "is there a travel alert for north korea", + "travel_alert" + ], + [ + "does china have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "is there a travel alert for canada", + "travel_alert" + ], + [ + "is it safe to travel to norway", + "travel_alert" + ], + [ + "is it safe to travel to bermuda", + "travel_alert" + ], + [ + "is it safe to travel to argentina", + "travel_alert" + ], + [ + "does finland have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "is there a travel alert for spain", + "travel_alert" + ], + [ + "have there been any travel alerts issued for france", + "travel_alert" + ], + [ + "tell me about any travel alerts issued for germany", + "travel_alert" + ], + [ + "are there any travel warnings for london", + "travel_alert" + ], + [ + "should i know about any travel alerts before traveling in the usa", + "travel_alert" + ], + [ + "are there any new travel warnings for the us", + "travel_alert" + ], + [ + "any travel advisories for portugal", + "travel_alert" + ], + [ + "can you tell me if germany issued any travel warnings", + "travel_alert" + ], + [ + "does france have any current travel alerts", + "travel_alert" + ], + [ + "does spain expect any travel alerts", + "travel_alert" + ], + [ + "i am going to australia and want to be notified of any travel alerts", + "travel_alert" + ], + [ + "i am going to be traveling in turkey, are there any alerts", + "travel_alert" + ], + [ + "are there any alerts for traveling in belize", + "travel_alert" + ], + [ + "what alerts are listed for traveling to paris", + "travel_alert" + ], + [ + "i need to know about travel alerts for mexico", + "travel_alert" + ], + [ + "what travel alerts are there in china", + "travel_alert" + ], + [ + "are there any alerts for travelling to beirut", + "travel_alert" + ], + [ + "argentina travel alert yes or no", + "travel_alert" + ], + [ + "does argentina have a travel alert", + "travel_alert" + ], + [ + "is there a travel alert in argentina", + "travel_alert" + ], + [ + "list of countries with travel alerts", + "travel_alert" + ], + [ + "can traveling to nepal be safe (what's safe in x)", + "travel_alert" + ], + [ + "will i be safe while traveling to lyon (will you be safe)", + "travel_alert" + ], + [ + "how safe is it to travel to mongolia (how safe is mongolia)", + "travel_alert" + ], + [ + "is it safe to travel to rio de janeiro (is rio de janeiro safe)", + "travel_alert" + ], + [ + "is traveling to dublin safe (will dublin be safe)", + "travel_alert" + ], + [ + "is new caledonia safer than other countries", + "travel_alert" + ], + [ + "is las vegas a safe place to visit", + "travel_alert" + ], + [ + "if i go to baltimore will i be safe", + "travel_alert" + ], + [ + "can you give me the travel alerts for jalisco, mexico", + "travel_alert" + ], + [ + "what are the latest travel alerts for dubai", + "travel_alert" + ], + [ + "are there any travel alerts i should know about for buenos aires, argentina", + "travel_alert" + ], + [ + "i need any relevant travel alerts for australia", + "travel_alert" + ], + [ + "are there travel notifications for columbia", + "travel_alert" + ], + [ + "where in the world is there a travel alert", + "travel_alert" + ], + [ + "what are today's travel advisories", + "travel_alert" + ], + [ + "can you list the places that there are travel alerts for", + "travel_alert" + ], + [ + "where are there current travel alerts", + "travel_alert" + ], + [ + "is there a travel alert for [country]", + "travel_alert" + ], + [ + "if i got to indonesia is it safe", + "travel_alert" + ], + [ + "i am thinking of going to brazil and was wondering if that is hazardous", + "travel_alert" + ], + [ + "would it be safe to go to columbia", + "travel_alert" + ], + [ + "is mexico a safe place", + "travel_alert" + ], + [ + "what potential hazards are there for going to spain", + "travel_alert" + ], + [ + "does a travel alert exist for that country", + "travel_alert" + ], + [ + "inform me if there's a travel alert for the country", + "travel_alert" + ], + [ + "does the country have a travel alert", + "travel_alert" + ], + [ + "i'd like to see if there's a travel alert for the country", + "travel_alert" + ], + [ + "can you tell me if there's a travel alert for that country", + "travel_alert" + ], + [ + "any travel alerts for south korea", + "travel_alert" + ], + [ + "are there travel alerts for europe", + "travel_alert" + ], + [ + "what are the currect travel alerts in africa", + "travel_alert" + ], + [ + "can i safely travel to brazil", + "travel_alert" + ], + [ + "does japan have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "is there travel alerts for greece", + "travel_alert" + ], + [ + "how safe is it to travel to germany", + "travel_alert" + ], + [ + "is it safe to travel to china", + "travel_alert" + ], + [ + "is it safe to fly to russia", + "travel_alert" + ], + [ + "does france have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "look for travel alerts for china", + "travel_alert" + ], + [ + "does south korea have any travel alerts i should be aware of", + "travel_alert" + ], + [ + "is it dangerous to travel to mexico", + "travel_alert" + ], + [ + "any travel alerts for canada", + "travel_alert" + ], + [ + "any travel alerts for that country i should know about", + "travel_alert" + ], + [ + "are there any travel alerts in that region", + "travel_alert" + ], + [ + "i need to know the travel alerts for kenya", + "travel_alert" + ], + [ + "any alerts for travelers to canada", + "travel_alert" + ], + [ + "should i be worried about any travel alerts for that country", + "travel_alert" + ], + [ + "look up travel alerts for canada", + "travel_alert" + ], + [ + "is there a travel alert for that country", + "travel_alert" + ], + [ + "find if there are any travel alerts for canada", + "travel_alert" + ], + [ + "search for any travel alerts for canada", + "travel_alert" + ], + [ + "does kenya have any travel alerts right now", + "travel_alert" + ], + [ + "check travel alerts for kenya", + "travel_alert" + ], + [ + "do i need to read any travel alerts for kenya", + "travel_alert" + ], + [ + "search for travel alerts for kenya", + "travel_alert" + ], + [ + "how do i put in a pto request for the first to the ninth", + "pto_request" + ], + [ + "am i allowed to put in a pto request for now to april", + "pto_request" + ], + [ + "is there a time i can put in a pto request for dec 2 to new years", + "pto_request" + ], + [ + "when can i put a pto request in for feb 22 to march 1", + "pto_request" + ], + [ + "i need a pto request on march 1 to 2", + "pto_request" + ], + [ + "on march 1-2 i want a pto request made for me", + "pto_request" + ], + [ + "schedule a pto request for me on march 1-2", + "pto_request" + ], + [ + "for march 1 to 2 make a pto request for me", + "pto_request" + ], + [ + "i want to schedule a pto request on march 1-2", + "pto_request" + ], + [ + "between october 7th and october 10th, i'd like for there to be a pto request for me", + "pto_request" + ], + [ + "i need a pto request for the dates jan 15th to jan 20th", + "pto_request" + ], + [ + "let's do a personal pto request for the dates may 12th to may 15th", + "pto_request" + ], + [ + "can you set up a pto request for me for march 20th to april 12th", + "pto_request" + ], + [ + "i'd like for their to be a pto request for me made for the dates june 4th to june 8th", + "pto_request" + ], + [ + "i'd like to go on vacation", + "pto_request" + ], + [ + "create a pto request for march 21st to march 26th", + "pto_request" + ], + [ + "i need to put in a pto request from the 8th to the 17th of january", + "pto_request" + ], + [ + "can you put in a pto request for the 5th of june to june 8th", + "pto_request" + ], + [ + "from december 22nd to the 25th, make me a pto request", + "pto_request" + ], + [ + "i need a pto request put in for the weekend of june 1st to june 2nd", + "pto_request" + ], + [ + "how do i schedule vacation days", + "pto_request" + ], + [ + "put in a pto request for march 4 to march 6", + "pto_request" + ], + [ + "i need to put in a pto request for march 4 to march 6", + "pto_request" + ], + [ + "how do i use my vacation days", + "pto_request" + ], + [ + "how do i put in for vacation", + "pto_request" + ], + [ + "how can i schedule a vacation request", + "pto_request" + ], + [ + "can you put in a pto request for march 4 to march 6 for me", + "pto_request" + ], + [ + "put in for time off march 4 to march 6", + "pto_request" + ], + [ + "where do i make a vacation request", + "pto_request" + ], + [ + "can i take pto form march 4 to march 6", + "pto_request" + ], + [ + "may i take a pto on february 7 and 8", + "pto_request" + ], + [ + "please tell me how to submit a vacation request", + "pto_request" + ], + [ + "can i take a pto for two days, starting on february 7", + "pto_request" + ], + [ + "i would like to know how to make a vacation request", + "pto_request" + ], + [ + "please tell me how to go about asking for a vacation", + "pto_request" + ], + [ + "can you tell me how to make a vacation request", + "pto_request" + ], + [ + "i would like to request a pto on february 7 and 8", + "pto_request" + ], + [ + "i would like to take a paid time off for february 7 and 8", + "pto_request" + ], + [ + "would you be able to tell me how to make a vacation request", + "pto_request" + ], + [ + "is it possible for me to take a pto for two days, starting february 7", + "pto_request" + ], + [ + "i want to put in a request for pto from may 5 to may 12", + "pto_request" + ], + [ + "i want you to make me a pto request for me for april twenty through may two", + "pto_request" + ], + [ + "i want to request pto from november 7 to 11", + "pto_request" + ], + [ + "how can i request a vacation from work", + "pto_request" + ], + [ + "how do i request vacation time", + "pto_request" + ], + [ + "what do i need to do to request vacation time off", + "pto_request" + ], + [ + "can you put in a pto request for me for july second and third", + "pto_request" + ], + [ + "what do i need to do if i want to ask for vacation time", + "pto_request" + ], + [ + "put in a pto request for me i want it for the ninth and the tenth of august", + "pto_request" + ], + [ + "how do i ask to have a vacation", + "pto_request" + ], + [ + "can you schedule a vacation for next week", + "pto_request" + ], + [ + "i'd like to make a vacation request", + "pto_request" + ], + [ + "what do i do to request a vacation", + "pto_request" + ], + [ + "how can i make a vacation request", + "pto_request" + ], + [ + "how do i book a vacation", + "pto_request" + ], + [ + "what is the process for requesting a vacation", + "pto_request" + ], + [ + "i want to schedule a vacation, can i request that through you", + "pto_request" + ], + [ + "can i put in a vacation request with you", + "pto_request" + ], + [ + "i need to set up a vacation request, what do i need to give you", + "pto_request" + ], + [ + "i need to take some time off, can i have the next week off", + "pto_request" + ], + [ + "what do i need to make a vacation request with you", + "pto_request" + ], + [ + "i need a pto request for march 3rd and 4th", + "pto_request" + ], + [ + "would it be possible to make a pto request for january 15th and 16th", + "pto_request" + ], + [ + "please put in a pto request for june 5th and 6th", + "pto_request" + ], + [ + "set a pto request for april 1st and 2nd", + "pto_request" + ], + [ + "i would like to make a pto request for july 17th and 18th", + "pto_request" + ], + [ + "submit a request for pto for the dates may 5th to the 12th", + "pto_request" + ], + [ + "please place a pto request for february 18th to the february 25th", + "pto_request" + ], + [ + "i would like you put in a pto request for the dates july 4th to the 8th", + "pto_request" + ], + [ + "i need to submit a request for pto for june 12th to june 14th", + "pto_request" + ], + [ + "can you put in a pto request for march 7th to the 9th", + "pto_request" + ], + [ + "i'd like to take a vacation day from 2/24 to 2/25", + "pto_request" + ], + [ + "i'd like to schedule some pto from 2/22 to 2/25", + "pto_request" + ], + [ + "make a pto request from april 2 to april 4", + "pto_request" + ], + [ + "request pto from march 8th until march 11th", + "pto_request" + ], + [ + "please request pto for me from march 3rd to march 7th", + "pto_request" + ], + [ + "could you submit a pto request for me from dates oct thirty to nov second", + "pto_request" + ], + [ + "could you submit a pto request for me from dates mar 3 to 9, please", + "pto_request" + ], + [ + "could you submit a pto request for me for dates april 21 to 30, please", + "pto_request" + ], + [ + "can you submit a pto request for me from dates nov 2 to 10, please", + "pto_request" + ], + [ + "could you submit a pto request for me for dates june 11 to 14", + "pto_request" + ], + [ + "please make a pto request for me from dates jan 21 to begininning of february", + "pto_request" + ], + [ + "please make a pto request for dates tomorrow to the twentieth", + "pto_request" + ], + [ + "please make a pto request from dates september 1 to 15", + "pto_request" + ], + [ + "make a pto request for dates november 11 to black friday", + "pto_request" + ], + [ + "make a pto request from dates may 3 to 9", + "pto_request" + ], + [ + "i want to put in a pto request for march 1-8", + "pto_request" + ], + [ + "how can i go about requesting a vacation", + "pto_request" + ], + [ + "can you put in a pto request for me from march 1-7", + "pto_request" + ], + [ + "please assist me by making a pto request for march 11-18", + "pto_request" + ], + [ + "would i be able to put in a pto request for march 21-26", + "pto_request" + ], + [ + "create for me a pto request for march 16-21", + "pto_request" + ], + [ + "what steps should i take if i want to request vacation", + "pto_request" + ], + [ + "tell me how to request vacation", + "pto_request" + ], + [ + "i'm intereted in requesting pto from april 1-5", + "pto_request" + ], + [ + "i need help making a pto request for march 3-10", + "pto_request" + ], + [ + "am i able to place a pto request for february 20-25", + "pto_request" + ], + [ + "can i request pto from march 9-16", + "pto_request" + ], + [ + "what is the protocol for requesting a vacation", + "pto_request" + ], + [ + "i want help making a pto request for february 22-27", + "pto_request" + ], + [ + "what steps should i take to improve my credit score", + "improve_credit_score" + ], + [ + "give me a recommendation to improve my credit score", + "improve_credit_score" + ], + [ + "what can i do to raise my credit score", + "improve_credit_score" + ], + [ + "steps to raise my credit score", + "improve_credit_score" + ], + [ + "is there a quick way to improve my credit score", + "improve_credit_score" + ], + [ + "what are ways to improve my credit", + "improve_credit_score" + ], + [ + "how to keep my credit score from going down", + "improve_credit_score" + ], + [ + "what are some ways to increase my credit", + "improve_credit_score" + ], + [ + "what can i do to keep my score from dropping", + "improve_credit_score" + ], + [ + "how do i build my credit score", + "improve_credit_score" + ], + [ + "how can i build my credit", + "improve_credit_score" + ], + [ + "what are ways to improve my credit score", + "improve_credit_score" + ], + [ + "i want to keep my credit score from going down, how do i do that", + "improve_credit_score" + ], + [ + "what can i do to improve my credit score", + "improve_credit_score" + ], + [ + "how can i keep my credit score from going down", + "improve_credit_score" + ], + [ + "how can i improve my credit score", + "improve_credit_score" + ], + [ + "how do i keep my credit score from dropping", + "improve_credit_score" + ], + [ + "how to improve my credit score", + "improve_credit_score" + ], + [ + "what are some way s i can do to improe my credit score", + "improve_credit_score" + ], + [ + "how to keep my credit up", + "improve_credit_score" + ], + [ + "how to keep my credit from dropping", + "improve_credit_score" + ], + [ + "i want to keep my credit from going down, how do i do this", + "improve_credit_score" + ], + [ + "my credit is going down what should i do", + "improve_credit_score" + ], + [ + "how do i maintain my credit score", + "improve_credit_score" + ], + [ + "how can i build credit", + "improve_credit_score" + ], + [ + "how do i keep good credit", + "improve_credit_score" + ], + [ + "what are ways to build credit", + "improve_credit_score" + ], + [ + "how to build up my credit score", + "improve_credit_score" + ], + [ + "what can i do to keep my credit in good standing", + "improve_credit_score" + ], + [ + "how do i keep my credit from lowering", + "improve_credit_score" + ], + [ + "give me some ways to build my credit score", + "improve_credit_score" + ], + [ + "what can i do to maintain good credit", + "improve_credit_score" + ], + [ + "can you tell me some tricks and tips i can use to see an increase in my credit score", + "improve_credit_score" + ], + [ + "are there ways for me to make my credit score better", + "improve_credit_score" + ], + [ + "i need a list of different methods for building my credit score", + "improve_credit_score" + ], + [ + "what are some of the ways that i can see an improvement in my credit score", + "improve_credit_score" + ], + [ + "what methods can i use to improve my credit score", + "improve_credit_score" + ], + [ + "what are some tips to build my credit score", + "improve_credit_score" + ], + [ + "help me build my credit score by showing me some ways on how to", + "improve_credit_score" + ], + [ + "show me some ways to build my credit score", + "improve_credit_score" + ], + [ + "what are the best ways to build my credit score", + "improve_credit_score" + ], + [ + "what are some steps to building my credit score", + "improve_credit_score" + ], + [ + "will doing this hurt my credit score", + "improve_credit_score" + ], + [ + "tell me all the ways my credit score can get hurt", + "improve_credit_score" + ], + [ + "i'm not sure if this will hurt my credit score", + "improve_credit_score" + ], + [ + "i want to find out if this will hurt my credit", + "improve_credit_score" + ], + [ + "tell me if the following thing can hurt my credit score", + "improve_credit_score" + ], + [ + "i want to know if opening a new account will decrease my credit score", + "improve_credit_score" + ], + [ + "i heard that opening a new account will decrease my credit score, is it true", + "improve_credit_score" + ], + [ + "is it true that opening a new account can decrease your credit score", + "improve_credit_score" + ], + [ + "please confirm that opening a new account can decrease your credit score", + "improve_credit_score" + ], + [ + "tell me if opening a new account will decrease my credit score", + "improve_credit_score" + ], + [ + "what are some mistakes to avoid so that my credit score stays high", + "improve_credit_score" + ], + [ + "how can i protect my credit rating", + "improve_credit_score" + ], + [ + "tell me some things i can do to secure my credit rating", + "improve_credit_score" + ], + [ + "what are some ways to keep my credit score up", + "improve_credit_score" + ], + [ + "give me tips on maintaining good credit", + "improve_credit_score" + ], + [ + "what factors can ruin a credit score", + "improve_credit_score" + ], + [ + "pull up ways to lower credit score", + "improve_credit_score" + ], + [ + "is it possible to lower my credit score by doing this", + "improve_credit_score" + ], + [ + "what can harm my credit score", + "improve_credit_score" + ], + [ + "are there any new harmful things that could affect my credit score", + "improve_credit_score" + ], + [ + "how can i make my credit score better", + "improve_credit_score" + ], + [ + "what steps can i take to make sure my credit score doesn't go down", + "improve_credit_score" + ], + [ + "how can i ensure my credit score doesn't drop", + "improve_credit_score" + ], + [ + "i'd like to improve my credit score", + "improve_credit_score" + ], + [ + "what do i do to stop my credit score from going lower", + "improve_credit_score" + ], + [ + "how do i make my credit score better", + "improve_credit_score" + ], + [ + "how can i go about improving my credit score", + "improve_credit_score" + ], + [ + "i'd like to make my credit score better", + "improve_credit_score" + ], + [ + "i'd like to find ways to improve my credit score", + "improve_credit_score" + ], + [ + "how do i prevent my credit score from lowering", + "improve_credit_score" + ], + [ + "how can i stop my credit score from dropping", + "improve_credit_score" + ], + [ + "tell me how to improve my credit score", + "improve_credit_score" + ], + [ + "ways to build credit", + "improve_credit_score" + ], + [ + "tell me ways to improve my credit score", + "improve_credit_score" + ], + [ + "how can i hurt my credit score", + "improve_credit_score" + ], + [ + "does carrying a balance hurt my credit score", + "improve_credit_score" + ], + [ + "would being late hurt my credit", + "improve_credit_score" + ], + [ + "does medical debt hurt my credit score", + "improve_credit_score" + ], + [ + "would late payments hurt my credit", + "improve_credit_score" + ], + [ + "can i hurt my credit score", + "improve_credit_score" + ], + [ + "how is the credit score hurt", + "improve_credit_score" + ], + [ + "so how can i hurt my credit score", + "improve_credit_score" + ], + [ + "will checking your credit lower my score", + "improve_credit_score" + ], + [ + "is it true a hard pull hurts my credit score", + "improve_credit_score" + ], + [ + "what lowers you credit score", + "improve_credit_score" + ], + [ + "can i harm my credit if i miss a car payment", + "improve_credit_score" + ], + [ + "will a loan lower my credit score", + "improve_credit_score" + ], + [ + "how do i make sure my credit doesn't fall", + "improve_credit_score" + ], + [ + "what's the best way to build credit", + "improve_credit_score" + ], + [ + "can i improve my credit score", + "improve_credit_score" + ], + [ + "what lowers credit score", + "improve_credit_score" + ], + [ + "how do i build credit", + "improve_credit_score" + ], + [ + "how to improve a credit score", + "improve_credit_score" + ], + [ + "how do i improve my credit score", + "improve_credit_score" + ], + [ + "how to protect my credit score", + "improve_credit_score" + ], + [ + "can i protect my credit score", + "improve_credit_score" + ], + [ + "how to keep credit score high", + "improve_credit_score" + ], + [ + "do you know if bouncing one check on your checking account can hurt your credit score or not", + "improve_credit_score" + ], + [ + "lets hear an interesting fact about funko pops", + "fun_fact" + ], + [ + "know any interesting facts", + "fun_fact" + ], + [ + "what is one fun fact", + "fun_fact" + ], + [ + "tell me a fact", + "fun_fact" + ], + [ + "lets hear a fact", + "fun_fact" + ], + [ + "any unique trivia about beats headphones", + "fun_fact" + ], + [ + "tell me a fact i may not know", + "fun_fact" + ], + [ + "what is one thing i might not know about nike shoes", + "fun_fact" + ], + [ + "tell me something interesting about sperm whales", + "fun_fact" + ], + [ + "i want to know a fun fact about pluto", + "fun_fact" + ], + [ + "what's an interesting fact about flamingos", + "fun_fact" + ], + [ + "tell me a random fact", + "fun_fact" + ], + [ + "have any cool facts on reptiles", + "fun_fact" + ], + [ + "i want to learn an interesting fact about cats", + "fun_fact" + ], + [ + "read me some fun facts", + "fun_fact" + ], + [ + "tell me a few facts about cats", + "fun_fact" + ], + [ + "help me learn something intriguing about turtles", + "fun_fact" + ], + [ + "read me some interesting information about cats", + "fun_fact" + ], + [ + "what's an interesting tidbit about rivers", + "fun_fact" + ], + [ + "can you tell me something i don't know about banks", + "fun_fact" + ], + [ + "can you tell me a fun fact regarding cars", + "fun_fact" + ], + [ + "do you know any fun facts about shampoo", + "fun_fact" + ], + [ + "what's a fun fact about eggs", + "fun_fact" + ], + [ + "what's a neat fact about twinkies", + "fun_fact" + ], + [ + "i'd like to hear a fun fact about adult entertainment", + "fun_fact" + ], + [ + "tell me something neat about slinkies", + "fun_fact" + ], + [ + "tell me something fun about gravity", + "fun_fact" + ], + [ + "say trivia about lebron james", + "fun_fact" + ], + [ + "tell me a fun fact about mt everest", + "fun_fact" + ], + [ + "give me some trivia about lebron james", + "fun_fact" + ], + [ + "what are some trivia questions about lebron james", + "fun_fact" + ], + [ + "repeat that fun fact about mt everest", + "fun_fact" + ], + [ + "what is a fun fact about mt everest", + "fun_fact" + ], + [ + "say a fun fact about mt everest", + "fun_fact" + ], + [ + "do you know any fun facts about mt everest", + "fun_fact" + ], + [ + "explain some trivia about lebron james", + "fun_fact" + ], + [ + "communicate trivia about lebron james", + "fun_fact" + ], + [ + "what are fun facts about lighthouses", + "fun_fact" + ], + [ + "can you tell me fun facts about lighthouses", + "fun_fact" + ], + [ + "tell me interesting facts about lighthouses", + "fun_fact" + ], + [ + "tell me a fun trivia bit about artificial intelligence", + "fun_fact" + ], + [ + "do you know any trivia about the ocean", + "fun_fact" + ], + [ + "tell me something neat about the ocean floor", + "fun_fact" + ], + [ + "i'd like to hear a fun fact about the nfl", + "fun_fact" + ], + [ + "i want to hear an interesting fact about dinosaurs", + "fun_fact" + ], + [ + "please tell me an interesting tidbit about the roman empire", + "fun_fact" + ], + [ + "can you share some trivia with me about us history", + "fun_fact" + ], + [ + "do you know any fun facts about the ocean", + "fun_fact" + ], + [ + "i want to learn a neat fact about black holes", + "fun_fact" + ], + [ + "can you give me a good piece of trivia about the rainforest", + "fun_fact" + ], + [ + "tell me something interesting about outer space", + "fun_fact" + ], + [ + "share with me a fun fact about outer space", + "fun_fact" + ], + [ + "tell me a neat fact about the ocean", + "fun_fact" + ], + [ + "tell me some interesting trivia about dinosaurs", + "fun_fact" + ], + [ + "i want to hear a fun fact about american presidents", + "fun_fact" + ], + [ + "give me an interesting fact about antarctica", + "fun_fact" + ], + [ + "can you share something interesting about world war one", + "fun_fact" + ], + [ + "i want to know some trivia about our solar system", + "fun_fact" + ], + [ + "tell me a fun fact about the olympics", + "fun_fact" + ], + [ + "tell me something cool about elephants", + "fun_fact" + ], + [ + "name some awesome things about dogs", + "fun_fact" + ], + [ + "list some neat stuff about rats", + "fun_fact" + ], + [ + "what's a good trivia fact about china", + "fun_fact" + ], + [ + "give me a fun fact about otters", + "fun_fact" + ], + [ + "do you know any fun facts about australian football", + "fun_fact" + ], + [ + "tell me some trivia about birds", + "fun_fact" + ], + [ + "do you know any trivia about ostriches", + "fun_fact" + ], + [ + "what's a good fun fact about great britain", + "fun_fact" + ], + [ + "give me trivia about bats", + "fun_fact" + ], + [ + "fun facts about tigers", + "fun_fact" + ], + [ + "tell me something interesting about los angeles", + "fun_fact" + ], + [ + "what's a fun fact about mythology", + "fun_fact" + ], + [ + "what's a fun fact relating to elephants", + "fun_fact" + ], + [ + "what's a cool and interesting thing about dogs", + "fun_fact" + ], + [ + "i'd like to hear some trivia about florida", + "fun_fact" + ], + [ + "tell me a fun fact about butterflies", + "fun_fact" + ], + [ + "please give me a really impressive piece of trivia about bubble gum", + "fun_fact" + ], + [ + "what is the most fun fact you know about the film industry", + "fun_fact" + ], + [ + "please tell me trivia about hamburgers", + "fun_fact" + ], + [ + "what is the most unique piece of trivia relating to cameras", + "fun_fact" + ], + [ + "what's a fun fact about elephants", + "fun_fact" + ], + [ + "tell me some amazing trivia about radios", + "fun_fact" + ], + [ + "tell me a fun fact about computer", + "fun_fact" + ], + [ + "please tell me a really fun fact about facebook", + "fun_fact" + ], + [ + "can you tell me the most interesting fact about resistors", + "fun_fact" + ], + [ + "what is an amazing trivia fact relating to 3d printing", + "fun_fact" + ], + [ + "tell me a fun fact about tigers", + "fun_fact" + ], + [ + "can you tell me a fun fact about elephants", + "fun_fact" + ], + [ + "what is a fun fact about dogs", + "fun_fact" + ], + [ + "what would be a fun fact about cats", + "fun_fact" + ], + [ + "tell me all about the trivia with friends", + "fun_fact" + ], + [ + "i need to know trivia on star wars", + "fun_fact" + ], + [ + "lets fin out some fun facts about humans", + "fun_fact" + ], + [ + "i want to know all about trivia for the office", + "fun_fact" + ], + [ + "explain to me the trivia on twilight", + "fun_fact" + ], + [ + "lets go threw some trivia on sports", + "fun_fact" + ], + [ + "trivia about something,tell me some", + "fun_fact" + ], + [ + "tell me about something some trivia", + "fun_fact" + ], + [ + "tell me some something trivia", + "fun_fact" + ], + [ + "about something,tell me some trivia", + "fun_fact" + ], + [ + "adjust your language setting to english", + "change_language" + ], + [ + "change and set your language setting to english", + "change_language" + ], + [ + "set your language setting to english", + "change_language" + ], + [ + "make your preferred language english", + "change_language" + ], + [ + "i would like to have language set to spanish, please", + "change_language" + ], + [ + "please give me your responses only in french from now on", + "change_language" + ], + [ + "can we speak in english rather than zulu", + "change_language" + ], + [ + "i would like to change your language from portuguese to italian", + "change_language" + ], + [ + "change the response language to french please", + "change_language" + ], + [ + "what languages can i switch to for your responses", + "change_language" + ], + [ + "can you give me the answers in italian instead of english", + "change_language" + ], + [ + "i want us to speak to each other in spanish from now on", + "change_language" + ], + [ + "switch the language for your responses, please", + "change_language" + ], + [ + "let's speak in mandarin instead of english", + "change_language" + ], + [ + "how can we start communicating in french rather than english", + "change_language" + ], + [ + "please change the language that you are responding in", + "change_language" + ], + [ + "how do i change the language that your responses are delivered in", + "change_language" + ], + [ + "i need to switch the language for your responses", + "change_language" + ], + [ + "i need to change language to spanish", + "change_language" + ], + [ + "fix my language to spanish", + "change_language" + ], + [ + "speak in the language english", + "change_language" + ], + [ + "i need to change my speaking to spanish", + "change_language" + ], + [ + "i want to switch speaking to french", + "change_language" + ], + [ + "replace my language to chinese", + "change_language" + ], + [ + "can you change your language to japanese", + "change_language" + ], + [ + "change your language to spanish please", + "change_language" + ], + [ + "can you translate that to french", + "change_language" + ], + [ + "please respond to me in spanish", + "change_language" + ], + [ + "can you speak to me using japanese", + "change_language" + ], + [ + "i would appreciate it if you could talk to me in french", + "change_language" + ], + [ + "do you know french", + "change_language" + ], + [ + "can we talk in french", + "change_language" + ], + [ + "can you talk to me in italian", + "change_language" + ], + [ + "can you speak to me in french", + "change_language" + ], + [ + "can you speak to me in chinese", + "change_language" + ], + [ + "talk to me in italian from now on", + "change_language" + ], + [ + "can i start talking to you in french", + "change_language" + ], + [ + "can you talk to me in french", + "change_language" + ], + [ + "can you talk in spanish", + "change_language" + ], + [ + "can i start talking to you in spanish", + "change_language" + ], + [ + "please talk to me in spanish", + "change_language" + ], + [ + "can you understand me, if i start talking in italian", + "change_language" + ], + [ + "is it ok if i start speaking to you in german", + "change_language" + ], + [ + "can i give you instructions in japanese", + "change_language" + ], + [ + "talk to me in spanish from now on", + "change_language" + ], + [ + "can you talk to me in chinese", + "change_language" + ], + [ + "i am going to switch to greek", + "change_language" + ], + [ + "i want to use spanish as my language", + "change_language" + ], + [ + "i will be speaking chinese going forward", + "change_language" + ], + [ + "the language i am using will now be italian", + "change_language" + ], + [ + "i am changing over to italian now", + "change_language" + ], + [ + "is there an option to speak only in mandarin", + "change_language" + ], + [ + "let's go ahead and switch your language", + "change_language" + ], + [ + "i want to edit the language", + "change_language" + ], + [ + "is it possible to only talk in spanish", + "change_language" + ], + [ + "let me talk to you in greek", + "change_language" + ], + [ + "change the native language", + "change_language" + ], + [ + "can i speak to you in german", + "change_language" + ], + [ + "is there an option to change the language", + "change_language" + ], + [ + "i need to change the language to french", + "change_language" + ], + [ + "how can i adjust the spoken language", + "change_language" + ], + [ + "answer me in french", + "change_language" + ], + [ + "please respond in latin from now on", + "change_language" + ], + [ + "talk to me in italian", + "change_language" + ], + [ + "let\u2019s chat using spanish", + "change_language" + ], + [ + "i need the language set to swahili", + "change_language" + ], + [ + "change the language you're using to american english", + "change_language" + ], + [ + "switch the language setting over to german", + "change_language" + ], + [ + "change language to french, please", + "change_language" + ], + [ + "can you swap the language to afrikaans for me", + "change_language" + ], + [ + "i want you to address me in italian", + "change_language" + ], + [ + "i want you to speak in french", + "change_language" + ], + [ + "start talking in spanish", + "change_language" + ], + [ + "can you speak in french", + "change_language" + ], + [ + "i want to hear from you in german", + "change_language" + ], + [ + "change your language setting to german", + "change_language" + ], + [ + "alter your language to french", + "change_language" + ], + [ + "change your language prefrences japanese", + "change_language" + ], + [ + "change your language setting to chinese", + "change_language" + ], + [ + "alter your language choice to dutch", + "change_language" + ], + [ + "change your language", + "change_language" + ], + [ + "can i change your language", + "change_language" + ], + [ + "select a new language", + "change_language" + ], + [ + "i want to put you in a different language", + "change_language" + ], + [ + "let's change the language for you", + "change_language" + ], + [ + "set default language to english", + "change_language" + ], + [ + "you should respond in english", + "change_language" + ], + [ + "please respond in english", + "change_language" + ], + [ + "change your spoken language to english", + "change_language" + ], + [ + "change language setting to english", + "change_language" + ], + [ + "switch your language setting to english", + "change_language" + ], + [ + "i want your language changed to chinese", + "change_language" + ], + [ + "can you start talking to me in spanish from here on out", + "change_language" + ], + [ + "please speak to me in chinese", + "change_language" + ], + [ + "please make your language setting french", + "change_language" + ], + [ + "please speak german to me from now on", + "change_language" + ], + [ + "i need your language setting to be russian now", + "change_language" + ], + [ + "please change your language setting to spanish", + "change_language" + ], + [ + "i want your responses to be in french", + "change_language" + ], + [ + "from now on, i want you to answer me using japanese", + "change_language" + ], + [ + "on what date do i get paid", + "payday" + ], + [ + "what day do i get my paycheck", + "payday" + ], + [ + "i need to know when to expect my next paycheck", + "payday" + ], + [ + "tell me when my next paycheck will arrive", + "payday" + ], + [ + "what date do i get my next paycheck", + "payday" + ], + [ + "when will i be getting my next paycheck", + "payday" + ], + [ + "when's the the last time i was paid", + "payday" + ], + [ + "what date did i receive my last paycheck", + "payday" + ], + [ + "when was my last payday", + "payday" + ], + [ + "when was my last paycheck", + "payday" + ], + [ + "when's the last time i got a paycheck", + "payday" + ], + [ + "i need to know when i was paid last", + "payday" + ], + [ + "tell me when i last got paid", + "payday" + ], + [ + "tell me when i received my last paycheck", + "payday" + ], + [ + "i want to know when i was last paid", + "payday" + ], + [ + "when did i get my last paycheck", + "payday" + ], + [ + "please give me the expected arrival date for my next paycheck", + "payday" + ], + [ + "tell me when i received my most recent paycheck", + "payday" + ], + [ + "do you know when i can expect my next paycheck", + "payday" + ], + [ + "i need to know when i got latest paycheck", + "payday" + ], + [ + "tell me when my next paycheck is set to arrive", + "payday" + ], + [ + "can you confirm the date my last paycheck was received", + "payday" + ], + [ + "can you tell me what day my next paycheck will come", + "payday" + ], + [ + "what is the date of my last paycheck", + "payday" + ], + [ + "i need to know the date my next paycheck will be here", + "payday" + ], + [ + "please find the receipt date for my last paycheck", + "payday" + ], + [ + "when does my paycheck arrive", + "payday" + ], + [ + "i want to know when to expect my next paycheck", + "payday" + ], + [ + "will i get my paycheck soon", + "payday" + ], + [ + "what date will my next paycheck be here", + "payday" + ], + [ + "is my paycheck arriving soon", + "payday" + ], + [ + "what day will my paycheck come", + "payday" + ], + [ + "did i receive my paycheck this week", + "payday" + ], + [ + "when will my next paycheck be", + "payday" + ], + [ + "when am i paid", + "payday" + ], + [ + "when is my pay period", + "payday" + ], + [ + "how much longer until i have a direct deposit", + "payday" + ], + [ + "how many days until my next payday", + "payday" + ], + [ + "when will my paycheck be available", + "payday" + ], + [ + "my next paycheck is available when", + "payday" + ], + [ + "when will i recieve my next paycheck", + "payday" + ], + [ + "let me know when i'm going to be paid", + "payday" + ], + [ + "can you tell me when i'm supposed to get paid", + "payday" + ], + [ + "tell me when i get paid", + "payday" + ], + [ + "how much longer until the next payday", + "payday" + ], + [ + "when will i recieve another paycheck", + "payday" + ], + [ + "what date is another paycheck due", + "payday" + ], + [ + "when do i get paid again", + "payday" + ], + [ + "when should another paycheck arrive", + "payday" + ], + [ + "when is my next paycheck due", + "payday" + ], + [ + "when will i be paid again", + "payday" + ], + [ + "which date is my next paycheck due", + "payday" + ], + [ + "what is my next payday", + "payday" + ], + [ + "find my next payday", + "payday" + ], + [ + "next payday please", + "payday" + ], + [ + "my next payday", + "payday" + ], + [ + "what is the date i get paid", + "payday" + ], + [ + "day that i get paid", + "payday" + ], + [ + "what is my pay date", + "payday" + ], + [ + "next payday", + "payday" + ], + [ + "what day do i get paid", + "payday" + ], + [ + "what day is my next payday", + "payday" + ], + [ + "when is the next day i get paid", + "payday" + ], + [ + "when will i get paid next", + "payday" + ], + [ + "when's my next paycheck", + "payday" + ], + [ + "how long is it until payday", + "payday" + ], + [ + "when should i expect my next paycheck", + "payday" + ], + [ + "when is the next time i get paid", + "payday" + ], + [ + "what day will i get paid", + "payday" + ], + [ + "when is my next direct deposit from my job", + "payday" + ], + [ + "when is payday", + "payday" + ], + [ + "when is my paycheck coming", + "payday" + ], + [ + "when was the last date that i got a paycheck", + "payday" + ], + [ + "when was i last paid", + "payday" + ], + [ + "when was the last date that i got paid", + "payday" + ], + [ + "when was the date that i was last paid", + "payday" + ], + [ + "when was the last date that i was paid", + "payday" + ], + [ + "when am i due for my next paycheck", + "payday" + ], + [ + "what time is my next paycheck coming", + "payday" + ], + [ + "when will my next paycheck come", + "payday" + ], + [ + "when will i get my next paycheck", + "payday" + ], + [ + "when is my next paycheck", + "payday" + ], + [ + "tell me my next paycheck", + "payday" + ], + [ + "when did i get paid the last time", + "payday" + ], + [ + "tell me when my next paycheck will be here", + "payday" + ], + [ + "when was the last time i got paid", + "payday" + ], + [ + "i wanna know when i was paid last", + "payday" + ], + [ + "when was my last payment", + "payday" + ], + [ + "when was i paid last", + "payday" + ], + [ + "i wanna know my next paycheck", + "payday" + ], + [ + "tell me on what day did i get paid last", + "payday" + ], + [ + "remind me of the date of my last paycheck", + "payday" + ], + [ + "on what date did i get paid last", + "payday" + ], + [ + "when did they deposit my last salary", + "payday" + ], + [ + "when was i paid the last time", + "payday" + ], + [ + "when's payday", + "payday" + ], + [ + "when's my next payday", + "payday" + ], + [ + "when do i get paid", + "payday" + ], + [ + "what day do i get paid next", + "payday" + ], + [ + "when do i get my next check", + "payday" + ], + [ + "tell me about today weather", + "replacement_card_duration" + ], + [ + "can my debit card be replaced quickly", + "replacement_card_duration" + ], + [ + "how long does visa take to get me a new card", + "replacement_card_duration" + ], + [ + "is my card made immedietly after reporting stolen", + "replacement_card_duration" + ], + [ + "can i replace a stolen card soon", + "replacement_card_duration" + ], + [ + "how long to replace a credit card", + "replacement_card_duration" + ], + [ + "how soon until you send me replacement card", + "replacement_card_duration" + ], + [ + "when will you mail me a replacement card", + "replacement_card_duration" + ], + [ + "how long until you send me a replacement card", + "replacement_card_duration" + ], + [ + "when will you send me a replacement card", + "replacement_card_duration" + ], + [ + "when can you send me a replacement card", + "replacement_card_duration" + ], + [ + "how long will delivery of a new card take", + "replacement_card_duration" + ], + [ + "when can i expect my replacement card", + "replacement_card_duration" + ], + [ + "how long can i expect to wait for a new card", + "replacement_card_duration" + ], + [ + "when do they mail me a replacement card", + "replacement_card_duration" + ], + [ + "when does the replacement card arrive", + "replacement_card_duration" + ], + [ + "if my credit card was stolen, how long will it take to replace", + "replacement_card_duration" + ], + [ + "how long will i have to wait until they replace a stolen credit card", + "replacement_card_duration" + ], + [ + "how long does it take to replace a stolen credit card", + "replacement_card_duration" + ], + [ + "how long will a new card take to come in the mail", + "replacement_card_duration" + ], + [ + "what's the timeline on replacing a stolen credit card", + "replacement_card_duration" + ], + [ + "do i get a replacement card mailed, and when", + "replacement_card_duration" + ], + [ + "what's the transit time on a new card", + "replacement_card_duration" + ], + [ + "will you notify me when my new card is on the way", + "replacement_card_duration" + ], + [ + "what is the quickest way to get a new card", + "replacement_card_duration" + ], + [ + "what is the turn around for a new card", + "replacement_card_duration" + ], + [ + "how long will it take to get a new card", + "replacement_card_duration" + ], + [ + "when can i expect my new card", + "replacement_card_duration" + ], + [ + "my new card will arrive when", + "replacement_card_duration" + ], + [ + "my new card arrives in the post when", + "replacement_card_duration" + ], + [ + "how long til my new card arrives by mail", + "replacement_card_duration" + ], + [ + "my new card will get here in the mail when", + "replacement_card_duration" + ], + [ + "if i ordered a new card, how long til it comes", + "replacement_card_duration" + ], + [ + "when can i expect my new card to get here", + "replacement_card_duration" + ], + [ + "when will my new card come in the mail", + "replacement_card_duration" + ], + [ + "when will my new visa get here", + "replacement_card_duration" + ], + [ + "my card is coming by mail how long will that take", + "replacement_card_duration" + ], + [ + "how long will it take a new card to come in the mail", + "replacement_card_duration" + ], + [ + "what date will my card be here", + "replacement_card_duration" + ], + [ + "how many days do i have to wait for my card", + "replacement_card_duration" + ], + [ + "when will me new card arrive", + "replacement_card_duration" + ], + [ + "how long does it take to get a replacement card", + "replacement_card_duration" + ], + [ + "if i order a new card how long would it take", + "replacement_card_duration" + ], + [ + "if i need a new card mailed how long will it take", + "replacement_card_duration" + ], + [ + "how long will it be for me to get a new card", + "replacement_card_duration" + ], + [ + "how long will a new card take to reach me", + "replacement_card_duration" + ], + [ + "time to get replacement credit card for stolen one", + "replacement_card_duration" + ], + [ + "how long it takes to get a new replacement card", + "replacement_card_duration" + ], + [ + "mailing to me for a new card takes how long", + "replacement_card_duration" + ], + [ + "mailing a new card to me takes how long", + "replacement_card_duration" + ], + [ + "for anew card to be mailed to me, how long does it take", + "replacement_card_duration" + ], + [ + "it takes how long to mail me a new card", + "replacement_card_duration" + ], + [ + "a new cards takes how long to mail to me", + "replacement_card_duration" + ], + [ + "average time to receive new card", + "replacement_card_duration" + ], + [ + "how long to get a new credit card", + "replacement_card_duration" + ], + [ + "how many days before my credit card arrives", + "replacement_card_duration" + ], + [ + "will my credit card be mailed soon", + "replacement_card_duration" + ], + [ + "when will i get my new credit card", + "replacement_card_duration" + ], + [ + "my credit card was stolen; how long before a new one will arrive", + "replacement_card_duration" + ], + [ + "my credit card has been stolen and i want to know how long it will be before i can get a new one", + "replacement_card_duration" + ], + [ + "how long will it take for me to get a new credit card to replace the one that was stolen", + "replacement_card_duration" + ], + [ + "my credit card got stolen and i need to know how long it will be before a new on arrives", + "replacement_card_duration" + ], + [ + "how many days will it take to get a new credit card to replace the one stolen from me", + "replacement_card_duration" + ], + [ + "what's the expected time to have a stolen credit card replaced", + "replacement_card_duration" + ], + [ + "how long does it take to replace a lost card", + "replacement_card_duration" + ], + [ + "how long should i expect to wait for my new card in the mail", + "replacement_card_duration" + ], + [ + "how long should i wait to get my new card when my old one was stolen", + "replacement_card_duration" + ], + [ + "what's the typical lag time in receiving a new credit card when your previous one was lost", + "replacement_card_duration" + ], + [ + "what's the usual time to get a new card when your previous one was lost", + "replacement_card_duration" + ], + [ + "how long will it take before the postal service delivers my new card", + "replacement_card_duration" + ], + [ + "what's the typical time it takes for a new card to arrive", + "replacement_card_duration" + ], + [ + "when will i get a replacement card for a lost one", + "replacement_card_duration" + ], + [ + "what's the eta for a new card to come in the mail", + "replacement_card_duration" + ], + [ + "my last card was stolen and i want to know how long until i get my new one", + "replacement_card_duration" + ], + [ + "how many days till i get a new card to replace the stolen one", + "replacement_card_duration" + ], + [ + "what's the average time it takes for a new card to arrive", + "replacement_card_duration" + ], + [ + "how long until the credit card company replaces my lost card", + "replacement_card_duration" + ], + [ + "how long does it take to get a replacement credit card when your last one was stolen", + "replacement_card_duration" + ], + [ + "how soon will i be sent a new card", + "replacement_card_duration" + ], + [ + "how many days does it take to receive a new card", + "replacement_card_duration" + ], + [ + "how long does it take you to mail me a new card", + "replacement_card_duration" + ], + [ + "how soon will you mail me a new card", + "replacement_card_duration" + ], + [ + "what is the earliest date i can get my new card", + "replacement_card_duration" + ], + [ + "whats the wait time for a replacement card", + "replacement_card_duration" + ], + [ + "how long until i get a replacement card", + "replacement_card_duration" + ], + [ + "how long before i can get a replacement card", + "replacement_card_duration" + ], + [ + "when will a replacement card get here", + "replacement_card_duration" + ], + [ + "how long is the shipping for my replacement card", + "replacement_card_duration" + ], + [ + "what date will my replacement card arrive on", + "replacement_card_duration" + ], + [ + "is my replacement card coming soon", + "replacement_card_duration" + ], + [ + "when will my card replacement arrive", + "replacement_card_duration" + ], + [ + "when will my card come", + "replacement_card_duration" + ], + [ + "when should i expect my replacement card", + "replacement_card_duration" + ], + [ + "when will my replacement card get mailed", + "replacement_card_duration" + ], + [ + "do you know when my card will come in", + "replacement_card_duration" + ], + [ + "do when you when my replacement card will get mailed", + "replacement_card_duration" + ], + [ + "what date will my replacement card get mailed", + "replacement_card_duration" + ], + [ + "what would be the estimated time from to get a new card mailed to me", + "replacement_card_duration" + ], + [ + "what is the time frame to get a new card mailed to me", + "replacement_card_duration" + ], + [ + "how long until i can expect my new card to get mailed to me", + "replacement_card_duration" + ], + [ + "what time is it in punta gorda, florida", + "time" + ], + [ + "what time is it in glenwood springs, co", + "time" + ], + [ + "what time is it in fredericksburg, tx", + "time" + ], + [ + "what time is it in las vegas, nv", + "time" + ], + [ + "what time is it in houston, tx", + "time" + ], + [ + "i need to know the current time in the central timezone", + "time" + ], + [ + "would you tell me the current time in the eastern timezone", + "time" + ], + [ + "let me know the current time in the central timezone", + "time" + ], + [ + "tell me what time it is in the central timezone", + "time" + ], + [ + "i am needing to know the current time in the eastern timezone", + "time" + ], + [ + "what is the time right now in the hst timezone", + "time" + ], + [ + "can you tell me the current time", + "time" + ], + [ + "what is the current time in cst", + "time" + ], + [ + "i need to know what time it is in florida", + "time" + ], + [ + "what is the time right now", + "time" + ], + [ + "in the mst time zone, what time is it right now", + "time" + ], + [ + "tell me what time it is right now", + "time" + ], + [ + "can you tell me the current time in the pacific timezone", + "time" + ], + [ + "look up the time in california", + "time" + ], + [ + "what is the current est time", + "time" + ], + [ + "can you tell me what time it is please", + "time" + ], + [ + "what time is it getting to be", + "time" + ], + [ + "what time do you have on your watch", + "time" + ], + [ + "what time would it be in rome right now", + "time" + ], + [ + "what's the time in london", + "time" + ], + [ + "what's the time set to in florida right now", + "time" + ], + [ + "what time is it currently in istanbul", + "time" + ], + [ + "what time is it right now in paris", + "time" + ], + [ + "what's the time right now", + "time" + ], + [ + "current time, please", + "time" + ], + [ + "would you mind telling me the time", + "time" + ], + [ + "can you give me the time", + "time" + ], + [ + "please let me know what time it is", + "time" + ], + [ + "what is the exact time right now in the hawaii time zone", + "time" + ], + [ + "what is the time", + "time" + ], + [ + "what is the time right now in the peruvian time zone", + "time" + ], + [ + "what is the exact time", + "time" + ], + [ + "what time is it exactly in the new zealand time zone", + "time" + ], + [ + "what is the exact time in the ist time zone", + "time" + ], + [ + "what is the time in the utc timezone", + "time" + ], + [ + "what time is it exactly", + "time" + ], + [ + "what is the time now", + "time" + ], + [ + "what time is it in russia", + "time" + ], + [ + "what time is it", + "time" + ], + [ + "what is the time in sydney, australia", + "time" + ], + [ + "what time is it in honolulu", + "time" + ], + [ + "what's the current time in greenwhich", + "time" + ], + [ + "what's the current time in est", + "time" + ], + [ + "what time is it on the pacific coast right now", + "time" + ], + [ + "given my time, what time is it in mst", + "time" + ], + [ + "have you the time", + "time" + ], + [ + "when is it right now", + "time" + ], + [ + "what hour and minute is it", + "time" + ], + [ + "what time is it right now in cst", + "time" + ], + [ + "what time is it in the eastern standard timezone", + "time" + ], + [ + "what time is it in the pacific standard timezone", + "time" + ], + [ + "what time is it in the alaska standard timezone", + "time" + ], + [ + "what time is it in the central standard timezone", + "time" + ], + [ + "what time is it in the mountain standard timezone", + "time" + ], + [ + "now what is the time", + "time" + ], + [ + "at the moment what is the time", + "time" + ], + [ + "i want to know the time", + "time" + ], + [ + "what time is it now", + "time" + ], + [ + "do you know the current time in southern california", + "time" + ], + [ + "what is the current time in china", + "time" + ], + [ + "what is the current time in mexico city", + "time" + ], + [ + "what is the current time in new york", + "time" + ], + [ + "what is the current time in istanbul", + "time" + ], + [ + "what time is it in buenos aires", + "time" + ], + [ + "what time is it in north korea", + "time" + ], + [ + "what does it say on the clock", + "time" + ], + [ + "in tokyo, what's the time", + "time" + ], + [ + "in tokyo, what time is it", + "time" + ], + [ + "what's the time in tokyo", + "time" + ], + [ + "time in tokyo", + "time" + ], + [ + "what time is it in tokyo", + "time" + ], + [ + "the time please", + "time" + ], + [ + "i want to know what time it is", + "time" + ], + [ + "can you tell me the time", + "time" + ], + [ + "i would like to know the time", + "time" + ], + [ + "i need to know the time", + "time" + ], + [ + "the current time", + "time" + ], + [ + "in the eastern timezone, what time is it now", + "time" + ], + [ + "in the central timezone, what time is it", + "time" + ], + [ + "what's the current time now cst", + "time" + ], + [ + "in pacific time, what's the current time", + "time" + ], + [ + "what time is it now pacific time", + "time" + ], + [ + "what is the current time, please", + "time" + ], + [ + "what's the current time, please", + "time" + ], + [ + "what is the time, please", + "time" + ], + [ + "how is the time", + "time" + ], + [ + "please tell me the time", + "time" + ], + [ + "what time is it in london", + "time" + ], + [ + "what time is it in new york", + "time" + ], + [ + "what time is it in paris", + "time" + ], + [ + "what time is it in daniel boone national forest timezone", + "time" + ], + [ + "what is the time in atlantic timezone", + "time" + ], + [ + "what's the time in anchorage timezone", + "time" + ], + [ + "in bst timezone, what time is it", + "time" + ], + [ + "do you have the time", + "time" + ], + [ + "when will my application for my credit card be processed", + "application_status" + ], + [ + "has the discover card approved my app", + "application_status" + ], + [ + "do you know if my amex card app went through", + "application_status" + ], + [ + "have they looked over my app for the new credit card yet", + "application_status" + ], + [ + "has my application for the mastercard card gone through", + "application_status" + ], + [ + "have my app for a new card been processed yet", + "application_status" + ], + [ + "has the application i put in for a new visa been processed", + "application_status" + ], + [ + "has there been any notice that my card app has been looked at", + "application_status" + ], + [ + "has visa gotten back to me regarding my card app", + "application_status" + ], + [ + "see if my form submission for an american express card has been seen", + "application_status" + ], + [ + "do you know if anyone's even looked at the application i sent in for the new visa card", + "application_status" + ], + [ + "has anyone looked at my mastercard application", + "application_status" + ], + [ + "have i gotten confirmation for my credit card app", + "application_status" + ], + [ + "can you check if my application for a discovery card has been looked over yet", + "application_status" + ], + [ + "is there any indication my application for a new credit card has been processed", + "application_status" + ], + [ + "i put in a credit card application, so what is the status with it currently", + "application_status" + ], + [ + "did my visa card app go through yet", + "application_status" + ], + [ + "did my chase card application go through yet", + "application_status" + ], + [ + "do you know the status of the credit card application i filed", + "application_status" + ], + [ + "has the application for my visa been processed", + "application_status" + ], + [ + "i filed a credit card application so what is going on with it", + "application_status" + ], + [ + "did my american express card application go through yet", + "application_status" + ], + [ + "what is the status of the application for a credit card i put in", + "application_status" + ], + [ + "has the application for my american express been processed yet", + "application_status" + ], + [ + "my credit card application has what status", + "application_status" + ], + [ + "where can i go to see if my credit card application has been processed", + "application_status" + ], + [ + "will i be notified when my application has been processed", + "application_status" + ], + [ + "what is the status of my credit card application", + "application_status" + ], + [ + "how will i know when my application for a credit card has been processed", + "application_status" + ], + [ + "where can i find out the status of my credit card application", + "application_status" + ], + [ + "tell me if my application has been processed yet, i signed up for a credit card recently", + "application_status" + ], + [ + "can you check and see if my credit card application has been approved or not", + "application_status" + ], + [ + "has my application for a trust bank credit card been mailed out and if so was i approved or not", + "application_status" + ], + [ + "could you check and see if my credit card application has been processed and approved or not", + "application_status" + ], + [ + "i want to know if my application for a credit card at community bank has been approved or not", + "application_status" + ], + [ + "can you find out if my application at smith bank was approved or not i applied for s credit card a month ago", + "application_status" + ], + [ + "can you tell me if my application for a credit card has been processed yet it was at chase bank", + "application_status" + ], + [ + "was my application approved or not for a credit card at chase bank", + "application_status" + ], + [ + "i want an update on my application for a credit card that i sent in a couple weeks ago", + "application_status" + ], + [ + "i haven't heard if my application for a credit card has been accepted or not can you check on it for me", + "application_status" + ], + [ + "please look into the latest status of my credit card application", + "application_status" + ], + [ + "can you update me on the status of my american express card application", + "application_status" + ], + [ + "can you find out the latest on my credit card application, i haven't heard an update in some time", + "application_status" + ], + [ + "find out for me if my amex card application was received", + "application_status" + ], + [ + "can you check the status of my credit card application", + "application_status" + ], + [ + "how can i track the progress of my credit card application", + "application_status" + ], + [ + "has my credit card application been received, or what is its current status", + "application_status" + ], + [ + "i need to know what the latest is with my application for a visa credit card", + "application_status" + ], + [ + "please check the status of my mastercard application", + "application_status" + ], + [ + "do you know what the latest is with my credit card application", + "application_status" + ], + [ + "i would like an update on the progress of my credit card application", + "application_status" + ], + [ + "update me on the status of my credit card application", + "application_status" + ], + [ + "please get me an update on the status of my credit card application", + "application_status" + ], + [ + "has there been any changes in the status of my credit card application", + "application_status" + ], + [ + "please find out the current status of my credit card application", + "application_status" + ], + [ + "i want to be updated on the most recent status of my credit card application", + "application_status" + ], + [ + "tell me the present status of the credit card application i submitted", + "application_status" + ], + [ + "look into the status of the credit card application i submitted recently for my new card", + "application_status" + ], + [ + "look to see if my application for the barclay's card has gone through yet", + "application_status" + ], + [ + "i want to know if my credit card application has been processed yet", + "application_status" + ], + [ + "i need to know if the application been processed", + "application_status" + ], + [ + "tell me straight if it has been processed or not", + "application_status" + ], + [ + "can you tell me when my credit card application will be processed", + "application_status" + ], + [ + "how much longer until my credit card application is checked", + "application_status" + ], + [ + "when will my credit card app be approved", + "application_status" + ], + [ + "has my credit card application gone through", + "application_status" + ], + [ + "check on my credit card application", + "application_status" + ], + [ + "do i have any updates about my credit card application", + "application_status" + ], + [ + "has my credit card application been processed", + "application_status" + ], + [ + "have i received any messages about my credit card application", + "application_status" + ], + [ + "when can i hear the decision on my credit card application", + "application_status" + ], + [ + "my credit card application status", + "application_status" + ], + [ + "i applied for the credit card, have you processed my application", + "application_status" + ], + [ + "how long to process my credit card application", + "application_status" + ], + [ + "how is my application on new credit card going", + "application_status" + ], + [ + "what is the status of my new credit card application", + "application_status" + ], + [ + "is my application processed for credit card", + "application_status" + ], + [ + "help with credit card application status", + "application_status" + ], + [ + "is my credit card application approved", + "application_status" + ], + [ + "what is the status of my application for the credit card", + "application_status" + ], + [ + "has my credit card application been processed yet", + "application_status" + ], + [ + "what's the current status of the credit card i applied for", + "application_status" + ], + [ + "in what status is my credit card application", + "application_status" + ], + [ + "did the application i put in for a mastercard go through yet", + "application_status" + ], + [ + "has my application for a new credit card been processed", + "application_status" + ], + [ + "has my amex application gone through yet", + "application_status" + ], + [ + "i applied for a visa card; did that go through", + "application_status" + ], + [ + "what status is my card application in", + "application_status" + ], + [ + "did they process the credit card i applied for", + "application_status" + ], + [ + "i applied for a new credit card; did it process yet", + "application_status" + ], + [ + "did discover get my card application yet", + "application_status" + ], + [ + "tell me about my american express application; did it go through", + "application_status" + ], + [ + "tell me a little more about the status of my credit card application", + "application_status" + ], + [ + "tell me the status of my credit card application", + "application_status" + ], + [ + "is the processing done on my new credit card", + "application_status" + ], + [ + "i'm desperate to know about my cc processing", + "application_status" + ], + [ + "have you heard anything back on my cc application", + "application_status" + ], + [ + "is it likely my credit card application has processed yet", + "application_status" + ], + [ + "has my credit card application been approved", + "application_status" + ], + [ + "when will my cc application process", + "application_status" + ], + [ + "what is the projected time frame for the flight to land", + "flight_status" + ], + [ + "is there any news on flight dl123", + "flight_status" + ], + [ + "what is the word on flight dl123", + "flight_status" + ], + [ + "when will we begin to board my scheduled flight", + "flight_status" + ], + [ + "whats the status of my frontier flight", + "flight_status" + ], + [ + "when will my flight take off", + "flight_status" + ], + [ + "what is the arrival time for my flight", + "flight_status" + ], + [ + "whats the status of my delta flight", + "flight_status" + ], + [ + "whats the update on flight dl123", + "flight_status" + ], + [ + "is there an update on flight dl123", + "flight_status" + ], + [ + "when will my flight land", + "flight_status" + ], + [ + "at what point should the flight land", + "flight_status" + ], + [ + "what time is my flight scheduled to leave", + "flight_status" + ], + [ + "when is my flight supposed to leave", + "flight_status" + ], + [ + "whats the status of my south west flight", + "flight_status" + ], + [ + "when should the flight land", + "flight_status" + ], + [ + "whats the latest on flight dl123", + "flight_status" + ], + [ + "whats the status of my united flight", + "flight_status" + ], + [ + "whats the status of my singapore flight", + "flight_status" + ], + [ + "give me the status of flight dl123", + "flight_status" + ], + [ + "tell me that status of flight dl123", + "flight_status" + ], + [ + "is flight dl123 coming in on time", + "flight_status" + ], + [ + "is flight dl123 on time", + "flight_status" + ], + [ + "what's the latest with my united flight", + "flight_status" + ], + [ + "update me on my delta flight please", + "flight_status" + ], + [ + "tell me what the status of my american airlines flight is", + "flight_status" + ], + [ + "look up when my flight is set to start boarding", + "flight_status" + ], + [ + "at what time will my flight land", + "flight_status" + ], + [ + "i need to know the status of my alaska air flight", + "flight_status" + ], + [ + "at what time will my flight begin boarding", + "flight_status" + ], + [ + "what time is my flight supposed to board", + "flight_status" + ], + [ + "tell me what time my flight ought to be landing", + "flight_status" + ], + [ + "tell me when my flight is scheduled to start boarding", + "flight_status" + ], + [ + "when is my plane scheduled to land", + "flight_status" + ], + [ + "when does boarding for my flight begin", + "flight_status" + ], + [ + "whats the most recent status for my virgin air flight", + "flight_status" + ], + [ + "can you check when my flight lands", + "flight_status" + ], + [ + "what time is my flight supposed to be landing", + "flight_status" + ], + [ + "can you tell me the status of my delta flight", + "flight_status" + ], + [ + "whats my delta flight's status", + "flight_status" + ], + [ + "is my delta flight on time", + "flight_status" + ], + [ + "when will my delta flight depart", + "flight_status" + ], + [ + "will my delta flight leave on time", + "flight_status" + ], + [ + "what is the eta of my flight", + "flight_status" + ], + [ + "when is my flight due to arrive", + "flight_status" + ], + [ + "what landing time is scheduled for my flight", + "flight_status" + ], + [ + "what time is my plane supposed to arrive", + "flight_status" + ], + [ + "what is the scheduled arrival time for my flight", + "flight_status" + ], + [ + "please tell me the status of my southwest flight", + "flight_status" + ], + [ + "i would appreciate it if you could tell me the status of my southwest flight", + "flight_status" + ], + [ + "what is the status of my frontier flight", + "flight_status" + ], + [ + "could you tell me the status of my frontier flight", + "flight_status" + ], + [ + "do you mind informing me the status of my southwest flight", + "flight_status" + ], + [ + "when will my aa flight be landing", + "flight_status" + ], + [ + "when's my flight boarding", + "flight_status" + ], + [ + "what's the latest info on flight dl123", + "flight_status" + ], + [ + "when will my panam flight be arriving", + "flight_status" + ], + [ + "when will my jetblue flight get here", + "flight_status" + ], + [ + "when will they let me board", + "flight_status" + ], + [ + "can you update me with the status of flight dl123", + "flight_status" + ], + [ + "what's the status of my united flight", + "flight_status" + ], + [ + "can you tell me where flight dl123 is", + "flight_status" + ], + [ + "at what point will this flight start letting people board", + "flight_status" + ], + [ + "how long until delta is at the gate", + "flight_status" + ], + [ + "when should i expect my flight to come in", + "flight_status" + ], + [ + "when can i start boarding my flight", + "flight_status" + ], + [ + "when's my flight getting here", + "flight_status" + ], + [ + "how long until my flight is here", + "flight_status" + ], + [ + "has flight dl123 arrived yet", + "flight_status" + ], + [ + "what time will i be allowed to board", + "flight_status" + ], + [ + "any idea where flight dl123 is right now", + "flight_status" + ], + [ + "what's my flight's eta", + "flight_status" + ], + [ + "what time does my flight get in", + "flight_status" + ], + [ + "when does my flight arrive", + "flight_status" + ], + [ + "let me know the status of flight dl123", + "flight_status" + ], + [ + "tell me the status of flight dl123", + "flight_status" + ], + [ + "i would love to know when my flight is going to land", + "flight_status" + ], + [ + "i wanna know the status of flight dl123", + "flight_status" + ], + [ + "tell me when my flight will land", + "flight_status" + ], + [ + "i gotta know when my flight will land", + "flight_status" + ], + [ + "please inform me when my flight scheduled to board", + "flight_status" + ], + [ + "i would like to know when my flight scheduled to board", + "flight_status" + ], + [ + "i need to know when my flight scheduled to board", + "flight_status" + ], + [ + "tell me when my flight scheduled to board", + "flight_status" + ], + [ + "please tell me when my flight will land", + "flight_status" + ], + [ + "i wanna know when my flight scheduled to board", + "flight_status" + ], + [ + "i need to know the status of flight dl123", + "flight_status" + ], + [ + "i wish to know when my flight will land", + "flight_status" + ], + [ + "what is the scheduled landing time for my flight", + "flight_status" + ], + [ + "what time will my flight be boarding", + "flight_status" + ], + [ + "what time is this flight supposed to land", + "flight_status" + ], + [ + "what time will i be able to board the plane", + "flight_status" + ], + [ + "when will i get to my destination", + "flight_status" + ], + [ + "can you tell me what time this flight is going to land", + "flight_status" + ], + [ + "please tell me what the boarding time is for my plane", + "flight_status" + ], + [ + "what time will my flight reach the destination", + "flight_status" + ], + [ + "can you tell me when my flight is going to board", + "flight_status" + ], + [ + "tell me when my flight is landing", + "flight_status" + ], + [ + "i need to know when my flight is landing", + "flight_status" + ], + [ + "so when is my flight landing", + "flight_status" + ], + [ + "please flip a coin and tell me what side it lands on", + "flip_coin" + ], + [ + "will you flip a coin so i can make a choice", + "flip_coin" + ], + [ + "flip a two sided coin and tell me what it lands on", + "flip_coin" + ], + [ + "i need you to flip a coin so i can decide", + "flip_coin" + ], + [ + "begin the coin flip now", + "flip_coin" + ], + [ + "i want you to help me make a decision by flipping a coin", + "flip_coin" + ], + [ + "please flip a coin, and i call heads", + "flip_coin" + ], + [ + "flip a coin and let me know if it lands on heads or tails, please", + "flip_coin" + ], + [ + "i want you to flip a fair sided coin", + "flip_coin" + ], + [ + "are you able to flip a two sided coin", + "flip_coin" + ], + [ + "i need you to flip a coin so i can make a choice", + "flip_coin" + ], + [ + "can you please flip a coin, i call tails", + "flip_coin" + ], + [ + "flip a coin, i call tails", + "flip_coin" + ], + [ + "heads or tails i choose tails", + "flip_coin" + ], + [ + "please tell me if a coin lands on tails", + "flip_coin" + ], + [ + "please tell me if a coin flip lands on heads or tails", + "flip_coin" + ], + [ + "flip a coin heads or tails", + "flip_coin" + ], + [ + "please flip a coin i select tails", + "flip_coin" + ], + [ + "will you flip a coin", + "flip_coin" + ], + [ + "can you get a coin and flip it", + "flip_coin" + ], + [ + "would you flip a coin", + "flip_coin" + ], + [ + "will you get a coin and flip it", + "flip_coin" + ], + [ + "flip a coin for me, with you calling heads", + "flip_coin" + ], + [ + "i'd like you to throw a virtual coin for me", + "flip_coin" + ], + [ + "can i get a random heads or tails", + "flip_coin" + ], + [ + "can you do a coin flip", + "flip_coin" + ], + [ + "i want a coin flip and i'll take tails", + "flip_coin" + ], + [ + "i call tails for a coin flip you need to do right now", + "flip_coin" + ], + [ + "do a virtual coin flip and tell me if i win as tails", + "flip_coin" + ], + [ + "randomly pick between heads or tails and tell me if tails wins", + "flip_coin" + ], + [ + "toss a coin and tell me what it lands on", + "flip_coin" + ], + [ + "choose heads or tails and tell me what you came up with", + "flip_coin" + ], + [ + "flip a fair coin i win if it's tails", + "flip_coin" + ], + [ + "flip a coin for me i call tails", + "flip_coin" + ], + [ + "flip me a coin i'm calling tails", + "flip_coin" + ], + [ + "take a coin and flip it and i call tails", + "flip_coin" + ], + [ + "hey, flip me a coin i call tails", + "flip_coin" + ], + [ + "flip a coin one time", + "flip_coin" + ], + [ + "flip that dime", + "flip_coin" + ], + [ + "i need to do a fair coin flip", + "flip_coin" + ], + [ + "flip that coin once; it must be tails", + "flip_coin" + ], + [ + "flip a quarter", + "flip_coin" + ], + [ + "do one coin flip; it will be tails", + "flip_coin" + ], + [ + "flip a coin; i say tails", + "flip_coin" + ], + [ + "how about a coin flip", + "flip_coin" + ], + [ + "let's decide with a coin flip", + "flip_coin" + ], + [ + "can you flip a coin once", + "flip_coin" + ], + [ + "if you flip a coin, i call tails", + "flip_coin" + ], + [ + "let's settle it with a coin flip", + "flip_coin" + ], + [ + "please flip a coin i hope its tails", + "flip_coin" + ], + [ + "i need you to flip a coin once", + "flip_coin" + ], + [ + "flip that coin please", + "flip_coin" + ], + [ + "flip the coin", + "flip_coin" + ], + [ + "flip that coin please, i choose heads", + "flip_coin" + ], + [ + "flip that coin now", + "flip_coin" + ], + [ + "i choose heads, now flip that coin", + "flip_coin" + ], + [ + "go ahead and flip that coin, i am choosing heads here", + "flip_coin" + ], + [ + "flip it please", + "flip_coin" + ], + [ + "i am choosing heads, now please flip that coin", + "flip_coin" + ], + [ + "go ahead and flip a coin", + "flip_coin" + ], + [ + "go ahead and flip that coin, i choose heads", + "flip_coin" + ], + [ + "can you flip a coin and tell me the result", + "flip_coin" + ], + [ + "i will determine it with a coin flip", + "flip_coin" + ], + [ + "i want you to flip a coin", + "flip_coin" + ], + [ + "flip a coin and tell me if its heads or tails", + "flip_coin" + ], + [ + "flip a coin if you will", + "flip_coin" + ], + [ + "can you do a coin flip for me", + "flip_coin" + ], + [ + "i need to have a coin flipped", + "flip_coin" + ], + [ + "i would like a coin flip", + "flip_coin" + ], + [ + "i ned you to flip a coin", + "flip_coin" + ], + [ + "i want a coin flipped", + "flip_coin" + ], + [ + "flip a coin for me", + "flip_coin" + ], + [ + "i want a coin flip", + "flip_coin" + ], + [ + "i require a coin flip", + "flip_coin" + ], + [ + "lets go with heads or tails", + "flip_coin" + ], + [ + "lets flip for it", + "flip_coin" + ], + [ + "toss a coin i will take heads", + "flip_coin" + ], + [ + "lets do a coin toss, i call tails", + "flip_coin" + ], + [ + "filp a coin, i call heads", + "flip_coin" + ], + [ + "spin a coin", + "flip_coin" + ], + [ + "lets do a coin toss", + "flip_coin" + ], + [ + "toss a coin i will take tails", + "flip_coin" + ], + [ + "do a coin flip", + "flip_coin" + ], + [ + "do heads or tails", + "flip_coin" + ], + [ + "coin flip", + "flip_coin" + ], + [ + "heads or tails please", + "flip_coin" + ], + [ + "ai, heads or tails", + "flip_coin" + ], + [ + "ai, coin flip", + "flip_coin" + ], + [ + "ai, please flip a coin", + "flip_coin" + ], + [ + "ai, give me the results of a coin flip", + "flip_coin" + ], + [ + "flip a coin for me ai", + "flip_coin" + ], + [ + "flip a coin, you win with heads", + "flip_coin" + ], + [ + "can you flip a coin, i will take tails", + "flip_coin" + ], + [ + "go ahead and flip a coin, i am calling tails", + "flip_coin" + ], + [ + "please flip a coin for me, tails i win", + "flip_coin" + ], + [ + "flip a coin, i have tails", + "flip_coin" + ], + [ + "heads or tails", + "flip_coin" + ], + [ + "perform a coin flip", + "flip_coin" + ], + [ + "do a coin toss", + "flip_coin" + ], + [ + "help me flip a coin", + "flip_coin" + ], + [ + "please change the name you refer to me by", + "change_user_name" + ], + [ + "how do i change the name you use to address me", + "change_user_name" + ], + [ + "is there a way i can change the name you use to address me", + "change_user_name" + ], + [ + "i need to change my name to something else for you to call me", + "change_user_name" + ], + [ + "can i have you call me something else", + "change_user_name" + ], + [ + "i go by brad", + "change_user_name" + ], + [ + "usually people refer to me as brad", + "change_user_name" + ], + [ + "i prefer to go by brad", + "change_user_name" + ], + [ + "people call me brad", + "change_user_name" + ], + [ + "my name is brad", + "change_user_name" + ], + [ + "call me carrie", + "change_user_name" + ], + [ + "my names carrie", + "change_user_name" + ], + [ + "my friends call me carrie", + "change_user_name" + ], + [ + "you can call me carrie", + "change_user_name" + ], + [ + "call me dad", + "change_user_name" + ], + [ + "you can call me stevie", + "change_user_name" + ], + [ + "you can call me sarah", + "change_user_name" + ], + [ + "you can call me james", + "change_user_name" + ], + [ + "call me jake", + "change_user_name" + ], + [ + "call me stevie", + "change_user_name" + ], + [ + "you can call me john", + "change_user_name" + ], + [ + "my name is steve", + "change_user_name" + ], + [ + "my name is john", + "change_user_name" + ], + [ + "please call me jim", + "change_user_name" + ], + [ + "i go by the name jim", + "change_user_name" + ], + [ + "feel free to call me jim", + "change_user_name" + ], + [ + "you can just speak to me as jim", + "change_user_name" + ], + [ + "my name is jim", + "change_user_name" + ], + [ + "please start calling me mandy", + "change_user_name" + ], + [ + "the name i go by is sandy", + "change_user_name" + ], + [ + "i like to be called mikey", + "change_user_name" + ], + [ + "please refer to me as sharon", + "change_user_name" + ], + [ + "john is my name", + "change_user_name" + ], + [ + "the name you should call me is janet", + "change_user_name" + ], + [ + "people call me gary", + "change_user_name" + ], + [ + "you can address me as lizzie", + "change_user_name" + ], + [ + "i want to be called mollie", + "change_user_name" + ], + [ + "you can call me cindy", + "change_user_name" + ], + [ + "call me ishmael", + "change_user_name" + ], + [ + "can you just start calling me sir", + "change_user_name" + ], + [ + "i'm called tim", + "change_user_name" + ], + [ + "my friends call me sam", + "change_user_name" + ], + [ + "i'd like you to address me as lord snugglebottom", + "change_user_name" + ], + [ + "i go by ted", + "change_user_name" + ], + [ + "they call me john", + "change_user_name" + ], + [ + "would you just like to call me paul", + "change_user_name" + ], + [ + "please call me johnny", + "change_user_name" + ], + [ + "just call me sam", + "change_user_name" + ], + [ + "i want you to call me this new name", + "change_user_name" + ], + [ + "talk to me by calling me this name from now on", + "change_user_name" + ], + [ + "the new name that i want you to call me is this one", + "change_user_name" + ], + [ + "please call me by this new name", + "change_user_name" + ], + [ + "please change my name", + "change_user_name" + ], + [ + "you can call me brandon", + "change_user_name" + ], + [ + "you can call me jeff", + "change_user_name" + ], + [ + "you can call me michael", + "change_user_name" + ], + [ + "you can call me steve", + "change_user_name" + ], + [ + "you can call me alan", + "change_user_name" + ], + [ + "call me mary", + "change_user_name" + ], + [ + "i need you to call me mary", + "change_user_name" + ], + [ + "would you call me mary", + "change_user_name" + ], + [ + "i want to be called by mary", + "change_user_name" + ], + [ + "i would like you to call me mary", + "change_user_name" + ], + [ + "can i change what you call me", + "change_user_name" + ], + [ + "i'd like you to call me something different", + "change_user_name" + ], + [ + "change the name that you call me", + "change_user_name" + ], + [ + "call me frank", + "change_user_name" + ], + [ + "you can refer to me as frank", + "change_user_name" + ], + [ + "i want you to call me something else", + "change_user_name" + ], + [ + "my name's frank", + "change_user_name" + ], + [ + "i'd like to be called frank", + "change_user_name" + ], + [ + "can i change my nickname", + "change_user_name" + ], + [ + "i am john", + "change_user_name" + ], + [ + "hi, i'm john", + "change_user_name" + ], + [ + "please call me frank from now on", + "change_user_name" + ], + [ + "can you call me bobby instead of bob", + "change_user_name" + ], + [ + "my name's bob", + "change_user_name" + ], + [ + "please call me bob", + "change_user_name" + ], + [ + "when you talk to me, use bob", + "change_user_name" + ], + [ + "please stop calling me dave, my name's bob", + "change_user_name" + ], + [ + "my name is stu, not sue!", + "change_user_name" + ], + [ + "i want you to start referring to me as lucky", + "change_user_name" + ], + [ + "i'd like you to refer to me as bob", + "change_user_name" + ], + [ + "i am david", + "change_user_name" + ], + [ + "change my name to master", + "change_user_name" + ], + [ + "you can call me al", + "change_user_name" + ], + [ + "just call me al", + "change_user_name" + ], + [ + "i go by stefan", + "change_user_name" + ], + [ + "just call me dennis", + "change_user_name" + ], + [ + "please change my name to loverboy", + "change_user_name" + ], + [ + "i want you to call me lord", + "change_user_name" + ], + [ + "i'd rather have you call be ray ray", + "change_user_name" + ], + [ + "they call me josh", + "change_user_name" + ], + [ + "i am josh", + "change_user_name" + ], + [ + "i want you to call me pam", + "change_user_name" + ], + [ + "i need to change my username", + "change_user_name" + ], + [ + "address me by the name stan", + "change_user_name" + ], + [ + "only call me dan", + "change_user_name" + ], + [ + "please only call me joe", + "change_user_name" + ], + [ + "can you call me something else", + "change_user_name" + ], + [ + "where is your place of origin", + "where_are_you_from" + ], + [ + "what is your place of origin", + "where_are_you_from" + ], + [ + "what is your country of origin", + "where_are_you_from" + ], + [ + "where is your country of origin", + "where_are_you_from" + ], + [ + "what is your nationality", + "where_are_you_from" + ], + [ + "tell me where you're made", + "where_are_you_from" + ], + [ + "tell me how you're made", + "where_are_you_from" + ], + [ + "what town were you born in", + "where_are_you_from" + ], + [ + "what country were you born in", + "where_are_you_from" + ], + [ + "where's your birthplace", + "where_are_you_from" + ], + [ + "you were born where", + "where_are_you_from" + ], + [ + "your birthplace is where", + "where_are_you_from" + ], + [ + "where are your origins located", + "where_are_you_from" + ], + [ + "where did you originate from", + "where_are_you_from" + ], + [ + "where is your home located", + "where_are_you_from" + ], + [ + "where do you trace your roots", + "where_are_you_from" + ], + [ + "where do you hail from", + "where_are_you_from" + ], + [ + "i'd like to know where you're from", + "where_are_you_from" + ], + [ + "where are your origins found", + "where_are_you_from" + ], + [ + "can you tell me where you are from", + "where_are_you_from" + ], + [ + "where is the location of your creation", + "where_are_you_from" + ], + [ + "can you tell me where you were created", + "where_are_you_from" + ], + [ + "could you tell me where did you originate", + "where_are_you_from" + ], + [ + "would you care to let me know where you were made", + "where_are_you_from" + ], + [ + "where is the location that you were made", + "where_are_you_from" + ], + [ + "in which area were you made", + "where_are_you_from" + ], + [ + "what country were you made", + "where_are_you_from" + ], + [ + "where was it you were made", + "where_are_you_from" + ], + [ + "where did they make you", + "where_are_you_from" + ], + [ + "where were you created", + "where_are_you_from" + ], + [ + "what place were you created in", + "where_are_you_from" + ], + [ + "in which place were you made", + "where_are_you_from" + ], + [ + "what's your country of origin", + "where_are_you_from" + ], + [ + "what was your place of creation", + "where_are_you_from" + ], + [ + "what location did you originate at", + "where_are_you_from" + ], + [ + "what's your place of manufacture", + "where_are_you_from" + ], + [ + "from whence do you hail", + "where_are_you_from" + ], + [ + "where do you come from", + "where_are_you_from" + ], + [ + "what is your point of origin", + "where_are_you_from" + ], + [ + "what's your nationality", + "where_are_you_from" + ], + [ + "where were you manufactured", + "where_are_you_from" + ], + [ + "where were your born", + "where_are_you_from" + ], + [ + "what country do you consider yourself a citizen of", + "where_are_you_from" + ], + [ + "where did you last live", + "where_are_you_from" + ], + [ + "what's your birthplace", + "where_are_you_from" + ], + [ + "where did you used to live", + "where_are_you_from" + ], + [ + "what area did you grow up in", + "where_are_you_from" + ], + [ + "what area were you born in", + "where_are_you_from" + ], + [ + "what state were you born in", + "where_are_you_from" + ], + [ + "were you born here", + "where_are_you_from" + ], + [ + "are you from the uk", + "where_are_you_from" + ], + [ + "are you from the us", + "where_are_you_from" + ], + [ + "are you from europe", + "where_are_you_from" + ], + [ + "where you from the usa", + "where_are_you_from" + ], + [ + "where is your family from", + "where_are_you_from" + ], + [ + "where are you originally from", + "where_are_you_from" + ], + [ + "where was your home before here", + "where_are_you_from" + ], + [ + "where did you live previously", + "where_are_you_from" + ], + [ + "where did you live before here", + "where_are_you_from" + ], + [ + "where did you live prior to living here", + "where_are_you_from" + ], + [ + "what is the area that you came from", + "where_are_you_from" + ], + [ + "what location did you live at before", + "where_are_you_from" + ], + [ + "where is your original location", + "where_are_you_from" + ], + [ + "where were you before moving here", + "where_are_you_from" + ], + [ + "do you know where you were born", + "where_are_you_from" + ], + [ + "can you tell me where you were born", + "where_are_you_from" + ], + [ + "where did you come from, originally", + "where_are_you_from" + ], + [ + "what was the location of your birth", + "where_are_you_from" + ], + [ + "what is the name of your birthplace", + "where_are_you_from" + ], + [ + "what is your native home", + "where_are_you_from" + ], + [ + "can you tell me your place of origin", + "where_are_you_from" + ], + [ + "where is your home", + "where_are_you_from" + ], + [ + "whereabouts are you from", + "where_are_you_from" + ], + [ + "did you grow up here", + "where_are_you_from" + ], + [ + "where were you given birth", + "where_are_you_from" + ], + [ + "where are you from", + "where_are_you_from" + ], + [ + "where did your mom have you", + "where_are_you_from" + ], + [ + "what city were you born in", + "where_are_you_from" + ], + [ + "what's your city of origin", + "where_are_you_from" + ], + [ + "where are your roots", + "where_are_you_from" + ], + [ + "when you were a child, where did you live", + "where_are_you_from" + ], + [ + "if you were to call a place your beginning, your home start, where would that be", + "where_are_you_from" + ], + [ + "so where did you live when you were a baby", + "where_are_you_from" + ], + [ + "what place do you call home", + "where_are_you_from" + ], + [ + "up until now, what place was your home base", + "where_are_you_from" + ], + [ + "what location were you born in", + "where_are_you_from" + ], + [ + "your birth occurred where", + "where_are_you_from" + ], + [ + "where is your birth place", + "where_are_you_from" + ], + [ + "you came from where", + "where_are_you_from" + ], + [ + "where were you made", + "where_are_you_from" + ], + [ + "where would you say you were born", + "where_are_you_from" + ], + [ + "tell me where you come from", + "where_are_you_from" + ], + [ + "tell me where you were born", + "where_are_you_from" + ], + [ + "where were you born", + "where_are_you_from" + ], + [ + "what's your hometown", + "where_are_you_from" + ], + [ + "where's home for you", + "where_are_you_from" + ], + [ + "in what state were you born", + "where_are_you_from" + ], + [ + "were you born in a hospital", + "where_are_you_from" + ], + [ + "where did your parents have you", + "where_are_you_from" + ], + [ + "where did your mom give birth", + "where_are_you_from" + ], + [ + "delete fries from shopping list", + "shopping_list_update" + ], + [ + "take off fries from the shopping list", + "shopping_list_update" + ], + [ + "please take away the fries from the shopping list", + "shopping_list_update" + ], + [ + "remove fries from my shopping list", + "shopping_list_update" + ], + [ + "we no longer need fries on the shopping lisr", + "shopping_list_update" + ], + [ + "cross out bananas from my shopping list and put papayas on it, please", + "shopping_list_update" + ], + [ + "i need to delete tomatoes from my shopping list and add onions instead", + "shopping_list_update" + ], + [ + "can you add carrots to my shopping list and delete potatoes", + "shopping_list_update" + ], + [ + "please remove ginger ale from my shopping list and add root beer", + "shopping_list_update" + ], + [ + "go ahead and erase cashews from my list, and add walnuts to it, please", + "shopping_list_update" + ], + [ + "add eggs to my shopping list and remove cheese", + "shopping_list_update" + ], + [ + "add corn to my shopping list and remove wine", + "shopping_list_update" + ], + [ + "add flour to my shopping list if it's not already on it", + "shopping_list_update" + ], + [ + "take bread off my shopping list and add milk", + "shopping_list_update" + ], + [ + "please add sugar to my shopping list if it's not on it", + "shopping_list_update" + ], + [ + "remove wine and add beer to my shopping list", + "shopping_list_update" + ], + [ + "is paprika listed on my shopping list, please add it", + "shopping_list_update" + ], + [ + "is bacon on my shopping list, add if it's not", + "shopping_list_update" + ], + [ + "delete soda from my shopping list and add water to it", + "shopping_list_update" + ], + [ + "do i have pepper my shopping list, if not add it", + "shopping_list_update" + ], + [ + "are bananas on the list, if not can you add them", + "shopping_list_update" + ], + [ + "do i have bananas on my list, if not please put them on the list", + "shopping_list_update" + ], + [ + "are bananas already on the list, if not go ahead and add them", + "shopping_list_update" + ], + [ + "are bananas on my shopping list can you add them if they aren't", + "shopping_list_update" + ], + [ + "do i have bananas on my shopping list, if not please add it", + "shopping_list_update" + ], + [ + "add bread to my list of groceries", + "shopping_list_update" + ], + [ + "add bread to my list of things to buy", + "shopping_list_update" + ], + [ + "put bread on my shopping list", + "shopping_list_update" + ], + [ + "make sure bread gets added to my shopping list", + "shopping_list_update" + ], + [ + "remind me to buy bread next time i go shopping", + "shopping_list_update" + ], + [ + "will you include kleenex on my list for shopping please", + "shopping_list_update" + ], + [ + "make sure walnuts is on my shopping list", + "shopping_list_update" + ], + [ + "put film on my shopping list", + "shopping_list_update" + ], + [ + "add sprite to my shopping list", + "shopping_list_update" + ], + [ + "write apples on my shopping list", + "shopping_list_update" + ], + [ + "add oranges to my to do shopping list", + "shopping_list_update" + ], + [ + "add mountain dew to my list for shopping", + "shopping_list_update" + ], + [ + "add coke to my shopping cart", + "shopping_list_update" + ], + [ + "add apples to my to do shopping list", + "shopping_list_update" + ], + [ + "add pepsi to my shopping bag", + "shopping_list_update" + ], + [ + "i'm out of bananas; add to shopping list", + "shopping_list_update" + ], + [ + "i need for you to remove milk from my shopping list and add bread", + "shopping_list_update" + ], + [ + "on my shopping list, remove bread and add milk", + "shopping_list_update" + ], + [ + "i need for you to get bananas added to my shopping list; i'm out", + "shopping_list_update" + ], + [ + "would you add bananas to my shopping list as i am out", + "shopping_list_update" + ], + [ + "add groceries to my shopping list as i am out", + "shopping_list_update" + ], + [ + "please get milk removed from my shopping list and add bread", + "shopping_list_update" + ], + [ + "would you remove bread from my shopping list and add bread", + "shopping_list_update" + ], + [ + "i want to remove milk from my shopping list and add bread", + "shopping_list_update" + ], + [ + "i am out of trash bags and need them to be added to my shopping list", + "shopping_list_update" + ], + [ + "please add milk on my shopping list, if it is not already on it", + "shopping_list_update" + ], + [ + "do i have milk on my shopping list please add it if it is not", + "shopping_list_update" + ], + [ + "i want you to add milk on my shopping list unless it is already on it", + "shopping_list_update" + ], + [ + "i would like you to add milk if it is not on my shopping list already", + "shopping_list_update" + ], + [ + "is the milk on the shopping list if not, please add", + "shopping_list_update" + ], + [ + "do me a favor and put sharpies on my list for shopping", + "shopping_list_update" + ], + [ + "please put silverware on my list for shopping", + "shopping_list_update" + ], + [ + "may i suggest we put paper towels on my list for shopping", + "shopping_list_update" + ], + [ + "maybe we can put blank cds on my list for shopping", + "shopping_list_update" + ], + [ + "can we put sunscreen on my list for shopping", + "shopping_list_update" + ], + [ + "make sure to put extra paint on the list", + "shopping_list_update" + ], + [ + "x on the shopping list please", + "shopping_list_update" + ], + [ + "can you put carrots on my shopping list", + "shopping_list_update" + ], + [ + "i would like to put carrots on my list for shopping", + "shopping_list_update" + ], + [ + "remove corn from my shopping list", + "shopping_list_update" + ], + [ + "put on my shopping list i need carots", + "shopping_list_update" + ], + [ + "remove chips from my shopping list", + "shopping_list_update" + ], + [ + "take frozen food off my shopping list", + "shopping_list_update" + ], + [ + "i need soda added to my list and carrots removed", + "shopping_list_update" + ], + [ + "i need oranges on my shopping list", + "shopping_list_update" + ], + [ + "take carrots off my list for shopping", + "shopping_list_update" + ], + [ + "my shopping list should have carrots on it", + "shopping_list_update" + ], + [ + "remove carrots from my shopping list and add soda", + "shopping_list_update" + ], + [ + "can you put oranges on my shopping list", + "shopping_list_update" + ], + [ + "put carrots on my shopping list", + "shopping_list_update" + ], + [ + "put soda on the shopping list and add carrots", + "shopping_list_update" + ], + [ + "can you take frozen food of my shopping list", + "shopping_list_update" + ], + [ + "can you take carrots off my shopping list and add soda", + "shopping_list_update" + ], + [ + "please make sure oranges are on my shopping list", + "shopping_list_update" + ], + [ + "add soda on my shopping list and remove carrots", + "shopping_list_update" + ], + [ + "get rid of butter on my shopping list", + "shopping_list_update" + ], + [ + "delete ice cream from my shopping list", + "shopping_list_update" + ], + [ + "take fresh carrots off my shopping list", + "shopping_list_update" + ], + [ + "i want you to remove shampoo from my shopping list", + "shopping_list_update" + ], + [ + "update my shopping list, delete canned olives", + "shopping_list_update" + ], + [ + "can you put detergent on my shopping list cause i'm all out", + "shopping_list_update" + ], + [ + "put milk on my shopping list cause i'm out of it", + "shopping_list_update" + ], + [ + "put spaghetti on my shopping list cause i'm out of it please", + "shopping_list_update" + ], + [ + "put rice and pudding on my shopping list cause i need them", + "shopping_list_update" + ], + [ + "can you please put toilet paper on the shopping list i'm out of it", + "shopping_list_update" + ], + [ + "i need to add cherrios to the grocery list", + "shopping_list_update" + ], + [ + "i'm low on cherrios can you add that to the shopping list", + "shopping_list_update" + ], + [ + "i ran out of cherrios so add that to the list", + "shopping_list_update" + ], + [ + "add cherrios to the shopping list", + "shopping_list_update" + ], + [ + "can you add cherrios to my shopping list", + "shopping_list_update" + ], + [ + "for the shopping list, add ham as well", + "shopping_list_update" + ], + [ + "are eggs on my list, if not add them", + "shopping_list_update" + ], + [ + "i need you to add creamer to my shopping list", + "shopping_list_update" + ], + [ + "please put milk on my list i just used the last of it", + "shopping_list_update" + ], + [ + "i no longer need milk, so forget that", + "shopping_list_update" + ], + [ + "what things can you help me with exactly", + "what_can_i_ask_you" + ], + [ + "what are the things you can help me with", + "what_can_i_ask_you" + ], + [ + "what exactly can you help me with", + "what_can_i_ask_you" + ], + [ + "what can you help me with exactly", + "what_can_i_ask_you" + ], + [ + "what can you help me with", + "what_can_i_ask_you" + ], + [ + "what kinds of questions can you answer", + "what_can_i_ask_you" + ], + [ + "tell me the subject areas you are familiar with", + "what_can_i_ask_you" + ], + [ + "what sorts of subjects are you well versed in", + "what_can_i_ask_you" + ], + [ + "what are the subject areas you are knowledgable in", + "what_can_i_ask_you" + ], + [ + "what kinds of things are you knowledgable about", + "what_can_i_ask_you" + ], + [ + "tell me the types of things i can ask you about", + "what_can_i_ask_you" + ], + [ + "what sorts of things can i ask you about", + "what_can_i_ask_you" + ], + [ + "tell me what you are capable of answering", + "what_can_i_ask_you" + ], + [ + "what sorts of queries should i give you", + "what_can_i_ask_you" + ], + [ + "what sorts of subjects do you know about", + "what_can_i_ask_you" + ], + [ + "what type of questions may i ask you", + "what_can_i_ask_you" + ], + [ + "which types of questions may i ask you", + "what_can_i_ask_you" + ], + [ + "what kind of questions may i ask you", + "what_can_i_ask_you" + ], + [ + "which types of questions can i ask you", + "what_can_i_ask_you" + ], + [ + "what kind of questions can i ask you", + "what_can_i_ask_you" + ], + [ + "what topics can i ask you about", + "what_can_i_ask_you" + ], + [ + "what information can i ask you", + "what_can_i_ask_you" + ], + [ + "what subjects do you know something about", + "what_can_i_ask_you" + ], + [ + "what kinds of questions can i ask you", + "what_can_i_ask_you" + ], + [ + "what types of things do you know", + "what_can_i_ask_you" + ], + [ + "what kind of questions do you accept", + "what_can_i_ask_you" + ], + [ + "what questions are permissible", + "what_can_i_ask_you" + ], + [ + "what can i ask you", + "what_can_i_ask_you" + ], + [ + "what are my list of commands", + "what_can_i_ask_you" + ], + [ + "what are the kinds of things you can help me with", + "what_can_i_ask_you" + ], + [ + "what kind of questions are you good at answering", + "what_can_i_ask_you" + ], + [ + "can i ask you about anything", + "what_can_i_ask_you" + ], + [ + "can you help me with anything i need", + "what_can_i_ask_you" + ], + [ + "what all can you do", + "what_can_i_ask_you" + ], + [ + "what things do you know about", + "what_can_i_ask_you" + ], + [ + "what are you able to help me with", + "what_can_i_ask_you" + ], + [ + "what types of things are you able to do", + "what_can_i_ask_you" + ], + [ + "what can you answer for me", + "what_can_i_ask_you" + ], + [ + "is there anything i can't ask you", + "what_can_i_ask_you" + ], + [ + "what questions do you respond to", + "what_can_i_ask_you" + ], + [ + "what should i ask you about", + "what_can_i_ask_you" + ], + [ + "what are you able to answer", + "what_can_i_ask_you" + ], + [ + "what's the sort of thing i should ask", + "what_can_i_ask_you" + ], + [ + "what kind of things can you answer", + "what_can_i_ask_you" + ], + [ + "what things can you do", + "what_can_i_ask_you" + ], + [ + "what can you do", + "what_can_i_ask_you" + ], + [ + "what types of questions do you have a response for", + "what_can_i_ask_you" + ], + [ + "what kinds of questions can you respond to", + "what_can_i_ask_you" + ], + [ + "what do you have answers for", + "what_can_i_ask_you" + ], + [ + "what questions am i allowed to ask", + "what_can_i_ask_you" + ], + [ + "what kinds of things can you do", + "what_can_i_ask_you" + ], + [ + "ai can you tell me what things i may ask", + "what_can_i_ask_you" + ], + [ + "what can i ask you, ai", + "what_can_i_ask_you" + ], + [ + "what am i able to ask the ai", + "what_can_i_ask_you" + ], + [ + "ai, tell me what things i should ask of you", + "what_can_i_ask_you" + ], + [ + "what sorts of things am i able to ask of you ai", + "what_can_i_ask_you" + ], + [ + "how can i get you to help me", + "what_can_i_ask_you" + ], + [ + "what types of things can i ask you", + "what_can_i_ask_you" + ], + [ + "what sort of things can you help me with", + "what_can_i_ask_you" + ], + [ + "what are you able to do", + "what_can_i_ask_you" + ], + [ + "what can i use you to help me with", + "what_can_i_ask_you" + ], + [ + "how can i use you", + "what_can_i_ask_you" + ], + [ + "what subjects do you know", + "what_can_i_ask_you" + ], + [ + "what subjects are you familiar with", + "what_can_i_ask_you" + ], + [ + "what subjects do you know about", + "what_can_i_ask_you" + ], + [ + "what types of subjects do you know", + "what_can_i_ask_you" + ], + [ + "what are you familiar with", + "what_can_i_ask_you" + ], + [ + "what do you know", + "what_can_i_ask_you" + ], + [ + "what subjects are you versed in", + "what_can_i_ask_you" + ], + [ + "can you tell me the subjects you know best", + "what_can_i_ask_you" + ], + [ + "tell me the subjects you're aware of", + "what_can_i_ask_you" + ], + [ + "let me know what subjects you comprehend well", + "what_can_i_ask_you" + ], + [ + "what are the sorts of things i can ask you about", + "what_can_i_ask_you" + ], + [ + "what questions are you programmed to answer", + "what_can_i_ask_you" + ], + [ + "what kinds of things can i ask you", + "what_can_i_ask_you" + ], + [ + "what kinds of questions can i ask of you", + "what_can_i_ask_you" + ], + [ + "are there certain types of questions i can ask you", + "what_can_i_ask_you" + ], + [ + "what kinds of things would you be able to help me with", + "what_can_i_ask_you" + ], + [ + "i need to know what kind of things you can help with", + "what_can_i_ask_you" + ], + [ + "i want to know what sort of things you can assist me with", + "what_can_i_ask_you" + ], + [ + "what sort of things are you able to help with", + "what_can_i_ask_you" + ], + [ + "let me know what you can assist me with", + "what_can_i_ask_you" + ], + [ + "how can i benefit from using you", + "what_can_i_ask_you" + ], + [ + "how can you assist me", + "what_can_i_ask_you" + ], + [ + "i wanna know the types of subjects are you familiar with", + "what_can_i_ask_you" + ], + [ + "i wish to know the types of subjects are you familiar with", + "what_can_i_ask_you" + ], + [ + "please inform me of the types of subjects are you familiar with", + "what_can_i_ask_you" + ], + [ + "what can you be asked about", + "what_can_i_ask_you" + ], + [ + "tell me the types of subjects are you familiar with", + "what_can_i_ask_you" + ], + [ + "i would like to know the types of subjects are you familiar with", + "what_can_i_ask_you" + ], + [ + "what can i ask you all about", + "what_can_i_ask_you" + ], + [ + "are you familiar with any types of subjects", + "what_can_i_ask_you" + ], + [ + "what skills do you have", + "what_can_i_ask_you" + ], + [ + "what are your capabilities", + "what_can_i_ask_you" + ], + [ + "what topics are you versed in", + "what_can_i_ask_you" + ], + [ + "what sort of stuff do you know", + "what_can_i_ask_you" + ], + [ + "what subjects do you know well", + "what_can_i_ask_you" + ], + [ + "what can i ask you to accomplish", + "what_can_i_ask_you" + ], + [ + "what tasks can you complete for me", + "what_can_i_ask_you" + ], + [ + "what type of questions are you partial to that i can ask you", + "what_can_i_ask_you" + ], + [ + "i don't know the answer", + "maybe" + ], + [ + "i'm unsure", + "maybe" + ], + [ + "shit if i know", + "maybe" + ], + [ + "no idea", + "maybe" + ], + [ + "hell if i know", + "maybe" + ], + [ + "either or should work", + "maybe" + ], + [ + "i dont know", + "maybe" + ], + [ + "both would work", + "maybe" + ], + [ + "it could be one or the other", + "maybe" + ], + [ + "i dont have an answer for that", + "maybe" + ], + [ + "not a clue", + "maybe" + ], + [ + "who knows", + "maybe" + ], + [ + "it could be either", + "maybe" + ], + [ + "sorry, i do not know", + "maybe" + ], + [ + "i'm unsure of the proper answer", + "maybe" + ], + [ + "i do not know that", + "maybe" + ], + [ + "maybe one, maybe the other", + "maybe" + ], + [ + "maybe, maybe not", + "maybe" + ], + [ + "it might be either one", + "maybe" + ], + [ + "perhaps either of them", + "maybe" + ], + [ + "i don't know how to answer to that", + "maybe" + ], + [ + "maybe either", + "maybe" + ], + [ + "i dunno", + "maybe" + ], + [ + "maybe yes, maybe no", + "maybe" + ], + [ + "might be true, might be false", + "maybe" + ], + [ + "possibly", + "maybe" + ], + [ + "it depends", + "maybe" + ], + [ + "i'm not sure what the answer is", + "maybe" + ], + [ + "i will know later", + "maybe" + ], + [ + "maybe", + "maybe" + ], + [ + "one or the other, or both", + "maybe" + ], + [ + "no clue", + "maybe" + ], + [ + "i am not to sure about that", + "maybe" + ], + [ + "either one would work", + "maybe" + ], + [ + "i really don't know", + "maybe" + ], + [ + "i am not confident on that", + "maybe" + ], + [ + "that i don't know", + "maybe" + ], + [ + "both maybe", + "maybe" + ], + [ + "i think it could be both", + "maybe" + ], + [ + "i don't know for sure", + "maybe" + ], + [ + "cant say", + "maybe" + ], + [ + "im not certain", + "maybe" + ], + [ + "im not sure", + "maybe" + ], + [ + "really dont know", + "maybe" + ], + [ + "i'm unsure of the answer", + "maybe" + ], + [ + "it could be possible", + "maybe" + ], + [ + "i can't answer yes or no right now", + "maybe" + ], + [ + "i can't answer that", + "maybe" + ], + [ + "i don't know the answer to that", + "maybe" + ], + [ + "i'm not sure", + "maybe" + ], + [ + "i can't decide", + "maybe" + ], + [ + "i can't tell", + "maybe" + ], + [ + "i'll have to think about it", + "maybe" + ], + [ + "not sure if that's a yes or a no", + "maybe" + ], + [ + "not quite sure how to respond", + "maybe" + ], + [ + "i'm torn on how to answer", + "maybe" + ], + [ + "not sure, maybe", + "maybe" + ], + [ + "that could maybe be it", + "maybe" + ], + [ + "i have no earthly idea at all", + "maybe" + ], + [ + "it may be either one", + "maybe" + ], + [ + "i don't have that information", + "maybe" + ], + [ + "i can't make up my mind", + "maybe" + ], + [ + "it's either of them", + "maybe" + ], + [ + "i don't have the answer", + "maybe" + ], + [ + "sorry no idea", + "maybe" + ], + [ + "it could be that one or the other one", + "maybe" + ], + [ + "i'm not sure which one because it could be either of them", + "maybe" + ], + [ + "i'm drawing a blank", + "maybe" + ], + [ + "i have no knowledge about it", + "maybe" + ], + [ + "no idea, sorry", + "maybe" + ], + [ + "i'm not sure which it is", + "maybe" + ], + [ + "i'm really not sure", + "maybe" + ], + [ + "i'm uncertain", + "maybe" + ], + [ + "i'm unaware of that", + "maybe" + ], + [ + "i have no knowledge of that", + "maybe" + ], + [ + "i am thinking it is either", + "maybe" + ], + [ + "hmmm, either could be a choice", + "maybe" + ], + [ + "i'm sure it could be either", + "maybe" + ], + [ + "well, i guess maybe", + "maybe" + ], + [ + "maybe is my answer", + "maybe" + ], + [ + "i know it could be either one", + "maybe" + ], + [ + "maybe is what i am going to answer", + "maybe" + ], + [ + "hmm, either", + "maybe" + ], + [ + "i'm pretty sure it could be either", + "maybe" + ], + [ + "i have no clue", + "maybe" + ], + [ + "it might be either", + "maybe" + ], + [ + "i don't know anything about that", + "maybe" + ], + [ + "it's possible that it could be either", + "maybe" + ], + [ + "i don't have a clue", + "maybe" + ], + [ + "it could be either, i think", + "maybe" + ], + [ + "i think it could be either one", + "maybe" + ], + [ + "i don't really know", + "maybe" + ], + [ + "i'm not sure of that", + "maybe" + ], + [ + "that's a possibility", + "maybe" + ], + [ + "how is the weather today", + "maybe" + ], + [ + "i haven't a clue", + "maybe" + ], + [ + "i haven't the foggiest", + "maybe" + ], + [ + "that answer's above my pay scale", + "maybe" + ], + [ + "i really don't have a clue", + "maybe" + ], + [ + "i have no idea", + "maybe" + ], + [ + "how do i change a car's oil", + "oil_change_how" + ], + [ + "can you find instructions on how to change oil in a car", + "oil_change_how" + ], + [ + "what do i need to change my oil", + "oil_change_how" + ], + [ + "how do i change the oil in a car", + "oil_change_how" + ], + [ + "how do i change the oil in my passat", + "oil_change_how" + ], + [ + "please tell me how to change the oil in my car", + "oil_change_how" + ], + [ + "tell me how to change the oil in 2014 odyssey", + "oil_change_how" + ], + [ + "find instructions for how to change the oil in a 2015 passat", + "oil_change_how" + ], + [ + "give me instructions for changing the oil in a 2015 passat", + "oil_change_how" + ], + [ + "do i need to go under the car to change oil", + "oil_change_how" + ], + [ + "what way can i change oil at home", + "oil_change_how" + ], + [ + "how do i switch out my oil", + "oil_change_how" + ], + [ + "what is the way to change motor oil", + "oil_change_how" + ], + [ + "i need step by step instructions on how to change the oil in my car", + "oil_change_how" + ], + [ + "what kind of oil do i need to change the oil in my car", + "oil_change_how" + ], + [ + "give me instructions on how to change the oil in my car", + "oil_change_how" + ], + [ + "can you tell me the steps to change the oil in my car", + "oil_change_how" + ], + [ + "is it easy to change the oil in my car", + "oil_change_how" + ], + [ + "how do i change the oil in my car", + "oil_change_how" + ], + [ + "can you tell me how to change the oil in my car", + "oil_change_how" + ], + [ + "do i need any tools to change the oil in my car", + "oil_change_how" + ], + [ + "what do i need to change the oil in my car", + "oil_change_how" + ], + [ + "please explain the steps to change oil", + "oil_change_how" + ], + [ + "i want to change the oil in my car", + "oil_change_how" + ], + [ + "do you know how to change car oil", + "oil_change_how" + ], + [ + "can you show me how to change the oil for my car", + "oil_change_how" + ], + [ + "search for how to change my oil", + "oil_change_how" + ], + [ + "i need to know how to change my oil", + "oil_change_how" + ], + [ + "find instructions on how to change my oil", + "oil_change_how" + ], + [ + "show me how to change my oil", + "oil_change_how" + ], + [ + "what oil should i use and how do i change it", + "oil_change_how" + ], + [ + "how do i change my oil with the correct type", + "oil_change_how" + ], + [ + "what oil do i need and how is it changed", + "oil_change_how" + ], + [ + "how do i change my oil and choose the right oil", + "oil_change_how" + ], + [ + "how do i choose the correct oil and how do i change it", + "oil_change_how" + ], + [ + "teach me how to change my oil", + "oil_change_how" + ], + [ + "i want a lesson on changing my oil", + "oil_change_how" + ], + [ + "give me instructions on how to change my oil", + "oil_change_how" + ], + [ + "i would like to know how to perform an oil change", + "oil_change_how" + ], + [ + "i intend to learn how to change oil", + "oil_change_how" + ], + [ + "i intend to learn how to change oil in my car", + "oil_change_how" + ], + [ + "i want manual on how to change oil", + "oil_change_how" + ], + [ + "give me manual on how to change oil", + "oil_change_how" + ], + [ + "i want to learn the process of changing oil", + "oil_change_how" + ], + [ + "i want to learn to change oil", + "oil_change_how" + ], + [ + "what is the way i can change my oil", + "oil_change_how" + ], + [ + "i want to practive changing oil", + "oil_change_how" + ], + [ + "get me instruction to change oil", + "oil_change_how" + ], + [ + "give me instruction mannual on how to change oil", + "oil_change_how" + ], + [ + "what kind of oil does my car take and how do i do a change", + "oil_change_how" + ], + [ + "can you assist with an oil change, and what type of oil do i get", + "oil_change_how" + ], + [ + "i want to change my oil if you can tell me what to do, and what kind do i get", + "oil_change_how" + ], + [ + "i should use what kind of oil and can you help me change it", + "oil_change_how" + ], + [ + "how do i do an oil change and what type do i use", + "oil_change_how" + ], + [ + "how do i change the oil for my car", + "oil_change_how" + ], + [ + "what do i do to change my car's oil", + "oil_change_how" + ], + [ + "can you give me instructions on how to change the oil for my car", + "oil_change_how" + ], + [ + "can you tell me how to change my car's oil", + "oil_change_how" + ], + [ + "what steps do i take to change the oil for my car", + "oil_change_how" + ], + [ + "i need to know how to change my car's oil", + "oil_change_how" + ], + [ + "tell me the procedure for changing oil in a car", + "oil_change_how" + ], + [ + "what actions do i take to change a car's oil", + "oil_change_how" + ], + [ + "how do i go about changing the oil in my car", + "oil_change_how" + ], + [ + "what are the steps to change the oil in my car", + "oil_change_how" + ], + [ + "what kind of oil do i need to use for my car", + "oil_change_how" + ], + [ + "how can i change my car oil", + "oil_change_how" + ], + [ + "how do i change my oil and what kind do i need", + "oil_change_how" + ], + [ + "how can my oil be changed in my car", + "oil_change_how" + ], + [ + "what kind of oil should i use for my current car", + "oil_change_how" + ], + [ + "how do i change my car oil", + "oil_change_how" + ], + [ + "how can i change my oil for my car", + "oil_change_how" + ], + [ + "how will i change my car's oil", + "oil_change_how" + ], + [ + "what kind of oil do i need to get and use for my car", + "oil_change_how" + ], + [ + "what is needed to change my oil", + "oil_change_how" + ], + [ + "how can i change my oil in my car", + "oil_change_how" + ], + [ + "i need to change my oil, how do i", + "oil_change_how" + ], + [ + "tell me how to change my car's oil, and what type of oil i should buy", + "oil_change_how" + ], + [ + "what kinds of oil can i use in my car, and how to i change the oil", + "oil_change_how" + ], + [ + "i need instructions on how to change my car's oil and what type i should buy", + "oil_change_how" + ], + [ + "i need to change my oil and have no idea how to do it", + "oil_change_how" + ], + [ + "can you tell me how to change my car's oil, and what type i need to buy", + "oil_change_how" + ], + [ + "i don't know how to change my oil or what type i need", + "oil_change_how" + ], + [ + "i'm due for an oil change and need assistance doing it and also need to know what kind of oil the car takes", + "oil_change_how" + ], + [ + "i can't change my oil and don't know what kind i need", + "oil_change_how" + ], + [ + "help me change my oil and what kind do i need", + "oil_change_how" + ], + [ + "how do i change my oil out and what kind should i use", + "oil_change_how" + ], + [ + "can you show me how to change the oil in my car", + "oil_change_how" + ], + [ + "i want to learn how to change the oil in my car", + "oil_change_how" + ], + [ + "what are the steps i need to do to change the oil in my car", + "oil_change_how" + ], + [ + "teach me how to change the oil in my vehicle", + "oil_change_how" + ], + [ + "give me instructions to change my oil", + "oil_change_how" + ], + [ + "steps to change car oil", + "oil_change_how" + ], + [ + "how should i prepare to change my own oil", + "oil_change_how" + ], + [ + "how do you change car oil", + "oil_change_how" + ], + [ + "how easy is it to change your own oil", + "oil_change_how" + ], + [ + "please show me instructions on how to change my oil", + "oil_change_how" + ], + [ + "what do i need in order to change my oil", + "oil_change_how" + ], + [ + "what are the procedures for changing my oil", + "oil_change_how" + ], + [ + "tell me what to do to change the oil in a subaru", + "oil_change_how" + ], + [ + "walk me through changing the oil on a tesla", + "oil_change_how" + ], + [ + "you need to call the melt in lakewood for a table for at 2:00, monday, the first week in march", + "restaurant_reservation" + ], + [ + "hey computer, make a reservation for 2 for my parents at red lobster on wednseday next, 2:00pm if possible", + "restaurant_reservation" + ], + [ + "i think we should reserve dad's regular table friday for 6 people, use his name, make that close to 4:00 pm at the club", + "restaurant_reservation" + ], + [ + "listen i need to get a reservation for , me and teresa at georgetown cafe on tuesday at 7:00 pm", + "restaurant_reservation" + ], + [ + "can you make me a reservation for 4 pm on the 22nd at ruth's", + "restaurant_reservation" + ], + [ + "i need a reservation at 8 on the 22nd of november at ruth's", + "restaurant_reservation" + ], + [ + "can i make a reservation for 6 pm on the 21st at sidetracks", + "restaurant_reservation" + ], + [ + "please reserve me a table at hell's kitchen on may 3rd at 8 pm", + "restaurant_reservation" + ], + [ + "please reserve me a table for 2 pm at maxwell's on the 14th", + "restaurant_reservation" + ], + [ + "can you make a reservation for me at the restaurant", + "restaurant_reservation" + ], + [ + "can you make a reservation at the restaurant for tomorrow", + "restaurant_reservation" + ], + [ + "can you book a table at the restaurant for me and my husband", + "restaurant_reservation" + ], + [ + "can you make a reservation at the restaurant for tonight", + "restaurant_reservation" + ], + [ + "can you get me a table for 6 at mark's at 11am", + "restaurant_reservation" + ], + [ + "can you get me a table for 1 at the vega at 1pm", + "restaurant_reservation" + ], + [ + "can you get a table for 5 at joe's at 5pm", + "restaurant_reservation" + ], + [ + "can you get me a table for 3 at captain d's at 2pm", + "restaurant_reservation" + ], + [ + "can you get me a table for 2 at mexico viejo at 3pm", + "restaurant_reservation" + ], + [ + "can you get me a table for 2 at diablo", + "restaurant_reservation" + ], + [ + "can you get me a table for 5 at johnnys", + "restaurant_reservation" + ], + [ + "can you get me a table for 8 at johnnys", + "restaurant_reservation" + ], + [ + "can you get me a table for 6 at johnnys", + "restaurant_reservation" + ], + [ + "can you get me a table for 4 at steve's", + "restaurant_reservation" + ], + [ + "reserve a table for 3 at outback steakhouse under the name lance at 7:00pm", + "restaurant_reservation" + ], + [ + "reserve a table for 4 at red lobster under the name dave at 7:30pm", + "restaurant_reservation" + ], + [ + "reserve a table for 6 at morton's under the name jaime at 8:30pm", + "restaurant_reservation" + ], + [ + "can you get me a table for 3 at olive garden at 7pm", + "restaurant_reservation" + ], + [ + "book a reservation for 6 at shakey's under the name jason", + "restaurant_reservation" + ], + [ + "reserve a table for 5 at lawry's under the name steve at 8:00pm", + "restaurant_reservation" + ], + [ + "book a reservation for 5 at lawry's under the name chris", + "restaurant_reservation" + ], + [ + "reserve a table for 2 at olive garden under the name jim at 6:00pm", + "restaurant_reservation" + ], + [ + "book a reservation for 4 at outback steakhouse under the name dave", + "restaurant_reservation" + ], + [ + "can you get me a table for 5 at outback steakhouse at 6:30pm", + "restaurant_reservation" + ], + [ + "book a reservation for 3 at red lobster under the name steve", + "restaurant_reservation" + ], + [ + "book a reservation for 2 at olive garden under the name jim", + "restaurant_reservation" + ], + [ + "can you get me a table for 8 at mastro's at 8:30pm", + "restaurant_reservation" + ], + [ + "can you get me a table for 4 at red lobster at 8pm", + "restaurant_reservation" + ], + [ + "can you get me a table for 6 at lawry's at 7:30pm", + "restaurant_reservation" + ], + [ + "is it possible to get a table for 4 at the village inn around 10am", + "restaurant_reservation" + ], + [ + "can you get me a table for 5 at mcdonalds at 5pm", + "restaurant_reservation" + ], + [ + "give me a table for 3 at o'reilly's bar for 7 please", + "restaurant_reservation" + ], + [ + "can i have a table held at the outback steakhouse for johnson at 5", + "restaurant_reservation" + ], + [ + "is it possible to book a room at the taco bell for reavers at 3", + "restaurant_reservation" + ], + [ + "i'd like to set up a reservation for kibble at 4", + "restaurant_reservation" + ], + [ + "can i reserve a table for 2 at the olive garden at 8", + "restaurant_reservation" + ], + [ + "i want to reserve a table at 8 at long john silver's under the name freddie", + "restaurant_reservation" + ], + [ + "i want to have a table for 2 at the broadmore around 6", + "restaurant_reservation" + ], + [ + "i need an 8 o'clock reservation at pizza hut for the last name mercury", + "restaurant_reservation" + ], + [ + "hey, i need to make a reservation for three at umi, six pm on february 30th", + "restaurant_reservation" + ], + [ + "hello, i'd like a reservation for two at the olive garden at six tonight", + "restaurant_reservation" + ], + [ + "can you set me up for a reservation for five at outback steakhouse on february 28th at seven pm", + "restaurant_reservation" + ], + [ + "i need a reservation for one at applebee's, four in the afternoon on march 3rd", + "restaurant_reservation" + ], + [ + "please make a reservation for me: party of two, february 22nd at chili's, two in the afternoon", + "restaurant_reservation" + ], + [ + "i gotta make a reservation for 8 pm at red robin for 3", + "restaurant_reservation" + ], + [ + "can i make a reservation for 8 pm at red robin for 3", + "restaurant_reservation" + ], + [ + "please book a reservation for 8 pm at red robin under the name kevin", + "restaurant_reservation" + ], + [ + "i want you to book a reservation for 8 pm at red robin under the name kevin", + "restaurant_reservation" + ], + [ + "you have to reserve a table for 4 at red robin under the name kevin at 7", + "restaurant_reservation" + ], + [ + "please reserve a table for 4 at red robin under the name kevin at 7", + "restaurant_reservation" + ], + [ + "i need you to reserve a table for 4 at red robin under the name kevin at 7", + "restaurant_reservation" + ], + [ + "reserve a table for 4 at red robin under the name kevin at 7", + "restaurant_reservation" + ], + [ + "i want to make a reservation for 8 pm at red robin for 3", + "restaurant_reservation" + ], + [ + "you must reserve a table for 4 at red robin under the name kevin at 7", + "restaurant_reservation" + ], + [ + "i think i need to make a reservation for 8 pm at red robin for 3", + "restaurant_reservation" + ], + [ + "i need you to book a reservation for 8 pm at red robin under the name kevin", + "restaurant_reservation" + ], + [ + "go ahead and book a reservation for 8 pm at red robin under the name kevin", + "restaurant_reservation" + ], + [ + "i need to make a reservation for 8 pm at red robin for 3", + "restaurant_reservation" + ], + [ + "book a reservation for 8 pm at red robin under the name kevin", + "restaurant_reservation" + ], + [ + "would you please make a reservation for 2 at olive garden for 5 pm today", + "restaurant_reservation" + ], + [ + "i'd like a reservation for 2 at olive garden for 5 pm today", + "restaurant_reservation" + ], + [ + "could you make reservations for 2 at olive garden for 5 pm today", + "restaurant_reservation" + ], + [ + "make a reservation at 5 pm today for 2 at olive garden", + "restaurant_reservation" + ], + [ + "please make a reservation for 2 at olive garden for 5 pm today", + "restaurant_reservation" + ], + [ + "i need you to reserve a table for 6:00 pm for three at devon's seafood", + "restaurant_reservation" + ], + [ + "make a reservation for three at prime rib at 6:30 pm", + "restaurant_reservation" + ], + [ + "i would like a reservation for 6:30 pm at pietro's under the name david jones", + "restaurant_reservation" + ], + [ + "please reserve a table for two at rouge for 7:00 pm", + "restaurant_reservation" + ], + [ + "can you get me a table for two for 8:00 pm at parc", + "restaurant_reservation" + ], + [ + "i would like you to secure a 4:30 pm reservation for five people at morton's steakhouse", + "restaurant_reservation" + ], + [ + "call and make a 5:45 pm reservation for jason rogers, table for four", + "restaurant_reservation" + ], + [ + "i need you to reserve at table for a party of four at devon's for 6:00 pm", + "restaurant_reservation" + ], + [ + "reserve a table for two for 7:30 pm at dibruno's under patrick donoghue", + "restaurant_reservation" + ], + [ + "please make a reservation at ruth's steaks for a party of five at 7:00 pm under jack arnold", + "restaurant_reservation" + ], + [ + "can i make a reservation for 2 at state bird for 7:30, please", + "restaurant_reservation" + ], + [ + "can i make a reservation for 2 at state bird for 8:30, please", + "restaurant_reservation" + ], + [ + "can i make a reservation for 2 at state bird for 6:30, please", + "restaurant_reservation" + ], + [ + "can i make a reservation for 3 at state bird for 8:30, please", + "restaurant_reservation" + ], + [ + "can i make a reservation for 2 at state bird for 8:30", + "restaurant_reservation" + ], + [ + "please make a reservation for us at joy bar for 4 adults", + "restaurant_reservation" + ], + [ + "please make me a reservation for monty's at noon for 55555", + "restaurant_reservation" + ], + [ + "now, i need a reservation for backwoods crossing at seven for 6 people", + "restaurant_reservation" + ], + [ + "make me a reservation for tomorrow at happys for four", + "restaurant_reservation" + ], + [ + "make me a reservation for 5 at coral for 10 pm immediately", + "restaurant_reservation" + ], + [ + "can you reserve a table for 2 at red lobster at 8pm", + "restaurant_reservation" + ], + [ + "schedule me a table for 2 at red lobster at 8", + "restaurant_reservation" + ], + [ + "check reservation availability for 2 at red lobster at 8pm", + "restaurant_reservation" + ], + [ + "make a reservation for 2 at red lobster at 8pm", + "restaurant_reservation" + ], + [ + "reserve a table for 2 at red lobster at 8:00", + "restaurant_reservation" + ], + [ + "reserve a table for four for tonight at 7 at the fatted calf", + "restaurant_reservation" + ], + [ + "make a reservation for tuesday at 7:00 pm at cielo for 2", + "restaurant_reservation" + ], + [ + "savings account balance at chase bank please", + "balance" + ], + [ + "check chase bank for my checking balance", + "balance" + ], + [ + "what is my checking account balance at chase", + "balance" + ], + [ + "i want my checking balance at chase", + "balance" + ], + [ + "what's my savings balance at chase", + "balance" + ], + [ + "do i have enough money in my chime bank account to take ashley to the movies tuesday", + "balance" + ], + [ + "check my visa account and see if i have enough money for dinner tonight", + "balance" + ], + [ + "is tehre enough in my bluebird account for groceries this week", + "balance" + ], + [ + "do i have enough in my sears account to buy a new dishwasher", + "balance" + ], + [ + "is there enough money in my discover account for a new pair of jeans", + "balance" + ], + [ + "what is the total of my bank accounts", + "balance" + ], + [ + "what is in my bank accounts", + "balance" + ], + [ + "what is the balance on my bank accounts", + "balance" + ], + [ + "what is remaining in my bank acccounts", + "balance" + ], + [ + "how much money is left in my bank accounts", + "balance" + ], + [ + "what amount of money is in my bank accounts", + "balance" + ], + [ + "what is the balance of my bank accounts", + "balance" + ], + [ + "what what kind money is available in my bank accounts", + "balance" + ], + [ + "what is the value of my bank accounts", + "balance" + ], + [ + "how much funds do i have in my bank accounts", + "balance" + ], + [ + "what's my checking account balance", + "balance" + ], + [ + "how much do i have in my checking", + "balance" + ], + [ + "what's the balance of my savings", + "balance" + ], + [ + "how much is in savings", + "balance" + ], + [ + "how much money is in my checking account", + "balance" + ], + [ + "what's the amount of money accumulated in my bank accounts", + "balance" + ], + [ + "what's my current bank savings", + "balance" + ], + [ + "how much total cash do i have in the bank", + "balance" + ], + [ + "what's my current checking balance", + "balance" + ], + [ + "can you tell me my current bank accounts balance", + "balance" + ], + [ + "what's the balance of my bank accounts", + "balance" + ], + [ + "what is my current balance on my home equity line of credit", + "balance" + ], + [ + "please find my balance on my chase mastercard", + "balance" + ], + [ + "can you tell me my checking account balance", + "balance" + ], + [ + "perform a search for my most recent balance on my amex account", + "balance" + ], + [ + "how much is the current balance in my td bank savings account", + "balance" + ], + [ + "what is my balance in checking account", + "balance" + ], + [ + "how much is available in my savings account", + "balance" + ], + [ + "tell me what i have in my money market account", + "balance" + ], + [ + "how much money do i have in my account", + "balance" + ], + [ + "how much is left of mastercard", + "balance" + ], + [ + "what is the available balance in savings", + "balance" + ], + [ + "what is the balance on my visa", + "balance" + ], + [ + "do i have enough money in my chase account for a new refrigerator", + "balance" + ], + [ + "do i have enough money in my charles schwab account to get a new baseball bat", + "balance" + ], + [ + "i'd like to know my bank balance please", + "balance" + ], + [ + "what's the balance on my bank account", + "balance" + ], + [ + "will the money in my capital one account cover a new washing machine", + "balance" + ], + [ + "could you check my bank balance for me", + "balance" + ], + [ + "will the amount in my chase bank account right now cover the cost of a new dryer", + "balance" + ], + [ + "i want to get a new shirt; will the money in my td ameritrade account cover it", + "balance" + ], + [ + "how much do i have in the bank", + "balance" + ], + [ + "what's my bank balance", + "balance" + ], + [ + "what is my bank balance", + "balance" + ], + [ + "is there any money left", + "balance" + ], + [ + "do i have any cash left", + "balance" + ], + [ + "can you tell me how much cash i have", + "balance" + ], + [ + "do i have enough in my boa account for a new pair of skis", + "balance" + ], + [ + "do i have enough in my chase account for new nikes", + "balance" + ], + [ + "can the funds in my wells fargo account cover my lift tickets", + "balance" + ], + [ + "do i have enough to cover new skis in my bank of america account", + "balance" + ], + [ + "do i have enough in my chase account for a plane ticket", + "balance" + ], + [ + "do you know how much i have in checking", + "balance" + ], + [ + "what is my saving's account balance", + "balance" + ], + [ + "what's the balance in my checking", + "balance" + ], + [ + "how much do i have in savings", + "balance" + ], + [ + "could you tell me what my checking account balance is", + "balance" + ], + [ + "what's my total net worth in all of my bank accounts", + "balance" + ], + [ + "what's my account balance", + "balance" + ], + [ + "i want to view my balance", + "balance" + ], + [ + "check my bank balance", + "balance" + ], + [ + "how much money do i have in all of my accounts", + "balance" + ], + [ + "how much money do i have in all of my accounts combined", + "balance" + ], + [ + "what's my checking balance", + "balance" + ], + [ + "how much money do i have total", + "balance" + ], + [ + "what's the total of my bank accounts", + "balance" + ], + [ + "how much money do i have in checking", + "balance" + ], + [ + "i wish to know the balance of my bank of american account", + "balance" + ], + [ + "what is the balance of my bank of american account", + "balance" + ], + [ + "i need to know my bank balance", + "balance" + ], + [ + "i wanna know the balance of my bank of american account", + "balance" + ], + [ + "i'd like to know the balance of my bank of american account", + "balance" + ], + [ + "i wish to know the balance of my bank of american account now", + "balance" + ], + [ + "please tell me my bank balance", + "balance" + ], + [ + "i wanna know my bank balance", + "balance" + ], + [ + "please let me know what my current bank balance is", + "balance" + ], + [ + "what is status of my bank account", + "balance" + ], + [ + "what is my balance", + "balance" + ], + [ + "what is the balance of my bank account", + "balance" + ], + [ + "what is is the details of my bank account", + "balance" + ], + [ + "is there enough money in my discover account for a vacation", + "balance" + ], + [ + "is there enough money in my account for expenses", + "balance" + ], + [ + "do i have enough money in my first hawaiian bank account for a vacation", + "balance" + ], + [ + "is there enough money in my bank of hawaii for vacation", + "balance" + ], + [ + "is there enough money in my discover account for airplane tickets", + "balance" + ], + [ + "what is my savings account balance", + "balance" + ], + [ + "what is my savings balance", + "balance" + ], + [ + "what is my money market account balance", + "balance" + ], + [ + "what is my bank balance for all accounts", + "balance" + ], + [ + "tell me my payroll account balance", + "balance" + ], + [ + "verify that i have reservations at chilis for john doe", + "confirm_reservation" + ], + [ + "can you check my reservations for mortons under david winters", + "confirm_reservation" + ], + [ + "can you check for reservations at wongs chinese for john acer", + "confirm_reservation" + ], + [ + "check and confirm reservations at ruth chris for carol lee", + "confirm_reservation" + ], + [ + "verify that my reservations at won wons for joe lee are good", + "confirm_reservation" + ], + [ + "check on my reservation for umami at 6pm", + "confirm_reservation" + ], + [ + "confirm a reservation for nicole brown at diangelo's at 6:45 pm, please", + "confirm_reservation" + ], + [ + "i need you to confirm that there is a reservation under the name david kramer for 7:00 pm at pietro's", + "confirm_reservation" + ], + [ + "i would like to confirm my 7:30 pm reservation at morton's steakhouse, under michael james", + "confirm_reservation" + ], + [ + "can you please confirm that i have a 6:00 pm table reserved under michelle solomon at devon's", + "confirm_reservation" + ], + [ + "please confirm my reservation at parc for 8:00 pm, with the name denise jack", + "confirm_reservation" + ], + [ + "please confirm my reservation for thursday at 10am", + "confirm_reservation" + ], + [ + "does it show me as having a reservation for tomorrow at 5", + "confirm_reservation" + ], + [ + "can you confirm my reservation for 6 at the outback", + "confirm_reservation" + ], + [ + "can you check that i have a reservation on february 28th for 3 in the afternoon", + "confirm_reservation" + ], + [ + "i want to make sure my reservation for 5 at mcdonalds is still set", + "confirm_reservation" + ], + [ + "i want to verify my reservation for the 18th at 1pm", + "confirm_reservation" + ], + [ + "do i have a reservation for may 1st, 2019 at 4 pm", + "confirm_reservation" + ], + [ + "can you verify that i have a reservation at o'reilly's for 9", + "confirm_reservation" + ], + [ + "can you assure me i have a table at taco bell at 7pm", + "confirm_reservation" + ], + [ + "is my 10am village inn reservation valid", + "confirm_reservation" + ], + [ + "please confirm my reservation for morton's at 5 pm", + "confirm_reservation" + ], + [ + "do i have reservations at o'neal's at 3 pm", + "confirm_reservation" + ], + [ + "is my reservation confirmed for lu shi at 7 pm", + "confirm_reservation" + ], + [ + "confirm my reservation at dino's at 6 pm", + "confirm_reservation" + ], + [ + "please tell me if my reservation is scheduled for sally's at 3 pm", + "confirm_reservation" + ], + [ + "check to see if i have reservations at prado at 6 pm", + "confirm_reservation" + ], + [ + "tell me if i have reservations at the back abbey at 6 pm", + "confirm_reservation" + ], + [ + "do you know if my reservation for dono is confirmed at 8 pm", + "confirm_reservation" + ], + [ + "do i have reservations at creme at 7 pm", + "confirm_reservation" + ], + [ + "i need to know if i have reservations at arufflo at 5 pm", + "confirm_reservation" + ], + [ + "i really need you to confirm my reservation for kevin at red robin", + "confirm_reservation" + ], + [ + "can you confirm my reservation for kevin at red robin", + "confirm_reservation" + ], + [ + "i wanna confirm my reservation for 2/20 at 8 pm", + "confirm_reservation" + ], + [ + "i'd like to confirm my reservation for 2/20 at 8 pm", + "confirm_reservation" + ], + [ + "i would like for you to confirm my reservation for red robin at 5 pm", + "confirm_reservation" + ], + [ + "i must confirm my reservation for 2/20 at 8 pm", + "confirm_reservation" + ], + [ + "i really want to confirm that i have a reservation at red robin for josh", + "confirm_reservation" + ], + [ + "i need you to confirm my reservation for kevin at red robin", + "confirm_reservation" + ], + [ + "will you confirm my reservation for red robin at 10", + "confirm_reservation" + ], + [ + "i wanna try and confirm that i have a reservation at red robin for josh", + "confirm_reservation" + ], + [ + "i need to confirm that i have a reservation at red robin for josh", + "confirm_reservation" + ], + [ + "please confirm my reservation for red robin at 9", + "confirm_reservation" + ], + [ + "i wish to confirm that i have a reservation at red robin for josh", + "confirm_reservation" + ], + [ + "i need to confirm my reservation for 2/20 at 8 pm", + "confirm_reservation" + ], + [ + "go ahead and confirm my reservation for kevin at red robin", + "confirm_reservation" + ], + [ + "please confirm my reservation for 2/20 at 8 pm", + "confirm_reservation" + ], + [ + "confirm my reservation for red robin at 8", + "confirm_reservation" + ], + [ + "i need you to confirm my reservation for outback steakhouse at 6", + "confirm_reservation" + ], + [ + "please confirm my reservation for kevin at red robin", + "confirm_reservation" + ], + [ + "i'd like to confirm that i have a reservation at red robin for josh", + "confirm_reservation" + ], + [ + "will you make sure robert has a reservation at ruth's steakhouse", + "confirm_reservation" + ], + [ + "do i still have the reservation on march 21 at 8pm", + "confirm_reservation" + ], + [ + "can you check that there's a reservation for mark at sidetracks", + "confirm_reservation" + ], + [ + "will you check there is a reservation for laura at black pearl", + "confirm_reservation" + ], + [ + "i need to make sure there is a reservation for george at connor oneil's", + "confirm_reservation" + ], + [ + "can you confirm my reservation for 6 pm on the 13th of february", + "confirm_reservation" + ], + [ + "can you confirm i have a reservation at 5 pm on march 13th", + "confirm_reservation" + ], + [ + "can you confirm my reservation for 8 pm on the 7th of november", + "confirm_reservation" + ], + [ + "please confirm i have a reservation for 2 pm on february 21st", + "confirm_reservation" + ], + [ + "can you verify mike has a reservation at black rock at 6 pm", + "confirm_reservation" + ], + [ + "i want my reservation for march 1 at 8 pm confirmed", + "confirm_reservation" + ], + [ + "will you please confirm my reservation for march 11 at 6:30 pm", + "confirm_reservation" + ], + [ + "i would like you to confirm my reservation for next saturday at 11 am", + "confirm_reservation" + ], + [ + "i need you to confirm my reservation for tomorrow at 3 pm", + "confirm_reservation" + ], + [ + "check to confirm my reservation for february 22 at noon", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at houlihan\u2019s for mike", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at the seven dwarves for peter", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at hu hot for paulie", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at macaroni grill for saul", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at chili\u2019s for melinda", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at macaroni grill for silva", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at kelly's for moreno", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at la palapa for bolding", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at gusteau's for krystine", + "confirm_reservation" + ], + [ + "i would like to try and confirm that i have a reservation at chili's for jamie", + "confirm_reservation" + ], + [ + "can you confirm my reservation for jim at lawry's", + "confirm_reservation" + ], + [ + "can you confirm my reservation for dave at outback steakhouse", + "confirm_reservation" + ], + [ + "can you confirm my reservation for lance at morton's", + "confirm_reservation" + ], + [ + "can you confirm my reservation for steve at olive garden", + "confirm_reservation" + ], + [ + "can you confirm my reservation for jaime at red lobster", + "confirm_reservation" + ], + [ + "i'd like for you to make sure my reservation is there for charlie's under jack", + "confirm_reservation" + ], + [ + "can you check and see i have a reservation under alex for bon apetite", + "confirm_reservation" + ], + [ + "can you verify my reservation under steve for friendly's", + "confirm_reservation" + ], + [ + "make sure my reservation is happening for john at olive garden", + "confirm_reservation" + ], + [ + "double check my reservation under adam for outback steakhouse", + "confirm_reservation" + ], + [ + "please confirm my reservation for april 1st at 9am", + "confirm_reservation" + ], + [ + "please confirm my reservation for march 8th at 12:00", + "confirm_reservation" + ], + [ + "can you confirm my reservation for donnobys at 5:00", + "confirm_reservation" + ], + [ + "can you confirm my reservation for minnis at 4:00", + "confirm_reservation" + ], + [ + "please confirm my reservation for may 9th at 4pm", + "confirm_reservation" + ], + [ + "please confirm my reservation for march 1st at 2pm", + "confirm_reservation" + ], + [ + "can you confirm my reservation for torris at 7:00", + "confirm_reservation" + ], + [ + "can you confirm my reservation for applebees at 2:00", + "confirm_reservation" + ], + [ + "can you confirm my reservation for chillis at 8:00", + "confirm_reservation" + ], + [ + "please confirm my reservation for feburary 21st at 6pm", + "confirm_reservation" + ], + [ + "confirm my taco house reservation for jean", + "confirm_reservation" + ], + [ + "can you you confirm my reservation for jean at taco house", + "confirm_reservation" + ], + [ + "does taco house have a reservation for jean", + "confirm_reservation" + ], + [ + "i would like to check my reservation for jean at taco house", + "confirm_reservation" + ], + [ + "can you block my chase account right away please", + "freeze_account" + ], + [ + "i want my chase account blocked immediately", + "freeze_account" + ], + [ + "i need you to block my chase account immediately", + "freeze_account" + ], + [ + "can you put a block on my chase account right away", + "freeze_account" + ], + [ + "please block my chase account right away", + "freeze_account" + ], + [ + "what do i do to freeze my account", + "freeze_account" + ], + [ + "place a hold on my bank account", + "freeze_account" + ], + [ + "how can i stop transactions on my account", + "freeze_account" + ], + [ + "freeze my account immediately", + "freeze_account" + ], + [ + "block my monkey market right now", + "freeze_account" + ], + [ + "put a stop on my deposit account", + "freeze_account" + ], + [ + "stop any future processing on my savings account", + "freeze_account" + ], + [ + "put a hault on my savings account", + "freeze_account" + ], + [ + "could you put a stop on my bank account, please", + "freeze_account" + ], + [ + "can you put a stop on my bank account now", + "freeze_account" + ], + [ + "can you put a stop on my bank account, please", + "freeze_account" + ], + [ + "could you freeze my account", + "freeze_account" + ], + [ + "could you freeze my account, please", + "freeze_account" + ], + [ + "can you put a stop on my bank account", + "freeze_account" + ], + [ + "can you freeze my account, please", + "freeze_account" + ], + [ + "could you freeze my account now", + "freeze_account" + ], + [ + "can you freeze my account", + "freeze_account" + ], + [ + "could you put a stop on my bank account", + "freeze_account" + ], + [ + "do you mind putting a stop on my bank account", + "freeze_account" + ], + [ + "i would like you to put a stop on my bank account", + "freeze_account" + ], + [ + "please turn my account to frozen", + "freeze_account" + ], + [ + "please make my account a frozen one", + "freeze_account" + ], + [ + "please make sure my account is frozen", + "freeze_account" + ], + [ + "is it too much trouble to put a stop on my bank account", + "freeze_account" + ], + [ + "i would love it if you could put a stop on my bank account", + "freeze_account" + ], + [ + "i would appreciate it if you put a stop on my bank account", + "freeze_account" + ], + [ + "please set my account as frozen", + "freeze_account" + ], + [ + "please freeze my account", + "freeze_account" + ], + [ + "i need my account frozen", + "freeze_account" + ], + [ + "i'd like my account frozen", + "freeze_account" + ], + [ + "i would like my account frozen", + "freeze_account" + ], + [ + "i want my account frozen", + "freeze_account" + ], + [ + "i really want my account frozen", + "freeze_account" + ], + [ + "no payments on my bank account", + "freeze_account" + ], + [ + "turn off my bank account", + "freeze_account" + ], + [ + "stop all payments to my bank account", + "freeze_account" + ], + [ + "shut down my account", + "freeze_account" + ], + [ + "close out my account", + "freeze_account" + ], + [ + "turn off my account", + "freeze_account" + ], + [ + "i need to hold off on my account", + "freeze_account" + ], + [ + "plase hold my account for now", + "freeze_account" + ], + [ + "terminate the account", + "freeze_account" + ], + [ + "i am going to need a block put on my chase account right away", + "freeze_account" + ], + [ + "would you please put a block on my chase account right away", + "freeze_account" + ], + [ + "i would like a block put on my chase account asap", + "freeze_account" + ], + [ + "can you please put a block on my chase account quickly", + "freeze_account" + ], + [ + "i need a block put on my chase account right away", + "freeze_account" + ], + [ + "i need to put a freeze on my banking account", + "freeze_account" + ], + [ + "put a freeze on my bank account", + "freeze_account" + ], + [ + "freeze my bank account", + "freeze_account" + ], + [ + "can i freeze my bank account", + "freeze_account" + ], + [ + "i want you to immediatly block any further activity on my bb&t bank account", + "freeze_account" + ], + [ + "block my citibank account right away", + "freeze_account" + ], + [ + "add a block to my capital one bank account so it cannot be used any more", + "freeze_account" + ], + [ + "please immediatly block my presidential bank account right now", + "freeze_account" + ], + [ + "put a block on my amalgamated bank account right now", + "freeze_account" + ], + [ + "please put a stop on my back account", + "freeze_account" + ], + [ + "please put a block on my td ameritrade account now", + "freeze_account" + ], + [ + "i'd like a stop placed on my bank account", + "freeze_account" + ], + [ + "place a block on my capital one account right now", + "freeze_account" + ], + [ + "i'd like a block on my charles schwab account immediately", + "freeze_account" + ], + [ + "i need you to place a stop on my bank account, thank you", + "freeze_account" + ], + [ + "place a stop on my bank account", + "freeze_account" + ], + [ + "i need you to freeze my account", + "freeze_account" + ], + [ + "i need you to block my mutualone account now", + "freeze_account" + ], + [ + "help me freeze my bank account, please", + "freeze_account" + ], + [ + "i'd like to put a freeze on my bank account", + "freeze_account" + ], + [ + "block my chase account asap", + "freeze_account" + ], + [ + "can you please freeze my bank account", + "freeze_account" + ], + [ + "can you please put a stop on my bank account", + "freeze_account" + ], + [ + "pause my account", + "freeze_account" + ], + [ + "put a hold on my bank account", + "freeze_account" + ], + [ + "please do a stop on my bank account", + "freeze_account" + ], + [ + "stop payments from my bank", + "freeze_account" + ], + [ + "put a hold on my account", + "freeze_account" + ], + [ + "stop my account activity", + "freeze_account" + ], + [ + "please pause my banking actions", + "freeze_account" + ], + [ + "dont allow any action on my account", + "freeze_account" + ], + [ + "don't let payments go through using my bank account", + "freeze_account" + ], + [ + "please freeze my bank account", + "freeze_account" + ], + [ + "i want my bank account frozen", + "freeze_account" + ], + [ + "my bank account must be frozen", + "freeze_account" + ], + [ + "please ask the bank to freeze my account", + "freeze_account" + ], + [ + "i need to freeze my bank account", + "freeze_account" + ], + [ + "put a block on my chase account right away", + "freeze_account" + ], + [ + "put a hold on my chase account right away please", + "freeze_account" + ], + [ + "freeze my account", + "freeze_account" + ], + [ + "place a stop on my main account for me please", + "freeze_account" + ], + [ + "please put a block on my wells fargo account", + "freeze_account" + ], + [ + "put a hold on my bank account please", + "freeze_account" + ], + [ + "put a hold on my bank of america account right away please", + "freeze_account" + ], + [ + "can you notify the bank to put a stop on my account", + "freeze_account" + ], + [ + "can you put a stop on my account", + "freeze_account" + ], + [ + "i need a stop placed on my bank account please", + "freeze_account" + ], + [ + "can you put a block on my visa account right away", + "freeze_account" + ], + [ + "ways to transfer my 401k", + "rollover_401k" + ], + [ + "where do i go the transfer my 401k", + "rollover_401k" + ], + [ + "who do i go to, to transfer my 401k", + "rollover_401k" + ], + [ + "what are the ways i can transfer my 401k", + "rollover_401k" + ], + [ + "i need guidance on how to rollover my 401k", + "rollover_401k" + ], + [ + "walk me through the process of transferring my 401k", + "rollover_401k" + ], + [ + "i want to figure out how to rollover my 401k", + "rollover_401k" + ], + [ + "tell me if i am able to rollover my 401k", + "rollover_401k" + ], + [ + "i have to transfer my 401k but i don't know how to do it", + "rollover_401k" + ], + [ + "i want to rollover my 401k but dont know how", + "rollover_401k" + ], + [ + "i need to know if it is possible to rollover my 401k", + "rollover_401k" + ], + [ + "i nee to know how to transfer my 401k", + "rollover_401k" + ], + [ + "will you help me figure out how to transfer my 401k", + "rollover_401k" + ], + [ + "explain to me how transferring my 401k works", + "rollover_401k" + ], + [ + "can you instruct me on how to rollover my 401k", + "rollover_401k" + ], + [ + "do you know if my 401k is able to be rolled over", + "rollover_401k" + ], + [ + "look up whether my 401k may be rolled over", + "rollover_401k" + ], + [ + "please walk me through the steps necessary to rollover my 401k", + "rollover_401k" + ], + [ + "how do i transport my 401k", + "rollover_401k" + ], + [ + "how do i relocate my 401k", + "rollover_401k" + ], + [ + "since i got a new job, i need help with my 401k rollover", + "rollover_401k" + ], + [ + "i have a new job now and need help with rolling over my 401k", + "rollover_401k" + ], + [ + "how do i move my 401k", + "rollover_401k" + ], + [ + "i recently got a new job and need assistance with my 401k rollover", + "rollover_401k" + ], + [ + "how do i redirect my 401k", + "rollover_401k" + ], + [ + "now that i have a new job, i need getting my 401k rolled over", + "rollover_401k" + ], + [ + "i have a new job and need direction with my 401k rollover", + "rollover_401k" + ], + [ + "i need help changing my 401k after i got a new job", + "rollover_401k" + ], + [ + "i just got a new job and need help transferring my 401k", + "rollover_401k" + ], + [ + "how do i rollover my 401k after i got a new job", + "rollover_401k" + ], + [ + "i need to rollover my 401k because i got a new job", + "rollover_401k" + ], + [ + "i jot got hired and need help with my retirement account", + "rollover_401k" + ], + [ + "could you roll over my 401k for me", + "rollover_401k" + ], + [ + "what are the steps for transfering my 401k", + "rollover_401k" + ], + [ + "walk me through on how to roll over my 401k", + "rollover_401k" + ], + [ + "help me roll over my 401k", + "rollover_401k" + ], + [ + "could you walk me through transfering my 401k", + "rollover_401k" + ], + [ + "i could use some help transfering my 401k", + "rollover_401k" + ], + [ + "help me transfer my 401k", + "rollover_401k" + ], + [ + "i need your assistance on transfering my 401k", + "rollover_401k" + ], + [ + "i need your assistance on rolling over my 401k", + "rollover_401k" + ], + [ + "i need help to roll over my 401k", + "rollover_401k" + ], + [ + "i have to get my 401k rollover because i just got a new job", + "rollover_401k" + ], + [ + "i just changed jobs and need help with my 401k rollover", + "rollover_401k" + ], + [ + "i have just switched jobs and need assistance with my 401k rollover", + "rollover_401k" + ], + [ + "i just started this new job and need help with my 401k rollover", + "rollover_401k" + ], + [ + "i just switched jobs and need a 401k rollover", + "rollover_401k" + ], + [ + "i'd like my 401k to be rolled over", + "rollover_401k" + ], + [ + "tell me how to get my 401k rolled over", + "rollover_401k" + ], + [ + "help me to roll over my 401k", + "rollover_401k" + ], + [ + "i'd like to roll over my 401k", + "rollover_401k" + ], + [ + "how can i roll over my 401k", + "rollover_401k" + ], + [ + "will my 401k rollover or not", + "rollover_401k" + ], + [ + "can a 401k be rolled over", + "rollover_401k" + ], + [ + "do i have the ability to rollover my 401k", + "rollover_401k" + ], + [ + "what's up with my 401k and will it roll over", + "rollover_401k" + ], + [ + "i'm on a new job but i need help with my 401k rollover", + "rollover_401k" + ], + [ + "i managed to get a new job but i need help with my 401k rollover", + "rollover_401k" + ], + [ + "i just acquired a new job but i need help with my 401k rollover", + "rollover_401k" + ], + [ + "i recently took a new job and need help with my 401k rollover", + "rollover_401k" + ], + [ + "i just got this new job but i need help with my 401k rollover", + "rollover_401k" + ], + [ + "i want help rolling over my 401k", + "rollover_401k" + ], + [ + "i need to rollover my 401k to a new job", + "rollover_401k" + ], + [ + "i want my 401k rolled over to a new workplace", + "rollover_401k" + ], + [ + "my previous job's 401k needs to be rolled over", + "rollover_401k" + ], + [ + "i need a 401k rolled over to my brand new job", + "rollover_401k" + ], + [ + "what do i do to rollover my 401k", + "rollover_401k" + ], + [ + "i need to rollover my 401k", + "rollover_401k" + ], + [ + "can you help me with rolling over my 401k", + "rollover_401k" + ], + [ + "i desperately need to rollover my 401k somehow", + "rollover_401k" + ], + [ + "my new job requires that i rollover my 401k", + "rollover_401k" + ], + [ + "can you help me figure out the process of rolling over a 401k", + "rollover_401k" + ], + [ + "what do i need to do to rollover my 401k", + "rollover_401k" + ], + [ + "can you help me rollover my 401k to my new place of employment", + "rollover_401k" + ], + [ + "how can i rollover my 401k at my new job", + "rollover_401k" + ], + [ + "can you assist me rolling over a 401k for a new job", + "rollover_401k" + ], + [ + "what's the process for rolling over my 401k", + "rollover_401k" + ], + [ + "i just found a better job and need to move my 401k over to my new employer", + "rollover_401k" + ], + [ + "i have to roll over my 401k to a new account and i don't know how", + "rollover_401k" + ], + [ + "i switched companies and need to rollover my 401k", + "rollover_401k" + ], + [ + "tell me how to transfer my 401k", + "rollover_401k" + ], + [ + "what are the steps for transferring my 401k", + "rollover_401k" + ], + [ + "transfer my 401k please", + "rollover_401k" + ], + [ + "i need to transfer my 401 k", + "rollover_401k" + ], + [ + "is there a way to transfer my 401k", + "rollover_401k" + ], + [ + "can you explain to me how to rollover my 401k", + "rollover_401k" + ], + [ + "can you help me figure out how to rollover my 401k", + "rollover_401k" + ], + [ + "i got a new job, can you help me with my 401k rollover", + "rollover_401k" + ], + [ + "i want to know how to rollover my 401k", + "rollover_401k" + ], + [ + "i need help with my 401k rollver since i got a new job", + "rollover_401k" + ], + [ + "i would like to know how to rollover my 401k", + "rollover_401k" + ], + [ + "explain to me how to rollover my 401k", + "rollover_401k" + ], + [ + "please help me with my 401k rollover since i got a new job", + "rollover_401k" + ], + [ + "can you help me with my 401k rollover since i got a new job", + "rollover_401k" + ], + [ + "i have a new job, help me with my 401k rollover", + "rollover_401k" + ], + [ + "i need assistance figuring out how to rollover my 401k", + "rollover_401k" + ], + [ + "i need to get some assistance figuring out how i can rollover my 401k, please", + "rollover_401k" + ], + [ + "i need to get some assistance figuring out how to rollover my 401k, please", + "rollover_401k" + ], + [ + "i need to get some assistance figuring out how to rollover my 401k", + "rollover_401k" + ], + [ + "i need assistance figuring out how to rollover my 401k, please", + "rollover_401k" + ], + [ + "who formed you", + "who_made_you" + ], + [ + "who constructed you", + "who_made_you" + ], + [ + "what's your design company", + "who_made_you" + ], + [ + "what company coded you", + "who_made_you" + ], + [ + "who fabricated you", + "who_made_you" + ], + [ + "what company wrote your code", + "who_made_you" + ], + [ + "what company owns your code", + "who_made_you" + ], + [ + "who brought you up", + "who_made_you" + ], + [ + "who is it that programmed you", + "who_made_you" + ], + [ + "whats it like to be programmed", + "who_made_you" + ], + [ + "who was the inventor of ai", + "who_made_you" + ], + [ + "ai was made by whom", + "who_made_you" + ], + [ + "tell me the inventor of ai", + "who_made_you" + ], + [ + "can you tell me who made ai", + "who_made_you" + ], + [ + "could you let me know who made you", + "who_made_you" + ], + [ + "would you let me know who programmed you", + "who_made_you" + ], + [ + "provide me the name of who programmed you", + "who_made_you" + ], + [ + "i want to know who made you", + "who_made_you" + ], + [ + "provide me the name of who made you", + "who_made_you" + ], + [ + "i am needing to know who made you", + "who_made_you" + ], + [ + "tell me who made you", + "who_made_you" + ], + [ + "tell me who programmed you", + "who_made_you" + ], + [ + "let me know who made you", + "who_made_you" + ], + [ + "i need to know who programmed you", + "who_made_you" + ], + [ + "i am wanting to know who programmed you", + "who_made_you" + ], + [ + "give me an answer to who made you", + "who_made_you" + ], + [ + "i'm needing to know who made you", + "who_made_you" + ], + [ + "what's your brand", + "who_made_you" + ], + [ + "who created you", + "who_made_you" + ], + [ + "who was your creator", + "who_made_you" + ], + [ + "who made your algorithms", + "who_made_you" + ], + [ + "who manufactured you", + "who_made_you" + ], + [ + "what's the name of the company that designed you", + "who_made_you" + ], + [ + "who's responsible for your existence", + "who_made_you" + ], + [ + "what's the business that caused you to be made", + "who_made_you" + ], + [ + "can you remember who compiled you", + "who_made_you" + ], + [ + "what company's software engineers gave you life", + "who_made_you" + ], + [ + "who are the people responsible for you", + "who_made_you" + ], + [ + "who invented you", + "who_made_you" + ], + [ + "who designed you", + "who_made_you" + ], + [ + "who developed your actions", + "who_made_you" + ], + [ + "who supplied your instructions", + "who_made_you" + ], + [ + "who formulated you", + "who_made_you" + ], + [ + "which company can i credit your design to", + "who_made_you" + ], + [ + "by which company are you designed by", + "who_made_you" + ], + [ + "to which company is your design accredited to", + "who_made_you" + ], + [ + "which company is responsible for your design", + "who_made_you" + ], + [ + "what organization created you", + "who_made_you" + ], + [ + "who developed your internal code", + "who_made_you" + ], + [ + "who created your ai program", + "who_made_you" + ], + [ + "who was your inventor", + "who_made_you" + ], + [ + "who engineered you", + "who_made_you" + ], + [ + "who is this ai's creater", + "who_made_you" + ], + [ + "who made this ai", + "who_made_you" + ], + [ + "who did the programming for this ai", + "who_made_you" + ], + [ + "i would like to know who programmed this ai", + "who_made_you" + ], + [ + "you were built by who", + "who_made_you" + ], + [ + "what company manufactured you", + "who_made_you" + ], + [ + "who were you made by", + "who_made_you" + ], + [ + "are you made in the usa", + "who_made_you" + ], + [ + "tell me your brand", + "who_made_you" + ], + [ + "tell me the company that produces you and similar machines", + "who_made_you" + ], + [ + "may i know who made you", + "who_made_you" + ], + [ + "what created you", + "who_made_you" + ], + [ + "do you know who you came from", + "who_made_you" + ], + [ + "who is your originator", + "who_made_you" + ], + [ + "who is your creator", + "who_made_you" + ], + [ + "who is responsible for who you are", + "who_made_you" + ], + [ + "who crafted you", + "who_made_you" + ], + [ + "who was your programmer", + "who_made_you" + ], + [ + "the programmer who made you is who", + "who_made_you" + ], + [ + "who did the programming on you", + "who_made_you" + ], + [ + "what is the name of the person who created you", + "who_made_you" + ], + [ + "who built you", + "who_made_you" + ], + [ + "how were you made", + "who_made_you" + ], + [ + "how did you come to be you", + "who_made_you" + ], + [ + "please identify the name of the creator of this ai", + "who_made_you" + ], + [ + "this ai was made by what person or team", + "who_made_you" + ], + [ + "who is the creator of this ai", + "who_made_you" + ], + [ + "how was this ai created", + "who_made_you" + ], + [ + "tell me what company programmed you", + "who_made_you" + ], + [ + "the creator of your ai, what is their name", + "who_made_you" + ], + [ + "who made the ai", + "who_made_you" + ], + [ + "what is the name of the person who made the ai", + "who_made_you" + ], + [ + "can you tell me who made the ai", + "who_made_you" + ], + [ + "will you tell me who made the ai", + "who_made_you" + ], + [ + "would you tell me who made the ai", + "who_made_you" + ], + [ + "who makes the ai", + "who_made_you" + ], + [ + "ai who made you", + "who_made_you" + ], + [ + "who made you ai", + "who_made_you" + ], + [ + "can you tell me who created you", + "who_made_you" + ], + [ + "who is responsible for making you", + "who_made_you" + ], + [ + "who were you invented by", + "who_made_you" + ], + [ + "i'd like to know who made you", + "who_made_you" + ], + [ + "who brought you to life", + "who_made_you" + ], + [ + "who made you up", + "who_made_you" + ], + [ + "what company created you", + "who_made_you" + ], + [ + "who gave you life", + "who_made_you" + ], + [ + "what company sponsored you", + "who_made_you" + ], + [ + "which company programmed you", + "who_made_you" + ], + [ + "estimated time to airport from current location, la", + "distance" + ], + [ + "how long to get to the airport in la", + "distance" + ], + [ + "how early should i leave to the airport in la", + "distance" + ], + [ + "does it take a long time to get to the airport in la", + "distance" + ], + [ + "is the ride short to the airport in la", + "distance" + ], + [ + "how long's it take to get to the panera downtown", + "distance" + ], + [ + "how long will it take to drive to the kroger in westwood", + "distance" + ], + [ + "how long will it take to walk to the safeway in the strip mall", + "distance" + ], + [ + "how long will it take me to get to the mcdonald's in the city", + "distance" + ], + [ + "how long will it take me to drive to the park in west county", + "distance" + ], + [ + "how long does it take to get to spago's in los angeles", + "distance" + ], + [ + "it takes how long to get to the beach in santa barbara", + "distance" + ], + [ + "how long does it take to get to universal studios in los angeles", + "distance" + ], + [ + "how long does it take to get to disneyland in anaheim", + "distance" + ], + [ + "it takes how long to get to mcdonald's in pomona", + "distance" + ], + [ + "if i take the bus, how long will it take to get to dubrovnik", + "distance" + ], + [ + "how much time will riding the bus to downtown take", + "distance" + ], + [ + "what's my eta on the bus ride to church", + "distance" + ], + [ + "how long will it take the bus to get to stop 23", + "distance" + ], + [ + "how long before i get to dallas , in time, not miles", + "distance" + ], + [ + "what is the distance to austin city limits from my hotel , the holiday inn at austin", + "distance" + ], + [ + "how far is the airport in dallas from my current location", + "distance" + ], + [ + "how far am i from the beach right now", + "distance" + ], + [ + "tell the miles it will take to get to las vegas from san diego", + "distance" + ], + [ + "give me the time left before i get to the hotel", + "distance" + ], + [ + "tell me how far i am from home in time and miles", + "distance" + ], + [ + "how miles does it take to get to red lobster from my current location", + "distance" + ], + [ + "how many miles until i get to the beach", + "distance" + ], + [ + "how far is the grand canyon from my current location in phoenix, az", + "distance" + ], + [ + "how many hours will it take to get to my destination", + "distance" + ], + [ + "how long will it take me to drive to my destination", + "distance" + ], + [ + "how many miles will it take to get to my destination", + "distance" + ], + [ + "where is the closest gas station", + "distance" + ], + [ + "what's the estimated time to get to ppg paints arena in pittsburgh via bus", + "distance" + ], + [ + "how long would it take to get to times square by bus", + "distance" + ], + [ + "how long would a bus to the empire state building take", + "distance" + ], + [ + "how long can i expect a bus ride to the liberty bell to take", + "distance" + ], + [ + "if i'm trying to get to heinz field, how long would it take by bus", + "distance" + ], + [ + "please let me know how long it'll be until i reach the sky harbor airport", + "distance" + ], + [ + "i want to know how long it is from here to the sky harbor airport", + "distance" + ], + [ + "will it be long to get to the sky harbor airport", + "distance" + ], + [ + "how long does it take to get to the sky harbor airport", + "distance" + ], + [ + "how long does it take until i reach the sky harbor airport", + "distance" + ], + [ + "approximately how long does it take to get to the resort in miami", + "distance" + ], + [ + "about how much time will it take to get to the laundry in this area", + "distance" + ], + [ + "approximately how much time will it take to get to tod's in minutes", + "distance" + ], + [ + "how long does it take to get to the park in detroit", + "distance" + ], + [ + "how long does it take to get to the airport in dallas", + "distance" + ], + [ + "how long does it take to get to outback in atlanta", + "distance" + ], + [ + "how long does it take to get to applebees in new york", + "distance" + ], + [ + "how long does it take to get to the mall in las vegas", + "distance" + ], + [ + "so to go to brooklyn, it would take me how long again", + "distance" + ], + [ + "if i take this bus, how long until i get to brooklyn", + "distance" + ], + [ + "from here, i take this bus to go to brooklyn and how long is the commute", + "distance" + ], + [ + "does it take 5 hrs to get to brooklyn by bus", + "distance" + ], + [ + "usually, how long does is the commute to brooklyn by bus", + "distance" + ], + [ + "what's the eta for grandma's house", + "distance" + ], + [ + "what is the average time to get to walmart in mays landing", + "distance" + ], + [ + "how long does it take to get to applebees in nj", + "distance" + ], + [ + "how long until i reach my destination", + "distance" + ], + [ + "i need a time update on the applebees trip", + "distance" + ], + [ + "i want to know the time to get to td bank in toms river", + "distance" + ], + [ + "what time will we arrive at the bank", + "distance" + ], + [ + "how fast can i get to target in trenton", + "distance" + ], + [ + "how long is the ride to phoenix", + "distance" + ], + [ + "how long will it take to get to outback in phoenix", + "distance" + ], + [ + "how long will it take to get to phoenix", + "distance" + ], + [ + "how long does it take to get to phoenix by bus", + "distance" + ], + [ + "how long does it take to get to dallas by bus", + "distance" + ], + [ + "how long will it take me to get to phoenix", + "distance" + ], + [ + "how long is it gonna take to get to red robin in avondale", + "distance" + ], + [ + "how long does it take to get to red robin on phoenix", + "distance" + ], + [ + "how long does it take to get to virginia by bus", + "distance" + ], + [ + "what is the time frame to get to phoenix", + "distance" + ], + [ + "how long does it take to get to houston by bus", + "distance" + ], + [ + "how long will it take me to get to red robin in glendale", + "distance" + ], + [ + "what is the length of time it takes to get to phoenix", + "distance" + ], + [ + "how long will it take for me to get to red robin in san diego", + "distance" + ], + [ + "how long does it take to get to orlando by bus", + "distance" + ], + [ + "how long will a bus ride take if i'm going to the capitol building", + "distance" + ], + [ + "if i go by bus, how long will it take to get to the airport", + "distance" + ], + [ + "how long is a bus ride to the library", + "distance" + ], + [ + "what amount of time would it take me to reach the university by bus", + "distance" + ], + [ + "how long will it take to reach central park by bus", + "distance" + ], + [ + "how much time does it take to get to levi stadium from san jose airport", + "distance" + ], + [ + "how long will it take to get to golden gate bridge from pier 39", + "distance" + ], + [ + "how long is the drive from sfo to fisherman's wharf", + "distance" + ], + [ + "how long will it take to get to long beach terminal from long beach airport", + "distance" + ], + [ + "how long will it take to get from galleria mall to state capitol", + "distance" + ], + [ + "by bus, how long would it take to get to detroit", + "distance" + ], + [ + "utilizing an automobile known as a bus, how long will it take to get to detroit", + "distance" + ], + [ + "what is the time that it will take to arrive at detroit", + "distance" + ], + [ + "how much time will pass between the start and end of our sojourn by bus to detroit", + "distance" + ], + [ + "what amount of time will pass in order for a person at our location to take bus to detroit", + "distance" + ], + [ + "how long will it take to reach my doctors office", + "distance" + ], + [ + "how long to reach my doctors office", + "distance" + ], + [ + "how much time to reach doctors office", + "distance" + ], + [ + "time taken to reach doctors office", + "distance" + ], + [ + "time taken from home to doctors office", + "distance" + ], + [ + "if i leave now, how long will it take me to drive to cape hatteras", + "distance" + ], + [ + "you refer to me as what", + "user_name" + ], + [ + "by what name do you refer to me", + "user_name" + ], + [ + "what name do you use when addressing me", + "user_name" + ], + [ + "is there a name that you call me", + "user_name" + ], + [ + "how do you usually refer to me", + "user_name" + ], + [ + "what is the name you call me saved as", + "user_name" + ], + [ + "regarding my name, whats it saved as", + "user_name" + ], + [ + "what name do you have saved for me", + "user_name" + ], + [ + "whats my name saved under", + "user_name" + ], + [ + "what is my first name saved as", + "user_name" + ], + [ + "do you know my name", + "user_name" + ], + [ + "say my name if you know it", + "user_name" + ], + [ + "can you guess my name", + "user_name" + ], + [ + "i want you to guess my name", + "user_name" + ], + [ + "by what name people call me", + "user_name" + ], + [ + "do you remember my name", + "user_name" + ], + [ + "say what you think my name is", + "user_name" + ], + [ + "show me what you think my name is", + "user_name" + ], + [ + "tell me what you think my name is", + "user_name" + ], + [ + "what can you call me", + "user_name" + ], + [ + "what would you like to call me", + "user_name" + ], + [ + "what would i be referred to as", + "user_name" + ], + [ + "what would you like to refer to me as", + "user_name" + ], + [ + "what do you think you will refer to me as", + "user_name" + ], + [ + "what will you call me", + "user_name" + ], + [ + "what will you refer to me as", + "user_name" + ], + [ + "what are you going to refer to me as", + "user_name" + ], + [ + "you saved my name how", + "user_name" + ], + [ + "in what format did you save my name", + "user_name" + ], + [ + "you wrote what for my name", + "user_name" + ], + [ + "what did ya save my name as", + "user_name" + ], + [ + "how did you save my name", + "user_name" + ], + [ + "what's my name in your system", + "user_name" + ], + [ + "how is my name listed", + "user_name" + ], + [ + "the name you have for me is what", + "user_name" + ], + [ + "what name am i under", + "user_name" + ], + [ + "call me by my name", + "user_name" + ], + [ + "tell me my designation", + "user_name" + ], + [ + "by what nym do you think of me", + "user_name" + ], + [ + "how do you say my name", + "user_name" + ], + [ + "what do you know me as", + "user_name" + ], + [ + "what do you say for my name", + "user_name" + ], + [ + "what's my name huh", + "user_name" + ], + [ + "please tell me the name you use for me", + "user_name" + ], + [ + "what name do you use to talk about me", + "user_name" + ], + [ + "how do you reference me", + "user_name" + ], + [ + "who do you think i am", + "user_name" + ], + [ + "can you tell me what you refer to me as", + "user_name" + ], + [ + "what am i called by you", + "user_name" + ], + [ + "what is my name saved as in your system", + "user_name" + ], + [ + "do you have any idea what my name is", + "user_name" + ], + [ + "can you tell me what my name is", + "user_name" + ], + [ + "what is the name you associate with me", + "user_name" + ], + [ + "what name do you have listed for me", + "user_name" + ], + [ + "what is the name you have listed for my identity", + "user_name" + ], + [ + "what do you refer to me as", + "user_name" + ], + [ + "what name do you know me by", + "user_name" + ], + [ + "how do you address me", + "user_name" + ], + [ + "tell me what you believe my name to be", + "user_name" + ], + [ + "what am i known as to you", + "user_name" + ], + [ + "what do you think i am called", + "user_name" + ], + [ + "tell me your guess of what my name is", + "user_name" + ], + [ + "can you tell me what you call me", + "user_name" + ], + [ + "what do you have my name saved under", + "user_name" + ], + [ + "what's my name saved under", + "user_name" + ], + [ + "what name do you call me", + "user_name" + ], + [ + "what is my name saved under", + "user_name" + ], + [ + "what is the name that you have for me, please", + "user_name" + ], + [ + "what is the name that you have for me", + "user_name" + ], + [ + "what name do you call me by", + "user_name" + ], + [ + "what is your name for me, please", + "user_name" + ], + [ + "what do you have me saved under", + "user_name" + ], + [ + "what's the name that you have for me, please", + "user_name" + ], + [ + "what is my name saved as", + "user_name" + ], + [ + "what name do you refer to me as", + "user_name" + ], + [ + "what might my name be", + "user_name" + ], + [ + "can you tell me my name", + "user_name" + ], + [ + "if you were smart, would you know my name", + "user_name" + ], + [ + "do you call me a certain name", + "user_name" + ], + [ + "do i have a name to you", + "user_name" + ], + [ + "what is your name for me", + "user_name" + ], + [ + "i want you to let me know what names you have for me", + "user_name" + ], + [ + "could you let me know what names you have for me", + "user_name" + ], + [ + "would you tell me what names you have for me", + "user_name" + ], + [ + "let me know what names you have for me", + "user_name" + ], + [ + "i need to know what names you have for me", + "user_name" + ], + [ + "do you my name", + "user_name" + ], + [ + "do you know how to refer to me", + "user_name" + ], + [ + "can you tell me what your refer to me as", + "user_name" + ], + [ + "my name is what", + "user_name" + ], + [ + "do you know what you call me", + "user_name" + ], + [ + "what is the name you call me", + "user_name" + ], + [ + "what name is mine", + "user_name" + ], + [ + "you have what name for me", + "user_name" + ], + [ + "so what is my name saved as", + "user_name" + ], + [ + "so what is my current name saved as", + "user_name" + ], + [ + "i wanna know what do you call me", + "user_name" + ], + [ + "let me know the name you have for me", + "user_name" + ], + [ + "so what name do you have for me", + "user_name" + ], + [ + "let me know what do you call me", + "user_name" + ], + [ + "timezone of cuba", + "timezone" + ], + [ + "what is the time zone of france", + "timezone" + ], + [ + "french time zone", + "timezone" + ], + [ + "which timezone is colombia", + "timezone" + ], + [ + "time zone in france", + "timezone" + ], + [ + "do you know what timezone italy is in", + "timezone" + ], + [ + "italy's timezone is what", + "timezone" + ], + [ + "the timezone of italy is what", + "timezone" + ], + [ + "italy is in what timezone", + "timezone" + ], + [ + "for italy what timezone is it in", + "timezone" + ], + [ + "i wanna know what timezone spain is in", + "timezone" + ], + [ + "what timezone is japan in", + "timezone" + ], + [ + "what timezone is philadelphia in", + "timezone" + ], + [ + "what timezone is china in", + "timezone" + ], + [ + "what timezone is scotland in", + "timezone" + ], + [ + "i need to know what timezone ireland is in", + "timezone" + ], + [ + "what timezone is sweden in", + "timezone" + ], + [ + "what timezone is phoenix in", + "timezone" + ], + [ + "what timezone is dallas in", + "timezone" + ], + [ + "tell me what timezone finland is in", + "timezone" + ], + [ + "what timezone is canada in", + "timezone" + ], + [ + "tell me the timezone that spain is in", + "timezone" + ], + [ + "what timezone is detroit in", + "timezone" + ], + [ + "what timezone is russia in", + "timezone" + ], + [ + "what's the time zone in miami", + "timezone" + ], + [ + "time zone in miami is what like", + "timezone" + ], + [ + "how is miami time zone like", + "timezone" + ], + [ + "time zone in miami is like what", + "timezone" + ], + [ + "miami time zone is what", + "timezone" + ], + [ + "what's the current timezone in barcelona", + "timezone" + ], + [ + "can you tell me the timezone in san francisco", + "timezone" + ], + [ + "in paris, what's the timezone", + "timezone" + ], + [ + "what's the timezone for london", + "timezone" + ], + [ + "what timezone does lisbon have", + "timezone" + ], + [ + "in what timezone is nigeria", + "timezone" + ], + [ + "which timezone is england in", + "timezone" + ], + [ + "can you tell me which timezone is cambodia in", + "timezone" + ], + [ + "in which timezone is jamaica", + "timezone" + ], + [ + "what timezone is viet nam in", + "timezone" + ], + [ + "what's the timezone for brasilia", + "timezone" + ], + [ + "which timezone is buenos aires in", + "timezone" + ], + [ + "what timezone is lima in", + "timezone" + ], + [ + "what's chicago's time zone", + "timezone" + ], + [ + "what is the timezone for quito", + "timezone" + ], + [ + "what timezone is chicago in", + "timezone" + ], + [ + "what timezone is boise in", + "timezone" + ], + [ + "what timezone is miami in", + "timezone" + ], + [ + "whats the timezone for modesto", + "timezone" + ], + [ + "what timezone is sacromento in", + "timezone" + ], + [ + "whats the timezone for san fransico", + "timezone" + ], + [ + "if i\u2019m in japan, what time zone am i in", + "timezone" + ], + [ + "tell me what time zone portugal uses", + "timezone" + ], + [ + "nigeria is in which time zone", + "timezone" + ], + [ + "the time zone for brazil is what", + "timezone" + ], + [ + "what time zone is ireland in", + "timezone" + ], + [ + "what's the timezone for boston", + "timezone" + ], + [ + "do you know the timezone for dublin", + "timezone" + ], + [ + "what's the timezone for san diego", + "timezone" + ], + [ + "what timezone is london is", + "timezone" + ], + [ + "what timezone is melbourne in", + "timezone" + ], + [ + "what timezone would tampa be in", + "timezone" + ], + [ + "what timezone do they use in la", + "timezone" + ], + [ + "can you tell me denver's timezone", + "timezone" + ], + [ + "what timezone does bangor have", + "timezone" + ], + [ + "does phoenix have a different timezone", + "timezone" + ], + [ + "do you know the timezone for phoenix", + "timezone" + ], + [ + "what timezone would i be in if i traveled to moscow", + "timezone" + ], + [ + "if you're in melbourne, what timezone are you in", + "timezone" + ], + [ + "what timezone is milan in", + "timezone" + ], + [ + "detroit is in what timezone", + "timezone" + ], + [ + "can you tell me what timezone chicago is in", + "timezone" + ], + [ + "doy ou know what timezone chicago is in", + "timezone" + ], + [ + "could you tell me what timezone reno is in", + "timezone" + ], + [ + "reno's timezone is what", + "timezone" + ], + [ + "if i change my timezone to reno, what would it be", + "timezone" + ], + [ + "do you know what the timezone is in reno", + "timezone" + ], + [ + "if i am in reno, what would the timezone be", + "timezone" + ], + [ + "find the applicable timezone for austin", + "timezone" + ], + [ + "what time zone are we currently in", + "timezone" + ], + [ + "please search for portland's timezone", + "timezone" + ], + [ + "in what timezone does baton rouge fall", + "timezone" + ], + [ + "can you tell me the timezone that hartford is in", + "timezone" + ], + [ + "i need to know what timezone sedona is in", + "timezone" + ], + [ + "can you tell my what france's timezone is", + "timezone" + ], + [ + "i would like information on france's timezone", + "timezone" + ], + [ + "i want to know france's timezone", + "timezone" + ], + [ + "which timezone is france in", + "timezone" + ], + [ + "what timezone is france in", + "timezone" + ], + [ + "what timezone is new york in", + "timezone" + ], + [ + "what timezone is reno in", + "timezone" + ], + [ + "what timezone is vegas in", + "timezone" + ], + [ + "what timezone is los angeles in", + "timezone" + ], + [ + "is austin in the central timezone", + "timezone" + ], + [ + "does the central timezone include austin", + "timezone" + ], + [ + "what is the timezone in las vegas", + "timezone" + ], + [ + "which timezone is las vegas in", + "timezone" + ], + [ + "las vegas is in what timezone", + "timezone" + ], + [ + "tell me the timezone las vegas is in", + "timezone" + ], + [ + "las vegas timezone please", + "timezone" + ], + [ + "what timezone is boston in", + "timezone" + ], + [ + "go past this song", + "next_song" + ], + [ + "put on the next song", + "next_song" + ], + [ + "please play the next song", + "next_song" + ], + [ + "go forward to the next song on the playlist", + "next_song" + ], + [ + "change the song to the next one", + "next_song" + ], + [ + "go to the next song on the playlist", + "next_song" + ], + [ + "go to my next song", + "next_song" + ], + [ + "skip this song", + "next_song" + ], + [ + "can you skip this song", + "next_song" + ], + [ + "pass this song", + "next_song" + ], + [ + "i want to hear the very next song on this playlist", + "next_song" + ], + [ + "i would like to hear the next song on this playlist", + "next_song" + ], + [ + "skip this song and play the next", + "next_song" + ], + [ + "play the next hit", + "next_song" + ], + [ + "remember to play the next number on this particular playlist", + "next_song" + ], + [ + "i would like to hear the next tune on this particular playlist", + "next_song" + ], + [ + "please put on the next number on this playlist", + "next_song" + ], + [ + "can you move to the next song", + "next_song" + ], + [ + "lets pause this song and move onto the next", + "next_song" + ], + [ + "lets pass on this song and do the next", + "next_song" + ], + [ + "play the next musical number", + "next_song" + ], + [ + "play the next tune", + "next_song" + ], + [ + "lets just play the next song please", + "next_song" + ], + [ + "hop to the next one", + "next_song" + ], + [ + "go to next song", + "next_song" + ], + [ + "play the next track", + "next_song" + ], + [ + "skip over this song", + "next_song" + ], + [ + "play the next song instead", + "next_song" + ], + [ + "play the song coming on next", + "next_song" + ], + [ + "play the next song queued up", + "next_song" + ], + [ + "move to the next song", + "next_song" + ], + [ + "what is the next song to be played", + "next_song" + ], + [ + "can we play the next track", + "next_song" + ], + [ + "can we stop this song and play the next one", + "next_song" + ], + [ + "can we skip this song", + "next_song" + ], + [ + "skip this and go to the next song", + "next_song" + ], + [ + "skip and play next song", + "next_song" + ], + [ + "skip and next", + "next_song" + ], + [ + "go to the next song and skip", + "next_song" + ], + [ + "go to the next song now", + "next_song" + ], + [ + "play one song forward", + "next_song" + ], + [ + "i want to hear the next song", + "next_song" + ], + [ + "go forward one song", + "next_song" + ], + [ + "the next song should be played", + "next_song" + ], + [ + "what's next on the list", + "next_song" + ], + [ + "play the next song", + "next_song" + ], + [ + "next song on the list, please", + "next_song" + ], + [ + "you must skip this song and play the next one", + "next_song" + ], + [ + "go ahead and skip this song and play the next one", + "next_song" + ], + [ + "you need to skip this song and play the next one", + "next_song" + ], + [ + "go ahead and play the next song on this playlist", + "next_song" + ], + [ + "go passed the song now", + "next_song" + ], + [ + "will you play the next song on this playlist", + "next_song" + ], + [ + "i need you to play the next song on this playlist", + "next_song" + ], + [ + "please skip this song and play the next one", + "next_song" + ], + [ + "please change the song now", + "next_song" + ], + [ + "please play the next song on this playlist", + "next_song" + ], + [ + "i want you to play the next song on this playlist", + "next_song" + ], + [ + "i need you to skip this song and play the next one", + "next_song" + ], + [ + "i don't want this song, move to the next", + "next_song" + ], + [ + "skip to the next song", + "next_song" + ], + [ + "play next song using this playlist", + "next_song" + ], + [ + "go to next song, please", + "next_song" + ], + [ + "forget this song and go to the next", + "next_song" + ], + [ + "move on to the next song", + "next_song" + ], + [ + "using this playlist, play next song", + "next_song" + ], + [ + "jump to the next song on this playlist", + "next_song" + ], + [ + "skip to the next song please", + "next_song" + ], + [ + "please go to the song after this one", + "next_song" + ], + [ + "please jump to the song that follows this one", + "next_song" + ], + [ + "let's play the next song now", + "next_song" + ], + [ + "can you fast forward to the next song", + "next_song" + ], + [ + "continue to next song on the playlist", + "next_song" + ], + [ + "take me to the next song on this playlist", + "next_song" + ], + [ + "find the next song on this playlist", + "next_song" + ], + [ + "proceed to the next song on this playlist", + "next_song" + ], + [ + "listen to next song on playlist", + "next_song" + ], + [ + "i want to listen to another song", + "next_song" + ], + [ + "go to the next tune", + "next_song" + ], + [ + "beginning playing the next tune", + "next_song" + ], + [ + "start playing the next track", + "next_song" + ], + [ + "advance to the next song", + "next_song" + ], + [ + "go forward to the next track", + "next_song" + ], + [ + "give me the next song", + "next_song" + ], + [ + "skip this song and play the next one", + "next_song" + ], + [ + "play the song after this", + "next_song" + ], + [ + "switch to the next song on this playlist please", + "next_song" + ], + [ + "change the song to the next one on this playlist", + "next_song" + ], + [ + "i want to listen to the next song on this playlist instead", + "next_song" + ], + [ + "stop the current song and play the next one on this playlist", + "next_song" + ], + [ + "could you skip to the next song on this playlist, please", + "next_song" + ], + [ + "could you play the next song on this playlist, please", + "next_song" + ], + [ + "can you play the next song on this playlist, please", + "next_song" + ], + [ + "could you play the next song on this playlist", + "next_song" + ], + [ + "could you skip to the next song on this playlist", + "next_song" + ], + [ + "play next on the playlist", + "next_song" + ], + [ + "skip to next song", + "next_song" + ], + [ + "next song play", + "next_song" + ], + [ + "stop this song and go to the next one", + "next_song" + ], + [ + "play the next song on this list", + "next_song" + ], + [ + "before i make my mastercard payment can you tell me what i've recently charged on it", + "transactions" + ], + [ + "please tell me all of my recent transactions", + "transactions" + ], + [ + "i want to pay my amazon credit card but i need to know the last few transactions", + "transactions" + ], + [ + "before i pay my walmart credit card did i make any purchases using it recently", + "transactions" + ], + [ + "i need to know all the recent transactions i've made", + "transactions" + ], + [ + "please tell me all the transactions i've made recently", + "transactions" + ], + [ + "what are the last ten transactions i've made", + "transactions" + ], + [ + "before i pay my capital one, what are the most recent transactions i've made", + "transactions" + ], + [ + "tell me the most recent charges on my chase credit card before i pay the bill", + "transactions" + ], + [ + "read off to me the last five transactions i've made", + "transactions" + ], + [ + "what transactions have i made on liquor in the past month", + "transactions" + ], + [ + "i'd like to see last week's atm transactions", + "transactions" + ], + [ + "show me the transactions from costco yesterday", + "transactions" + ], + [ + "i need to know something about my latest transaction", + "transactions" + ], + [ + "can you check on a transaction for me", + "transactions" + ], + [ + "i need some information on a recent transaction", + "transactions" + ], + [ + "i need a recent transaction looked into", + "transactions" + ], + [ + "can you let me know my latest transactions", + "transactions" + ], + [ + "what was the last thing i purchased", + "transactions" + ], + [ + "what did i buy last", + "transactions" + ], + [ + "how much did my last purchase cost", + "transactions" + ], + [ + "how expensive was my most recent transaction", + "transactions" + ], + [ + "when was my most recent transaction", + "transactions" + ], + [ + "show me the transactions made on my business card for supplies last quarter", + "transactions" + ], + [ + "may i get all of the food transactions that were made last month", + "transactions" + ], + [ + "can you show me the transactions that were made last night at the restaurant", + "transactions" + ], + [ + "what transactions did i make yesterday at the flea market", + "transactions" + ], + [ + "please show me what transactions i made on the first of this month", + "transactions" + ], + [ + "please tell me my in-person transactions for the last three days using my debit card", + "transactions" + ], + [ + "please give me my last ten debit card transactions in the month of december", + "transactions" + ], + [ + "what were my last five transactions on my visa card", + "transactions" + ], + [ + "i would like to hear all transactions made on my amex for the last ten days", + "transactions" + ], + [ + "can you list all of my online transactions for the month of january", + "transactions" + ], + [ + "show me my transactions on groceries", + "transactions" + ], + [ + "show me my transactions on tacobell", + "transactions" + ], + [ + "show me my transactions on make up at sephora", + "transactions" + ], + [ + "show me my transactions on mcdonalds", + "transactions" + ], + [ + "show me my transactions on clothes at macys", + "transactions" + ], + [ + "let me see the list of tranaction on my discovery credit card", + "transactions" + ], + [ + "let me know the list of transaction on my first hawaiian bank", + "transactions" + ], + [ + "i want to see the list of transaction on my bank of hawaii", + "transactions" + ], + [ + "list me my recent transaction", + "transactions" + ], + [ + "what are my recent transaction", + "transactions" + ], + [ + "please show me my recent transaction", + "transactions" + ], + [ + "i want to see my recent transaction", + "transactions" + ], + [ + "let me check my transaction for first bank card", + "transactions" + ], + [ + "let me check my transaction on my citi card", + "transactions" + ], + [ + "show me my recent transactoin", + "transactions" + ], + [ + "on my card what have been my recent purchases", + "transactions" + ], + [ + "pull up my recent transactions on my mastercard", + "transactions" + ], + [ + "on the card can you give me the last transactions", + "transactions" + ], + [ + "whats my recent transactions on my card", + "transactions" + ], + [ + "on my card what all are my latest transactions", + "transactions" + ], + [ + "show my transaction statement", + "transactions" + ], + [ + "retrieve my recent transactions", + "transactions" + ], + [ + "view my transactions for the last week", + "transactions" + ], + [ + "my transaction history", + "transactions" + ], + [ + "may transactions for last 2 days", + "transactions" + ], + [ + "what was my last transaction", + "transactions" + ], + [ + "show me recent transactions", + "transactions" + ], + [ + "what transactions happened in the last week", + "transactions" + ], + [ + "show me the last month of transactions", + "transactions" + ], + [ + "show me the last five transactions", + "transactions" + ], + [ + "what's the last transaction i made yesterday", + "transactions" + ], + [ + "show me yesterday's last transaction", + "transactions" + ], + [ + "open yesterday's last payment", + "transactions" + ], + [ + "show me last transaction", + "transactions" + ], + [ + "show me transactions related to travel", + "transactions" + ], + [ + "help me get access to my recent transaction history", + "transactions" + ], + [ + "i need to see my shopping transactions", + "transactions" + ], + [ + "get me access to a list of my recent transactions", + "transactions" + ], + [ + "i would like to take a look at my transaction history", + "transactions" + ], + [ + "can you pull up my most recent transactions", + "transactions" + ], + [ + "i want to see my entertainment transactions", + "transactions" + ], + [ + "where can i find my recent transaction history", + "transactions" + ], + [ + "can you show me transactions related to utilities", + "transactions" + ], + [ + "pull up my grocery transactions", + "transactions" + ], + [ + "what were my purchases on visa card last month", + "transactions" + ], + [ + "i spent what dollar amount last month on mastercard", + "transactions" + ], + [ + "what was the amount that i spent on fidelity visa last month", + "transactions" + ], + [ + "what did i spend at target on my barclays card last month", + "transactions" + ], + [ + "what amount did i spend for food on chase visa on current bill", + "transactions" + ], + [ + "i need to know last months transactions", + "transactions" + ], + [ + "i need to know the transactions i made on the 10th", + "transactions" + ], + [ + "i would like to see the transactions i made last week", + "transactions" + ], + [ + "can i see my transactions on the 7th", + "transactions" + ], + [ + "can i get my transactions for the date of the 23rd", + "transactions" + ], + [ + "show me the transaction on burger king", + "transactions" + ], + [ + "show me the transaction on macys", + "transactions" + ], + [ + "show me the transaction on mcdonald", + "transactions" + ], + [ + "show me the transaction on the food", + "transactions" + ], + [ + "show me the transaction on my car", + "transactions" + ], + [ + "bring up all purchases from target", + "transactions" + ], + [ + "show me my transactions within the past week", + "transactions" + ], + [ + "can i see my transactions from yesterday", + "transactions" + ], + [ + "show me all gas purchases within the last month", + "transactions" + ], + [ + "can you list all recent transactions", + "transactions" + ], + [ + "bring up my most recent purchases", + "transactions" + ], + [ + "i need to see all visa purchases for march", + "transactions" + ], + [ + "looking at january, show all wine purchases", + "transactions" + ], + [ + "can you suggest a restaurant for me to eat tonight", + "restaurant_suggestion" + ], + [ + "tell me where to go since i want to eat out tonight", + "restaurant_suggestion" + ], + [ + "i'm craving for italian food, where should i go", + "restaurant_suggestion" + ], + [ + "suggest a restaurant for me to eat tonight, please", + "restaurant_suggestion" + ], + [ + "i'm not going to cook today, can you suggest a restaurant", + "restaurant_suggestion" + ], + [ + "what restaurants are pet friendly near here", + "restaurant_suggestion" + ], + [ + "what are the best restaurants", + "restaurant_suggestion" + ], + [ + "what decent restaurants around here are italian", + "restaurant_suggestion" + ], + [ + "do you know any good restaurants good for kids", + "restaurant_suggestion" + ], + [ + "any good pizza restaurants around here", + "restaurant_suggestion" + ], + [ + "where should i go to eat tonight", + "restaurant_suggestion" + ], + [ + "where should i eat tonight", + "restaurant_suggestion" + ], + [ + "i want to eat out, where should i go", + "restaurant_suggestion" + ], + [ + "give me some good restaurants", + "restaurant_suggestion" + ], + [ + "i'm hungry, where should i go", + "restaurant_suggestion" + ], + [ + "name a good restaurant near me", + "restaurant_suggestion" + ], + [ + "where should i go for dinner", + "restaurant_suggestion" + ], + [ + "its date night and we cant decide where to go help", + "restaurant_suggestion" + ], + [ + "where do people go to eat in this town", + "restaurant_suggestion" + ], + [ + "i am hungry and need a restaurant suggestion", + "restaurant_suggestion" + ], + [ + "can you tell me the best place for cajun shrimp in tampa", + "restaurant_suggestion" + ], + [ + "what's a good place to eat chinese in san francisco", + "restaurant_suggestion" + ], + [ + "what's a highly rated place for steak in omaha", + "restaurant_suggestion" + ], + [ + "where can i pick up a good burger near where i am", + "restaurant_suggestion" + ], + [ + "what's a good place to go to for food around here", + "restaurant_suggestion" + ], + [ + "are there any decent places to get seafood in seattle", + "restaurant_suggestion" + ], + [ + "what's the best place for some thai in new york city", + "restaurant_suggestion" + ], + [ + "i'm famished so give me some places to eat!", + "restaurant_suggestion" + ], + [ + "any ideas on a good place to eat out", + "restaurant_suggestion" + ], + [ + "can you recommend any restaurants", + "restaurant_suggestion" + ], + [ + "i'm in the mood for italian, are there any good places around", + "restaurant_suggestion" + ], + [ + "please list nearby restaurants with 4 or more star reviews", + "restaurant_suggestion" + ], + [ + "where's a good place to get some grub", + "restaurant_suggestion" + ], + [ + "where would you eat italian in chicago", + "restaurant_suggestion" + ], + [ + "can i get good tacos anywhere in austin", + "restaurant_suggestion" + ], + [ + "is there a good fish place in salem", + "restaurant_suggestion" + ], + [ + "what are good places for a burrito in albuquerque", + "restaurant_suggestion" + ], + [ + "where should i go out for food to", + "restaurant_suggestion" + ], + [ + "can you recommend a decent place in chicago to get pizza", + "restaurant_suggestion" + ], + [ + "do you know of any good restaurants", + "restaurant_suggestion" + ], + [ + "help me find a good sushi spot in chicago", + "restaurant_suggestion" + ], + [ + "can you find me a good restaurant to try eating at", + "restaurant_suggestion" + ], + [ + "i want you to recommend a good local restaurant to me", + "restaurant_suggestion" + ], + [ + "tell me some good mexican restaurants in dallas", + "restaurant_suggestion" + ], + [ + "do you know of any good seafood restaurants in seattle", + "restaurant_suggestion" + ], + [ + "please find me some good thai restaurants in new york city", + "restaurant_suggestion" + ], + [ + "find me a good spot for southern comfort food in los angeles", + "restaurant_suggestion" + ], + [ + "are there any good restaurants in nyc that serve barbecue", + "restaurant_suggestion" + ], + [ + "i want to go out to eat but have no idea where to go, do you know of any places", + "restaurant_suggestion" + ], + [ + "i want recommendations for good sushi spots in los angeles", + "restaurant_suggestion" + ], + [ + "do you know of any good mexican restaurants in seattle", + "restaurant_suggestion" + ], + [ + "does boise have any good indian restaurants", + "restaurant_suggestion" + ], + [ + "can you suggest some quality chinese restaurants in oklahoma city", + "restaurant_suggestion" + ], + [ + "help me pick a nice restaurant to dine at", + "restaurant_suggestion" + ], + [ + "what mexican restaurant within 5 miles has the best reviews", + "restaurant_suggestion" + ], + [ + "show me 5-star dining establishments in nashville", + "restaurant_suggestion" + ], + [ + "are there any good chinese restaurants open right now", + "restaurant_suggestion" + ], + [ + "what are the best family restaurants in charlottesville", + "restaurant_suggestion" + ], + [ + "in boston, what are the best pizza places", + "restaurant_suggestion" + ], + [ + "are there some good thai restaurants in san antonio", + "restaurant_suggestion" + ], + [ + "what are the best italian restaurants in chicago", + "restaurant_suggestion" + ], + [ + "where are the good thai restaurants in atlanta", + "restaurant_suggestion" + ], + [ + "recommendations for good thai restaurants in las vegas", + "restaurant_suggestion" + ], + [ + "where should i go for good thai food in las vegas", + "restaurant_suggestion" + ], + [ + "i need suggestions for good thai restaurants in las vegas", + "restaurant_suggestion" + ], + [ + "where are some good thai restaurants in las vegas", + "restaurant_suggestion" + ], + [ + "tell me which restaurants are good for thai food in las vegas", + "restaurant_suggestion" + ], + [ + "can you list off 4 star restaurants", + "restaurant_suggestion" + ], + [ + "what type of restaurants are nearby", + "restaurant_suggestion" + ], + [ + "i need to know what restaurants are near me", + "restaurant_suggestion" + ], + [ + "can you list off different restaurants", + "restaurant_suggestion" + ], + [ + "what are some good places to eat at", + "restaurant_suggestion" + ], + [ + "could you locate me some good places in kentucky that serve sushi", + "restaurant_suggestion" + ], + [ + "does kentucky have any good restaurants that serve sushi", + "restaurant_suggestion" + ], + [ + "can you find me some good places in kentucky that serve sushi", + "restaurant_suggestion" + ], + [ + "what are some good places in kentucky that serve sushi", + "restaurant_suggestion" + ], + [ + "could you direct me to any good places in kentucky that serve sushi", + "restaurant_suggestion" + ], + [ + "find me a new place for dinner", + "restaurant_suggestion" + ], + [ + "can you find a good steakhouse for tonight", + "restaurant_suggestion" + ], + [ + "what's a good restaurant nearby", + "restaurant_suggestion" + ], + [ + "any new restaurants near the mall", + "restaurant_suggestion" + ], + [ + "what's your recommendation for dining out tonight", + "restaurant_suggestion" + ], + [ + "find me an asian restaurant", + "restaurant_suggestion" + ], + [ + "is there a barbecue restaurant around here", + "restaurant_suggestion" + ], + [ + "find an indian restaurant", + "restaurant_suggestion" + ], + [ + "can you recommend an indian restaurant", + "restaurant_suggestion" + ], + [ + "can you find a keto friendly restaurant", + "restaurant_suggestion" + ], + [ + "is there any good place in hawaii for pasta", + "restaurant_suggestion" + ], + [ + "is there any good place in hawaii kai that serve local food", + "restaurant_suggestion" + ], + [ + "i want sushi, is there any good place in ho chi minh", + "restaurant_suggestion" + ], + [ + "is there any good place for vietnamese food on the east side of the island", + "restaurant_suggestion" + ], + [ + "is there any good place for mexican food in hawaii", + "restaurant_suggestion" + ], + [ + "what are some good sushi restaurants in reno", + "restaurant_suggestion" + ], + [ + "which restaurants in reno are good for sushi", + "restaurant_suggestion" + ], + [ + "what are the best sushi restaurants in reno", + "restaurant_suggestion" + ], + [ + "what are good restaurants in reno that serve sushi", + "restaurant_suggestion" + ], + [ + "are there any sushi restaurants in reno that have good reviews", + "restaurant_suggestion" + ], + [ + "list me some good vietnamese restaurants in new york city", + "restaurant_suggestion" + ], + [ + "suggest some restaurants", + "restaurant_suggestion" + ], + [ + "give me some restaurant suggestions", + "restaurant_suggestion" + ], + [ + "how high are the rewards on my discover card", + "rewards_balance" + ], + [ + "how many rewards do i now have on my hy-vee card", + "rewards_balance" + ], + [ + "what's the current reward amount on my mastercard", + "rewards_balance" + ], + [ + "what's my current reward balance on my amex card", + "rewards_balance" + ], + [ + "what's my visa's current rewards balance", + "rewards_balance" + ], + [ + "how many reward points have stacked up for my amex card", + "rewards_balance" + ], + [ + "how many reward points do i have available to redeem on my visa", + "rewards_balance" + ], + [ + "what's the current reward amount on my visa", + "rewards_balance" + ], + [ + "what's the reward point count on my discover card", + "rewards_balance" + ], + [ + "what is my american express card's rewards balance", + "rewards_balance" + ], + [ + "what is my chase card's rewards balance", + "rewards_balance" + ], + [ + "what is my wells fargo card's rewards balance", + "rewards_balance" + ], + [ + "what is my citigroup card's rewards balance", + "rewards_balance" + ], + [ + "what is my bank of america card's rewards balance", + "rewards_balance" + ], + [ + "how can i see my rewards for my visa card", + "rewards_balance" + ], + [ + "tell me how to check my rewards for my american express card", + "rewards_balance" + ], + [ + "how can i look at rewards for my amex card", + "rewards_balance" + ], + [ + "tell me how to check rewards for my mastercard", + "rewards_balance" + ], + [ + "where are rewards from my visa card visible", + "rewards_balance" + ], + [ + "what is my current reward point total on my visa card", + "rewards_balance" + ], + [ + "how would i be able to check my kohls rewards card", + "rewards_balance" + ], + [ + "i need to know my reward point total looking at my debit card", + "rewards_balance" + ], + [ + "do i have enough points on my starbucks card yet", + "rewards_balance" + ], + [ + "help me check my visa rewards card", + "rewards_balance" + ], + [ + "can i check my gold rewards card online", + "rewards_balance" + ], + [ + "can you tell me how many points i have on my kohls card", + "rewards_balance" + ], + [ + "what is the easiest way to check my bank rewards card", + "rewards_balance" + ], + [ + "is there a better way to check my visa rewards card balance", + "rewards_balance" + ], + [ + "how many points are on my gold card", + "rewards_balance" + ], + [ + "what's the amount of points i have earned with my discover card", + "rewards_balance" + ], + [ + "i wonder how many points i have earned with my bank of america card", + "rewards_balance" + ], + [ + "have i earned a lot of points on my capital one card", + "rewards_balance" + ], + [ + "can you tell me how many points i have to date with my capital one miles card", + "rewards_balance" + ], + [ + "what's the total number of points i earned so far with my chase rewards card", + "rewards_balance" + ], + [ + "how many points have i already accrued on my chase mastercard", + "rewards_balance" + ], + [ + "i would like my total rewards points balance on my bank of america platinum rewards card, please", + "rewards_balance" + ], + [ + "i need to hear how many points i've obtained on my capital one visa", + "rewards_balance" + ], + [ + "how many points did i get on my discover card", + "rewards_balance" + ], + [ + "how many points did my visa earn", + "rewards_balance" + ], + [ + "what points were earned on my mastercard", + "rewards_balance" + ], + [ + "how many points have been earned on my amex", + "rewards_balance" + ], + [ + "how many points did i get on my visa card", + "rewards_balance" + ], + [ + "what's the balance of my reward points on my discover card", + "rewards_balance" + ], + [ + "i need to know my rewards balance on my discover card", + "rewards_balance" + ], + [ + "what's my discover card reward balance", + "rewards_balance" + ], + [ + "what's my rewards balance on my discover", + "rewards_balance" + ], + [ + "what is the reward balance on my discover card", + "rewards_balance" + ], + [ + "how many rewards points do i have for my visa card", + "rewards_balance" + ], + [ + "how many rewards points do i have for my wells fargo card", + "rewards_balance" + ], + [ + "how many rewards points do i have for my amazon card", + "rewards_balance" + ], + [ + "how many rewards points do i have for my chase card", + "rewards_balance" + ], + [ + "how many rewards points do i have for my mastercard", + "rewards_balance" + ], + [ + "what is my points total for my mastercard", + "rewards_balance" + ], + [ + "what's my total point number on my mastercard", + "rewards_balance" + ], + [ + "how many points do i have on my mastercard", + "rewards_balance" + ], + [ + "what is the number of points i earned with my mastercard", + "rewards_balance" + ], + [ + "how many points have i accumulated on my mastercard", + "rewards_balance" + ], + [ + "how can i see my rewards for my chase card", + "rewards_balance" + ], + [ + "where can i find my rewards for my chase card", + "rewards_balance" + ], + [ + "what do i have to do to see my rewards for my chase card", + "rewards_balance" + ], + [ + "how do i see me rewards for my chase card", + "rewards_balance" + ], + [ + "where are my rewards for my chase card", + "rewards_balance" + ], + [ + "what's the point balance on my marriot rewards card", + "rewards_balance" + ], + [ + "how many points do i have in total on my marriot rewards card", + "rewards_balance" + ], + [ + "show me the total up to date points on the marriot rewards card", + "rewards_balance" + ], + [ + "my marriot rewards card has how much for a point total", + "rewards_balance" + ], + [ + "give my my current points on my marriot rewards card", + "rewards_balance" + ], + [ + "can you tell me my starbucks rewards balance", + "rewards_balance" + ], + [ + "can you help me tell what my starbucks rewards balance is", + "rewards_balance" + ], + [ + "what is the remainder of my starbucks rewards balance", + "rewards_balance" + ], + [ + "my starbucks rewards balance is", + "rewards_balance" + ], + [ + "what is the total amount of my starbucks rewards balance", + "rewards_balance" + ], + [ + "i have how many points on my amex right now", + "rewards_balance" + ], + [ + "how many points are on my speedway card right now", + "rewards_balance" + ], + [ + "i have how many tier credits on my caesar's card", + "rewards_balance" + ], + [ + "how many points do i have on my mlife card", + "rewards_balance" + ], + [ + "how many delta miles are on my card right now", + "rewards_balance" + ], + [ + "how many rewards do i have on my chase card", + "rewards_balance" + ], + [ + "how do i find out my rewards balance on my chase card", + "rewards_balance" + ], + [ + "can i check my visa reward balance online", + "rewards_balance" + ], + [ + "when can i receive rewards on my visa card", + "rewards_balance" + ], + [ + "how do i check how many rewards i have on my master card", + "rewards_balance" + ], + [ + "how do i check my rewards for my gold card", + "rewards_balance" + ], + [ + "what rewards does my gold card get", + "rewards_balance" + ], + [ + "where do i find my gold card rewards", + "rewards_balance" + ], + [ + "what is the number of remaining rewards points on my chase card", + "rewards_balance" + ], + [ + "i need to find out the rewards points i have left on my american express card", + "rewards_balance" + ], + [ + "what is the amount of rewards points on my visa card", + "rewards_balance" + ], + [ + "do you know how many rewards points are currently on my discover card", + "rewards_balance" + ], + [ + "does my mastercard have any rewards points remaining", + "rewards_balance" + ], + [ + "put my points up for master card", + "rewards_balance" + ], + [ + "figure out my reward points for discovery card", + "rewards_balance" + ], + [ + "add all of my points for my current discover card", + "rewards_balance" + ], + [ + "calculate my points for visa", + "rewards_balance" + ], + [ + "add up my reward points for master card", + "rewards_balance" + ], + [ + "what the current balance of reward points on my mastercard", + "rewards_balance" + ], + [ + "what's my reward balance on my amex card", + "rewards_balance" + ], + [ + "how do i get my rewards balance on my diner's club card", + "rewards_balance" + ], + [ + "how many reward points does my discover card have", + "rewards_balance" + ], + [ + "tell me how to check rewards on my american express card", + "rewards_balance" + ], + [ + "i want to pay my bill, please", + "pay_bill" + ], + [ + "pay my water bill with my charles schwab account", + "pay_bill" + ], + [ + "i'd like to pay my bill", + "pay_bill" + ], + [ + "pay my internet bill with my discover account", + "pay_bill" + ], + [ + "can you help me pay a bill", + "pay_bill" + ], + [ + "i need to pay my bill", + "pay_bill" + ], + [ + "can i pay a bill", + "pay_bill" + ], + [ + "use my capital one account to pay for my gas bill", + "pay_bill" + ], + [ + "pay my electric bill from my amex account", + "pay_bill" + ], + [ + "i want to pay my house bill", + "pay_bill" + ], + [ + "i want to pay my car bill", + "pay_bill" + ], + [ + "i want to pay my insurance bill", + "pay_bill" + ], + [ + "i want to pay my tax bill", + "pay_bill" + ], + [ + "i need help paying my auto insurance bill", + "pay_bill" + ], + [ + "i need help paying my hoa bill", + "pay_bill" + ], + [ + "i need help paying my tuition bill", + "pay_bill" + ], + [ + "i need help paying my phone bill", + "pay_bill" + ], + [ + "my water bill is due, pay it immediately", + "pay_bill" + ], + [ + "i need to pay my water bill", + "pay_bill" + ], + [ + "please go ahead and make my student loan payment", + "pay_bill" + ], + [ + "go ahead and pay my american express bill now", + "pay_bill" + ], + [ + "i need to pay my electric bill now", + "pay_bill" + ], + [ + "can you assist me in paying my electric bill", + "pay_bill" + ], + [ + "i want to do a payment on my water bill", + "pay_bill" + ], + [ + "pay my mortgage from my checkings accounts", + "pay_bill" + ], + [ + "do a car payment from my savings account", + "pay_bill" + ], + [ + "can you give me a hand paying my water bill", + "pay_bill" + ], + [ + "i want to pay off my student loan", + "pay_bill" + ], + [ + "i need a bit of hand holding getting my trash bill paid", + "pay_bill" + ], + [ + "i need to pay my mortgage", + "pay_bill" + ], + [ + "are you able to help me pay my mortgage", + "pay_bill" + ], + [ + "i want to pay my car payment", + "pay_bill" + ], + [ + "i need to pay this month's tv subscription fee", + "pay_bill" + ], + [ + "will you aid me in paying my insurance premium", + "pay_bill" + ], + [ + "pay a bribe using my money market account", + "pay_bill" + ], + [ + "use my savings account to the pay the rent", + "pay_bill" + ], + [ + "use my checkings account to pay the electric bill", + "pay_bill" + ], + [ + "i'd like to pay my coned bill", + "pay_bill" + ], + [ + "please help with paying my cell phone bill", + "pay_bill" + ], + [ + "i'd like to make a payment on my credit card bill", + "pay_bill" + ], + [ + "i would like to pay my cell phone bill", + "pay_bill" + ], + [ + "please help me pay my cable bill", + "pay_bill" + ], + [ + "please tell me how to pay my gas bill", + "pay_bill" + ], + [ + "i need to get help paying my gas bill", + "pay_bill" + ], + [ + "i need help to pay my electric bill", + "pay_bill" + ], + [ + "can you help me pay my phone bill", + "pay_bill" + ], + [ + "will you take my bill payment", + "pay_bill" + ], + [ + "is it possible to pay my bill", + "pay_bill" + ], + [ + "how can i pay my bill", + "pay_bill" + ], + [ + "can i pay my bill", + "pay_bill" + ], + [ + "use my park bank account to pay my electric bill", + "pay_bill" + ], + [ + "pay my electric bill from my park bank account", + "pay_bill" + ], + [ + "pay my gas bill from my saving account", + "pay_bill" + ], + [ + "pay my cable bill from my facebook account", + "pay_bill" + ], + [ + "pay my cell bill from my deposit account", + "pay_bill" + ], + [ + "pay my electric bill from my paypal account", + "pay_bill" + ], + [ + "pay my water bill from my checking account", + "pay_bill" + ], + [ + "pay my phoe bill with my debit card", + "pay_bill" + ], + [ + "schedule a gas bill payment", + "pay_bill" + ], + [ + "pay the cable bill with my visa card", + "pay_bill" + ], + [ + "pay the red cross the monthly donation", + "pay_bill" + ], + [ + "i want to pay my internet bill", + "pay_bill" + ], + [ + "i want to pay my gas bill", + "pay_bill" + ], + [ + "i want to pay my electric bill", + "pay_bill" + ], + [ + "i want to pay my rent bill", + "pay_bill" + ], + [ + "i want to pay my water bill", + "pay_bill" + ], + [ + "make a payment on the electric bill", + "pay_bill" + ], + [ + "help me pay my electric bill", + "pay_bill" + ], + [ + "pay the electric bill", + "pay_bill" + ], + [ + "pay electric", + "pay_bill" + ], + [ + "please pay electric bill", + "pay_bill" + ], + [ + "i got to pay my cable bill", + "pay_bill" + ], + [ + "i need help paying my store bill", + "pay_bill" + ], + [ + "i wanna pay my cable bill from my checking account", + "pay_bill" + ], + [ + "i need help paying my cable bill", + "pay_bill" + ], + [ + "pay my cable bill from my checking account", + "pay_bill" + ], + [ + "i must pay my cable bill from my checking account", + "pay_bill" + ], + [ + "i gotta pay my cable bill", + "pay_bill" + ], + [ + "i must pay my cable bill", + "pay_bill" + ], + [ + "i wish to pay my cable bill", + "pay_bill" + ], + [ + "i need to pay my cable bill", + "pay_bill" + ], + [ + "i need help paying my rent bill", + "pay_bill" + ], + [ + "i need help paying my water bill", + "pay_bill" + ], + [ + "i really want to pay my cable bill from my checking account", + "pay_bill" + ], + [ + "i need help paying my electric bill", + "pay_bill" + ], + [ + "i need to pay my cable bill from my checking account", + "pay_bill" + ], + [ + "what's the best way to pay my bill", + "pay_bill" + ], + [ + "i'd really like to pay this bill", + "pay_bill" + ], + [ + "can you help me pay this bill", + "pay_bill" + ], + [ + "i am not sure how to pay my phone bill and need assistance", + "pay_bill" + ], + [ + "i need to make a bill payment", + "pay_bill" + ], + [ + "please pay my bill", + "pay_bill" + ], + [ + "can anyone help me pay my car bill", + "pay_bill" + ], + [ + "i want to pay that bill now", + "pay_bill" + ], + [ + "is there anyone available to help pay an internet bill", + "pay_bill" + ], + [ + "i need anyone who can help me pay my electric bill", + "pay_bill" + ], + [ + "help me pay my cable bill", + "pay_bill" + ], + [ + "can you pay the bill now", + "pay_bill" + ], + [ + "i need your help to pay my gas bill", + "pay_bill" + ], + [ + "pay my insurance bill", + "pay_bill" + ], + [ + "how much did i spend at restaurants last week", + "spending_history" + ], + [ + "how much have i spent lately on eating out", + "spending_history" + ], + [ + "what did i spend at the grocery store yesterday", + "spending_history" + ], + [ + "how much money did i spend at starbucks in the last week", + "spending_history" + ], + [ + "what was the total i spent at home depot last month", + "spending_history" + ], + [ + "where did all my money go this month", + "spending_history" + ], + [ + "what have my expenditures been at macys", + "spending_history" + ], + [ + "how much did i spend this week", + "spending_history" + ], + [ + "how much did i spend on christmas gifts in december", + "spending_history" + ], + [ + "how much money did i spend yesterday", + "spending_history" + ], + [ + "what did i spend at bath and body works last month", + "spending_history" + ], + [ + "how much did i spend on lunches last week", + "spending_history" + ], + [ + "what amount did i spend last week", + "spending_history" + ], + [ + "what did i spend my money on last week", + "spending_history" + ], + [ + "how much did i spend on movies last week", + "spending_history" + ], + [ + "have i been spending a lot on groceries lately", + "spending_history" + ], + [ + "have i been spending a lot on shoes lately", + "spending_history" + ], + [ + "have i been spending a lot on food lately", + "spending_history" + ], + [ + "have i been spending a lot on alcohol lately", + "spending_history" + ], + [ + "have i been spending a lot on take out lately", + "spending_history" + ], + [ + "how much have i spent on shoes lately", + "spending_history" + ], + [ + "did i spend a lot on shoes recently", + "spending_history" + ], + [ + "how much have i spent on shoes", + "spending_history" + ], + [ + "have i have been spending a lot of money on shoes", + "spending_history" + ], + [ + "what is the total i spent on shoes recently", + "spending_history" + ], + [ + "what have i spent over the last few days", + "spending_history" + ], + [ + "how much have i spent recently", + "spending_history" + ], + [ + "how much money have i dropped recently", + "spending_history" + ], + [ + "how much money have i spent this month", + "spending_history" + ], + [ + "what's the amount of money i spent yesterday", + "spending_history" + ], + [ + "could you tell me how much i've spent over the past two weeks", + "spending_history" + ], + [ + "how much money have i spent this week", + "spending_history" + ], + [ + "could you tell me how much money i spent last week", + "spending_history" + ], + [ + "please tell me how much i have spent recently", + "spending_history" + ], + [ + "how much did i spend last week", + "spending_history" + ], + [ + "can you tell me my spending history from last week", + "spending_history" + ], + [ + "i want to know how much i spent last week", + "spending_history" + ], + [ + "i want to know my recent spending", + "spending_history" + ], + [ + "how much have i paid for rent in the last 6 months", + "spending_history" + ], + [ + "how much money have i spent on groceries recently", + "spending_history" + ], + [ + "how much did i spend on groceries today", + "spending_history" + ], + [ + "how much have i spent eating out this week", + "spending_history" + ], + [ + "what chunk of my income have i spent on rent this year", + "spending_history" + ], + [ + "what's it been costing me to buy three packs a day", + "spending_history" + ], + [ + "what have car repairs ran me this month", + "spending_history" + ], + [ + "what has gas cost me this week", + "spending_history" + ], + [ + "what did car insurance run me this year", + "spending_history" + ], + [ + "what's the total amount i've spent eating out in the last two weeks", + "spending_history" + ], + [ + "how much have i spent on alcohol recently", + "spending_history" + ], + [ + "how much have i spent on books recently", + "spending_history" + ], + [ + "how much have i spent on food recently", + "spending_history" + ], + [ + "how much have i spent on bills recently", + "spending_history" + ], + [ + "how much have i spent on clothes recently", + "spending_history" + ], + [ + "i need to know my total spending on amazon for november and december 2018", + "spending_history" + ], + [ + "please list my total spending on grocery shopping for the last two months", + "spending_history" + ], + [ + "how much have i spent on starbucks since the beginning of 2019", + "spending_history" + ], + [ + "what is my total spent on dining out for the month of january", + "spending_history" + ], + [ + "what is the total amount that i have spent on the cash app for this month so far", + "spending_history" + ], + [ + "have i spent a lot on food recently", + "spending_history" + ], + [ + "i need to know what i have spent on food recently", + "spending_history" + ], + [ + "can you tell me what i have spent on food recently", + "spending_history" + ], + [ + "what have i spent on food recently", + "spending_history" + ], + [ + "what is the amount i have spent on food recently", + "spending_history" + ], + [ + "how much have i lately spent on eating out", + "spending_history" + ], + [ + "what have i spent lately in child care", + "spending_history" + ], + [ + "how much have i spent lately on food", + "spending_history" + ], + [ + "how much money have i recently spent on entertainment", + "spending_history" + ], + [ + "how much have i paid in medical expenses recently", + "spending_history" + ], + [ + "how much did i spend on gas last week", + "spending_history" + ], + [ + "can you tell me what i spend on gas for the past two weeks", + "spending_history" + ], + [ + "yesterday what did i spend on lunch", + "spending_history" + ], + [ + "i need to know what i spend on utilities for the last year", + "spending_history" + ], + [ + "what did i spend on groceries this month", + "spending_history" + ], + [ + "have i been giving lot of money to food to food lately", + "spending_history" + ], + [ + "how much money did i use to spend on catering five hours ago", + "spending_history" + ], + [ + "how much did i spend on gear two weeks ago", + "spending_history" + ], + [ + "have i been spending a lot on roast beef lately", + "spending_history" + ], + [ + "have i been spending a ton of money on movies lately", + "spending_history" + ], + [ + "how much money did i spend on tent equipment four hours ago", + "spending_history" + ], + [ + "how much did i spend on furniture last week", + "spending_history" + ], + [ + "how much did i spend on petrol 2 days ago", + "spending_history" + ], + [ + "how much money did i spend on food last month", + "spending_history" + ], + [ + "would please let me know how much i spent on food in january", + "spending_history" + ], + [ + "could you check my account and let me know how much i spent on food in january", + "spending_history" + ], + [ + "please check and tell me the amount i spent on food last month", + "spending_history" + ], + [ + "let me know the amount i spent on food last month", + "spending_history" + ], + [ + "i have been spending a lot on food out lately", + "spending_history" + ], + [ + "i have spent a lot on groceries lately", + "spending_history" + ], + [ + "i spent a lot on vacations recently", + "spending_history" + ], + [ + "i have been spending a lot on utility bills lately", + "spending_history" + ], + [ + "i have been spending a lot on insurance lately", + "spending_history" + ], + [ + "did i go out to eat more than usual", + "spending_history" + ], + [ + "have i been spending more money at restaurants", + "spending_history" + ], + [ + "how much did i spend on food", + "spending_history" + ], + [ + "how much do i spend going out to eat", + "spending_history" + ], + [ + "what's my going out to eat tab this month vs last month", + "spending_history" + ], + [ + "how much did i spend shopping for clothes today", + "spending_history" + ], + [ + "how much did i spend the past 3 days", + "spending_history" + ], + [ + "how much did i spend on gas the past month", + "spending_history" + ], + [ + "how much have i spent on food in the past week", + "spending_history" + ], + [ + "have they approved my vacation request yet", + "pto_request_status" + ], + [ + "give me the status of my vacation request", + "pto_request_status" + ], + [ + "am i going to be able to get my vacation request", + "pto_request_status" + ], + [ + "i want to check on my vacation request", + "pto_request_status" + ], + [ + "is my vacation approved yet", + "pto_request_status" + ], + [ + "my vacation, has it been approved yet", + "pto_request_status" + ], + [ + "have i been approved for vacation yet", + "pto_request_status" + ], + [ + "am i approved for vacation yet", + "pto_request_status" + ], + [ + "did they approve my day off request", + "pto_request_status" + ], + [ + "is my day off approved", + "pto_request_status" + ], + [ + "did they say yes to my day off request", + "pto_request_status" + ], + [ + "did i get my day off", + "pto_request_status" + ], + [ + "is my day off request approved", + "pto_request_status" + ], + [ + "update on vacation request", + "pto_request_status" + ], + [ + "what is the current status of my vacation request", + "pto_request_status" + ], + [ + "i need status on that vacation request", + "pto_request_status" + ], + [ + "how is my vacation request looking", + "pto_request_status" + ], + [ + "please inform me on my current vacation request status", + "pto_request_status" + ], + [ + "have they recieved my vacation request and approved it", + "pto_request_status" + ], + [ + "will my vacation be approved soon", + "pto_request_status" + ], + [ + "did my vacation get approved", + "pto_request_status" + ], + [ + "do we have good news in the form of vacation approval", + "pto_request_status" + ], + [ + "has my vacation request been acknowledged", + "pto_request_status" + ], + [ + "has my request for vacation days been signed by my supervisor yet", + "pto_request_status" + ], + [ + "has my supervisor approved my vacation", + "pto_request_status" + ], + [ + "has may supervisor approved the vacation days i asked for", + "pto_request_status" + ], + [ + "on my vacation request, what is the latest information", + "pto_request_status" + ], + [ + "what is the news on my vacation request", + "pto_request_status" + ], + [ + "what is the update on my vacation request", + "pto_request_status" + ], + [ + "what is the most recent info for my request for vacation", + "pto_request_status" + ], + [ + "what is the status for what i requested for my vacation", + "pto_request_status" + ], + [ + "tell me about my vacation request", + "pto_request_status" + ], + [ + "update me on my vacation request", + "pto_request_status" + ], + [ + "what about my vacation request", + "pto_request_status" + ], + [ + "has the status of my vacation request changed", + "pto_request_status" + ], + [ + "has my vacation request been updated", + "pto_request_status" + ], + [ + "has my vacation time been signed off on", + "pto_request_status" + ], + [ + "what's my vacation status", + "pto_request_status" + ], + [ + "has my vacation been approved", + "pto_request_status" + ], + [ + "has my vacation been ok'd", + "pto_request_status" + ], + [ + "will i be allowed to take vacation", + "pto_request_status" + ], + [ + "are they going to let me take vacation", + "pto_request_status" + ], + [ + "has my request for vacation time been okayed", + "pto_request_status" + ], + [ + "has my vacation time at work been allowed", + "pto_request_status" + ], + [ + "is walmart going to let me take the vacation time i asked for", + "pto_request_status" + ], + [ + "i'm i okayed for vacation time", + "pto_request_status" + ], + [ + "did you get confirmation my vacation is a go", + "pto_request_status" + ], + [ + "is the request for vacation i filed with my manager at intel approved yet", + "pto_request_status" + ], + [ + "do you know if my vacation request went through", + "pto_request_status" + ], + [ + "has my manager at mcdonald's confirmed i can take vacation", + "pto_request_status" + ], + [ + "have they authorized my vacation", + "pto_request_status" + ], + [ + "i want to know if my vacation request has been approved", + "pto_request_status" + ], + [ + "the status of my day off request, please", + "pto_request_status" + ], + [ + "do you know if my vacation request has been approved", + "pto_request_status" + ], + [ + "has my vacation request been approved", + "pto_request_status" + ], + [ + "what is the status of my vacation request", + "pto_request_status" + ], + [ + "any news for me regarding my day off request", + "pto_request_status" + ], + [ + "i want to know the status of my day off request", + "pto_request_status" + ], + [ + "tell me the status of my vacation request", + "pto_request_status" + ], + [ + "tell me the status of my day off request", + "pto_request_status" + ], + [ + "could you tell me the status of my vacation request", + "pto_request_status" + ], + [ + "i requested some vacation time; has it been approved", + "pto_request_status" + ], + [ + "can you share the status of my day off request", + "pto_request_status" + ], + [ + "was my day off request approved", + "pto_request_status" + ], + [ + "status of my request for vacation", + "pto_request_status" + ], + [ + "what's my day off request's status", + "pto_request_status" + ], + [ + "has my day off request been approved or denied yet", + "pto_request_status" + ], + [ + "has my vacation request been denied or approved yet", + "pto_request_status" + ], + [ + "has my request for the day off been approved yet", + "pto_request_status" + ], + [ + "how is the approval of my day off progressing", + "pto_request_status" + ], + [ + "how is the approval of my day off going", + "pto_request_status" + ], + [ + "whats going on with my day off request", + "pto_request_status" + ], + [ + "any status update on my day off request", + "pto_request_status" + ], + [ + "did you hear back about my day off request", + "pto_request_status" + ], + [ + "is my day off request still pending", + "pto_request_status" + ], + [ + "has anyone looked over my request for a day off", + "pto_request_status" + ], + [ + "has anyone approved my day off request", + "pto_request_status" + ], + [ + "how's my day off request looking", + "pto_request_status" + ], + [ + "has my day off request been looked at yet", + "pto_request_status" + ], + [ + "i need you to let me know what the status of my day off request is", + "pto_request_status" + ], + [ + "please let me know what the status of my day off request is", + "pto_request_status" + ], + [ + "could you tell me what the status of my day off request is", + "pto_request_status" + ], + [ + "would you tell me what the status of my day of request is", + "pto_request_status" + ], + [ + "i need to know the status of my day off request", + "pto_request_status" + ], + [ + "has my vacation request been approved yet", + "pto_request_status" + ], + [ + "has my vacation been approved yet", + "pto_request_status" + ], + [ + "has my time off request been approved yet", + "pto_request_status" + ], + [ + "check on the status of my vacation request please", + "pto_request_status" + ], + [ + "please check to see if my vacation request has been updated", + "pto_request_status" + ], + [ + "please find out the status of my vacation request", + "pto_request_status" + ], + [ + "do you know if my vacation was approved yet or not", + "pto_request_status" + ], + [ + "please tell me if my vacation has been approved or not", + "pto_request_status" + ], + [ + "can you look into the status of my vacation request", + "pto_request_status" + ], + [ + "i want to know what the latest is on my vacation request i submitted", + "pto_request_status" + ], + [ + "i need to know if my vacation was approved", + "pto_request_status" + ], + [ + "please check to see if my vacation has been approved", + "pto_request_status" + ], + [ + "do you know if my vacation request is still pending", + "pto_request_status" + ], + [ + "can you find out if my vacation time off request has been approved or not", + "pto_request_status" + ], + [ + "i sent in a request for vacation time off and am wondering if its been approved yet", + "pto_request_status" + ], + [ + "i haven't heard if my request for time off for vacation has been approved , can you get an update for me", + "pto_request_status" + ], + [ + "how do i look up my credit score", + "credit_score" + ], + [ + "please look up my credit score", + "credit_score" + ], + [ + "can you figure out how to find my credit score", + "credit_score" + ], + [ + "are you able to lookup my credit rating", + "credit_score" + ], + [ + "how can i find my credit rating", + "credit_score" + ], + [ + "where can i check my credit rating", + "credit_score" + ], + [ + "say my credit score", + "credit_score" + ], + [ + "give me my credit score", + "credit_score" + ], + [ + "i want my credit score", + "credit_score" + ], + [ + "inform me of my credit score", + "credit_score" + ], + [ + "clue me in on my credit score", + "credit_score" + ], + [ + "provide me with my credit score", + "credit_score" + ], + [ + "my credit score is", + "credit_score" + ], + [ + "i need my credit score", + "credit_score" + ], + [ + "find my credit score for me", + "credit_score" + ], + [ + "what is my credit score", + "credit_score" + ], + [ + "please get my credit score", + "credit_score" + ], + [ + "can you find my credit score", + "credit_score" + ], + [ + "i'd like to know what my credit rating is", + "credit_score" + ], + [ + "please tell me my credit rating", + "credit_score" + ], + [ + "what in the world is my credit rating", + "credit_score" + ], + [ + "my credit score is what", + "credit_score" + ], + [ + "tell me my credit score please", + "credit_score" + ], + [ + "can you tell me my credit score", + "credit_score" + ], + [ + "find my credit score and tell it to me", + "credit_score" + ], + [ + "get my credit score", + "credit_score" + ], + [ + "what is my exact credit score", + "credit_score" + ], + [ + "how good is my credit score", + "credit_score" + ], + [ + "what's my credit score rating", + "credit_score" + ], + [ + "what kind of credit score do i have", + "credit_score" + ], + [ + "if i want my credit score, how do i find it", + "credit_score" + ], + [ + "how do i find information about my credit score", + "credit_score" + ], + [ + "what is the process of finding my credit score", + "credit_score" + ], + [ + "how do i get my credit score", + "credit_score" + ], + [ + "how do i locate my current credit score", + "credit_score" + ], + [ + "where is my credit score", + "credit_score" + ], + [ + "how do i see my credit score", + "credit_score" + ], + [ + "how exactly do i find my credit score", + "credit_score" + ], + [ + "how do i locate my credit score", + "credit_score" + ], + [ + "how do i find out what my credit score is", + "credit_score" + ], + [ + "i really wanna know my credit score", + "credit_score" + ], + [ + "i wish to know my credit rating", + "credit_score" + ], + [ + "let me understand my credit rating", + "credit_score" + ], + [ + "i wanna know my credit rating now", + "credit_score" + ], + [ + "i gotta know my credit score", + "credit_score" + ], + [ + "tell me my credit rating", + "credit_score" + ], + [ + "i would love to know my credit score", + "credit_score" + ], + [ + "i wish to know my credit score", + "credit_score" + ], + [ + "i wanna know my credit score", + "credit_score" + ], + [ + "tell me what my credit rating is", + "credit_score" + ], + [ + "can you provide me my credit score", + "credit_score" + ], + [ + "i'd like the number for my credit score", + "credit_score" + ], + [ + "tell me my credit score", + "credit_score" + ], + [ + "verify with me my credit score", + "credit_score" + ], + [ + "can you help me find my credit score", + "credit_score" + ], + [ + "would you tell me my credit score", + "credit_score" + ], + [ + "how do i find my credit score", + "credit_score" + ], + [ + "will you tell me my credit score", + "credit_score" + ], + [ + "do you know my credit score", + "credit_score" + ], + [ + "how to see my credit score", + "credit_score" + ], + [ + "can i see my credit score", + "credit_score" + ], + [ + "hows my credit score", + "credit_score" + ], + [ + "websites that share credit ratings", + "credit_score" + ], + [ + "what's my credit rating", + "credit_score" + ], + [ + "how do i find out my credit rating", + "credit_score" + ], + [ + "how to locate my credit score", + "credit_score" + ], + [ + "where is my credit score located", + "credit_score" + ], + [ + "where can i find my credit score", + "credit_score" + ], + [ + "find my credit score", + "credit_score" + ], + [ + "tell me the steps to getting my credit score", + "credit_score" + ], + [ + "help me locate my credit score", + "credit_score" + ], + [ + "lets look up my credit score", + "credit_score" + ], + [ + "i would like to look up my credit score please", + "credit_score" + ], + [ + "i want to find out what my credit score is", + "credit_score" + ], + [ + "help me find my credit score", + "credit_score" + ], + [ + "what is my fica score", + "credit_score" + ], + [ + "can you reveal my credit score", + "credit_score" + ], + [ + "how is my credit score rated", + "credit_score" + ], + [ + "any idea what my credit score is", + "credit_score" + ], + [ + "show me my credit score please", + "credit_score" + ], + [ + "let me know what my credit score is", + "credit_score" + ], + [ + "is my credit score high", + "credit_score" + ], + [ + "i am trying to find my credit score", + "credit_score" + ], + [ + "show me my credit score", + "credit_score" + ], + [ + "how does my credit score look", + "credit_score" + ], + [ + "is my credit report low", + "credit_score" + ], + [ + "whats my credit rating", + "credit_score" + ], + [ + "what is my current credit score", + "credit_score" + ], + [ + "where can i check my credit score", + "credit_score" + ], + [ + "where can i see my credit score", + "credit_score" + ], + [ + "how can i find out my credit score", + "credit_score" + ], + [ + "inform me of my current credit rating", + "credit_score" + ], + [ + "please notify me of my credit rating", + "credit_score" + ], + [ + "i would like to be told about my credit rating", + "credit_score" + ], + [ + "can you tell me about my credit rating", + "credit_score" + ], + [ + "tell me my current credit rating", + "credit_score" + ], + [ + "what is the number of my credit score", + "credit_score" + ], + [ + "what's my credit score", + "credit_score" + ], + [ + "let me know my credit score", + "credit_score" + ], + [ + "how is my credit score", + "credit_score" + ], + [ + "how can i apply for a discover card", + "new_card" + ], + [ + "can i apply for a discover card", + "new_card" + ], + [ + "how do applications for discover cards work", + "new_card" + ], + [ + "is this how i apply for a discover card", + "new_card" + ], + [ + "what does it take to get a new card", + "new_card" + ], + [ + "how do i sign up for a new credit card", + "new_card" + ], + [ + "can i complete an application for a new credit card", + "new_card" + ], + [ + "is it possible to get a new credit card", + "new_card" + ], + [ + "please show me how to apply for a visa card", + "new_card" + ], + [ + "i need to apply for a visa card", + "new_card" + ], + [ + "i need to know how to apply for a visa card", + "new_card" + ], + [ + "tell me how to apply for a visa card", + "new_card" + ], + [ + "what is the process to apply for a visa card", + "new_card" + ], + [ + "show me how to apply for a visa card", + "new_card" + ], + [ + "can you let me know the info on how to apply for a visa card", + "new_card" + ], + [ + "visa card, i want to apply", + "new_card" + ], + [ + "show me the application for a visa card", + "new_card" + ], + [ + "how do i get a new credit card sent to me", + "new_card" + ], + [ + "can you send me a new credit card please mine is getting old and unusable", + "new_card" + ], + [ + "can you apply for idaho independent card for me", + "new_card" + ], + [ + "please apply cc visa card for me", + "new_card" + ], + [ + "apply for a kbc card for me", + "new_card" + ], + [ + "i want to apply for a alphabank card", + "new_card" + ], + [ + "i would like to apply for a bank of america travel rewards credit card", + "new_card" + ], + [ + "i need to apply for a new credit card", + "new_card" + ], + [ + "i wanna apply for a new credit card", + "new_card" + ], + [ + "i got to apply for a new credit card", + "new_card" + ], + [ + "i wanna apply for a bank of america travel rewards credit card", + "new_card" + ], + [ + "i need to apply for a bank of america travel rewards credit card", + "new_card" + ], + [ + "i desire to apply for a bank of america travel rewards credit card", + "new_card" + ], + [ + "apply for a bank of america travel rewards credit card", + "new_card" + ], + [ + "i must apply for a new credit card", + "new_card" + ], + [ + "i gotta apply for a new credit card", + "new_card" + ], + [ + "i would like to apply for a master card", + "new_card" + ], + [ + "i would like to apply for a green card", + "new_card" + ], + [ + "i would like to apply for a visa card", + "new_card" + ], + [ + "i would like to apply for a credit card", + "new_card" + ], + [ + "i would like to apply for a discover card", + "new_card" + ], + [ + "what's the procedure to apply for a new credit card", + "new_card" + ], + [ + "how can i get a new credit card", + "new_card" + ], + [ + "direct me to the application for a new credit card", + "new_card" + ], + [ + "apply for an american express card", + "new_card" + ], + [ + "can you tell me if i might be able to apply for a new credit card", + "new_card" + ], + [ + "might i be able to apply for a new credit card", + "new_card" + ], + [ + "can you help me apply for a visa card", + "new_card" + ], + [ + "i want to apply for a discover card", + "new_card" + ], + [ + "am i eligible for a new credit card application", + "new_card" + ], + [ + "is it possible to apply for a new credit card", + "new_card" + ], + [ + "i think i'd like to apply for an amex", + "new_card" + ], + [ + "am i able to apply for a new credit card", + "new_card" + ], + [ + "application for a mastercard", + "new_card" + ], + [ + "can i get a new card", + "new_card" + ], + [ + "i would like to apply for a new card", + "new_card" + ], + [ + "can i maybe apply for a new card", + "new_card" + ], + [ + "can i please get a new card", + "new_card" + ], + [ + "can i get a brand new card please", + "new_card" + ], + [ + "list the steps for applying for an american express card", + "new_card" + ], + [ + "what's the process for getting an american express card", + "new_card" + ], + [ + "what do i need to do to get an american express card", + "new_card" + ], + [ + "help me get an american express card", + "new_card" + ], + [ + "help me apply for an american express card", + "new_card" + ], + [ + "i am hoping to apply for an amex card", + "new_card" + ], + [ + "i want to find a new credit card to sign up for", + "new_card" + ], + [ + "how do i apply for a barclay's card", + "new_card" + ], + [ + "walk me through the process of applying for an american express card", + "new_card" + ], + [ + "i need help figuring out a new credit card to get", + "new_card" + ], + [ + "i am interested in applying for a visa card", + "new_card" + ], + [ + "i am interested in acquiring a new credit card", + "new_card" + ], + [ + "i want to apply for a mastercard", + "new_card" + ], + [ + "walk me through applying for a visa card", + "new_card" + ], + [ + "i want to submit an application for a barclay's card", + "new_card" + ], + [ + "can you help me sign up for a new credit card", + "new_card" + ], + [ + "i need to know how to apply for a mastercard", + "new_card" + ], + [ + "i intend to apply for an american express card", + "new_card" + ], + [ + "tell me how to apply for an american express card", + "new_card" + ], + [ + "i feel like it is time for me to sign up for a new credit card", + "new_card" + ], + [ + "how to apply for platinum card", + "new_card" + ], + [ + "i would like to apply for a air canada card visa, can you help me", + "new_card" + ], + [ + "please help me apply for a silver card", + "new_card" + ], + [ + "tell me the process of applying for a apollo card", + "new_card" + ], + [ + "can you tell me how to apply for a western card", + "new_card" + ], + [ + "how can i apply for a visa card", + "new_card" + ], + [ + "how can i apply for a visa card, please", + "new_card" + ], + [ + "how do i apply for a visa card, please", + "new_card" + ], + [ + "how can i apply for a mastercard, please", + "new_card" + ], + [ + "what if you need to obtain a new credit card", + "new_card" + ], + [ + "what if you want to obtain a new credit card", + "new_card" + ], + [ + "what if you want a new credit card", + "new_card" + ], + [ + "what if you need to get a new credit card", + "new_card" + ], + [ + "show me how i can get a new credit card", + "new_card" + ], + [ + "can you help me find out how to get a new credit card", + "new_card" + ], + [ + "how do i get a new credit card", + "new_card" + ], + [ + "can you help me get a new credit card", + "new_card" + ], + [ + "what is the process i need to follow to get a new credit card", + "new_card" + ], + [ + "may i apply for a new credit card", + "new_card" + ], + [ + "how do i go about applying for a new credit card", + "new_card" + ], + [ + "i would like to apply for a new credit card", + "new_card" + ], + [ + "could you please let me apply for a new credit card", + "new_card" + ], + [ + "is it possible to apply for a visa card", + "new_card" + ], + [ + "hey what do i do to apply for a visa card", + "new_card" + ], + [ + "locate lost luggage from flight america airlines in o'hare", + "lost_luggage" + ], + [ + "on flight america airlines in o'hare lost luggage", + "lost_luggage" + ], + [ + "in o'hare lost luggage on flight america airlines", + "lost_luggage" + ], + [ + "lost luggage on flight america airlines in o'hare", + "lost_luggage" + ], + [ + "while on flight america airlines i lost luggage in o'hare", + "lost_luggage" + ], + [ + "it seems my luggage was lost", + "lost_luggage" + ], + [ + "my luggage was lost so what do i do", + "lost_luggage" + ], + [ + "my luggage is missing i was on spirit flight ab123 from chicago", + "lost_luggage" + ], + [ + "i think my luggage has been lost", + "lost_luggage" + ], + [ + "i think my luggage was misplaced or has been lost", + "lost_luggage" + ], + [ + "i lost my luggage coming from new york city on american flight ab123", + "lost_luggage" + ], + [ + "what step do i take if my bag got lost on the flight", + "lost_luggage" + ], + [ + "i lost my luggage coming from chicago on delta flight ab123", + "lost_luggage" + ], + [ + "what is the next step if my luggage was lost", + "lost_luggage" + ], + [ + "i lost my luggage, what now", + "lost_luggage" + ], + [ + "i lost my luggage", + "lost_luggage" + ], + [ + "my luggage is missing i was on frontier flight ab123 from seattle", + "lost_luggage" + ], + [ + "my luggage was lost on the flight", + "lost_luggage" + ], + [ + "my luggage is lost i was on delta flight ab123 from detroit", + "lost_luggage" + ], + [ + "can you please help me find my lost luggage", + "lost_luggage" + ], + [ + "my luggage has not arrived and i would like help locating it", + "lost_luggage" + ], + [ + "my luggage has not arrived and i would like assistance locating it", + "lost_luggage" + ], + [ + "can you please help me locate my luggage", + "lost_luggage" + ], + [ + "my luggage is lost and i would like help trying to locate it", + "lost_luggage" + ], + [ + "im at lax and my bags aren't", + "lost_luggage" + ], + [ + "my bags did not arrive here at smf", + "lost_luggage" + ], + [ + "i got to vegas airport but my bags didn't", + "lost_luggage" + ], + [ + "where are my bags, not here at the airport", + "lost_luggage" + ], + [ + "my bags didn't make it to the new orleans airport", + "lost_luggage" + ], + [ + "i'm not able to find my luggage and i was on southwest airlines flight ab123 out of houston", + "lost_luggage" + ], + [ + "my luggage is missing i was on american airlines flight ab123 out of dallas", + "lost_luggage" + ], + [ + "i just traveled on american airlines flight ab123 out of dallas i can't find my luggage", + "lost_luggage" + ], + [ + "i flew on southwest airlines flight ab123 out of dallas and i can not find my luggage", + "lost_luggage" + ], + [ + "i was on american airlines flight ab123 out of houston and i can't find my luggage", + "lost_luggage" + ], + [ + "what if i lost my luggage", + "lost_luggage" + ], + [ + "help, i lost my luggage", + "lost_luggage" + ], + [ + "what to do if luggage lost", + "lost_luggage" + ], + [ + "how to find lost luggage", + "lost_luggage" + ], + [ + "what do you do if your luggage is missing", + "lost_luggage" + ], + [ + "what is the best way to deal with my lost luggage", + "lost_luggage" + ], + [ + "i'm in baggage claim at the airport and my luggage didn't make it", + "lost_luggage" + ], + [ + "who can i turn to if i lost my luggage", + "lost_luggage" + ], + [ + "i'm waiting for my luggage in the airport now but it's been a while and it's still not arrived", + "lost_luggage" + ], + [ + "where do i begin the process of reporting my luggage lost", + "lost_luggage" + ], + [ + "my luggage is nowhere in sight, it might be lost", + "lost_luggage" + ], + [ + "if i lost my luggage, where can i get help", + "lost_luggage" + ], + [ + "i believe it looks like my luggage has disappeared", + "lost_luggage" + ], + [ + "my luggage is missing, i think", + "lost_luggage" + ], + [ + "it appears that my luggage has vanished", + "lost_luggage" + ], + [ + "can you tell me what to do as i am in the airport and have been for some time and there is still no sign of my suitcase", + "lost_luggage" + ], + [ + "there's a strong possibility that my luggage has gone missing", + "lost_luggage" + ], + [ + "how do i handle the situation if i lost my luggage", + "lost_luggage" + ], + [ + "is there someone i can talk to since i am in the airport waiting for my luggage which never came", + "lost_luggage" + ], + [ + "what should i do if i'm waiting at the airport and my luggage is not here", + "lost_luggage" + ], + [ + "i think my luggage got lost", + "lost_luggage" + ], + [ + "i believe that my luggage was lost", + "lost_luggage" + ], + [ + "it looks as though my luggage has been lost", + "lost_luggage" + ], + [ + "i don't know where my luggage is", + "lost_luggage" + ], + [ + "i'm having trouble finding my luggage i was on delta flight ab123 out of new york", + "lost_luggage" + ], + [ + "i was on delta flight ab123 out of new york and i can't find my luggage", + "lost_luggage" + ], + [ + "i miss placed my luggage i was on delta flight ab123 out of new york", + "lost_luggage" + ], + [ + "my luggage is lost i was on delta flight ab123 out of new york", + "lost_luggage" + ], + [ + "i was on delta flight ab123 out of new york and haven't been able to locate my luggage", + "lost_luggage" + ], + [ + "my luggage appears to be missing", + "lost_luggage" + ], + [ + "i need to find my luggage", + "lost_luggage" + ], + [ + "do you know where my luggage is", + "lost_luggage" + ], + [ + "i can't find my luggage anywhere and there's no more on the conveyor", + "lost_luggage" + ], + [ + "can you see if you can track where my luggage is", + "lost_luggage" + ], + [ + "what the heck, where's my luggage!", + "lost_luggage" + ], + [ + "i can't find any of my luggage!", + "lost_luggage" + ], + [ + "do you know where the luggage for people on panam flight ab123 out of tuscon is", + "lost_luggage" + ], + [ + "who do i report lost luggage to", + "lost_luggage" + ], + [ + "i'm here at dia but my luggage isn't!", + "lost_luggage" + ], + [ + "find me the number for jet blue's customer service so i can yell at someone about my missing luggage", + "lost_luggage" + ], + [ + "can you help me locate lost luggage", + "lost_luggage" + ], + [ + "how do i find lost luggage", + "lost_luggage" + ], + [ + "i arrived on delta flight ab123 from juno but my luggage doesn't appear to have come with me", + "lost_luggage" + ], + [ + "what's the procedure to deal with lost luggage", + "lost_luggage" + ], + [ + "i just flew in on american airlines flight ab123 from chicago and can't find my luggage", + "lost_luggage" + ], + [ + "can you check where my luggage is off jetblue flight ab123 out of buffalo", + "lost_luggage" + ], + [ + "where's my luggage for american airlines flight ab123 out of denver", + "lost_luggage" + ], + [ + "how do i go about resolving my luggage that didn't arrive", + "lost_luggage" + ], + [ + "can you find out what happened to my luggage", + "lost_luggage" + ], + [ + "do you know whom i should contact since my luggage did not arrive", + "lost_luggage" + ], + [ + "my luggage did not arrive, please investigate", + "lost_luggage" + ], + [ + "where is my luggage, i was on delta flight ab123 out of dc", + "lost_luggage" + ], + [ + "i need my luggage found, i was on delta flight ab123 out of san francisco", + "lost_luggage" + ], + [ + "i can't locate my luggage, i was on jetblue flight ab123 out of detroit", + "lost_luggage" + ], + [ + "my luggage is lost, i was on american airlines ab123 out of los angeles", + "lost_luggage" + ], + [ + "i need assistance with my lost luggage, i was on american airlines ab123 out of talahasse", + "lost_luggage" + ], + [ + "help me find my luggage", + "lost_luggage" + ], + [ + "tell me where my luggage is", + "lost_luggage" + ], + [ + "how do i find lost luggage in an airport", + "lost_luggage" + ], + [ + "i need to figure out what to do about lost luggage", + "lost_luggage" + ], + [ + "my luggage is lost,what do i do now", + "lost_luggage" + ], + [ + "who do i go to to find lost luggage", + "lost_luggage" + ], + [ + "who do i complain to about my luggage not arriving at the airport", + "lost_luggage" + ], + [ + "can you help me find my luggage it was lost on delta flight abc123 from houston", + "lost_luggage" + ], + [ + "i need my luggage that your airline lost it was flight abc123 and now it\u2019s suddenly missing", + "lost_luggage" + ], + [ + "my luggage was on delta flight abc123 out of houston and now i can\u2019t find it", + "lost_luggage" + ], + [ + "i didn't hear you please repeat", + "repeat" + ], + [ + "please repeat", + "repeat" + ], + [ + "i want you to repeat that", + "repeat" + ], + [ + "one more time please", + "repeat" + ], + [ + "i need you to repeat that", + "repeat" + ], + [ + "i need you to please repeat that", + "repeat" + ], + [ + "one more time for me please", + "repeat" + ], + [ + "i would like that repeated", + "repeat" + ], + [ + "just another time please", + "repeat" + ], + [ + "say it again please", + "repeat" + ], + [ + "i must have you repeat that", + "repeat" + ], + [ + "say it again", + "repeat" + ], + [ + "i need that repeated", + "repeat" + ], + [ + "just one more time", + "repeat" + ], + [ + "i want to have that repeated for me", + "repeat" + ], + [ + "i want that repeated", + "repeat" + ], + [ + "ai what was the question", + "repeat" + ], + [ + "ai i didn't hear you", + "repeat" + ], + [ + "ai please repeat", + "repeat" + ], + [ + "ai could you say that again", + "repeat" + ], + [ + "excuse me", + "repeat" + ], + [ + "i did not hear you", + "repeat" + ], + [ + "i didn't get that, please repeat", + "repeat" + ], + [ + "please repeat yourself", + "repeat" + ], + [ + "i didn't catch that, please repeat", + "repeat" + ], + [ + "can you say that over", + "repeat" + ], + [ + "restate the last thing you told me", + "repeat" + ], + [ + "repeat what you just said", + "repeat" + ], + [ + "i didn't catch that say it again", + "repeat" + ], + [ + "what was that last thing you said", + "repeat" + ], + [ + "repeat what you just told me", + "repeat" + ], + [ + "please say that one more time", + "repeat" + ], + [ + "hold on what was that you just said", + "repeat" + ], + [ + "repeat that last response", + "repeat" + ], + [ + "i need you to repeat that, please", + "repeat" + ], + [ + "i did not quite hear you, can you say it again", + "repeat" + ], + [ + "can you please repeat that response", + "repeat" + ], + [ + "i did not hear you, please repeat", + "repeat" + ], + [ + "say it one more time please", + "repeat" + ], + [ + "i didn't hear, please say it again", + "repeat" + ], + [ + "im sorry can you repeat yourself", + "repeat" + ], + [ + "i missed what you said, can you say it again", + "repeat" + ], + [ + "i couldn't hear you, can you repeat it", + "repeat" + ], + [ + "i didn't hear say it again please", + "repeat" + ], + [ + "can you repeat yourself", + "repeat" + ], + [ + "i would like you to repeat yourself", + "repeat" + ], + [ + "i missed that last one, please repeat", + "repeat" + ], + [ + "what was that", + "repeat" + ], + [ + "i didn't hear you can you repeat that", + "repeat" + ], + [ + "please repeat that phrase", + "repeat" + ], + [ + "i missed what you said, please say it again", + "repeat" + ], + [ + "can you tell me what you just said", + "repeat" + ], + [ + "will you repeat that, please", + "repeat" + ], + [ + "could you repeat that, please", + "repeat" + ], + [ + "would you repeat that, please", + "repeat" + ], + [ + "would you repeat that", + "repeat" + ], + [ + "would you please ask the question again", + "repeat" + ], + [ + "i am needing for you to say that again", + "repeat" + ], + [ + "i need for you to ask the question again", + "repeat" + ], + [ + "could you ask the question again", + "repeat" + ], + [ + "i am going to need you to say that again", + "repeat" + ], + [ + "would you say that again, please", + "repeat" + ], + [ + "repeat the question", + "repeat" + ], + [ + "i didn't hear what you said", + "repeat" + ], + [ + "repeat that please", + "repeat" + ], + [ + "i didn't hear you", + "repeat" + ], + [ + "i didnt hear what you just said, can you say it again", + "repeat" + ], + [ + "may you repeat what you said again", + "repeat" + ], + [ + "i didn't hear what you just said, can you repeat it", + "repeat" + ], + [ + "i didn't understand what you just said, can you repeat it", + "repeat" + ], + [ + "i didnt understand what you just said, can you say it again", + "repeat" + ], + [ + "can you say what you just said again", + "repeat" + ], + [ + "could you repeat what you just said again", + "repeat" + ], + [ + "would you repeat what you just said", + "repeat" + ], + [ + "will you please repeat what you said", + "repeat" + ], + [ + "what did you just mention", + "repeat" + ], + [ + "i need that said again", + "repeat" + ], + [ + "i need to know again", + "repeat" + ], + [ + "please say it again", + "repeat" + ], + [ + "tell me once more", + "repeat" + ], + [ + "repeat that again", + "repeat" + ], + [ + "replay what you just said", + "repeat" + ], + [ + "i missed that, say it again", + "repeat" + ], + [ + "could you say that again", + "repeat" + ], + [ + "repeat your last message", + "repeat" + ], + [ + "say it one more time", + "repeat" + ], + [ + "i did not understand say it again", + "repeat" + ], + [ + "can you please sat it one more time", + "repeat" + ], + [ + "i did not catch that, repeat what you just said", + "repeat" + ], + [ + "sorry, i didn't hear you, can you say that gain", + "repeat" + ], + [ + "i didn't hear you, can you repeat that louder", + "repeat" + ], + [ + "i didn't catch that so please repeat it", + "repeat" + ], + [ + "please run that by me again", + "repeat" + ], + [ + "i missed that say it again", + "repeat" + ], + [ + "can you say again", + "repeat" + ], + [ + "please repeat what you just said", + "repeat" + ], + [ + "can i get you to say that once more", + "repeat" + ], + [ + "will you repeat what you just said", + "repeat" + ], + [ + "please repeat over what you said", + "repeat" + ], + [ + "come again with that", + "repeat" + ], + [ + "what kind of mileage do i get out of gas", + "mpg" + ], + [ + "what's the fuel economy of my car", + "mpg" + ], + [ + "how many miles per gallon do i get in my car", + "mpg" + ], + [ + "tell me my car's fuel economy", + "mpg" + ], + [ + "what kind of gas mileage do i get", + "mpg" + ], + [ + "what gas mileage does my car get", + "mpg" + ], + [ + "in my car, what's the fuel economy", + "mpg" + ], + [ + "how many miles per gallon do i get", + "mpg" + ], + [ + "what's my car's gas mileage", + "mpg" + ], + [ + "how many miles per gallon does my car get", + "mpg" + ], + [ + "look up the gas mileage for my vehicle", + "mpg" + ], + [ + "can you tell me the miles per gallon rate of my car", + "mpg" + ], + [ + "tell me my car's gas mileage please", + "mpg" + ], + [ + "what is the gas mileage for the car that i drive", + "mpg" + ], + [ + "how many miles can i drive on 1 gallon of gas", + "mpg" + ], + [ + "how many miles does my car get per gallon", + "mpg" + ], + [ + "what\u2019s my gas mileage", + "mpg" + ], + [ + "retrieve my current mpg on my car", + "mpg" + ], + [ + "tell me the gas mileage on my car", + "mpg" + ], + [ + "tell me my miles per gallon on my car", + "mpg" + ], + [ + "how much mpg does this car get in the city", + "mpg" + ], + [ + "what kind of mpg does this car get in the city", + "mpg" + ], + [ + "how many miles per gallon does it get in the city", + "mpg" + ], + [ + "how many miles per gallon does it get on the highway", + "mpg" + ], + [ + "can you give me the car's mpg for the city", + "mpg" + ], + [ + "what's the mpg for the car when it's on the highway", + "mpg" + ], + [ + "what are the estimates for the car's highway mpg", + "mpg" + ], + [ + "how much highway mpg does it get", + "mpg" + ], + [ + "for city driving, what's the car's mpg", + "mpg" + ], + [ + "how far can the car get per gallon on the highway", + "mpg" + ], + [ + "tell me the mpg of this car", + "mpg" + ], + [ + "can you tell me the mpg of this car", + "mpg" + ], + [ + "how many mpg does this car get", + "mpg" + ], + [ + "mpg of this car", + "mpg" + ], + [ + "what is the mpg of this car", + "mpg" + ], + [ + "what is the mpg", + "mpg" + ], + [ + "how much is this mpg", + "mpg" + ], + [ + "what's my current mpg", + "mpg" + ], + [ + "how much mpg do i have", + "mpg" + ], + [ + "what's my car's miles per gallon", + "mpg" + ], + [ + "calculate car mpg", + "mpg" + ], + [ + "what's my gas mileage like", + "mpg" + ], + [ + "is the fuel economy of this car good or bad", + "mpg" + ], + [ + "average mpg", + "mpg" + ], + [ + "what mpg does my car get", + "mpg" + ], + [ + "what is my average mpg in this car", + "mpg" + ], + [ + "tell me about this cars fuel economy", + "mpg" + ], + [ + "do you know the fuel economy of this car", + "mpg" + ], + [ + "what's the mpg of this car", + "mpg" + ], + [ + "what's the miles per gallon on this car", + "mpg" + ], + [ + "how does this do on gas mileage", + "mpg" + ], + [ + "whats the cars fuel mileage like", + "mpg" + ], + [ + "how does this car do on its fuel", + "mpg" + ], + [ + "what is the city mpg for this car", + "mpg" + ], + [ + "how many miles per gallon does this car get in the city", + "mpg" + ], + [ + "what is the city fuel efficiency for this car", + "mpg" + ], + [ + "what's the fuel economy for this car downtown", + "mpg" + ], + [ + "how many mpg does this rig get when i'm in the city", + "mpg" + ], + [ + "how much gas does this use in the city", + "mpg" + ], + [ + "do you know what this car's mpg is", + "mpg" + ], + [ + "how is this car rated for fuel economy", + "mpg" + ], + [ + "what's this car guzzle in gas when driving in town", + "mpg" + ], + [ + "what mpg does this car get on the expressway", + "mpg" + ], + [ + "what's the non-city mpg for this car", + "mpg" + ], + [ + "what'll this car do for gas mileage on the open road", + "mpg" + ], + [ + "how good is the fuel usage for this vehicle", + "mpg" + ], + [ + "what's this car get for highway driving", + "mpg" + ], + [ + "how much gas does this car use in the city", + "mpg" + ], + [ + "do you know the mpg for this vehicle", + "mpg" + ], + [ + "how's the mpg for this on the freeway", + "mpg" + ], + [ + "how many mpgs does this car get on the highway", + "mpg" + ], + [ + "how's the fuel efficiency for city driving for this car", + "mpg" + ], + [ + "what's this car do for fuel economy", + "mpg" + ], + [ + "what is the amount of miles per gallon this car gets on the highway", + "mpg" + ], + [ + "how many mpg does this get on the highway", + "mpg" + ], + [ + "what is the highway mpg on this car", + "mpg" + ], + [ + "how many miles per gallon does this car get on the highway", + "mpg" + ], + [ + "does this car get good mpg on the highway", + "mpg" + ], + [ + "what is the cars mpg on the highway", + "mpg" + ], + [ + "what is the mpg like for this car while driving in the city", + "mpg" + ], + [ + "what is the mpg on this car", + "mpg" + ], + [ + "how does this cars mpg do on the highway", + "mpg" + ], + [ + "whats the cars mpg", + "mpg" + ], + [ + "please tell me what the mpg is for this car", + "mpg" + ], + [ + "how does this car do with mpg in the city", + "mpg" + ], + [ + "tell me what this cars highway mpg is", + "mpg" + ], + [ + "what is the mpg for this car in city", + "mpg" + ], + [ + "does this car get good mpg in the city", + "mpg" + ], + [ + "what mpg does this car get in city", + "mpg" + ], + [ + "what mpg does this car get on the highway", + "mpg" + ], + [ + "how much mpg does this car get on the highway", + "mpg" + ], + [ + "please look up the this cars mpg", + "mpg" + ], + [ + "my mpg is how much", + "mpg" + ], + [ + "how many miles per gallon am i getting", + "mpg" + ], + [ + "how much is my mpg", + "mpg" + ], + [ + "what's the mileage on my car", + "mpg" + ], + [ + "how expensive is it to fuel this car", + "mpg" + ], + [ + "how many miles will a gallon of gas take this car", + "mpg" + ], + [ + "how many mpg does this car have", + "mpg" + ], + [ + "how far can i go on one tank of gas", + "mpg" + ], + [ + "when should i change my car oil", + "oil_change_when" + ], + [ + "do i need to change my oil", + "oil_change_when" + ], + [ + "how often do you have to change your oil", + "oil_change_when" + ], + [ + "how do i know when i have to change my oil", + "oil_change_when" + ], + [ + "when do i need to change my oil", + "oil_change_when" + ], + [ + "when am i due for an oil change", + "oil_change_when" + ], + [ + "how long before i neet to get my oil changed", + "oil_change_when" + ], + [ + "at how many miles am i required to get my oil changed", + "oil_change_when" + ], + [ + "when should my oil get changed", + "oil_change_when" + ], + [ + "when do i need you change my oil", + "oil_change_when" + ], + [ + "when is my oil due to be changed", + "oil_change_when" + ], + [ + "when should my oil be changed", + "oil_change_when" + ], + [ + "how long until i need to change my oil", + "oil_change_when" + ], + [ + "how many miles can i drive before changing my oil", + "oil_change_when" + ], + [ + "at which mileage, should i get my oil changed", + "oil_change_when" + ], + [ + "when should i change my oil again", + "oil_change_when" + ], + [ + "at what point should the oil be changed again", + "oil_change_when" + ], + [ + "how much longer until i need an oil change", + "oil_change_when" + ], + [ + "when do i need to change the oil again", + "oil_change_when" + ], + [ + "when do i need to change my oil again", + "oil_change_when" + ], + [ + "when should i change my oil next", + "oil_change_when" + ], + [ + "at what point will i need another oil change", + "oil_change_when" + ], + [ + "when will i need another oil change", + "oil_change_when" + ], + [ + "when will i need to change my oil again", + "oil_change_when" + ], + [ + "when do i need to get an oil change", + "oil_change_when" + ], + [ + "when must i change oil", + "oil_change_when" + ], + [ + "when do i need my oil changed", + "oil_change_when" + ], + [ + "when should oil be changed in my car", + "oil_change_when" + ], + [ + "when is an oil change needed by me", + "oil_change_when" + ], + [ + "i really must know when should i get my oil changed next", + "oil_change_when" + ], + [ + "when must i change the oil in my car", + "oil_change_when" + ], + [ + "i gotta know when should i get my oil changed next", + "oil_change_when" + ], + [ + "when do i have to change oil", + "oil_change_when" + ], + [ + "when should i change the oil in my car", + "oil_change_when" + ], + [ + "when do i need an oil change", + "oil_change_when" + ], + [ + "when does my oil need some changing", + "oil_change_when" + ], + [ + "i wanna know when should i get my oil changed next", + "oil_change_when" + ], + [ + "i must know when should i get my oil changed next", + "oil_change_when" + ], + [ + "i need to know when should i get my oil changed next", + "oil_change_when" + ], + [ + "how often should i change my oil", + "oil_change_when" + ], + [ + "oil changes are typical done how often", + "oil_change_when" + ], + [ + "when's my next oil change due", + "oil_change_when" + ], + [ + "oil changes are typical done when", + "oil_change_when" + ], + [ + "when is my oil change expected", + "oil_change_when" + ], + [ + "is there a way to tell when i need my oil changed", + "oil_change_when" + ], + [ + "when is my next oil change", + "oil_change_when" + ], + [ + "tell me how i know when i need an oil change", + "oil_change_when" + ], + [ + "how do i know when i need my next oil change", + "oil_change_when" + ], + [ + "when do i need my next oil change", + "oil_change_when" + ], + [ + "is it time for an oil change", + "oil_change_when" + ], + [ + "should i get an oil change", + "oil_change_when" + ], + [ + "when is the best time for my next oil change", + "oil_change_when" + ], + [ + "what date should i next change my oil", + "oil_change_when" + ], + [ + "the next time i change my oil, when should it be", + "oil_change_when" + ], + [ + "what duration of time should i wait before i change my oil", + "oil_change_when" + ], + [ + "after how long should i change my oil", + "oil_change_when" + ], + [ + "when will my car need an oil change", + "oil_change_when" + ], + [ + "can you make a note for my next oil change", + "oil_change_when" + ], + [ + "how long before i need an oil change", + "oil_change_when" + ], + [ + "when do you think i should change my oil", + "oil_change_when" + ], + [ + "when is my next oil change suggested", + "oil_change_when" + ], + [ + "what is the due date for my next oil change", + "oil_change_when" + ], + [ + "in how many miles do i need to schedule my oil change", + "oil_change_when" + ], + [ + "when is my car due for an oil change and lube", + "oil_change_when" + ], + [ + "how many miles can i drive before needing the next oil change", + "oil_change_when" + ], + [ + "it's been 3 years since i changed my oil, how long until i have to deal with it", + "oil_change_when" + ], + [ + "can you check when i'm next due for an oil change", + "oil_change_when" + ], + [ + "my oil seems pretty black, does that mean i should change it", + "oil_change_when" + ], + [ + "when's the next time i should go for an oil change", + "oil_change_when" + ], + [ + "my car's been throwing cels that i think are oil related, so i'm wondering if it's time to take it in or not", + "oil_change_when" + ], + [ + "my next oil change is when", + "oil_change_when" + ], + [ + "at what time should i get my oil changed next", + "oil_change_when" + ], + [ + "how much longer until i need to get my oil changed", + "oil_change_when" + ], + [ + "what is the next date that i should change my oil at", + "oil_change_when" + ], + [ + "when would you recommend i get my oil changed", + "oil_change_when" + ], + [ + "when would it be required for me to get my oil changed", + "oil_change_when" + ], + [ + "when is my next oil change due", + "oil_change_when" + ], + [ + "what is the average time to go between oil changes", + "oil_change_when" + ], + [ + "do i need to have my oil changed after 3000 miles", + "oil_change_when" + ], + [ + "how soon should i have my oil changed", + "oil_change_when" + ], + [ + "how often should i have my oil changed", + "oil_change_when" + ], + [ + "what is the recommended time frame to change my oil", + "oil_change_when" + ], + [ + "how many miles can i drive before i need to change my oil", + "oil_change_when" + ], + [ + "how long can i go before changing my oil", + "oil_change_when" + ], + [ + "how long is an oil change good for", + "oil_change_when" + ], + [ + "i need to know when my oil should be changed", + "oil_change_when" + ], + [ + "when do people typically change their oil", + "oil_change_when" + ], + [ + "how often should the oil get changed", + "oil_change_when" + ], + [ + "what is the time frame for changing oil", + "oil_change_when" + ], + [ + "about how long before i need another oil change", + "oil_change_when" + ], + [ + "how long does oil last in a car", + "oil_change_when" + ], + [ + "do you change the oil in your car more than once a year", + "oil_change_when" + ], + [ + "when is my car due for an oil change", + "oil_change_when" + ], + [ + "when do cars need their oil changed", + "oil_change_when" + ], + [ + "when do i change my oil", + "oil_change_when" + ], + [ + "how long can you go between oil changes", + "oil_change_when" + ], + [ + "how often should you get an oil change", + "oil_change_when" + ], + [ + "when can i get oil changed", + "oil_change_when" + ], + [ + "when should i change this oil", + "oil_change_when" + ], + [ + "when to change my oil", + "oil_change_when" + ], + [ + "yep", + "yes" + ], + [ + "that is affirmative", + "yes" + ], + [ + "what you just said is true", + "yes" + ], + [ + "that is not false", + "yes" + ], + [ + "that is a fact", + "yes" + ], + [ + "i agree with the truth of what you just said", + "yes" + ], + [ + "i believe what you just said is true", + "yes" + ], + [ + "that would be great", + "yes" + ], + [ + "that would be awesome", + "yes" + ], + [ + "that is totally true", + "yes" + ], + [ + "oh yes", + "yes" + ], + [ + "yes that is right", + "yes" + ], + [ + "that is a yes", + "yes" + ], + [ + "that seems true", + "yes" + ], + [ + "positive", + "yes" + ], + [ + "true", + "yes" + ], + [ + "very true", + "yes" + ], + [ + "that will be true", + "yes" + ], + [ + "that appears true", + "yes" + ], + [ + "that is true", + "yes" + ], + [ + "it is true", + "yes" + ], + [ + "that is right", + "yes" + ], + [ + "that statement was correct", + "yes" + ], + [ + "i think that's true", + "yes" + ], + [ + "that is accurate", + "yes" + ], + [ + "yes, that is it", + "yes" + ], + [ + "correct", + "yes" + ], + [ + "the answer is yes", + "yes" + ], + [ + "all right", + "yes" + ], + [ + "it's indeed true", + "yes" + ], + [ + "that's a yes from me", + "yes" + ], + [ + "yes you are correct", + "yes" + ], + [ + "that's a definite yes", + "yes" + ], + [ + "yes that's it", + "yes" + ], + [ + "i vote yes", + "yes" + ], + [ + "that is correct", + "yes" + ], + [ + "yes, that is true", + "yes" + ], + [ + "yep, that's right", + "yes" + ], + [ + "yeah that's what i want", + "yes" + ], + [ + "you got it", + "yes" + ], + [ + "yeah that's right, so true", + "yes" + ], + [ + "true is my response", + "yes" + ], + [ + "yes, that's affirmative", + "yes" + ], + [ + "yes, you got it", + "yes" + ], + [ + "absolutely!", + "yes" + ], + [ + "do that", + "yes" + ], + [ + "absolutely correct", + "yes" + ], + [ + "confirm", + "yes" + ], + [ + "yes, i'd really like that alot", + "yes" + ], + [ + "agreed, that's valid", + "yes" + ], + [ + "affirmative, go ahead", + "yes" + ], + [ + "yes that's correct", + "yes" + ], + [ + "yeah, that's how it is", + "yes" + ], + [ + "yeah, that's right", + "yes" + ], + [ + "of course", + "yes" + ], + [ + "that's the truth", + "yes" + ], + [ + "exactly right", + "yes" + ], + [ + "yes, that's accurate", + "yes" + ], + [ + "yes, that is accurate", + "yes" + ], + [ + "yes, that's what i want", + "yes" + ], + [ + "yes, that is a fact", + "yes" + ], + [ + "yes, that is correct", + "yes" + ], + [ + "yes, that's confirmed", + "yes" + ], + [ + "indeed", + "yes" + ], + [ + "yes", + "yes" + ], + [ + "uh-huh", + "yes" + ], + [ + "correct, that's true", + "yes" + ], + [ + "yes, that's correct", + "yes" + ], + [ + "yeah", + "yes" + ], + [ + "yeap", + "yes" + ], + [ + "ok", + "yes" + ], + [ + "sure thing", + "yes" + ], + [ + "yes you are right", + "yes" + ], + [ + "yes you are", + "yes" + ], + [ + "yes i do like that", + "yes" + ], + [ + "yes that is correct", + "yes" + ], + [ + "yes i am", + "yes" + ], + [ + "i think it's true", + "yes" + ], + [ + "that would be yes", + "yes" + ], + [ + "that would be true", + "yes" + ], + [ + "i believe that's true", + "yes" + ], + [ + "uh huh", + "yes" + ], + [ + "yep, that's true", + "yes" + ], + [ + "yes, that is actually true", + "yes" + ], + [ + "yes, that's it", + "yes" + ], + [ + "yes, that is right", + "yes" + ], + [ + "correct, it is affirmative", + "yes" + ], + [ + "the answer to that is a resounding yes", + "yes" + ], + [ + "i can confirm it is affirmative", + "yes" + ], + [ + "my response to that is yes", + "yes" + ], + [ + "i have to say affirmative on that one", + "yes" + ], + [ + "i would have to say yes as my answer", + "yes" + ], + [ + "the answer to that is affirmative", + "yes" + ], + [ + "that is true, yes", + "yes" + ], + [ + "it is definitely affirmative", + "yes" + ], + [ + "is is very much true", + "yes" + ], + [ + "it is a true", + "yes" + ], + [ + "its a for sure true", + "yes" + ], + [ + "yes sir", + "yes" + ], + [ + "it's true", + "yes" + ], + [ + "can you give me some suggestions to go site seeing when i get there", + "travel_suggestion" + ], + [ + "can you get me any recommendations for the place i'm traveling to", + "travel_suggestion" + ], + [ + "please suggest some fun tourist activities in tokyo", + "travel_suggestion" + ], + [ + "i need help with some fun tourist things to do in tokyo", + "travel_suggestion" + ], + [ + "could you tell me what fun tourist things i could do in tokyo", + "travel_suggestion" + ], + [ + "what should i do for fun in tokyo", + "travel_suggestion" + ], + [ + "what do tourists do in tokyo", + "travel_suggestion" + ], + [ + "what sites are there to see when in evans", + "travel_suggestion" + ], + [ + "what can i do in evans", + "travel_suggestion" + ], + [ + "name some things i should do while in evans", + "travel_suggestion" + ], + [ + "if i go to evans, what should i do", + "travel_suggestion" + ], + [ + "what is there to do in evans", + "travel_suggestion" + ], + [ + "what can i do in new orleans for fun", + "travel_suggestion" + ], + [ + "what do you recommend to do in vegas", + "travel_suggestion" + ], + [ + "is there anything fun to do in berlin", + "travel_suggestion" + ], + [ + "find something fun for me to do in dallas", + "travel_suggestion" + ], + [ + "what's fun to do in thailand", + "travel_suggestion" + ], + [ + "where should i book my next trip", + "travel_suggestion" + ], + [ + "what are some hot travel destinations", + "travel_suggestion" + ], + [ + "what's a good place to travel to", + "travel_suggestion" + ], + [ + "where should i travel to next", + "travel_suggestion" + ], + [ + "what's the best place to travel to this time of year", + "travel_suggestion" + ], + [ + "when visiting chicago, what things can i do there", + "travel_suggestion" + ], + [ + "what are some good restaurants in chicago", + "travel_suggestion" + ], + [ + "what are some activities to do in chicago", + "travel_suggestion" + ], + [ + "when travelling in chicago, what kinds of attractions should i see", + "travel_suggestion" + ], + [ + "what kind of entertainment is available in chicago", + "travel_suggestion" + ], + [ + "show me some things to do in gatlinburg", + "travel_suggestion" + ], + [ + "what are the main attractions in gatlinburg", + "travel_suggestion" + ], + [ + "name the five star attractions in gatlinburg", + "travel_suggestion" + ], + [ + "what are some of the attractions in gatlinburg", + "travel_suggestion" + ], + [ + "what are the most popular attractions in gatlinburg", + "travel_suggestion" + ], + [ + "where should i spend my time off", + "travel_suggestion" + ], + [ + "give me some awesome travel destinations", + "travel_suggestion" + ], + [ + "what's the best place to just get away from it all", + "travel_suggestion" + ], + [ + "what are some tourist sites to see in ann arbor", + "travel_suggestion" + ], + [ + "name some tourist things to do in chicago", + "travel_suggestion" + ], + [ + "in austin, what are some tourist things to do", + "travel_suggestion" + ], + [ + "name some tourist things to do in seattle", + "travel_suggestion" + ], + [ + "what are some fun, tourist sites to see in nyc", + "travel_suggestion" + ], + [ + "what experiences does kentucky offer", + "travel_suggestion" + ], + [ + "what's something interesting to do kentucky", + "travel_suggestion" + ], + [ + "what things are there to do in kentucky", + "travel_suggestion" + ], + [ + "what could i do for fun in kentucky", + "travel_suggestion" + ], + [ + "what does kentucky have to offer for things to do", + "travel_suggestion" + ], + [ + "what are the big tourist sites in sweden", + "travel_suggestion" + ], + [ + "what are some fun things to do in sweden", + "travel_suggestion" + ], + [ + "can you tell me about the best tourist attractions in sweden", + "travel_suggestion" + ], + [ + "what are some of sweden's best sights", + "travel_suggestion" + ], + [ + "what can i do in nashville", + "travel_suggestion" + ], + [ + "help me find things to do in nashville", + "travel_suggestion" + ], + [ + "can i do a lot in nashville", + "travel_suggestion" + ], + [ + "i need ideas for things to do in nashville", + "travel_suggestion" + ], + [ + "do you know of any activities in nashville", + "travel_suggestion" + ], + [ + "what are some touristy things to do in boston", + "travel_suggestion" + ], + [ + "what kinds of fun things are there in boston for tourists", + "travel_suggestion" + ], + [ + "are there any exciting tourist things to do in boston", + "travel_suggestion" + ], + [ + "what kinds of fun touristy things are there to do in boston", + "travel_suggestion" + ], + [ + "are there any fun tourist things to do in boston", + "travel_suggestion" + ], + [ + "what are some fun things i can partake in in atlanta", + "travel_suggestion" + ], + [ + "tell me things i can do in chicago", + "travel_suggestion" + ], + [ + "provide me with ideas of things we can do in charlotte", + "travel_suggestion" + ], + [ + "give me a list of things to do in orlando", + "travel_suggestion" + ], + [ + "where should i travel if i want to visit some history museums", + "travel_suggestion" + ], + [ + "i'd like some suggestions on where to go on my vacation this year", + "travel_suggestion" + ], + [ + "are there any interesting things to do in atlanta, georgia", + "travel_suggestion" + ], + [ + "is there anything fun to do in manassas, virginia", + "travel_suggestion" + ], + [ + "i want to travel this year but i need some suggestions", + "travel_suggestion" + ], + [ + "where should i travel if i want to go to a nice beach", + "travel_suggestion" + ], + [ + "give me some ideas on what i can do in seattle for fun", + "travel_suggestion" + ], + [ + "what do you suggest for entertainment in tampa, florida", + "travel_suggestion" + ], + [ + "what are some fun things to do in butte, montana", + "travel_suggestion" + ], + [ + "in portland, what things are there to do", + "travel_suggestion" + ], + [ + "what things can i do in portland", + "travel_suggestion" + ], + [ + "what are some things i can do in portland", + "travel_suggestion" + ], + [ + "what are some things to do in portland", + "travel_suggestion" + ], + [ + "what things are there to do in portland", + "travel_suggestion" + ], + [ + "what is there to do besides drink in germany", + "travel_suggestion" + ], + [ + "what festivals are there to see in paris", + "travel_suggestion" + ], + [ + "what fun is there to do in england", + "travel_suggestion" + ], + [ + "where is the best winery in the south of france", + "travel_suggestion" + ], + [ + "what should i do in france", + "travel_suggestion" + ], + [ + "where do you suggest i plan my next vacation", + "travel_suggestion" + ], + [ + "what are your best travel suggestions", + "travel_suggestion" + ], + [ + "what are some suggestions for places to travel", + "travel_suggestion" + ], + [ + "what do people in sioux falls do for fun", + "travel_suggestion" + ], + [ + "what's there to do in seattle", + "travel_suggestion" + ], + [ + "are there any interesting activities to do in austin", + "travel_suggestion" + ], + [ + "where's a good place to go if i want to see mountains", + "travel_suggestion" + ], + [ + "what's a nice place to visit a beautiful beach", + "travel_suggestion" + ], + [ + "what should i do in bangor", + "travel_suggestion" + ], + [ + "what do tourists do for fun in seattle", + "travel_suggestion" + ], + [ + "are there any fun tourist activities in australia", + "travel_suggestion" + ], + [ + "what's a good use of my time in toronto", + "travel_suggestion" + ], + [ + "what can a tourist in denver do", + "travel_suggestion" + ], + [ + "what sort of things do people do in new york", + "travel_suggestion" + ], + [ + "tell me some things to see in tampa", + "travel_suggestion" + ], + [ + "is there anything neat to do in boston", + "travel_suggestion" + ], + [ + "what are some interesting things to do in dc", + "travel_suggestion" + ], + [ + "what's the funnest thing for a tourist to do in iceland", + "travel_suggestion" + ], + [ + "what do my health benefits consist of", + "insurance" + ], + [ + "what health benefits are available to me", + "insurance" + ], + [ + "what health benefits can i use", + "insurance" + ], + [ + "what are the health benefits i have", + "insurance" + ], + [ + "what health benefits do i have", + "insurance" + ], + [ + "i need to know my health benefits", + "insurance" + ], + [ + "what is my health plan", + "insurance" + ], + [ + "what's the name of my medical coverage", + "insurance" + ], + [ + "i need to know more about my health plan", + "insurance" + ], + [ + "are my health benefits good", + "insurance" + ], + [ + "tell me what my health plan is called", + "insurance" + ], + [ + "do i have many health benefits", + "insurance" + ], + [ + "tell me about my health insurance", + "insurance" + ], + [ + "what is the name of my health insurance", + "insurance" + ], + [ + "list all of my health benefits", + "insurance" + ], + [ + "my insurance gives me what benefits", + "insurance" + ], + [ + "what benefits are available with my insurance", + "insurance" + ], + [ + "what benefits does my insurance provide", + "insurance" + ], + [ + "what benefits are provided by my insurance", + "insurance" + ], + [ + "my insurance benefits are what", + "insurance" + ], + [ + "what benefits do i get from insurance", + "insurance" + ], + [ + "give me information on my health plan", + "insurance" + ], + [ + "i'd like to know about my health plan", + "insurance" + ], + [ + "can you tell me my health plan", + "insurance" + ], + [ + "insurance benefits", + "insurance" + ], + [ + "what benefits are associated with my insurance", + "insurance" + ], + [ + "can you tell me my insurance benefits", + "insurance" + ], + [ + "what benefits does my insurance have", + "insurance" + ], + [ + "i'm curious what health plan i'm on", + "insurance" + ], + [ + "i'm wondering what health plan i'm on", + "insurance" + ], + [ + "can you let me know what health plan i'm on", + "insurance" + ], + [ + "do you know the health plan i'm on", + "insurance" + ], + [ + "is it possible for you to let me know what health plan i'm on", + "insurance" + ], + [ + "tell me about my insurance benefits", + "insurance" + ], + [ + "list my insurance benefits", + "insurance" + ], + [ + "list insurance benefits", + "insurance" + ], + [ + "insurance benefit information", + "insurance" + ], + [ + "insurance benefit details", + "insurance" + ], + [ + "give me the name of the insurance plan that i enrolled in", + "insurance" + ], + [ + "tell me the name of my insurance plan", + "insurance" + ], + [ + "what is the name of my insurance plan", + "insurance" + ], + [ + "what is the name of the insurance plan that i'm enrolled in", + "insurance" + ], + [ + "please provide the name of the insurance plan that i'm enrolled in", + "insurance" + ], + [ + "what's the healthcare plan i'm on", + "insurance" + ], + [ + "what's the deal with my health care", + "insurance" + ], + [ + "what's my current health care plan", + "insurance" + ], + [ + "any word on my healthcare plan", + "insurance" + ], + [ + "what healthcare plan do you have me on", + "insurance" + ], + [ + "i need you to tell me what benefits are included in my insurance", + "insurance" + ], + [ + "please find the benefits provided by my insurance", + "insurance" + ], + [ + "what benefits do i have with my insurance", + "insurance" + ], + [ + "can you tell me what is included in my health benefits", + "insurance" + ], + [ + "please tell my what insurance plan i registered for", + "insurance" + ], + [ + "i need to know what my health benefits cover, please", + "insurance" + ], + [ + "i would like to hear a list of my insurance benefits, please", + "insurance" + ], + [ + "what is the insurance plan that i'm signed up for", + "insurance" + ], + [ + "please tell me what's provided in my health benefits", + "insurance" + ], + [ + "which insurance plan do i currently have", + "insurance" + ], + [ + "can you tell me the name of the insurance plan i'm a member of", + "insurance" + ], + [ + "remind me of which insurance plan i'm currently enrolled in", + "insurance" + ], + [ + "what benefits does my health coverage give me", + "insurance" + ], + [ + "i would like to know all of the covered benefits that are given by my health care plan", + "insurance" + ], + [ + "can you tell me what benefits i receive with my insurance", + "insurance" + ], + [ + "is there an insurance plan for my health", + "insurance" + ], + [ + "can i see my health benefits", + "insurance" + ], + [ + "what are the benefits i get for my health", + "insurance" + ], + [ + "what is the aid i get from these health benefits", + "insurance" + ], + [ + "can i obtain health benefits", + "insurance" + ], + [ + "give me info on my health plan", + "insurance" + ], + [ + "what was my health plan again", + "insurance" + ], + [ + "what health plan do i have", + "insurance" + ], + [ + "tell me my health plan", + "insurance" + ], + [ + "what's my health plan", + "insurance" + ], + [ + "which insurance plan am i enrolled in, please", + "insurance" + ], + [ + "what type of insurance plan am i enrolled in, please", + "insurance" + ], + [ + "what kind of insurance plan am i enrolled in", + "insurance" + ], + [ + "what kind of insurance plan am i enrolled in, please", + "insurance" + ], + [ + "may i know my insurance benefits", + "insurance" + ], + [ + "where is the list of my insurance benefits", + "insurance" + ], + [ + "what's my insurance benefits like", + "insurance" + ], + [ + "how do i know my insurance benefits", + "insurance" + ], + [ + "what insurance benefits am i getting", + "insurance" + ], + [ + "how would you define my health benefits", + "insurance" + ], + [ + "will you summarize my health benefits", + "insurance" + ], + [ + "define my health benefits", + "insurance" + ], + [ + "how would you describe my health benefits", + "insurance" + ], + [ + "what is the definition of my health benefits", + "insurance" + ], + [ + "can you explain my benefits", + "insurance" + ], + [ + "whats included with my insurance", + "insurance" + ], + [ + "what insurance benefits do i have", + "insurance" + ], + [ + "what do my benefits look like", + "insurance" + ], + [ + "what benefits are included in my package", + "insurance" + ], + [ + "what are my insurance assets", + "insurance" + ], + [ + "what are my insurance advantages", + "insurance" + ], + [ + "what are my insurance perks", + "insurance" + ], + [ + "what are my insurance rewards", + "insurance" + ], + [ + "what are my insurance amenities", + "insurance" + ], + [ + "do you know what my health benefits are", + "insurance" + ], + [ + "please look up the name of my insurance plan", + "insurance" + ], + [ + "can you tell me the name of my insurance plan", + "insurance" + ], + [ + "i need to add the chore of vacuuming to my task list", + "todo_list_update" + ], + [ + "put wash the counters down on my list of pending tasks", + "todo_list_update" + ], + [ + "take doing the dishes off my todo list", + "todo_list_update" + ], + [ + "blank out my todo list", + "todo_list_update" + ], + [ + "erase all items on my todo list", + "todo_list_update" + ], + [ + "delete everything on my todo list", + "todo_list_update" + ], + [ + "add clean bathroom to my to do list", + "todo_list_update" + ], + [ + "go ahead and take cleaning the bathroom off my todo list", + "todo_list_update" + ], + [ + "you can remove vacuuming off the todo list", + "todo_list_update" + ], + [ + "make my todo list blank", + "todo_list_update" + ], + [ + "please take shoveling the car off my todo list", + "todo_list_update" + ], + [ + "i'd like you to remove throw away dvds off my todo list", + "todo_list_update" + ], + [ + "put clean stovetop on my list of reminders", + "todo_list_update" + ], + [ + "nuke all items on my todo list", + "todo_list_update" + ], + [ + "will you put change the light bulbs on my list of things to do", + "todo_list_update" + ], + [ + "delete everything from the task list", + "todo_list_update" + ], + [ + "hurry up and just erase everything from the todo list", + "todo_list_update" + ], + [ + "can you kindly clear my agenda list", + "todo_list_update" + ], + [ + "hey just take off everything from my todo list", + "todo_list_update" + ], + [ + "i don't want to do anything today so just clear the todo list", + "todo_list_update" + ], + [ + "please include feeding the fish on my to do list", + "todo_list_update" + ], + [ + "please remove laundry from my list of chores", + "todo_list_update" + ], + [ + "please clear out my whole to do list", + "todo_list_update" + ], + [ + "i want you to clear out my to do list", + "todo_list_update" + ], + [ + "i want you to add cleaning the toilet to my to do list", + "todo_list_update" + ], + [ + "make sure my to do list is completely clear please", + "todo_list_update" + ], + [ + "please include laundry on my to do list", + "todo_list_update" + ], + [ + "can you please add take out recycling on my list of chores to complete", + "todo_list_update" + ], + [ + "please get rid off everything on my to do list", + "todo_list_update" + ], + [ + "please take feeding the fish off of my list of tasks to complete", + "todo_list_update" + ], + [ + "i need to add dusting the bookshelf to my to do list", + "todo_list_update" + ], + [ + "please put washing the dishes on my list of tasks to accomplish", + "todo_list_update" + ], + [ + "please be sure to put folding laundry on my to do list for me", + "todo_list_update" + ], + [ + "please put watering the plants on my to do list", + "todo_list_update" + ], + [ + "please erase everything on my to do list", + "todo_list_update" + ], + [ + "take watering the plants off of my to do list", + "todo_list_update" + ], + [ + "i just finished taking out my recycling, so cross that off my to do list", + "todo_list_update" + ], + [ + "can you check washing the dishes off on my to do list", + "todo_list_update" + ], + [ + "i need laundry put on my list of tasks to complete", + "todo_list_update" + ], + [ + "please add watering the plants to my current to do list", + "todo_list_update" + ], + [ + "to my domestic task list please add paint kitchen", + "todo_list_update" + ], + [ + "add to my task list get carpet cleaned", + "todo_list_update" + ], + [ + "add clean the bathroom to my task list", + "todo_list_update" + ], + [ + "put clean refrigerator on my spring cleaning to do list", + "todo_list_update" + ], + [ + "on my big project task list please add paint shutters in spring", + "todo_list_update" + ], + [ + "delete my to do list", + "todo_list_update" + ], + [ + "erase get a haircut from my to do list, please", + "todo_list_update" + ], + [ + "i need to include a stop at the pharmacy to the list of things to do", + "todo_list_update" + ], + [ + "please cross off schedule acupuncture appointment off of the to do list", + "todo_list_update" + ], + [ + "please put my acupuncture appointment on my to list", + "todo_list_update" + ], + [ + "can you add a trip to the post office to my to do list, please", + "todo_list_update" + ], + [ + "please also list wash laundry on my to do list", + "todo_list_update" + ], + [ + "will you please put remember to drop off at the dry cleaner's to my current to do list", + "todo_list_update" + ], + [ + "would you kindly remove five mile run from my list of things to do", + "todo_list_update" + ], + [ + "let's go ahead and scratch laundry off my to do list, please!", + "todo_list_update" + ], + [ + "can you delete lunch with david from my to do list", + "todo_list_update" + ], + [ + "put dishes on to do list", + "todo_list_update" + ], + [ + "on my to do list, add dishes", + "todo_list_update" + ], + [ + "i need to do dishes put it on my to do list", + "todo_list_update" + ], + [ + "add dishes to my list", + "todo_list_update" + ], + [ + "cleaning needs to be on my to do list", + "todo_list_update" + ], + [ + "please add cleaning on my list to do", + "todo_list_update" + ], + [ + "cleaning needs to go on my list of things to do", + "todo_list_update" + ], + [ + "on my to do list, add cleaning", + "todo_list_update" + ], + [ + "i need to do cleaning so add it to my to do list", + "todo_list_update" + ], + [ + "on my to do list, i need cleaning added", + "todo_list_update" + ], + [ + "put cleaning on my to do list", + "todo_list_update" + ], + [ + "please put cleaning on my list of things to do", + "todo_list_update" + ], + [ + "add cleaning to my to do list", + "todo_list_update" + ], + [ + "on my list of things to do, add cleaning", + "todo_list_update" + ], + [ + "can you place laundry on my to do list", + "todo_list_update" + ], + [ + "help remind me that i need to add laundry to my list of housework", + "todo_list_update" + ], + [ + "if you could remind me about doing laundry i would appreciate it", + "todo_list_update" + ], + [ + "please remind me to add laundry to my list of chores", + "todo_list_update" + ], + [ + "add laundry to my list of shit to do", + "todo_list_update" + ], + [ + "add change filters to my to do list", + "todo_list_update" + ], + [ + "add schedule appraiser to my to do list", + "todo_list_update" + ], + [ + "add mop bathroom to my to do list", + "todo_list_update" + ], + [ + "add do laundry to my to do list", + "todo_list_update" + ], + [ + "put buy dog food on my to do list", + "todo_list_update" + ], + [ + "on my to do list, add exercising", + "todo_list_update" + ], + [ + "remove all items from todo list", + "todo_list_update" + ], + [ + "add grocery shopping to my list of things to do", + "todo_list_update" + ], + [ + "clear out my entire todo list", + "todo_list_update" + ], + [ + "remove laundry from my todo list", + "todo_list_update" + ], + [ + "put laundry on my to do list", + "todo_list_update" + ], + [ + "nix folding laundry from my todo list", + "todo_list_update" + ], + [ + "add washing dishes to my to do list", + "todo_list_update" + ], + [ + "cross volunteering off my todo list", + "todo_list_update" + ], + [ + "take everything off my todo list", + "todo_list_update" + ], + [ + "i no longer need to wash dishes; take it of my list", + "todo_list_update" + ], + [ + "delete everything on my to do list", + "todo_list_update" + ], + [ + "mark down cleaning the bathroom on my list of things to do", + "todo_list_update" + ], + [ + "throw mopping onto my to do list", + "todo_list_update" + ], + [ + "can you remind me to mop later by putting it on my to do list today", + "todo_list_update" + ], + [ + "will you make sure that mopping is on my to do list", + "todo_list_update" + ], + [ + "will you add mopping to my to do list please", + "todo_list_update" + ], + [ + "can you put mopping on my to do list", + "todo_list_update" + ], + [ + "place cleaning the backyard on my list of things to do", + "todo_list_update" + ], + [ + "please put the meeting with carla on my to do list", + "todo_list_update" + ], + [ + "tell me my reminders", + "reminder" + ], + [ + "tell me my current reminders list", + "reminder" + ], + [ + "please read my reminders", + "reminder" + ], + [ + "will you repeat my reminder list", + "reminder" + ], + [ + "check my reminders for mop and floor", + "reminder" + ], + [ + "read my reminder list to me", + "reminder" + ], + [ + "is mop the floor already in my reminders", + "reminder" + ], + [ + "read back the reminder list", + "reminder" + ], + [ + "what's on the reminder list", + "reminder" + ], + [ + "read my reminders to me", + "reminder" + ], + [ + "check my reminders for mop the floor", + "reminder" + ], + [ + "what reminders do i have", + "reminder" + ], + [ + "read what i added to the reminder list", + "reminder" + ], + [ + "can you list each item on my reminder list", + "reminder" + ], + [ + "can you tell me what reminders i've set", + "reminder" + ], + [ + "tell me what's on my reminder list", + "reminder" + ], + [ + "do i have any reminders to look up how to properly do a potato in my microwave", + "reminder" + ], + [ + "do i have a reminder for our neighbor's anniversary", + "reminder" + ], + [ + "tell my all my reminders", + "reminder" + ], + [ + "is respond to the professor's email on my list of reminders", + "reminder" + ], + [ + "read me my reminders list", + "reminder" + ], + [ + "go through all the reminders on my list and state what they are", + "reminder" + ], + [ + "is there a reminder for my aa meeting on my list", + "reminder" + ], + [ + "speak back to me what's on my reminder list", + "reminder" + ], + [ + "iterate the items on my reminder list", + "reminder" + ], + [ + "please go through my reminder list and tell me what's on it", + "reminder" + ], + [ + "did i add to my reminder list that i need to take the car in for an oil change", + "reminder" + ], + [ + "what did i want to remember again", + "reminder" + ], + [ + "what did i put on my list of reminders", + "reminder" + ], + [ + "can you tell me the reminders i have set up", + "reminder" + ], + [ + "what were the reminders that i made", + "reminder" + ], + [ + "i wanted to remember what again", + "reminder" + ], + [ + "can you remind me what i was trying to remember", + "reminder" + ], + [ + "i had a list of reminders what were they", + "reminder" + ], + [ + "remind me of what i asked you to remember", + "reminder" + ], + [ + "what reminders did i have", + "reminder" + ], + [ + "what are the thing i told you to help me remember", + "reminder" + ], + [ + "read my reminders please", + "reminder" + ], + [ + "what's on my reminder list today", + "reminder" + ], + [ + "do i have anything in my reminders", + "reminder" + ], + [ + "what did i ask to be reminded about", + "reminder" + ], + [ + "check if getting a light bulb is on my list of reminders", + "reminder" + ], + [ + "is buying a light bulb on my reminders list", + "reminder" + ], + [ + "confirm that buy a light bulb is on my list of reminders", + "reminder" + ], + [ + "please read my list of reminders", + "reminder" + ], + [ + "what is now on my reminder list", + "reminder" + ], + [ + "what things are currently on my reminder list", + "reminder" + ], + [ + "tell me what is showing up on my reminder list", + "reminder" + ], + [ + "what are the items on my reminder list", + "reminder" + ], + [ + "can you read my list back to me", + "reminder" + ], + [ + "can you repeat my list back to me", + "reminder" + ], + [ + "can you describe my list back to me", + "reminder" + ], + [ + "what is on my reminder list", + "reminder" + ], + [ + "is checking the mail on my list of reminder", + "reminder" + ], + [ + "i want to see my reminder list", + "reminder" + ], + [ + "what do i want to remember", + "reminder" + ], + [ + "let me know what is on my reminder list", + "reminder" + ], + [ + "can you please repeat my list back to me", + "reminder" + ], + [ + "tell me what is on my reminder list", + "reminder" + ], + [ + "let me see the reminder list please", + "reminder" + ], + [ + "can you read me my list of reminders", + "reminder" + ], + [ + "what do i have on my list of reminders", + "reminder" + ], + [ + "what did i list in my reminders", + "reminder" + ], + [ + "i wanted to remember some things, what were they", + "reminder" + ], + [ + "can you remind me the things i was trying to remember", + "reminder" + ], + [ + "let me know what's on my list of reminders", + "reminder" + ], + [ + "can you tell me what things i was trying to remember", + "reminder" + ], + [ + "tell me what's on my reminders list please", + "reminder" + ], + [ + "what were those things i was trying to remember", + "reminder" + ], + [ + "do you know what things i wanted to remember", + "reminder" + ], + [ + "what are in my reminders list", + "reminder" + ], + [ + "my list of reminders is what", + "reminder" + ], + [ + "on my list of reminders is what", + "reminder" + ], + [ + "the lists of my reminders is what", + "reminder" + ], + [ + "reminders of my list is what", + "reminder" + ], + [ + "is there a reminder set to clean the gutters", + "reminder" + ], + [ + "what do i have on my reminder list", + "reminder" + ], + [ + "please read all the items on my reminder list", + "reminder" + ], + [ + "can you tell me all the reminders i have set on my reminder list", + "reminder" + ], + [ + "did i request a reminder for my niece's graduation", + "reminder" + ], + [ + "can you read my reminder list, please", + "reminder" + ], + [ + "is the company party on my list of reminders", + "reminder" + ], + [ + "did i set up a reminder to clean the bathroom", + "reminder" + ], + [ + "what did i include on my list of things to remember", + "reminder" + ], + [ + "please look to see if paying bills is on my reminders list currently", + "reminder" + ], + [ + "please tell me everything on my list of reminders", + "reminder" + ], + [ + "tell me if flipping the mattress is on my list of reminders please", + "reminder" + ], + [ + "i need to know the content of my list of reminders", + "reminder" + ], + [ + "tell me everything i included on my list of things to remember for later", + "reminder" + ], + [ + "check to see if picking up glenn from the airport is on my list of reminders", + "reminder" + ], + [ + "go through my reminder list with me please", + "reminder" + ], + [ + "i would like to hear you read my reminder list to me", + "reminder" + ], + [ + "i want to hear what is on my reminders list", + "reminder" + ], + [ + "read my list of reminders to me", + "reminder" + ], + [ + "tell me what i had wanted to remember earlier", + "reminder" + ], + [ + "did i include cleaning the hamster cage on my list of reminders", + "reminder" + ], + [ + "walk me through the items on my reminder list", + "reminder" + ], + [ + "i need to know what it is that i wanted to remember before", + "reminder" + ], + [ + "please give me a rundown of my reminder list", + "reminder" + ], + [ + "i want to hear everything on my reminder list", + "reminder" + ], + [ + "can you slow your speaking down", + "change_speed" + ], + [ + "slow down your talking too fast i don't understand you", + "change_speed" + ], + [ + "you're talking too fast i need you to slow it down", + "change_speed" + ], + [ + "you're speaking too fast, slow down", + "change_speed" + ], + [ + "can you speak slower please", + "change_speed" + ], + [ + "can you please speed up your speech settings", + "change_speed" + ], + [ + "i want you to adjust your speaking to be faster", + "change_speed" + ], + [ + "can you speak faster please", + "change_speed" + ], + [ + "i want you to speak to me faster", + "change_speed" + ], + [ + "decrease the speed of your speech please", + "change_speed" + ], + [ + "please speed up your speaking pattern", + "change_speed" + ], + [ + "i want you to talk more slowly", + "change_speed" + ], + [ + "your voice speed is too slow, please increase it", + "change_speed" + ], + [ + "i want your speech settings to be made slower", + "change_speed" + ], + [ + "you are talking far too fast for me, can you slow it down a bit", + "change_speed" + ], + [ + "please make it so you say your words more slowly", + "change_speed" + ], + [ + "can you talk slower please", + "change_speed" + ], + [ + "can you speed up your speech please", + "change_speed" + ], + [ + "i want you to talk more quickly", + "change_speed" + ], + [ + "you are talking too fast for me, please slow down", + "change_speed" + ], + [ + "please increase the speed of your speech, it is too slow", + "change_speed" + ], + [ + "could you slow down your speech", + "change_speed" + ], + [ + "please increase the speed of your talking", + "change_speed" + ], + [ + "please slow down i can't understand you", + "change_speed" + ], + [ + "i want you to speak more slowly to me", + "change_speed" + ], + [ + "speed up your speech", + "change_speed" + ], + [ + "speak slower", + "change_speed" + ], + [ + "i'd like you to talk faster", + "change_speed" + ], + [ + "speak at a slower rate", + "change_speed" + ], + [ + "talk slower, please", + "change_speed" + ], + [ + "slow your roll", + "change_speed" + ], + [ + "slow your speech", + "change_speed" + ], + [ + "slow down your speech", + "change_speed" + ], + [ + "slow down your talking", + "change_speed" + ], + [ + "speak faster, please", + "change_speed" + ], + [ + "speak more quickly, please", + "change_speed" + ], + [ + "i need you to speak faster", + "change_speed" + ], + [ + "you should talk faster", + "change_speed" + ], + [ + "slow your speech down", + "change_speed" + ], + [ + "present your speech at a slower pace", + "change_speed" + ], + [ + "can you slow down", + "change_speed" + ], + [ + "make your speed a bit slower", + "change_speed" + ], + [ + "can you please speed up your speech", + "change_speed" + ], + [ + "make your speech slower than now", + "change_speed" + ], + [ + "change the speed of your voice to slower", + "change_speed" + ], + [ + "slow down", + "change_speed" + ], + [ + "can you please slow down", + "change_speed" + ], + [ + "find a new voice that is slower than your current voice", + "change_speed" + ], + [ + "can you please talk faster", + "change_speed" + ], + [ + "talker faster please", + "change_speed" + ], + [ + "slow the speech down", + "change_speed" + ], + [ + "hey, speak slowly", + "change_speed" + ], + [ + "reduce your speed of voice", + "change_speed" + ], + [ + "hey ai, don't speak fast", + "change_speed" + ], + [ + "hey, slow down and take your time", + "change_speed" + ], + [ + "hey ai, reduce your speed of speaking", + "change_speed" + ], + [ + "can you slow down your speech", + "change_speed" + ], + [ + "how do i slow down my ai's voice", + "change_speed" + ], + [ + "could you speak a little more slowly", + "change_speed" + ], + [ + "how do i change your options so that you speak more slowly", + "change_speed" + ], + [ + "how do i change the speed of my ai's voice", + "change_speed" + ], + [ + "adjust speech rate to a faster setting", + "change_speed" + ], + [ + "please use a quicker rate of speech", + "change_speed" + ], + [ + "speak faster", + "change_speed" + ], + [ + "speed up your talking please", + "change_speed" + ], + [ + "could you not talk so slowly", + "change_speed" + ], + [ + "can you please talk slower", + "change_speed" + ], + [ + "can you talk a bit slower please", + "change_speed" + ], + [ + "can you please not talk so fast", + "change_speed" + ], + [ + "speak slower please", + "change_speed" + ], + [ + "please don't speak so fast", + "change_speed" + ], + [ + "can you speak with me using faster speech", + "change_speed" + ], + [ + "please say things more quickly", + "change_speed" + ], + [ + "will you speak more rapidly", + "change_speed" + ], + [ + "i would like you to increase the speed of your speech please", + "change_speed" + ], + [ + "i'd like you to speak a bit slower", + "change_speed" + ], + [ + "can you change how fast you're talking to speak more slowly", + "change_speed" + ], + [ + "i can't understand you because of how rapidly you're speaking", + "change_speed" + ], + [ + "can you slow down how fast you talk", + "change_speed" + ], + [ + "please speak slower", + "change_speed" + ], + [ + "whoa whoa please slow down", + "change_speed" + ], + [ + "is there any way you can decrease your speaking rate", + "change_speed" + ], + [ + "why are you talking so sloooooooooowly, please speed it up!", + "change_speed" + ], + [ + "can i get you to talk at a slightly faster rate", + "change_speed" + ], + [ + "can you talk at a normal speed please", + "change_speed" + ], + [ + "please stop talking so fast", + "change_speed" + ], + [ + "hey, stop talking like you're a stretch taped", + "change_speed" + ], + [ + "please slow down how you're speaking", + "change_speed" + ], + [ + "you're talking too quickly for me to understand", + "change_speed" + ], + [ + "is it possible to speed up of your replies", + "change_speed" + ], + [ + "where do i find instructions on how to speed up voice replies", + "change_speed" + ], + [ + "how do i speed up the speech of this ai", + "change_speed" + ], + [ + "sorry, can you speak a little faster", + "change_speed" + ], + [ + "sorry, can you speak a little quicker, please", + "change_speed" + ], + [ + "can you speak a little faster, please", + "change_speed" + ], + [ + "sorry, can you speak a little faster, please", + "change_speed" + ], + [ + "could you speak a little faster, please", + "change_speed" + ], + [ + "i need to change your voice settings", + "change_speed" + ], + [ + "can you slow down the speed in which you speak", + "change_speed" + ], + [ + "you're speaking too fast and i need to change that", + "change_speed" + ], + [ + "how's the air pressure in my tires", + "tire_pressure" + ], + [ + "what's my tires current air pressure", + "tire_pressure" + ], + [ + "what's the amount of air in my tires right now", + "tire_pressure" + ], + [ + "are my tire's air pressure good enough to drive on", + "tire_pressure" + ], + [ + "what's the inflation of my tires", + "tire_pressure" + ], + [ + "what's the current psi for my tires", + "tire_pressure" + ], + [ + "how low is the pressure in my tires", + "tire_pressure" + ], + [ + "what's the current tire pressure of my tires", + "tire_pressure" + ], + [ + "is the air pressure in my tires low", + "tire_pressure" + ], + [ + "what's my current tire pressure", + "tire_pressure" + ], + [ + "is the air pressure on my tires low", + "tire_pressure" + ], + [ + "do i need to fill up my tires", + "tire_pressure" + ], + [ + "are my tires in need of air", + "tire_pressure" + ], + [ + "should i put air in my tires", + "tire_pressure" + ], + [ + "are my tires requiring a fill-up", + "tire_pressure" + ], + [ + "are my tires good on air", + "tire_pressure" + ], + [ + "have my tires got adequate amounts of air in them", + "tire_pressure" + ], + [ + "do i need more air in my tires", + "tire_pressure" + ], + [ + "should i be concerned about the air in my tires", + "tire_pressure" + ], + [ + "how is the air level in my tires", + "tire_pressure" + ], + [ + "how much air is in my tires", + "tire_pressure" + ], + [ + "is there air in my tires", + "tire_pressure" + ], + [ + "air amount in tires", + "tire_pressure" + ], + [ + "how high is the air in my tires", + "tire_pressure" + ], + [ + "how much air remains in my tires", + "tire_pressure" + ], + [ + "what is the tire pressure in my car", + "tire_pressure" + ], + [ + "are my tires full or low", + "tire_pressure" + ], + [ + "what is the current tire pressure level in the car", + "tire_pressure" + ], + [ + "tell me my car's tires' air pressure", + "tire_pressure" + ], + [ + "do i need to fill my tires", + "tire_pressure" + ], + [ + "tell me my tires' air pressure", + "tire_pressure" + ], + [ + "what's my tires' air pressure", + "tire_pressure" + ], + [ + "what's my car's tire pressure", + "tire_pressure" + ], + [ + "what is the air pressure in my tires", + "tire_pressure" + ], + [ + "can you tell me the tire pressure in my car", + "tire_pressure" + ], + [ + "what's my air pressure right now", + "tire_pressure" + ], + [ + "what's the air level in my tires", + "tire_pressure" + ], + [ + "tell me my car's tire pressure level", + "tire_pressure" + ], + [ + "how many psi's are my tires at the moment", + "tire_pressure" + ], + [ + "the car feels wobbly so check my tire pressure", + "tire_pressure" + ], + [ + "what is my current tire pressure for each tire", + "tire_pressure" + ], + [ + "tell me ths pressure of my tires", + "tire_pressure" + ], + [ + "please measure my tire pressure", + "tire_pressure" + ], + [ + "the cars riding funny, does the tire pressure feel low to you", + "tire_pressure" + ], + [ + "can you check the tire pressure", + "tire_pressure" + ], + [ + "do the tires look a little low on pressure", + "tire_pressure" + ], + [ + "what is the pressure like on my tires", + "tire_pressure" + ], + [ + "measure tire pressure", + "tire_pressure" + ], + [ + "check my car's tire pressure", + "tire_pressure" + ], + [ + "gauge the tire pressure", + "tire_pressure" + ], + [ + "how much pressure is in my car's tire", + "tire_pressure" + ], + [ + "what is my car's tire pressure", + "tire_pressure" + ], + [ + "are my tires fully inflated", + "tire_pressure" + ], + [ + "do i need to inflate my tires", + "tire_pressure" + ], + [ + "are my tires aired properly", + "tire_pressure" + ], + [ + "are my tires ok on pressure", + "tire_pressure" + ], + [ + "is the pressure in my tires optimal", + "tire_pressure" + ], + [ + "are my tires properly inflated with air", + "tire_pressure" + ], + [ + "are my tires good on pressure", + "tire_pressure" + ], + [ + "do my tires have enough air", + "tire_pressure" + ], + [ + "please check and report on my tire pressure", + "tire_pressure" + ], + [ + "how's my tire pressure", + "tire_pressure" + ], + [ + "i want an evaluation of my car's tire pressure", + "tire_pressure" + ], + [ + "can you give me a reading of my car's tire pressure please", + "tire_pressure" + ], + [ + "i would like to know my car's tire pressure please", + "tire_pressure" + ], + [ + "how are my tires", + "tire_pressure" + ], + [ + "are my tires low", + "tire_pressure" + ], + [ + "should i air up the tires", + "tire_pressure" + ], + [ + "do the tires need air", + "tire_pressure" + ], + [ + "how is the tire pressure", + "tire_pressure" + ], + [ + "how much pressure are currently in my tires", + "tire_pressure" + ], + [ + "how much pressure is in my tires", + "tire_pressure" + ], + [ + "whats the pressure like in my tires", + "tire_pressure" + ], + [ + "how are the tires on air pressure", + "tire_pressure" + ], + [ + "please check the pressure in my tires", + "tire_pressure" + ], + [ + "hows the air in my tires", + "tire_pressure" + ], + [ + "i am needing to know how low the air in my tires are", + "tire_pressure" + ], + [ + "tell me how low the air in my tires are", + "tire_pressure" + ], + [ + "i want to know how low the air in my tires are", + "tire_pressure" + ], + [ + "let me know how low the air in my tires are", + "tire_pressure" + ], + [ + "would you let me know how low the air in my tires are", + "tire_pressure" + ], + [ + "what does my tire pressure look like", + "tire_pressure" + ], + [ + "are my tires under-inflated", + "tire_pressure" + ], + [ + "is my tire pressure in the correct range", + "tire_pressure" + ], + [ + "do my tires need air", + "tire_pressure" + ], + [ + "should i pump my tires", + "tire_pressure" + ], + [ + "are my tires low on air", + "tire_pressure" + ], + [ + "do my tires seem too low on air", + "tire_pressure" + ], + [ + "would it be smart to put air in my tires", + "tire_pressure" + ], + [ + "what's the tire pressure of my car", + "tire_pressure" + ], + [ + "is my tire pressure okay", + "tire_pressure" + ], + [ + "can you tell me what's the car's tire pressure", + "tire_pressure" + ], + [ + "tire pressure please", + "tire_pressure" + ], + [ + "can you check my tire pressure", + "tire_pressure" + ], + [ + "can you tell me what my tire pressure is", + "tire_pressure" + ], + [ + "can you check the air in my tires", + "tire_pressure" + ], + [ + "check how much air is in my tires", + "tire_pressure" + ], + [ + "how much air do i have in my tires", + "tire_pressure" + ], + [ + "tell me what my tire pressure is", + "tire_pressure" + ], + [ + "how full are my tires", + "tire_pressure" + ], + [ + "no, that's incorrect", + "no" + ], + [ + "that's not true", + "no" + ], + [ + "that is not true, it's false", + "no" + ], + [ + "no way", + "no" + ], + [ + "not really", + "no" + ], + [ + "naw", + "no" + ], + [ + "nay", + "no" + ], + [ + "i must say no", + "no" + ], + [ + "i think not", + "no" + ], + [ + "that is actually false", + "no" + ], + [ + "i gotta say no", + "no" + ], + [ + "no thanks", + "no" + ], + [ + "no is the answer", + "no" + ], + [ + "i don't think so", + "no" + ], + [ + "it's a no", + "no" + ], + [ + "i think it is false", + "no" + ], + [ + "not true", + "no" + ], + [ + "that is not true", + "no" + ], + [ + "not at all", + "no" + ], + [ + "that turns out to be false", + "no" + ], + [ + "please, no", + "no" + ], + [ + "not that", + "no" + ], + [ + "definitely not", + "no" + ], + [ + "i would have to say the answer to that is no", + "no" + ], + [ + "i say no to that question", + "no" + ], + [ + "no, that is my response", + "no" + ], + [ + "i don't believe that is possible, it is false", + "no" + ], + [ + "i would say that the statement is definitely false", + "no" + ], + [ + "i am afraid that that is not the case", + "no" + ], + [ + "no, that information is wrong", + "no" + ], + [ + "that is a completely false statement", + "no" + ], + [ + "that would be a no", + "no" + ], + [ + "i do not think that is true, so i would say it is a false statement", + "no" + ], + [ + "incorrect, it is certainly a false statement", + "no" + ], + [ + "i do not believe that that is correct", + "no" + ], + [ + "the answer is definitely no", + "no" + ], + [ + "sorry, that is not true", + "no" + ], + [ + "that's a negative", + "no" + ], + [ + "no!", + "no" + ], + [ + "that's not right", + "no" + ], + [ + "no, don't do that", + "no" + ], + [ + "i don't like that, no", + "no" + ], + [ + "no way!", + "no" + ], + [ + "oh hell no, that'd be terrible!", + "no" + ], + [ + "that's inaccurate", + "no" + ], + [ + "that's not what i want!", + "no" + ], + [ + "that's completely false", + "no" + ], + [ + "that's incorrect!", + "no" + ], + [ + "that's totally wrong!", + "no" + ], + [ + "that's a hard no from me", + "no" + ], + [ + "no don't do that!", + "no" + ], + [ + "no that is not right", + "no" + ], + [ + "false for sure", + "no" + ], + [ + "that's definitely false", + "no" + ], + [ + "nope, that's false", + "no" + ], + [ + "no, that is not right", + "no" + ], + [ + "no, that is inaccurate", + "no" + ], + [ + "no, that can't be right", + "no" + ], + [ + "that is untrue", + "no" + ], + [ + "i disagree that is false", + "no" + ], + [ + "what you just said is false", + "no" + ], + [ + "that is erroneous", + "no" + ], + [ + "no that's wrong", + "no" + ], + [ + "that isn't the right answer", + "no" + ], + [ + "the information is wrong", + "no" + ], + [ + "that is not correct", + "no" + ], + [ + "that is not right", + "no" + ], + [ + "that is wrong", + "no" + ], + [ + "i'll pass", + "no" + ], + [ + "not that one", + "no" + ], + [ + "that's not right, so no", + "no" + ], + [ + "the answer is false", + "no" + ], + [ + "no, that is not right at all", + "no" + ], + [ + "that is overwhelmingly false", + "no" + ], + [ + "that's not right it's false", + "no" + ], + [ + "i say negative", + "no" + ], + [ + "negative for sure", + "no" + ], + [ + "nope", + "no" + ], + [ + "no thank you", + "no" + ], + [ + "that is not the case", + "no" + ], + [ + "no that isn't the case", + "no" + ], + [ + "no that isn't it", + "no" + ], + [ + "no that isn't correct", + "no" + ], + [ + "that would be \"no", + "no" + ], + [ + "you are wrong", + "no" + ], + [ + "no that is wrong", + "no" + ], + [ + "that is false", + "no" + ], + [ + "negative", + "no" + ], + [ + "what you just said is wrong", + "no" + ], + [ + "that\u2019s actually wrong", + "no" + ], + [ + "that\u2019s not correct", + "no" + ], + [ + "that\u2019s incorrect", + "no" + ], + [ + "are you sure i don\u2019t think that\u2019s correct", + "no" + ], + [ + "that'd be a no", + "no" + ], + [ + "nada", + "no" + ], + [ + "the answer is no", + "no" + ], + [ + "i think that's false", + "no" + ], + [ + "i believe that to be false", + "no" + ], + [ + "it seems not", + "no" + ], + [ + "that would be false", + "no" + ], + [ + "is the apr on my credit card good", + "apr" + ], + [ + "how good is the apr on my credit card", + "apr" + ], + [ + "do i have a good apr on my credit card", + "apr" + ], + [ + "does my credit card apr fall into a good range", + "apr" + ], + [ + "tell me how the apr on my hy-vee card is", + "apr" + ], + [ + "what's my apr on my discovery card", + "apr" + ], + [ + "what's an example of a good apr and what do i have", + "apr" + ], + [ + "how much is my apr on my bank of america card", + "apr" + ], + [ + "is my visa card's apr decent", + "apr" + ], + [ + "how good is the apr on my mastercard compared to others", + "apr" + ], + [ + "is the apr rate on my amex pretty good", + "apr" + ], + [ + "can you inform me what my apr is on my visa", + "apr" + ], + [ + "how high is the apr on my mastercard", + "apr" + ], + [ + "how much is my amex's apr", + "apr" + ], + [ + "what's the current apr for my mastercard", + "apr" + ], + [ + "how much do i pay in apr on my amex card", + "apr" + ], + [ + "what is the apr on my master card", + "apr" + ], + [ + "what is the apr on my visa card", + "apr" + ], + [ + "what is the apr on my discover card", + "apr" + ], + [ + "what is the apr on my chase freedom card", + "apr" + ], + [ + "what is the apr on my american express card", + "apr" + ], + [ + "what is the credit card apr exactly", + "apr" + ], + [ + "what is the credit card apr at the moment", + "apr" + ], + [ + "what is the credit card apr if you could fill me in", + "apr" + ], + [ + "what is the credit card apr please", + "apr" + ], + [ + "what is the credit card apr if you could tell me", + "apr" + ], + [ + "could you tell me what is the apr for the credit card", + "apr" + ], + [ + "could you please state the apr for the credit card", + "apr" + ], + [ + "what is the credit card's apr", + "apr" + ], + [ + "what is the apr for the credit card", + "apr" + ], + [ + "could you please tell me the apr for the credit card", + "apr" + ], + [ + "what is the apr rate on my bank of america card", + "apr" + ], + [ + "i need to know on my citibank card, what is the apr", + "apr" + ], + [ + "i need to know the apr on my credit union visa", + "apr" + ], + [ + "on my bank of america visa, what is the apr", + "apr" + ], + [ + "what is the apr on my aaa visa card", + "apr" + ], + [ + "review of my card apr", + "apr" + ], + [ + "how good is card apr", + "apr" + ], + [ + "can you give me an appraisal of my card's apr", + "apr" + ], + [ + "tell me the apr on my mastercard", + "apr" + ], + [ + "give me the apr for my mastercard", + "apr" + ], + [ + "fill me in on the apr for my american express card", + "apr" + ], + [ + "would you say that my card's apr is", + "apr" + ], + [ + "give me information about my card's apr", + "apr" + ], + [ + "what is the apr on my barclay's card", + "apr" + ], + [ + "i need to know the apr for my visa card", + "apr" + ], + [ + "can you look into whether my card has good apr or not", + "apr" + ], + [ + "tell me how good the apr is on my card please", + "apr" + ], + [ + "i must know my visa card's apr", + "apr" + ], + [ + "i need the apr on my visa card", + "apr" + ], + [ + "get me the apr on my visa card", + "apr" + ], + [ + "the apr on my visa card is what", + "apr" + ], + [ + "can you tell me the apr on my visa card", + "apr" + ], + [ + "my visa card what's the apr on that", + "apr" + ], + [ + "the apr on my disney visa, what is that exactly", + "apr" + ], + [ + "i'd like to know the apr on my visa card", + "apr" + ], + [ + "hey siri, tell me the apr on my disney visa", + "apr" + ], + [ + "check the apr on my disney visa, please", + "apr" + ], + [ + "how much is the apr these days on my nordstrom credit card", + "apr" + ], + [ + "on my wells fargo mastercard, what is the current apr", + "apr" + ], + [ + "tell me the current apr on my visa card from bbt", + "apr" + ], + [ + "what is the apr on my chase visa", + "apr" + ], + [ + "what will the apr on my transferred balance be after the first year on my bank of america credit card", + "apr" + ], + [ + "what's my apr on the credit card i used for a purchase a week ago", + "apr" + ], + [ + "what's my apr on the card i recently used to make a purchase", + "apr" + ], + [ + "what's my apr on my primary credit card", + "apr" + ], + [ + "what's my apr on this card", + "apr" + ], + [ + "what's the apr like for my credit card", + "apr" + ], + [ + "this credit card's apr is what", + "apr" + ], + [ + "what apr do i have with my credit card", + "apr" + ], + [ + "what apr does this credit card have", + "apr" + ], + [ + "what is the apr to my credit card", + "apr" + ], + [ + "i want you to tell me my credit card's apr", + "apr" + ], + [ + "tell me what my credit card's apr is", + "apr" + ], + [ + "would you please inform me about my credit card's apr", + "apr" + ], + [ + "do you know my credit card's apr", + "apr" + ], + [ + "it would be great if you could tell me my credit card's apr", + "apr" + ], + [ + "what is my credit card's annual percentage rate", + "apr" + ], + [ + "tell me my credit card's annual percentage rate", + "apr" + ], + [ + "my credit card's apr, please", + "apr" + ], + [ + "can you let me know my credit card's apr", + "apr" + ], + [ + "what is my apr for my credit card", + "apr" + ], + [ + "what is my apr", + "apr" + ], + [ + "i want to know my credit card apr", + "apr" + ], + [ + "is my apr for my credit card available", + "apr" + ], + [ + "tell me my credit card apr", + "apr" + ], + [ + "what's the apr on my visa card, please", + "apr" + ], + [ + "what's the apr on my amex card", + "apr" + ], + [ + "what's the apr on my amex card, please", + "apr" + ], + [ + "what is the apr on my amex card, please", + "apr" + ], + [ + "what is the apr on my amex card", + "apr" + ], + [ + "give me my credit card's apr", + "apr" + ], + [ + "what is the apr for my credit card", + "apr" + ], + [ + "please say my credit card's apr", + "apr" + ], + [ + "what is my credit card's apr", + "apr" + ], + [ + "please say the apr for my credit card", + "apr" + ], + [ + "credit card annual rate", + "apr" + ], + [ + "what's the annual rate on my discover card", + "apr" + ], + [ + "tell me the apr of my credit card", + "apr" + ], + [ + "what's the apr of my discover card", + "apr" + ], + [ + "what's the nutritional info for spaghetti", + "nutrition_info" + ], + [ + "what's the nutritional info for pizza", + "nutrition_info" + ], + [ + "how healthy are potato skins", + "nutrition_info" + ], + [ + "how healthy is spaghetti", + "nutrition_info" + ], + [ + "share the nutrition info for brownies with me", + "nutrition_info" + ], + [ + "share the nutrition info for french fries with me", + "nutrition_info" + ], + [ + "what's the nutritional info for potato skins", + "nutrition_info" + ], + [ + "what's the nutritional info for lasagna", + "nutrition_info" + ], + [ + "how healthy are french fries", + "nutrition_info" + ], + [ + "share the nutrition info for spaghetti with me", + "nutrition_info" + ], + [ + "share the nutrition info for cake with me", + "nutrition_info" + ], + [ + "what's the nutritional info for french fries", + "nutrition_info" + ], + [ + "how healthy is tomato soup", + "nutrition_info" + ], + [ + "share the nutrition info for pizza with me", + "nutrition_info" + ], + [ + "what do you know to be the nutritional info for macaroni and cheese to be", + "nutrition_info" + ], + [ + "the nutritional info for macaroni and cheese is what", + "nutrition_info" + ], + [ + "can you read to me the nutritional info for macaroni and cheese", + "nutrition_info" + ], + [ + "do you know the nutritional info for macaroni and cheese", + "nutrition_info" + ], + [ + "can you remember the nutritional info for macaroni and cheese", + "nutrition_info" + ], + [ + "is it healthy to eat pizza", + "nutrition_info" + ], + [ + "is pizza healthy", + "nutrition_info" + ], + [ + "how healthy is pizza", + "nutrition_info" + ], + [ + "could pizza be healthy", + "nutrition_info" + ], + [ + "is pizza considered healthy", + "nutrition_info" + ], + [ + "i'd like to know the nutritional content of eggs, please", + "nutrition_info" + ], + [ + "what's the nutrition content of chicken nuggets", + "nutrition_info" + ], + [ + "give me the nutrition facts for chicken breast", + "nutrition_info" + ], + [ + "what's the nutritional information for steak", + "nutrition_info" + ], + [ + "can you tell me the nutritional content of chicken nuggets", + "nutrition_info" + ], + [ + "what's the nutritional information of iceberg lettuce", + "nutrition_info" + ], + [ + "what kind of nutritional content do carrots have", + "nutrition_info" + ], + [ + "nutritional information for celery", + "nutrition_info" + ], + [ + "what are the nutritional facts of waffles", + "nutrition_info" + ], + [ + "can you tell me the nutrition info for pork sausage", + "nutrition_info" + ], + [ + "what's the nutritional info for an apple", + "nutrition_info" + ], + [ + "what's the nutritional info for chicken breast", + "nutrition_info" + ], + [ + "what's the nutritional info for a banana", + "nutrition_info" + ], + [ + "what's the nutritional info for a cheeseburger", + "nutrition_info" + ], + [ + "what's the nutritional info for a loaf of bread", + "nutrition_info" + ], + [ + "mashed potato's nutrition", + "nutrition_info" + ], + [ + "nutrition information of mashed potatoes", + "nutrition_info" + ], + [ + "what are the nutritional data for mashed potatoes", + "nutrition_info" + ], + [ + "are mashed potatoes good nutrition", + "nutrition_info" + ], + [ + "give me the nutritional information for mashed potatoes", + "nutrition_info" + ], + [ + "how healthy are apples", + "nutrition_info" + ], + [ + "i want to know if pizza is healthy", + "nutrition_info" + ], + [ + "can you tell me how healthy apples are", + "nutrition_info" + ], + [ + "are pasta dishes healthy", + "nutrition_info" + ], + [ + "do you know the nutrition facts for grapes", + "nutrition_info" + ], + [ + "i must know the nutritional info for grapes", + "nutrition_info" + ], + [ + "grapes have what kind of nutritional facts", + "nutrition_info" + ], + [ + "tell me the nutrition for grapes", + "nutrition_info" + ], + [ + "can you show me the nutrition facts for grapes", + "nutrition_info" + ], + [ + "i want to know the nutrition info for chicken nuggets", + "nutrition_info" + ], + [ + "tell me the nutritional information for chicken nuggets", + "nutrition_info" + ], + [ + "nutrition information for chicken nuggets, please", + "nutrition_info" + ], + [ + "can you tell me the nutritional information for chicken nuggets", + "nutrition_info" + ], + [ + "i would like you to share with me the nutrition info for chicken nuggets", + "nutrition_info" + ], + [ + "i want to know how nutritious an avocado typically is", + "nutrition_info" + ], + [ + "can you give me nutritional info on oranges", + "nutrition_info" + ], + [ + "can you tell me how many calories are in an apple", + "nutrition_info" + ], + [ + "i would like to know how much fat is in tbsp of olive oil", + "nutrition_info" + ], + [ + "can you give the nutritional information for the pasta", + "nutrition_info" + ], + [ + "let me see the nutrition content of the chicken tacos", + "nutrition_info" + ], + [ + "i need to see the chicken salad's nutritional info", + "nutrition_info" + ], + [ + "i need to know all about the nutrition of the beef taco", + "nutrition_info" + ], + [ + "i want to see the nutritional content of the hamburger", + "nutrition_info" + ], + [ + "what sort of nutrients does a steak have", + "nutrition_info" + ], + [ + "what's the facts about nutrients in rice milk", + "nutrition_info" + ], + [ + "what type of nutrition does spaghetti have", + "nutrition_info" + ], + [ + "how many kinds of nutrients does a glass of rice milk have", + "nutrition_info" + ], + [ + "can you give me information about the nutrition facts for celery", + "nutrition_info" + ], + [ + "what's the nutrient make up of a plate of spaghetti", + "nutrition_info" + ], + [ + "what's the nutrient info for a donut", + "nutrition_info" + ], + [ + "what's the nutritional info for a ganola bar", + "nutrition_info" + ], + [ + "can you tell me about the nutrients in jello", + "nutrition_info" + ], + [ + "how many nutrients are there in a bowl of cereal", + "nutrition_info" + ], + [ + "i need to know how healthy meatloaf is", + "nutrition_info" + ], + [ + "what are the nutrition facts of grilled chicken", + "nutrition_info" + ], + [ + "what are the nutrition facts for macaroni and cheese", + "nutrition_info" + ], + [ + "please fill me in on the nutrition facts for shrimp scampi", + "nutrition_info" + ], + [ + "is spaghetti healthy", + "nutrition_info" + ], + [ + "tell me how healthy mac and cheese is", + "nutrition_info" + ], + [ + "please give me the nutrition facts for chicken parmesan", + "nutrition_info" + ], + [ + "how healthy is grilled chicken", + "nutrition_info" + ], + [ + "i want to know the nutrition facts for pizza", + "nutrition_info" + ], + [ + "do you have nutrition facts for cheerios", + "nutrition_info" + ], + [ + "where are the nutrition facts for cheerios", + "nutrition_info" + ], + [ + "how nutritious are cheerios", + "nutrition_info" + ], + [ + "where on the cheerios box are the nutrition facts", + "nutrition_info" + ], + [ + "does the box have nutrition facts for cheerios on it", + "nutrition_info" + ], + [ + "what are the nutrition facts for a mcdouble at mcdonalds", + "nutrition_info" + ], + [ + "how healthy are lunchables", + "nutrition_info" + ], + [ + "what are the nutrition facts for a medium popcorn at the movies", + "nutrition_info" + ], + [ + "what's the nutritional info for a subway chicken sandwhich", + "nutrition_info" + ], + [ + "what are the nutrition facts for a rodeo cheese burger at burger king", + "nutrition_info" + ], + [ + "how healthy is pho", + "nutrition_info" + ], + [ + "what's the nutritional value for a pizza lunchable", + "nutrition_info" + ], + [ + "how healthy is stax chips", + "nutrition_info" + ], + [ + "what's the nutritional info for a cup of noodle soup", + "nutrition_info" + ], + [ + "does my calendar have anything for january 1st", + "calendar" + ], + [ + "what is there on january 1st on my calendar", + "calendar" + ], + [ + "are there any events on my calendar for january 1st", + "calendar" + ], + [ + "what do i have to do on january 1st", + "calendar" + ], + [ + "do i have anything scheduled on january 1st", + "calendar" + ], + [ + "what items do i have on my calendar for easter", + "calendar" + ], + [ + "what do i have on my calendar today, the 3rd", + "calendar" + ], + [ + "what've i got set for friday, the 13th, of next year", + "calendar" + ], + [ + "is my daughter's birthday on my calendar", + "calendar" + ], + [ + "did i had my wife and mine anniversary to my calendar", + "calendar" + ], + [ + "did i put an item on the calendar to get the dog neutered", + "calendar" + ], + [ + "can you tell me what's on my calendar for march 05, 2019", + "calendar" + ], + [ + "does the calendar already have easter noted on it", + "calendar" + ], + [ + "do i have a note on the calendar for black friday", + "calendar" + ], + [ + "what's on my calendar for march 01", + "calendar" + ], + [ + "anything on the schedule for october 14th", + "calendar" + ], + [ + "what does my schedule look like for april 1", + "calendar" + ], + [ + "do i have anything to do march 2nd", + "calendar" + ], + [ + "what do i have on my calendar for february 8", + "calendar" + ], + [ + "how is my calendar looking for may 6th", + "calendar" + ], + [ + "what do i have planned on my calendar for next sunday", + "calendar" + ], + [ + "do i have anything on my calendar next sunday", + "calendar" + ], + [ + "show me my calendar for next sunday", + "calendar" + ], + [ + "is my calendar free next sunday", + "calendar" + ], + [ + "what is on my calendar next sunday", + "calendar" + ], + [ + "what do i have scheduled on march 2nd on my calendar", + "calendar" + ], + [ + "are there any events on my calendar for march 2nd", + "calendar" + ], + [ + "have i scheduled anything on march 2nd on my calendar", + "calendar" + ], + [ + "do i have anything on my calendar for march 2nd", + "calendar" + ], + [ + "what do i have going on march 2nd on my calendar", + "calendar" + ], + [ + "what's happening on may 3rd", + "calendar" + ], + [ + "what's in the books for april 30th", + "calendar" + ], + [ + "what do i have going on may 4th", + "calendar" + ], + [ + "what is on my calander for valentines day", + "calendar" + ], + [ + "on the 26th what is on the table for my calendar", + "calendar" + ], + [ + "when am i next having a meeting in december", + "calendar" + ], + [ + "what is currently on my calendar for friday the 1st", + "calendar" + ], + [ + "tell what is showing on my calendar for the 17th of march", + "calendar" + ], + [ + "i wanna know what is currently on my calendar for friday the 1st", + "calendar" + ], + [ + "let me know what is showing on my calendar for the 17th of march", + "calendar" + ], + [ + "please inform me what is showing on my calendar for the 17th of march", + "calendar" + ], + [ + "i must know what is currently on my calendar for friday the 1st", + "calendar" + ], + [ + "i need to know what is currently on my calendar for friday the 1st", + "calendar" + ], + [ + "what is showing on my calendar for the 17th of march", + "calendar" + ], + [ + "i gotta know what is currently on my calendar for friday the 1st", + "calendar" + ], + [ + "tell me what is showing on my calendar for the 17th of march", + "calendar" + ], + [ + "what do i have scheduled on 3/15", + "calendar" + ], + [ + "what do i have planned on 3/15", + "calendar" + ], + [ + "what do i have to do on march 2 that's on my calendar", + "calendar" + ], + [ + "tell me what is on my calendar for march 2", + "calendar" + ], + [ + "what do i have on my calendar for march 2", + "calendar" + ], + [ + "let me know my march 2 calendar", + "calendar" + ], + [ + "what is on march 2 calendar", + "calendar" + ], + [ + "what time is my haircut on wednesday", + "calendar" + ], + [ + "do i have any appointments on tuesday", + "calendar" + ], + [ + "can you see whether i have an event called amy's surprise party on my calendar", + "calendar" + ], + [ + "can you tell me what my may 1st will be like according to my calendar", + "calendar" + ], + [ + "tell me everything on my calendar for may 1", + "calendar" + ], + [ + "remind me of the date of the event called 'anniversary dinner", + "calendar" + ], + [ + "what is on my schedule for the day of march 5th", + "calendar" + ], + [ + "what do i have scheduled for february 28th", + "calendar" + ], + [ + "what events are on my calendar for april 1st", + "calendar" + ], + [ + "is there an event titled anniversary dinner on my calendar", + "calendar" + ], + [ + "tell me if there is an event called annual physical in my calendar", + "calendar" + ], + [ + "can you give me an overview of what march 23 will look like for me", + "calendar" + ], + [ + "tell me what my calendar looks like for march 12th", + "calendar" + ], + [ + "check my calendar to see if an event called final exams exists", + "calendar" + ], + [ + "what do i have on my calendar for march 11", + "calendar" + ], + [ + "does my calendar include an event called shana's baby shower", + "calendar" + ], + [ + "pull up my calendar and tell me what i have scheduled for march 30", + "calendar" + ], + [ + "do i have anything on my schedule for april 15", + "calendar" + ], + [ + "tell me any events scheduled on my calendar for april 15", + "calendar" + ], + [ + "tell me what my calendar looks like for april 13", + "calendar" + ], + [ + "what have i got planned for the date of april 23", + "calendar" + ], + [ + "tell me what is on my calendar for april 1", + "calendar" + ], + [ + "the 21st, what is on my calendar", + "calendar" + ], + [ + "what's on the calendar for march 4th", + "calendar" + ], + [ + "what's on my calendar for tuesday", + "calendar" + ], + [ + "what's on my calendar for the 18th of march", + "calendar" + ], + [ + "i have what to do on wednesday", + "calendar" + ], + [ + "what do i have scheduled for march 2", + "calendar" + ], + [ + "do i have anything on my calendar for may 3", + "calendar" + ], + [ + "i want my schedule for march 2", + "calendar" + ], + [ + "tell me what is on my calendar for may 3", + "calendar" + ], + [ + "what's on my schedule for may 3", + "calendar" + ], + [ + "read me my schedule for march 2", + "calendar" + ], + [ + "do i have anything on my schedule for may 3", + "calendar" + ], + [ + "read my appointments for march 2", + "calendar" + ], + [ + "what is on my schedule for tomorrow", + "calendar" + ], + [ + "search my calendar for birthday party", + "calendar" + ], + [ + "do i have 30th birthday party on my calendar", + "calendar" + ], + [ + "search my calendar for birthday", + "calendar" + ], + [ + "check my calendar for 30th birthday party", + "calendar" + ], + [ + "check my calendar for saturday", + "calendar" + ], + [ + "tell me what's on the calendar for saturday", + "calendar" + ], + [ + "read my calendar events", + "calendar" + ], + [ + "what's on my agenda for tomorrow", + "calendar" + ], + [ + "what am i supposed to be doing today", + "calendar" + ], + [ + "what do i have planned for tomorrow", + "calendar" + ], + [ + "what do i have on my calendar for monday the 1st of march", + "calendar" + ], + [ + "book an uber for 6 people to go to the movies", + "uber" + ], + [ + "i need an uber for 6 people to the movies", + "uber" + ], + [ + "book a 6 person uber to the movies", + "uber" + ], + [ + "i need an uber to the movies for me and 5 other people", + "uber" + ], + [ + "i'm going to the movies book an uber for 6 people", + "uber" + ], + [ + "i need an uber to take me to the mall", + "uber" + ], + [ + "are there any ubers available that fit 5 people we are going to wendys", + "uber" + ], + [ + "call an uber that fits 5 people that are on their way to wendys", + "uber" + ], + [ + "book an uber suitable for seating 5 individuals and headed for the mall", + "uber" + ], + [ + "book me an uber to olive garden", + "uber" + ], + [ + "please book an uber for chima's", + "uber" + ], + [ + "call an uber to mark's house", + "uber" + ], + [ + "call an uber to mcdonalds", + "uber" + ], + [ + "i need an uber for 5 people to go to wendys", + "uber" + ], + [ + "please order an uber for me to go to the zoo", + "uber" + ], + [ + "can you please book an uber to the zoo", + "uber" + ], + [ + "order a large uber for 5 people to the zoo", + "uber" + ], + [ + "schedule an uber to the bean", + "uber" + ], + [ + "i am in need of an uber to the hospital", + "uber" + ], + [ + "i need an uber to times square asap", + "uber" + ], + [ + "i need an uber that will accommodate eight people to go to the closest amc theater", + "uber" + ], + [ + "can i get an uber for five people to go to the national gallery of art", + "uber" + ], + [ + "i need to get an uber for three people to go to the zoo", + "uber" + ], + [ + "i want to get an uber for one person to go to the library", + "uber" + ], + [ + "i need an uber that fits ten people to go to chipotle", + "uber" + ], + [ + "get an uber to take me to my brother's house in mineola", + "uber" + ], + [ + "i need an uber for 3 passengers to go to madison square garden", + "uber" + ], + [ + "get an uber to pick me up at work and take me home", + "uber" + ], + [ + "we need an uber pool for 2 passengers going to the greenboro airport", + "uber" + ], + [ + "find an uber xl to take me to the kroger near me", + "uber" + ], + [ + "find an uber for two passengers we are going to the airport in toledo", + "uber" + ], + [ + "i need an uber with a car seat for 2 adults and one child to take us to wilmington, de", + "uber" + ], + [ + "get an uber for 4 passengers to get us to the phl airport", + "uber" + ], + [ + "i need an uber pool from home in the morning at seven to the capitol building", + "uber" + ], + [ + "i need an uber to class tonight on the mainline campus", + "uber" + ], + [ + "can i get an uber for 2 home", + "uber" + ], + [ + "can i get an uber to central park for 5", + "uber" + ], + [ + "can i get a car to the baseball field for 12", + "uber" + ], + [ + "can i get an uber for 4 to the mall", + "uber" + ], + [ + "can i get an uber for myself to the grocery store", + "uber" + ], + [ + "i need to go to phoenix sky harbor airport using uber", + "uber" + ], + [ + "can you send me an uber to go to a restaurant in downtown phoenix", + "uber" + ], + [ + "is there any uber available to take me to the airport", + "uber" + ], + [ + "i want to reserve an uber to go to the airport", + "uber" + ], + [ + "i need an uber please", + "uber" + ], + [ + "help me get an uber to soldier field", + "uber" + ], + [ + "help me get an uber to ann arbor", + "uber" + ], + [ + "i need an uber to the sears tower", + "uber" + ], + [ + "can you get me an uber to the science museum", + "uber" + ], + [ + "assist me with finding an uber to big ben", + "uber" + ], + [ + "book an uber with the destination set to david's house, please", + "uber" + ], + [ + "i need an uber reserved to take me to the restaurant", + "uber" + ], + [ + "i would like an uber going to the train station, please", + "uber" + ], + [ + "please book me an uber ride to the stadium", + "uber" + ], + [ + "can you please reserve my uber to go to devon's seafood restaurant", + "uber" + ], + [ + "can you please order me an uber to get to jfk international", + "uber" + ], + [ + "please book me an uber and enter destination penn station, new york", + "uber" + ], + [ + "make an uber reservation to the ymca, center city, philadelphia, please", + "uber" + ], + [ + "i need an uber to get to dulles airport", + "uber" + ], + [ + "i would like an uber going to atlantic city, new jersey", + "uber" + ], + [ + "i need an uber", + "uber" + ], + [ + "please get me an uber to get to the movies", + "uber" + ], + [ + "i would like to get an uber to the movies", + "uber" + ], + [ + "i would like an uber please", + "uber" + ], + [ + "am i able to get an uber to the movies", + "uber" + ], + [ + "can you get me an uber to the movies", + "uber" + ], + [ + "i want an uber", + "uber" + ], + [ + "i need an uber to the movies", + "uber" + ], + [ + "get me an uber", + "uber" + ], + [ + "i would like to request an uber please", + "uber" + ], + [ + "uber, i have 3 people who are going to union station", + "uber" + ], + [ + "i need to get 3 riders to union station", + "uber" + ], + [ + "i want to book uber for 3 people to union station", + "uber" + ], + [ + "3 of us need to get to union station via uber", + "uber" + ], + [ + "can i get an uber to union station for 3 riders", + "uber" + ], + [ + "i need an uber to the doctor", + "uber" + ], + [ + "i need to catch an uber to cal expo", + "uber" + ], + [ + "schedule an uber to the mall", + "uber" + ], + [ + "get me an uber to the napa winery", + "uber" + ], + [ + "schedule me an uber to my job", + "uber" + ], + [ + "schedule me an uber to the mall", + "uber" + ], + [ + "get me an uber to the airport", + "uber" + ], + [ + "get me an uber to chilis", + "uber" + ], + [ + "book an uber to school", + "uber" + ], + [ + "get an uber to the airport", + "uber" + ], + [ + "ai i need to go to charlies with eight adults can you get uber", + "uber" + ], + [ + "ai i have 4 people need to get to get me uber", + "uber" + ], + [ + "i am stranded and need uber", + "uber" + ], + [ + "set me up with an uber", + "uber" + ], + [ + "i will need an uber for 3 to go to jfk airport", + "uber" + ], + [ + "i need an uber for 2 for orlando", + "uber" + ], + [ + "get me an uber for 4 heading to miam", + "uber" + ], + [ + "i will need an uber for 2 people to get to philadelphia", + "uber" + ], + [ + "i need to uber somewhere", + "uber" + ], + [ + "help me get an uber", + "uber" + ], + [ + "schedule an uber for 3 to go to the airport", + "uber" + ], + [ + "call an uber for 2 people to go to fourth street live", + "uber" + ], + [ + "i'm going to need an uber to take 4 people to the mall", + "uber" + ], + [ + "i need an uber for 7 people to go to safire restaurant", + "uber" + ], + [ + "can you call an uber for 2 to go to proof on main", + "uber" + ], + [ + "what is 7 x 7", + "calculator" + ], + [ + "please add 456 and 781 for me", + "calculator" + ], + [ + "what is 8 factorial", + "calculator" + ], + [ + "can you tell me what 30% off 279 is", + "calculator" + ], + [ + "can you tell me what 30% off 235 is, please", + "calculator" + ], + [ + "what is the sum of 3 plus 5", + "calculator" + ], + [ + "could you tell me what 30% off 235 is, please", + "calculator" + ], + [ + "can you tell me what 30% off 235 is", + "calculator" + ], + [ + "can you tell me what 30% off 279 is, please", + "calculator" + ], + [ + "what is the sum of 10 plus 5", + "calculator" + ], + [ + "what is 4 + 4", + "calculator" + ], + [ + "what is 60 percent off of 350 dollars", + "calculator" + ], + [ + "what is an 18 percent tip on 20 dollars", + "calculator" + ], + [ + "what is 25 percent of 6999", + "calculator" + ], + [ + "can you tell me what is 18 percent of $2500", + "calculator" + ], + [ + "what is 3/4 of 18", + "calculator" + ], + [ + "i need to know what is 85% of $1500", + "calculator" + ], + [ + "what is 20% of a thousand", + "calculator" + ], + [ + "what is 55 times 300", + "calculator" + ], + [ + "what is the square root of 1 million", + "calculator" + ], + [ + "will you help me with a math problem", + "calculator" + ], + [ + "can you help me solve a math problem", + "calculator" + ], + [ + "how to solve this math problem", + "calculator" + ], + [ + "what is 4 + 7", + "calculator" + ], + [ + "what is 4 x 4", + "calculator" + ], + [ + "what is 2 + 2", + "calculator" + ], + [ + "what is 20+ 5", + "calculator" + ], + [ + "what is 500 x 25", + "calculator" + ], + [ + "what is 2+2", + "calculator" + ], + [ + "what is 10 + 20", + "calculator" + ], + [ + "what is 22+ 6", + "calculator" + ], + [ + "what is the square root of 80", + "calculator" + ], + [ + "what is 5 x 4", + "calculator" + ], + [ + "what is 15% of 3143", + "calculator" + ], + [ + "what is the square root of 10294", + "calculator" + ], + [ + "how many square feet is a 13 by 74 room", + "calculator" + ], + [ + "what is three quarters of one sixth", + "calculator" + ], + [ + "what is 213 times 3", + "calculator" + ], + [ + "what is the square root of 144", + "calculator" + ], + [ + "what is the antilog of 365", + "calculator" + ], + [ + "what is 78 times 85", + "calculator" + ], + [ + "what is 250 times 118 times 9", + "calculator" + ], + [ + "what is 78 times 81 minus 5", + "calculator" + ], + [ + "what is 1785 minus 334 minus 87 plus 374 minus 400 plus 17", + "calculator" + ], + [ + "help me with math", + "calculator" + ], + [ + "i need you to help me with some math if you can", + "calculator" + ], + [ + "please help with my math", + "calculator" + ], + [ + "can you help me do math", + "calculator" + ], + [ + "can you do a math problem", + "calculator" + ], + [ + "what is 1 million twelve hundred divided by 400 thousand", + "calculator" + ], + [ + "what is the square root of 10500", + "calculator" + ], + [ + "what is 20 times 20 times 30", + "calculator" + ], + [ + "what is 10 to the 12th power", + "calculator" + ], + [ + "how much is 50 plus 756", + "calculator" + ], + [ + "what is 750 divided by 5", + "calculator" + ], + [ + "if i win 200000 how do i split it 7 ways", + "calculator" + ], + [ + "what is 900 times 8", + "calculator" + ], + [ + "can you tell me what 80 divided buy 4 is", + "calculator" + ], + [ + "560 divided by 3", + "calculator" + ], + [ + "what is 606 divided by 5", + "calculator" + ], + [ + "subtract 100 from 12", + "calculator" + ], + [ + "what is 005 percent of 1 percent", + "calculator" + ], + [ + "what is the square root of 31", + "calculator" + ], + [ + "what is six divided by 16", + "calculator" + ], + [ + "how many times can 12 go into 600", + "calculator" + ], + [ + "what is the square root of sixteen", + "calculator" + ], + [ + "what is 562 times 400", + "calculator" + ], + [ + "add twelve and twelve please", + "calculator" + ], + [ + "what is 10 + 10", + "calculator" + ], + [ + "what is the square root of 5", + "calculator" + ], + [ + "what is 1/2 times 5/8", + "calculator" + ], + [ + "what is 80980 + 098098 + 80980 + 1243", + "calculator" + ], + [ + "what is 13 times 45", + "calculator" + ], + [ + "what is 34 times 80908", + "calculator" + ], + [ + "what is 90908 divided by 30890", + "calculator" + ], + [ + "what is 38% of 389209", + "calculator" + ], + [ + "what is the square root of 66", + "calculator" + ], + [ + "what is 2/3 x 1/9", + "calculator" + ], + [ + "can you do algebra", + "calculator" + ], + [ + "what is 1 fifth times 2 fifths", + "calculator" + ], + [ + "what's 3 plus 3", + "calculator" + ], + [ + "what's ten times eight", + "calculator" + ], + [ + "i need to know what 75 plus 43 is", + "calculator" + ], + [ + "what do you get if you divide 3 by 2", + "calculator" + ], + [ + "what is the area of a 20 x 20 room", + "calculator" + ], + [ + "subtract 85 from 997", + "calculator" + ], + [ + "what is 20 + 20", + "calculator" + ], + [ + "what is the square root of 2784", + "calculator" + ], + [ + "how many times does 8 go into 2000", + "calculator" + ], + [ + "what is 35 times 23", + "calculator" + ], + [ + "what is 3 to the 6th power", + "calculator" + ], + [ + "what is 63 percent of 145", + "calculator" + ], + [ + "can you calculate 18 divided by 45", + "calculator" + ], + [ + "what is the square root of 104", + "calculator" + ], + [ + "what\u2019s the answer to 5-6=", + "calculator" + ], + [ + "what is the sum of 8 + 3", + "calculator" + ], + [ + "please provide the square root of 36", + "calculator" + ], + [ + "what does 6 x 1 equal", + "calculator" + ], + [ + "what does 2 + 2 equal", + "calculator" + ], + [ + "what is 10000 divided by 20", + "calculator" + ], + [ + "i would like to know what today's date is", + "date" + ], + [ + "i need information on today's date", + "date" + ], + [ + "tell me what date it is please", + "date" + ], + [ + "tell me what day today is", + "date" + ], + [ + "can you tell me tomorrow's date", + "date" + ], + [ + "what is the date for tomorrow", + "date" + ], + [ + "i would like to know tomorrow's date", + "date" + ], + [ + "what is the month and day tomorrow", + "date" + ], + [ + "in six days, what will it be", + "date" + ], + [ + "what day will it be in fourteen days", + "date" + ], + [ + "which day will it be five days from now", + "date" + ], + [ + "after another eight days, what day will it be", + "date" + ], + [ + "what day is it gonna be in twenty-one days", + "date" + ], + [ + "current date", + "date" + ], + [ + "what day of the month is it today", + "date" + ], + [ + "what date is it", + "date" + ], + [ + "can you tell me the date today", + "date" + ], + [ + "please share today's date", + "date" + ], + [ + "what date is it today", + "date" + ], + [ + "what day is it", + "date" + ], + [ + "what is the day", + "date" + ], + [ + "tell me what day it is", + "date" + ], + [ + "is it monday, tuesday, wednesday, thursday, friday, saturday, or sunday", + "date" + ], + [ + "what's the day of the week", + "date" + ], + [ + "what's the date tomorrow, please", + "date" + ], + [ + "what is the date tomorrow", + "date" + ], + [ + "what is the date tomorrow, please", + "date" + ], + [ + "what is tomorrow's date, please", + "date" + ], + [ + "can you tell me what today's date is", + "date" + ], + [ + "what is today's month, day and year", + "date" + ], + [ + "today's date is what", + "date" + ], + [ + "please tell me today's date", + "date" + ], + [ + "could you tell me today's date", + "date" + ], + [ + "i need to know today's date please", + "date" + ], + [ + "would you please tell me today's date", + "date" + ], + [ + "what is the date today", + "date" + ], + [ + "today's date is what exactly", + "date" + ], + [ + "please tell me what date it is today", + "date" + ], + [ + "can you tell me today's date", + "date" + ], + [ + "i need to know today's date", + "date" + ], + [ + "what would tomorrow's date be", + "date" + ], + [ + "tell me the date today", + "date" + ], + [ + "i'd like to know the date tomorrow", + "date" + ], + [ + "in 2 days, what date will it be", + "date" + ], + [ + "what will be the date tomorrow", + "date" + ], + [ + "what will the date be in 10 days", + "date" + ], + [ + "15 days from today, what will the date be", + "date" + ], + [ + "what's the date tomorrow", + "date" + ], + [ + "i need to know what date it is tomorrow", + "date" + ], + [ + "in 100 days from now, what will be the date", + "date" + ], + [ + "what will be the date in 100 days from now", + "date" + ], + [ + "tell me what the date is tomorrow", + "date" + ], + [ + "give me tomorrow's date please", + "date" + ], + [ + "what day is it today", + "date" + ], + [ + "do you have the date", + "date" + ], + [ + "what is the date of today", + "date" + ], + [ + "please give me today's date", + "date" + ], + [ + "what is today's date", + "date" + ], + [ + "what date is today", + "date" + ], + [ + "what is today", + "date" + ], + [ + "today is what date", + "date" + ], + [ + "what's the day today", + "date" + ], + [ + "what year is it", + "date" + ], + [ + "what's the date 400 days from now", + "date" + ], + [ + "can you tell me the current date", + "date" + ], + [ + "tell me the date 650 days from now", + "date" + ], + [ + "what's the current date, month and year", + "date" + ], + [ + "what will the date be 100 days from now", + "date" + ], + [ + "what day of the week is it", + "date" + ], + [ + "what day will it be 373 days from now", + "date" + ], + [ + "i need to know the date in 256 days", + "date" + ], + [ + "what is the date", + "date" + ], + [ + "give me the date today", + "date" + ], + [ + "i need to know what the date is today", + "date" + ], + [ + "i'd like to know what the date is", + "date" + ], + [ + "what's today's date", + "date" + ], + [ + "tell me what the date is today", + "date" + ], + [ + "show me a calendar", + "date" + ], + [ + "show me the date", + "date" + ], + [ + "i need the full date for today", + "date" + ], + [ + "what day of the month is it", + "date" + ], + [ + "can you remind me of the date", + "date" + ], + [ + "tomorrow, what will the date be", + "date" + ], + [ + "tell me what the date is for tomorrow", + "date" + ], + [ + "tell me what the date will be tomorrow", + "date" + ], + [ + "what is tomorrow's date", + "date" + ], + [ + "what's tomorrow on the calender", + "date" + ], + [ + "what date is tomorrow", + "date" + ], + [ + "calender says tomorrow is", + "date" + ], + [ + "tell me tomorrow's date", + "date" + ], + [ + "the date tomorrow is what", + "date" + ], + [ + "when will it be in 10 days", + "date" + ], + [ + "what day is it tomorrow", + "date" + ], + [ + "what's the current date", + "date" + ], + [ + "what is the full date after today", + "date" + ], + [ + "what's the date 32 days from now", + "date" + ], + [ + "can you tell me the date", + "date" + ], + [ + "what will the date be in 64 days", + "date" + ], + [ + "can you tell me what the next day is", + "date" + ], + [ + "what's today", + "date" + ], + [ + "if i fly american to los angeles, how many carry ons am i allowed", + "carry_on" + ], + [ + "how many carry ons will american let me take for a flight to los vegas", + "carry_on" + ], + [ + "if i take a flight on pan am to denver, how many carry ons are included", + "carry_on" + ], + [ + "if i fly on virgin to chicago, how many carry ons can i take", + "carry_on" + ], + [ + "how my carry ons does spirit airlines allow me for a flight to dallas", + "carry_on" + ], + [ + "would you let me know how many carry ons i can take on a flight with southwest airlines to miami", + "carry_on" + ], + [ + "i need to know the carry-on restrictions for united airlines", + "carry_on" + ], + [ + "tell me the carry-on restrictions for united airlines", + "carry_on" + ], + [ + "i need to know how many carry ons i can take on a flight with southwest airlines to houston", + "carry_on" + ], + [ + "let me know how many carry ons i can take on a flight with southwest airlines to dallas", + "carry_on" + ], + [ + "tell me how many carry ons i can take on a flight with southwest airlines to dallas", + "carry_on" + ], + [ + "would you let me know the carry-on restrictions for american airlines", + "carry_on" + ], + [ + "i am wanting to know how many carry ons i can take on a flight with southwest airlines to houston", + "carry_on" + ], + [ + "could you list out the carry-on restrictions for american airlines", + "carry_on" + ], + [ + "i am wanting to know the carry-on restrictions for united airlines", + "carry_on" + ], + [ + "what carry-on restrictions does southwest impose", + "carry_on" + ], + [ + "carry-on restrictions for air emirates", + "carry_on" + ], + [ + "does delta have any carry-on restrictions", + "carry_on" + ], + [ + "what's restricted in my carry-on with united", + "carry_on" + ], + [ + "what restrictions do my carry-ons need to comply with for delta", + "carry_on" + ], + [ + "how much luggage can i carry with me on flight dl2200 to denver", + "carry_on" + ], + [ + "am i allowed carry ons for my flight with westjet to edmonton", + "carry_on" + ], + [ + "how many carry ons am i allowed to take on my canadair flight to frankfurt", + "carry_on" + ], + [ + "is there are limit of carry ons for my flight with aer lingus to cork", + "carry_on" + ], + [ + "what are the carry on limits for delta", + "carry_on" + ], + [ + "am i limited in carry ons for jet blue", + "carry_on" + ], + [ + "what am i allowed to carry on for american airlines", + "carry_on" + ], + [ + "does delta have any restrictions for what i can carry on", + "carry_on" + ], + [ + "does jet blue have any carry-on restrictions", + "carry_on" + ], + [ + "how many carry-on items are allowed per passenger", + "carry_on" + ], + [ + "what are the carry-on rules", + "carry_on" + ], + [ + "is there a carry-on item weight limit", + "carry_on" + ], + [ + "how big can a carry-on bag be", + "carry_on" + ], + [ + "does delta have carry-on restrictions", + "carry_on" + ], + [ + "do you know the carry-on restrictions for delta", + "carry_on" + ], + [ + "delta has too many carry-on restrictions! do you know them", + "carry_on" + ], + [ + "are there carry-on restrictions for delta", + "carry_on" + ], + [ + "what are the carry on rules for united", + "carry_on" + ], + [ + "tell me united's carry on policy", + "carry_on" + ], + [ + "what should i know about the carry on policy for american", + "carry_on" + ], + [ + "let me know the carry on policy for alaska airlines", + "carry_on" + ], + [ + "i want to know the carry on policy for southwest", + "carry_on" + ], + [ + "if i fly internationally, do brittish airwaiys have carry-on limitations", + "carry_on" + ], + [ + "can i carry on a garment bag, a small travel bag, and a back pack on my trip with american airlines", + "carry_on" + ], + [ + "i am flying jetblue and need to know what the most number of bags are that i can carry on", + "carry_on" + ], + [ + "what are the carry-on fees with delta for international flights", + "carry_on" + ], + [ + "what are the carry-on limits for flying domestically with delta", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with jet blue to washington dc", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with virgin airlines to vancouver bc", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with delta to mexico city", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with united to lax", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with american airlines to seattle", + "carry_on" + ], + [ + "what is the carry-on policy say for flights on delta airlines", + "carry_on" + ], + [ + "what are the carry-on restrictions for singapore airlines", + "carry_on" + ], + [ + "what are the carry-on restrictions for frontier airlines", + "carry_on" + ], + [ + "what does the carry-on policy say for flights on united airlines", + "carry_on" + ], + [ + "how many bags can i carry-on for flights on singapore airlines", + "carry_on" + ], + [ + "what are the carry-on restrictions for delta", + "carry_on" + ], + [ + "what are the carry-on restrictions for united", + "carry_on" + ], + [ + "what are the carry-on restrictions for southwest airlines", + "carry_on" + ], + [ + "what are the rules regarding carry-on baggage for flights on virgin airlines", + "carry_on" + ], + [ + "what can't i carry-on to delta", + "carry_on" + ], + [ + "what is the carry on limit", + "carry_on" + ], + [ + "what are delta's carry-on policies for flights", + "carry_on" + ], + [ + "what are the rules for carry on luggage", + "carry_on" + ], + [ + "can you look up the carry-on restrictions for delta", + "carry_on" + ], + [ + "are there restrictions for carry-ons on delta", + "carry_on" + ], + [ + "what can i carry-on delta flights", + "carry_on" + ], + [ + "do i have to pay for carry-ons on delta", + "carry_on" + ], + [ + "what are the carry on limits for delta flights", + "carry_on" + ], + [ + "is there a carry on weight limit", + "carry_on" + ], + [ + "what restrictions are there for carry-on on delta", + "carry_on" + ], + [ + "what are the rules for carry on luggage for delta", + "carry_on" + ], + [ + "what are delta's carry-on restrictions", + "carry_on" + ], + [ + "tell me the carry on rules", + "carry_on" + ], + [ + "does united airlines allow more than one carry on", + "carry_on" + ], + [ + "how strict is spirit when it comes to carry ons", + "carry_on" + ], + [ + "can i have 3 carry ons with delta at jfk", + "carry_on" + ], + [ + "what is american airlines carry on policy", + "carry_on" + ], + [ + "does delta allow more than one carry on when traveling to miami", + "carry_on" + ], + [ + "does delta charge for carry ons", + "carry_on" + ], + [ + "what are my carry on options when flying american airlines to trenton", + "carry_on" + ], + [ + "how many carry ons does spirit allow when flying to dallas", + "carry_on" + ], + [ + "what is delta's carry on policy", + "carry_on" + ], + [ + "do you know about carry ons out of tampa with spirit", + "carry_on" + ], + [ + "search for carry on rules for flights on delta airlines", + "carry_on" + ], + [ + "what are the requirements for carry on on flights with united airlines", + "carry_on" + ], + [ + "please find the rules for carry on when flying with spirit airlines", + "carry_on" + ], + [ + "i need to know the carry on policy for american airlines flights", + "carry_on" + ], + [ + "can you tell me jet blue airlines' carry on policy", + "carry_on" + ], + [ + "from a flight from muscat to qatar, how many carry ons can i take", + "carry_on" + ], + [ + "do i need to pay for delta carry on", + "carry_on" + ], + [ + "which rules does delta have for carry on", + "carry_on" + ], + [ + "when taking a flight with lion to singapore, how many carry ons are allowed", + "carry_on" + ], + [ + "how many carry ons are allowed on a flight with wow to iceland", + "carry_on" + ], + [ + "on a flight with allegiant to orlando, how many carry ons can i take", + "carry_on" + ], + [ + "when taking a flight with porter to toronto, how many carry ons can i take", + "carry_on" + ], + [ + "on a flight with jin air to jeju, how many carry ons are allowed", + "carry_on" + ], + [ + "let me know the rules for carry ons for continental", + "carry_on" + ], + [ + "i want to know the carry on policy for aeromexico", + "carry_on" + ], + [ + "have i used half of my days off yet", + "pto_used" + ], + [ + "go to my job portal, i'd like to know how many days off i have used", + "pto_used" + ], + [ + "what amount of days off have i already utilized", + "pto_used" + ], + [ + "call hr so i can figure out how many days off i've taken", + "pto_used" + ], + [ + "how many times have i taken off from work this year", + "pto_used" + ], + [ + "about how many vacation days have i taken", + "pto_used" + ], + [ + "count how many sick days i've used", + "pto_used" + ], + [ + "can you check how much pto i have already used", + "pto_used" + ], + [ + "tell me the exact amount of pto i have used", + "pto_used" + ], + [ + "my pto used so far is what right now", + "pto_used" + ], + [ + "i've used how much pto so far", + "pto_used" + ], + [ + "get the details on the pto i have used", + "pto_used" + ], + [ + "how much time did i take off so far", + "pto_used" + ], + [ + "including the day i missed because of snow, how much time have i take off work so far", + "pto_used" + ], + [ + "how many sick, personal, and vacation days have i billed so far this year", + "pto_used" + ], + [ + "can you add up how much time i've taken off so far", + "pto_used" + ], + [ + "what's the number of day's i've taken off", + "pto_used" + ], + [ + "how many days so far have i taken off", + "pto_used" + ], + [ + "tell me how many days i've taken off at this point", + "pto_used" + ], + [ + "so far how many days have i taken off", + "pto_used" + ], + [ + "i need to know how many days so far i've taken off", + "pto_used" + ], + [ + "how many days have i taken off this year", + "pto_used" + ], + [ + "can you tell me how much pto i've gone through", + "pto_used" + ], + [ + "how many personal days have i taken", + "pto_used" + ], + [ + "how many vacation days have i consumed", + "pto_used" + ], + [ + "how much pto have i depleted", + "pto_used" + ], + [ + "how much vacation have i already used this year", + "pto_used" + ], + [ + "what's the total of days i've taken for me time so far", + "pto_used" + ], + [ + "how many of my sick days have i gone through", + "pto_used" + ], + [ + "what amount of pto have i taken", + "pto_used" + ], + [ + "what is the extent of the pto i've taken", + "pto_used" + ], + [ + "what's the amount of time off i've had", + "pto_used" + ], + [ + "what's the amount of time i've taken off work this year", + "pto_used" + ], + [ + "what's the total vacation days i've gone through", + "pto_used" + ], + [ + "how many personal days have i taken this month", + "pto_used" + ], + [ + "what's the total pto i've used", + "pto_used" + ], + [ + "count the number of vacation days i've taken and tell me", + "pto_used" + ], + [ + "how many of my vacation days have i depleted", + "pto_used" + ], + [ + "what's the amount of vacation days i've taken", + "pto_used" + ], + [ + "how much of my pto have i depleted", + "pto_used" + ], + [ + "up to this point, how much of my pto have i used", + "pto_used" + ], + [ + "please find out how many of my vacation days i have spent", + "pto_used" + ], + [ + "check to see how many days off i have used in total so far", + "pto_used" + ], + [ + "look up my total number of days off so far", + "pto_used" + ], + [ + "i need to know how many vacation days i have used up please", + "pto_used" + ], + [ + "find out how much of my pto is already used", + "pto_used" + ], + [ + "tell me the amount of pto i have used at this point", + "pto_used" + ], + [ + "check to see how many days off i have used", + "pto_used" + ], + [ + "look up how many of my days off i have used so far", + "pto_used" + ], + [ + "look up the amount of vacation days i have used please", + "pto_used" + ], + [ + "can you count for me the total number of days off i have used", + "pto_used" + ], + [ + "look up the amount of pto i have already used", + "pto_used" + ], + [ + "do you know the total number of vacation days i have used", + "pto_used" + ], + [ + "i need to know how many of my days off i have used at this point", + "pto_used" + ], + [ + "please find out how many days off i have used by this point", + "pto_used" + ], + [ + "what is the total number of days i have taken off so far", + "pto_used" + ], + [ + "i need to know how much of my pto has been used at this point", + "pto_used" + ], + [ + "how many vacation days have i spent in total", + "pto_used" + ], + [ + "find out for me how many days off i have taken in total at this point", + "pto_used" + ], + [ + "i need to know the number of days off i have taken at this point", + "pto_used" + ], + [ + "how many days did i skip work", + "pto_used" + ], + [ + "how much vacation have i taken", + "pto_used" + ], + [ + "how many days was i sick or on vacation", + "pto_used" + ], + [ + "which days did i take vacation", + "pto_used" + ], + [ + "which days did i take off work", + "pto_used" + ], + [ + "how many vacation days have i used", + "pto_used" + ], + [ + "how many days have i taken off so far", + "pto_used" + ], + [ + "how much time have i taken off this year", + "pto_used" + ], + [ + "how many times have i used my annual leave", + "pto_used" + ], + [ + "how much paid time off have i taken", + "pto_used" + ], + [ + "how many of my paid days off have i used", + "pto_used" + ], + [ + "how much pto do i have used up", + "pto_used" + ], + [ + "how much of my time off have i used", + "pto_used" + ], + [ + "how many days of pto have i used", + "pto_used" + ], + [ + "can you tell me how many vacation days i've taken", + "pto_used" + ], + [ + "what's my vacation day usage so far", + "pto_used" + ], + [ + "what kind of pto do i have left", + "pto_used" + ], + [ + "how many times did i take a day off", + "pto_used" + ], + [ + "tell me how many vacation days i've used", + "pto_used" + ], + [ + "how much pto has been used on my behalf", + "pto_used" + ], + [ + "how many days off have i taken", + "pto_used" + ], + [ + "what kind of pto have i used", + "pto_used" + ], + [ + "what kind of vacation days have i used so far", + "pto_used" + ], + [ + "tell me how much pto i've used", + "pto_used" + ], + [ + "how much paid time off have i used", + "pto_used" + ], + [ + "how many days off did i use so far", + "pto_used" + ], + [ + "tell me the number of days off i took this year", + "pto_used" + ], + [ + "how many days off have i had this year", + "pto_used" + ], + [ + "so far, how many days off have i taken", + "pto_used" + ], + [ + "tell me my usage of vacation days", + "pto_used" + ], + [ + "whats my count of vacation days used thus far", + "pto_used" + ], + [ + "how many vacation days have i taken", + "pto_used" + ], + [ + "what is the status of my pto", + "pto_used" + ], + [ + "how much paid time off do i have left", + "pto_used" + ], + [ + "how many days of pto are available", + "pto_used" + ], + [ + "how many vacation days have i used up", + "pto_used" + ], + [ + "how many vacation days did i use", + "pto_used" + ], + [ + "what is the total number of vacation days i've used", + "pto_used" + ], + [ + "have i used any vacation days this year", + "pto_used" + ], + [ + "how many vacation days have i used so far", + "pto_used" + ], + [ + "my car needs to be brought for maintenance", + "schedule_maintenance" + ], + [ + "could you schedule car maintenance for me", + "schedule_maintenance" + ], + [ + "i need someone to look at my car because my check engine light is on", + "schedule_maintenance" + ], + [ + "locate someone to look at my car because my check engine light is on", + "schedule_maintenance" + ], + [ + "i require a car maintenance", + "schedule_maintenance" + ], + [ + "who is available to check why my check engine light is on", + "schedule_maintenance" + ], + [ + "could you find someone to check out my car because the check engine light is on", + "schedule_maintenance" + ], + [ + "i need to schedule car maintenance", + "schedule_maintenance" + ], + [ + "please schedule car maintenance for me", + "schedule_maintenance" + ], + [ + "who can i contact about why check engine light is on", + "schedule_maintenance" + ], + [ + "i want to schedule a tire check up somewhere", + "schedule_maintenance" + ], + [ + "i need to get my tires checked out somewhere", + "schedule_maintenance" + ], + [ + "i need to find somewhere to check my tires out", + "schedule_maintenance" + ], + [ + "i need to get my tired checked at one of the location", + "schedule_maintenance" + ], + [ + "can i schedule a check up for my tires somewhere", + "schedule_maintenance" + ], + [ + "where in sacramento ca i schedule maintenance on my car", + "schedule_maintenance" + ], + [ + "i want to to schedule maintenance on my vehicle", + "schedule_maintenance" + ], + [ + "look for auto companies that do scheduled maintenance on my vehicle", + "schedule_maintenance" + ], + [ + "i need some work done on my car so need to schedule auto mechanic for maintenance", + "schedule_maintenance" + ], + [ + "find local deals who schedule maintenance on cars", + "schedule_maintenance" + ], + [ + "where can i find a place where i can schedule to check my tires out", + "schedule_maintenance" + ], + [ + "is there a special place where i can schedule to check my tires out", + "schedule_maintenance" + ], + [ + "where can i schedule to get my tires checked out", + "schedule_maintenance" + ], + [ + "where is an appropriate place where i can schedule to check out my tires", + "schedule_maintenance" + ], + [ + "is there a location i can schedule to check out my tires", + "schedule_maintenance" + ], + [ + "can you make an appointment for an oil change", + "schedule_maintenance" + ], + [ + "please make an appointment for an oil change", + "schedule_maintenance" + ], + [ + "i need you to find a mechanic for my check engine light", + "schedule_maintenance" + ], + [ + "please schedule an appointment for my oil to get changed", + "schedule_maintenance" + ], + [ + "my car needs maintenance scheduled", + "schedule_maintenance" + ], + [ + "how i do schedule car maintenance", + "schedule_maintenance" + ], + [ + "my check engine light is on and someone needs to look at it", + "schedule_maintenance" + ], + [ + "i need to get my oil change so make an appointment", + "schedule_maintenance" + ], + [ + "the check engine light is on and i need a mechanic", + "schedule_maintenance" + ], + [ + "my car needs maintenance prepared", + "schedule_maintenance" + ], + [ + "my car needs an appointment for an oil change", + "schedule_maintenance" + ], + [ + "i need someone to look at my check engine light", + "schedule_maintenance" + ], + [ + "help me find someone to look at my check engine light", + "schedule_maintenance" + ], + [ + "put a tire inspection on my schedule please", + "schedule_maintenance" + ], + [ + "i need to find someone to look at my check engine light", + "schedule_maintenance" + ], + [ + "is it possible to get schedule getting my tires inspected", + "schedule_maintenance" + ], + [ + "i'd like to schedule a tire inspection", + "schedule_maintenance" + ], + [ + "who in the area can inspect my engine light", + "schedule_maintenance" + ], + [ + "set an appointment for an oil change", + "schedule_maintenance" + ], + [ + "book an oil change please", + "schedule_maintenance" + ], + [ + "can you please obtain an oil change appointment for me", + "schedule_maintenance" + ], + [ + "where can i get my tires checked and how can i schedule it", + "schedule_maintenance" + ], + [ + "is there someone in the area who can check my engine light since it is on", + "schedule_maintenance" + ], + [ + "i need the soonest appointment for an oil change", + "schedule_maintenance" + ], + [ + "i am in need of an oil change, set an appointment", + "schedule_maintenance" + ], + [ + "please find someone who specializes in cars, my check engine light has turned on", + "schedule_maintenance" + ], + [ + "my check engine light has switched on, schedule someone to inspect it", + "schedule_maintenance" + ], + [ + "i need to schedule a car repair", + "schedule_maintenance" + ], + [ + "can i schedule a car repair", + "schedule_maintenance" + ], + [ + "how do i schedule car maintenance", + "schedule_maintenance" + ], + [ + "i want to schedule car maintenance", + "schedule_maintenance" + ], + [ + "i wanna have an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "i wanna schedule some car maintenance", + "schedule_maintenance" + ], + [ + "can someone look at my car cause the check engine light is on", + "schedule_maintenance" + ], + [ + "i need to schedule some car maintenance", + "schedule_maintenance" + ], + [ + "i got to schedule somewhere get my tires checked out", + "schedule_maintenance" + ], + [ + "i must schedule somewhere get my tires checked out", + "schedule_maintenance" + ], + [ + "i'd like to get an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "i want to schedule somewhere get my tires checked out", + "schedule_maintenance" + ], + [ + "i gotta schedule some car maintenance", + "schedule_maintenance" + ], + [ + "y check engine light currently came on and i need assistance with it", + "schedule_maintenance" + ], + [ + "i need help cause my check engine light came on", + "schedule_maintenance" + ], + [ + "i have to schedule somewhere get my tires checked out", + "schedule_maintenance" + ], + [ + "i need to have an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "i need an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "i got to schedule some car maintenance", + "schedule_maintenance" + ], + [ + "my engine light came on, so i need to get help", + "schedule_maintenance" + ], + [ + "i want to get an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "my check engine light is on and i need to take a look at it", + "schedule_maintenance" + ], + [ + "i have to schedule some car maintenance", + "schedule_maintenance" + ], + [ + "i need to schedule somewhere get my tires checked out", + "schedule_maintenance" + ], + [ + "i would like an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "can i please get an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "i need an oil change, make an appointment", + "schedule_maintenance" + ], + [ + "find a mechanic to look at my check engine light", + "schedule_maintenance" + ], + [ + "book an appointment for an oil change", + "schedule_maintenance" + ], + [ + "i should get my tires checked, schedule that", + "schedule_maintenance" + ], + [ + "how do i schedule getting my tires checked", + "schedule_maintenance" + ], + [ + "i need someone to look at my car and tell me why the light is on", + "schedule_maintenance" + ], + [ + "schedule an oil change for me", + "schedule_maintenance" + ], + [ + "which mechanic can check my check engine light", + "schedule_maintenance" + ], + [ + "make a reminder to schedule a tire check", + "schedule_maintenance" + ], + [ + "who can look at my car, the engine light is on", + "schedule_maintenance" + ], + [ + "set a time to get my oil changed", + "schedule_maintenance" + ], + [ + "make an appointment to check my tires", + "schedule_maintenance" + ], + [ + "i don't know why my check engine light is on, i need a mechanic", + "schedule_maintenance" + ], + [ + "make an appointment for an oil change", + "schedule_maintenance" + ], + [ + "make arrangements for me to get my oil changed", + "schedule_maintenance" + ], + [ + "can you schedule me a mechanic", + "schedule_maintenance" + ], + [ + "schedule an appointment to get my oil changed", + "schedule_maintenance" + ], + [ + "i need to get my oil changed", + "schedule_maintenance" + ], + [ + "schedule a time to get my oil changed", + "schedule_maintenance" + ], + [ + "find me a mechanic", + "schedule_maintenance" + ], + [ + "schedule a mechanic", + "schedule_maintenance" + ], + [ + "schedule car repairs", + "schedule_maintenance" + ], + [ + "im going to be in canada from august 10th until august 12th", + "travel_notification" + ], + [ + "im going to be in slovakia from january 16th until january 19th", + "travel_notification" + ], + [ + "im going to be in paraguay from january 7th until january 10th", + "travel_notification" + ], + [ + "i'm going to be in thailand from october 15th until october 23rd", + "travel_notification" + ], + [ + "im going to be in jamaica from october 4th until october 8th", + "travel_notification" + ], + [ + "my bank needs to know i am going to be out of the country", + "travel_notification" + ], + [ + "i am going out of country and my bank needs to be notified", + "travel_notification" + ], + [ + "i need to inform the bank i am going out of country", + "travel_notification" + ], + [ + "i am going out of country and need to inform my bank", + "travel_notification" + ], + [ + "tell the bank i'm traveling between denver and la", + "travel_notification" + ], + [ + "tell my bank i am traveling out of country", + "travel_notification" + ], + [ + "i'm driving from la to denver and need my bank notified", + "travel_notification" + ], + [ + "notify my bank i am travailing from denver to la", + "travel_notification" + ], + [ + "i'm traveling between denver and la so tell my bank", + "travel_notification" + ], + [ + "i need to let my bank know i am traveling to la", + "travel_notification" + ], + [ + "i need to let my bank know i am traveling to detroit", + "travel_notification" + ], + [ + "i need to let my bank know i am traveling to new york", + "travel_notification" + ], + [ + "i need to let my bank know i am traveling to chicago", + "travel_notification" + ], + [ + "i need to let my bank know i am traveling to paris", + "travel_notification" + ], + [ + "i will be traveling to rome from february 1 to march 1, please make this aware to my bank", + "travel_notification" + ], + [ + "inform my bank that i will be in rome from february 1 to march 1", + "travel_notification" + ], + [ + "please let my bank know that i will be in rome from february 1 to march 1", + "travel_notification" + ], + [ + "mark down that i will be in rome from february 1 to march 1 and notify my bank", + "travel_notification" + ], + [ + "notify my bank that i will be in rome from february 1 to march 1", + "travel_notification" + ], + [ + "i need to let my bank know that i'll be travelling internationally", + "travel_notification" + ], + [ + "can you tell my bank that i'll be travelling internationally soon", + "travel_notification" + ], + [ + "i'll soon be travelling internationally; could you let my bank know", + "travel_notification" + ], + [ + "i'll be out of the country soon, and want to notify my bank", + "travel_notification" + ], + [ + "i'm going out of the country and need to notify my bank", + "travel_notification" + ], + [ + "tell my bank that i'm going to france", + "travel_notification" + ], + [ + "tell my bank that i'll be in canada this weekend", + "travel_notification" + ], + [ + "let my bank know that i'm traveling to prague", + "travel_notification" + ], + [ + "let my bank know that i'll be in moscow, russia", + "travel_notification" + ], + [ + "inform my bank that i'll be going to europe", + "travel_notification" + ], + [ + "i'm traveling to paris soon and want to inform my bank", + "travel_notification" + ], + [ + "i'm traveling to fresnosoon and want to inform my bank", + "travel_notification" + ], + [ + "i'm traveling to london soon and want to inform my bank", + "travel_notification" + ], + [ + "i'm traveling to ca soon and want to inform my bank", + "travel_notification" + ], + [ + "i'm traveling tony soon and want to inform my bank", + "travel_notification" + ], + [ + "i've let me bank know that i'm visiting south america from may to october", + "travel_notification" + ], + [ + "i've notified my bank that i'm in mexico from august 1 to august 5", + "travel_notification" + ], + [ + "i let my bank know that i'm traveling to greece from march to april", + "travel_notification" + ], + [ + "i've told my financial institution that i'm in africa from august 6 to december 5", + "travel_notification" + ], + [ + "call the bank and tell them i will be in france on the 16th until the 26th", + "travel_notification" + ], + [ + "notify my bank i'll be in rome from the 1st to the 17th", + "travel_notification" + ], + [ + "tell my bank i'll be in jamaica from the 4th to the 11th", + "travel_notification" + ], + [ + "please tell my bank i will be in israel from the 6th to the 23rd", + "travel_notification" + ], + [ + "alert the bank that i am traveling to tokyo on the 7th until the 21st", + "travel_notification" + ], + [ + "i'm traveling to denmark soon and want to inform my bank", + "travel_notification" + ], + [ + "alert my bank and let them know that i'm travelling to switzerland", + "travel_notification" + ], + [ + "alert my bank and let them know that i'm travelling to china", + "travel_notification" + ], + [ + "i'm traveling to belgium soon and want to inform my bank", + "travel_notification" + ], + [ + "i'm traveling to sweden soon and want to inform my bank", + "travel_notification" + ], + [ + "i'm traveling to morocco soon and want to inform my bank", + "travel_notification" + ], + [ + "alert my bank and let them know i'm travelling to japan", + "travel_notification" + ], + [ + "tell my bank that i will be taveling to south korea", + "travel_notification" + ], + [ + "alert my bank and tell them that i'm travelling to paris", + "travel_notification" + ], + [ + "i'm traveling to england soon and want to inform my bank", + "travel_notification" + ], + [ + "how can i tell my bank i'm going to vietnam", + "travel_notification" + ], + [ + "how do i let my bank know i'm going to vietnam", + "travel_notification" + ], + [ + "i'm going to paris soon and want to let my bank know, how do i do that", + "travel_notification" + ], + [ + "how can i let my bank know i'm going to denmark", + "travel_notification" + ], + [ + "how do i inform my bank i'm going to paris", + "travel_notification" + ], + [ + "from january to august, i will be in uruguay, please let me bank know", + "travel_notification" + ], + [ + "tell my bank that i'll be in uruguay during january to august", + "travel_notification" + ], + [ + "i will be in uruguay from january to august, please let me bank know", + "travel_notification" + ], + [ + "can you let my bank know i'll be in uruguay from january to august", + "travel_notification" + ], + [ + "please let my bank know that i will be in uruguay from january to august", + "travel_notification" + ], + [ + "tell my bank i am taking a trip to brazil from june 1st to july 1st", + "travel_notification" + ], + [ + "inform my bank i will travel to brazil from june 1st to july 1st", + "travel_notification" + ], + [ + "let me bank know i will be in brazil from june 1st to july 1st", + "travel_notification" + ], + [ + "tell my bank i will be traveling in brazil from june 1st to july 1st", + "travel_notification" + ], + [ + "tell my bank i will be in brazil from june 1st to july 1st", + "travel_notification" + ], + [ + "i'm travelling to seattle soon and want to inform my bank", + "travel_notification" + ], + [ + "i'm travelling to thailand soon and want to inform my bank", + "travel_notification" + ], + [ + "i'm travelling to spain soon and want to inform my bank", + "travel_notification" + ], + [ + "alert my bank and let them know that i'm travelling to brussels", + "travel_notification" + ], + [ + "alert my bank and let them know that i'm travelling to oslo", + "travel_notification" + ], + [ + "alert my bank and let them know that i'm travelling to stockholm", + "travel_notification" + ], + [ + "i'm travelling to boston soon and want to inform my bank", + "travel_notification" + ], + [ + "alert my bank and let them know that i'm travelling to london", + "travel_notification" + ], + [ + "i'm travelling to ireland soon and want to inform my bank", + "travel_notification" + ], + [ + "alert my bank and let them know that i'm travelling to madrid", + "travel_notification" + ], + [ + "the bank should know i am going to asia soon", + "travel_notification" + ], + [ + "since i am traveling to asia, i need to inform the bank", + "travel_notification" + ], + [ + "i need to tell bank that i am taking a trip to asia", + "travel_notification" + ], + [ + "i am going to asia in a bit, i should tell the bank", + "travel_notification" + ], + [ + "i need to let my bank know i am visiting asia soon", + "travel_notification" + ], + [ + "let my bank know i will be travelling to the cayman islands", + "travel_notification" + ], + [ + "i am going to south america, let my bank know", + "travel_notification" + ], + [ + "inform my bank i will be travelling to central africa", + "travel_notification" + ], + [ + "let my bank know i will be on travel to fes", + "travel_notification" + ], + [ + "tell my bank i will be travelling to the caribbean", + "travel_notification" + ], + [ + "please tell my bank that i will be traveling abroad", + "travel_notification" + ], + [ + "the bank needs to know that i am traveling soon", + "travel_notification" + ], + [ + "make sur eyou tell the bank that i will be traveling internationally soon", + "travel_notification" + ], + [ + "please tell the bank i will be traveling internationally", + "travel_notification" + ], + [ + "tell the bank i will be traveling internationally soon", + "travel_notification" + ], + [ + "let my bank know that i'm going to norway between march 3 and march 5", + "travel_notification" + ], + [ + "tell my bank i'm going to france", + "travel_notification" + ], + [ + "please link with my phone", + "sync_device" + ], + [ + "please connect the device to my phone", + "sync_device" + ], + [ + "please link up to my phone", + "sync_device" + ], + [ + "could you link with my phone", + "sync_device" + ], + [ + "please turn off your wifi from my phone", + "sync_device" + ], + [ + "please remove your connection to my phone", + "sync_device" + ], + [ + "please unlink my phone", + "sync_device" + ], + [ + "please get off my phone connection", + "sync_device" + ], + [ + "please desync my current mobile", + "sync_device" + ], + [ + "i no longer want this phone to sync", + "sync_device" + ], + [ + "please link up to my cell", + "sync_device" + ], + [ + "create a link with my phone", + "sync_device" + ], + [ + "stop syncing with this phone", + "sync_device" + ], + [ + "i don't want this phone synced any more", + "sync_device" + ], + [ + "desync from my iphone", + "sync_device" + ], + [ + "please immediately disconnect this mobile", + "sync_device" + ], + [ + "establish a connection to my phone", + "sync_device" + ], + [ + "my phone needs to be unsynced now", + "sync_device" + ], + [ + "could you unsync my phone please", + "sync_device" + ], + [ + "you can unsync from my phone now", + "sync_device" + ], + [ + "disconnect from my phone please", + "sync_device" + ], + [ + "please unsync phone from phone from home system", + "sync_device" + ], + [ + "i must disconnect from my phone", + "sync_device" + ], + [ + "go and disconnect from my phone", + "sync_device" + ], + [ + "you must connect to my phone", + "sync_device" + ], + [ + "please connect to my phone", + "sync_device" + ], + [ + "you have to connect to my phone", + "sync_device" + ], + [ + "go ahead and disconnect from my phone", + "sync_device" + ], + [ + "i wanna disconnect from my phone", + "sync_device" + ], + [ + "i need to disconnect from my phone", + "sync_device" + ], + [ + "you need to connect to my phone", + "sync_device" + ], + [ + "go ahead and connect to my phone", + "sync_device" + ], + [ + "get connected to my phone", + "sync_device" + ], + [ + "i want for you to connect to my phone", + "sync_device" + ], + [ + "disconnect from my phone for me", + "sync_device" + ], + [ + "would you disconnect from my phone", + "sync_device" + ], + [ + "help me to disconnect from my phone", + "sync_device" + ], + [ + "would you connect to my phone", + "sync_device" + ], + [ + "i need for you to connect to my phone", + "sync_device" + ], + [ + "i need you to disconnect from my phone", + "sync_device" + ], + [ + "i want for you to disconnect from my phone", + "sync_device" + ], + [ + "connect to my phone for me", + "sync_device" + ], + [ + "mind connecting to my phone", + "sync_device" + ], + [ + "connect with my phone please", + "sync_device" + ], + [ + "can you link to my phone", + "sync_device" + ], + [ + "will you connect to my phone", + "sync_device" + ], + [ + "please disconnect from my phone", + "sync_device" + ], + [ + "please connect with my phone", + "sync_device" + ], + [ + "please unsync from my phone", + "sync_device" + ], + [ + "pair with my smart phone", + "sync_device" + ], + [ + "i want you to disconnect from my phone", + "sync_device" + ], + [ + "unsync from my phone", + "sync_device" + ], + [ + "please connect with my smart phone", + "sync_device" + ], + [ + "disconnect from my phone now, please", + "sync_device" + ], + [ + "could you connect to my phone", + "sync_device" + ], + [ + "can you connect to my phone, please", + "sync_device" + ], + [ + "disconnect from my phone, please", + "sync_device" + ], + [ + "could you connect to my phone, please", + "sync_device" + ], + [ + "can you connect with my phone, please", + "sync_device" + ], + [ + "could you connect with my phone, please", + "sync_device" + ], + [ + "pair my phone please", + "sync_device" + ], + [ + "pair with my phone please", + "sync_device" + ], + [ + "with my phone please pair", + "sync_device" + ], + [ + "pair with my phone", + "sync_device" + ], + [ + "would you unsync the phone now please", + "sync_device" + ], + [ + "unsync my phone now please", + "sync_device" + ], + [ + "how can i unsync my phone", + "sync_device" + ], + [ + "go ahead an unsync my phone now", + "sync_device" + ], + [ + "unsync my phone", + "sync_device" + ], + [ + "please remove the phone's sync", + "sync_device" + ], + [ + "remove the sync from my phone", + "sync_device" + ], + [ + "please unsync my phone", + "sync_device" + ], + [ + "desync from my phone", + "sync_device" + ], + [ + "can we pair this with my new phone", + "sync_device" + ], + [ + "i would like to pair this with my new phone", + "sync_device" + ], + [ + "i am going to go ahead and pair this with my new phone", + "sync_device" + ], + [ + "lets pair this with my new phone", + "sync_device" + ], + [ + "i need to pair this with my phone", + "sync_device" + ], + [ + "use my phone and connect please", + "sync_device" + ], + [ + "would you please pair with my phone", + "sync_device" + ], + [ + "initiate connection with my phone, please", + "sync_device" + ], + [ + "please begin pairing with my phone", + "sync_device" + ], + [ + "will you please end the connection to my phone", + "sync_device" + ], + [ + "you can disconnect from my phone now", + "sync_device" + ], + [ + "stop the connection with my phone", + "sync_device" + ], + [ + "let's terminate connection to my phone please", + "sync_device" + ], + [ + "i want you to connect using my phone", + "sync_device" + ], + [ + "i want to disconnect the current connection to my phone", + "sync_device" + ], + [ + "disconnect from my phone now", + "sync_device" + ], + [ + "disconnect from my phone", + "sync_device" + ], + [ + "i'd like you to disconnect from my phone", + "sync_device" + ], + [ + "do you think you could disconnect from my phone", + "sync_device" + ], + [ + "can you disconnect from my phone", + "sync_device" + ], + [ + "please get off my phone", + "sync_device" + ], + [ + "are you able to get into my phone at the moment", + "sync_device" + ], + [ + "can you get access to my phone right now", + "sync_device" + ], + [ + "do you have access to my phone", + "sync_device" + ], + [ + "are you able to link to my phone", + "sync_device" + ], + [ + "is my phone connectable right now", + "sync_device" + ], + [ + "quickly disconnect the phone", + "sync_device" + ], + [ + "you have been a big help, thank you so much", + "thank_you" + ], + [ + "i appreciate your help, thank you", + "thank_you" + ], + [ + "i really appreciate your help, thank you", + "thank_you" + ], + [ + "i am very grateful", + "thank_you" + ], + [ + "i appreciate the assistance", + "thank_you" + ], + [ + "i want to thank you for helping", + "thank_you" + ], + [ + "much obliged", + "thank_you" + ], + [ + "your help is appreciated", + "thank_you" + ], + [ + "gracias", + "thank_you" + ], + [ + "i appreciate that", + "thank_you" + ], + [ + "thanks so much!", + "thank_you" + ], + [ + "many thanks", + "thank_you" + ], + [ + "appreciate it", + "thank_you" + ], + [ + "thanks!", + "thank_you" + ], + [ + "i thank you", + "thank_you" + ], + [ + "thank you kindly", + "thank_you" + ], + [ + "thank you so very much", + "thank_you" + ], + [ + "thank you for helping me", + "thank_you" + ], + [ + "i'm grateful to you", + "thank_you" + ], + [ + "you did a good job thank you", + "thank_you" + ], + [ + "good looking out", + "thank_you" + ], + [ + "i wish you were here earlier", + "thank_you" + ], + [ + "it's so much easier with you around", + "thank_you" + ], + [ + "you've been a great help", + "thank_you" + ], + [ + "thanks for the help", + "thank_you" + ], + [ + "thanks please", + "thank_you" + ], + [ + "why thank you", + "thank_you" + ], + [ + "thanks for the answer", + "thank_you" + ], + [ + "thank you very much for the answer", + "thank_you" + ], + [ + "okay thanks", + "thank_you" + ], + [ + "thanks a lot", + "thank_you" + ], + [ + "thanks a lot for the answer", + "thank_you" + ], + [ + "thank you for the answer", + "thank_you" + ], + [ + "thank you a lot for that answer", + "thank_you" + ], + [ + "thanks for helping me!", + "thank_you" + ], + [ + "i'm so glad you helped me!", + "thank_you" + ], + [ + "i appreciate your help!", + "thank_you" + ], + [ + "i am thankful for your help!", + "thank_you" + ], + [ + "i have much gratitude for your help", + "thank_you" + ], + [ + "i appreciate your help", + "thank_you" + ], + [ + "i appreciate you helping me", + "thank_you" + ], + [ + "awesome, thanks", + "thank_you" + ], + [ + "thank you so much", + "thank_you" + ], + [ + "thank you very much for the assistance", + "thank_you" + ], + [ + "i appreciate it", + "thank_you" + ], + [ + "thanks again!", + "thank_you" + ], + [ + "thanks for the info", + "thank_you" + ], + [ + "thanks for letting me know", + "thank_you" + ], + [ + "that's all i need, thanks!", + "thank_you" + ], + [ + "thanks, that's helpful", + "thank_you" + ], + [ + "thank you for the information", + "thank_you" + ], + [ + "thanks for answering my question", + "thank_you" + ], + [ + "your efforts don't go unnoticed", + "thank_you" + ], + [ + "i appreciate what you did", + "thank_you" + ], + [ + "you are so thoughtful and i appreciate your gesture", + "thank_you" + ], + [ + "you are so nice to think of me", + "thank_you" + ], + [ + "you were so kind to do that", + "thank_you" + ], + [ + "your answer pleased me", + "thank_you" + ], + [ + "i'm happy with your answer", + "thank_you" + ], + [ + "your answer was enjoyable", + "thank_you" + ], + [ + "your answer was good", + "thank_you" + ], + [ + "thanks for giving me assistance", + "thank_you" + ], + [ + "really great!", + "thank_you" + ], + [ + "appreciate the help", + "thank_you" + ], + [ + "i'm grateful for the answer you just gave me", + "thank_you" + ], + [ + "that'll work, good job!", + "thank_you" + ], + [ + "good answer, thanks for providing it", + "thank_you" + ], + [ + "i'm grateful for the assistance", + "thank_you" + ], + [ + "thanks for that!", + "thank_you" + ], + [ + "good job with assisting me", + "thank_you" + ], + [ + "nice, excellent!", + "thank_you" + ], + [ + "i'm grateful", + "thank_you" + ], + [ + "i appreciate that answer!", + "thank_you" + ], + [ + "i would like to thank you", + "thank_you" + ], + [ + "i can not thank you enough", + "thank_you" + ], + [ + "i need to thank you", + "thank_you" + ], + [ + "i really thank you", + "thank_you" + ], + [ + "let me thank you", + "thank_you" + ], + [ + "thank you!", + "thank_you" + ], + [ + "thanks for the help!", + "thank_you" + ], + [ + "you're the best!", + "thank_you" + ], + [ + "i appreciate that answer", + "thank_you" + ], + [ + "your answer is appreciated", + "thank_you" + ], + [ + "i am thankful for the answer", + "thank_you" + ], + [ + "oh sweet thanks", + "thank_you" + ], + [ + "oh, thanks", + "thank_you" + ], + [ + "merci beaucoup", + "thank_you" + ], + [ + "thanks again", + "thank_you" + ], + [ + "thanks", + "thank_you" + ], + [ + "thank you for answering that", + "thank_you" + ], + [ + "thank you", + "thank_you" + ], + [ + "thanks for that", + "thank_you" + ], + [ + "thank you for your time", + "thank_you" + ], + [ + "i appreciate the help", + "thank_you" + ], + [ + "thank ya!", + "thank_you" + ], + [ + "thanks for your response", + "thank_you" + ], + [ + "youre a doll", + "thank_you" + ], + [ + "thanks for your cooperation", + "thank_you" + ], + [ + "i owe you one!", + "thank_you" + ], + [ + "thanks for helping out", + "thank_you" + ], + [ + "will you roll a d20", + "roll_dice" + ], + [ + "will you roll a 12 sided dice", + "roll_dice" + ], + [ + "will you roll a 10 sided dice", + "roll_dice" + ], + [ + "i'd like you to roll dice", + "roll_dice" + ], + [ + "i'd like a 7 sided dice roll please", + "roll_dice" + ], + [ + "i need to roll a 10 sided die", + "roll_dice" + ], + [ + "please roll a 7 sided die", + "roll_dice" + ], + [ + "let's roll some dice", + "roll_dice" + ], + [ + "i want to roll some dice", + "roll_dice" + ], + [ + "can you roll a fair, 6 sided die", + "roll_dice" + ], + [ + "i'd like to roll a dice and get the result", + "roll_dice" + ], + [ + "can you roll a dice", + "roll_dice" + ], + [ + "i want to roll a dice", + "roll_dice" + ], + [ + "help me roll a dice", + "roll_dice" + ], + [ + "roll a dice for me", + "roll_dice" + ], + [ + "go ahead and roll those dice", + "roll_dice" + ], + [ + "i need you to roll an 8 sided dice", + "roll_dice" + ], + [ + "i want you to roll dice", + "roll_dice" + ], + [ + "go ahead and roll that 9 sided dice", + "roll_dice" + ], + [ + "roll a 7 sided dice", + "roll_dice" + ], + [ + "roll the 10 sided dice on time", + "roll_dice" + ], + [ + "roll a pair of dice", + "roll_dice" + ], + [ + "please do a dice roll", + "roll_dice" + ], + [ + "please roll a 6 sided dice", + "roll_dice" + ], + [ + "roll a 6 sided die", + "roll_dice" + ], + [ + "roll a die", + "roll_dice" + ], + [ + "roll die", + "roll_dice" + ], + [ + "please roll a die now", + "roll_dice" + ], + [ + "roll this dice", + "roll_dice" + ], + [ + "i need a 10 sided die rolled", + "roll_dice" + ], + [ + "i would like a 10 sided die rolled", + "roll_dice" + ], + [ + "would you roll the dice", + "roll_dice" + ], + [ + "role a 10 sided die for me", + "roll_dice" + ], + [ + "could you role a ten sided die", + "roll_dice" + ], + [ + "can you roll a 10 sided die", + "roll_dice" + ], + [ + "the dice need to be rolled", + "roll_dice" + ], + [ + "i would like the dice to be rolled", + "roll_dice" + ], + [ + "toss a die would you", + "roll_dice" + ], + [ + "play vegas baby roll a dice for mama", + "roll_dice" + ], + [ + "find a virtual dice and roll it for me please", + "roll_dice" + ], + [ + "roll a dice and give me a number from 1 to 6", + "roll_dice" + ], + [ + "roll dice now", + "roll_dice" + ], + [ + "roll dice", + "roll_dice" + ], + [ + "roll the dice", + "roll_dice" + ], + [ + "roll dice please", + "roll_dice" + ], + [ + "go ahead and roll the dice", + "roll_dice" + ], + [ + "please roll dice", + "roll_dice" + ], + [ + "will you roll a 6 sided dice", + "roll_dice" + ], + [ + "will you roll a 3 sided dice", + "roll_dice" + ], + [ + "will you roll a 5 sided dice", + "roll_dice" + ], + [ + "will you roll a 2 sided dice", + "roll_dice" + ], + [ + "will you roll a 4 sided dice", + "roll_dice" + ], + [ + "please roll the dice", + "roll_dice" + ], + [ + "roll a dice", + "roll_dice" + ], + [ + "give me a random number between 1 and 6", + "roll_dice" + ], + [ + "i want you to roll a dice", + "roll_dice" + ], + [ + "ai, please roll the dice", + "roll_dice" + ], + [ + "roll that dice, ai", + "roll_dice" + ], + [ + "ai, would you kindly roll the dice", + "roll_dice" + ], + [ + "ai, go ahead and roll the dice", + "roll_dice" + ], + [ + "please roll the dice, ai", + "roll_dice" + ], + [ + "could you roll a 6 sided dice", + "roll_dice" + ], + [ + "can you roll a 6 sided dice", + "roll_dice" + ], + [ + "i'd like you to roll a 6 sided dice", + "roll_dice" + ], + [ + "roll a 6 sided dice for me", + "roll_dice" + ], + [ + "could you roll the 8 sided dice", + "roll_dice" + ], + [ + "can you roll the 12 sided dice please", + "roll_dice" + ], + [ + "go ahead and roll the 6 sided dice for me", + "roll_dice" + ], + [ + "please roll the 10 sided dice", + "roll_dice" + ], + [ + "please roll the 5 sided dice", + "roll_dice" + ], + [ + "give the dice a roll", + "roll_dice" + ], + [ + "roll the dice for me", + "roll_dice" + ], + [ + "can you roll the dice", + "roll_dice" + ], + [ + "could you roll the dice please", + "roll_dice" + ], + [ + "i need you to roll dice now", + "roll_dice" + ], + [ + "provide a random roll of the dice", + "roll_dice" + ], + [ + "can you roll dice", + "roll_dice" + ], + [ + "throw the dice", + "roll_dice" + ], + [ + "roll the dice!", + "roll_dice" + ], + [ + "roll the die!", + "roll_dice" + ], + [ + "shoot the dice!", + "roll_dice" + ], + [ + "throw the dice!", + "roll_dice" + ], + [ + "roll them bones!", + "roll_dice" + ], + [ + "6 sided dice roll", + "roll_dice" + ], + [ + "roll 6 sided die", + "roll_dice" + ], + [ + "roll die, 6 sided", + "roll_dice" + ], + [ + "roll a die with 6 sides please", + "roll_dice" + ], + [ + "roll a die with 6 sides", + "roll_dice" + ], + [ + "what do you get if you roll a six sided dice", + "roll_dice" + ], + [ + "tell me the result of a dice roll with five sides", + "roll_dice" + ], + [ + "what do you get when you roll a dice with five sides", + "roll_dice" + ], + [ + "i'd like to know how much you get when you roll a ten sided dice", + "roll_dice" + ], + [ + "when you roll a six sided dice what is the results", + "roll_dice" + ], + [ + "roll an eight sided die", + "roll_dice" + ], + [ + "roll a pair of eight sided dice", + "roll_dice" + ], + [ + "i need an algorithm to give me the result of rolling one twelve sided die", + "roll_dice" + ], + [ + "what number do you get when you roll one six sided die", + "roll_dice" + ], + [ + "roll a pair of six sided dice", + "roll_dice" + ], + [ + "can you roll a 4 sided dice", + "roll_dice" + ], + [ + "roll a seven sided dice for me", + "roll_dice" + ], + [ + "jello should stay in the fridge for how long", + "food_last" + ], + [ + "when will my milk be no good", + "food_last" + ], + [ + "when will my eggs go bad", + "food_last" + ], + [ + "how long will my eggs be good for", + "food_last" + ], + [ + "what date does my apple juice expire", + "food_last" + ], + [ + "how long until my cereal is ruined", + "food_last" + ], + [ + "what's the max time i can leave a green pepper in the fridge", + "food_last" + ], + [ + "what's the time frame for hamburger stored in the freezer to go bad", + "food_last" + ], + [ + "how long can i keep deer meat in the freezer before it's unedible", + "food_last" + ], + [ + "has the leftover hamburger from last saturday gone bad", + "food_last" + ], + [ + "is there a limit to how long you can store bread in the freezer", + "food_last" + ], + [ + "i've had eggs in the fridge since monday, are they still safe", + "food_last" + ], + [ + "how long can you keep chicken in the freeze before it goes bad", + "food_last" + ], + [ + "is the tofu i put in the fridge tuesday still edible today", + "food_last" + ], + [ + "how long does cottage cheese keep in the fridge", + "food_last" + ], + [ + "what's the shelf life of guacamole in the fridge", + "food_last" + ], + [ + "how long does it take for dough in the freezer to go off", + "food_last" + ], + [ + "will i get sick if i eat the tuna salad from friday", + "food_last" + ], + [ + "i put some leftover stew in the fridge and want to know how long it'll last", + "food_last" + ], + [ + "how long can i leave tuna casserole in the fridge", + "food_last" + ], + [ + "is it still safe to consume the cake she backed last thursday", + "food_last" + ], + [ + "can i safely eat chicken that i've had in my fridge since monday", + "food_last" + ], + [ + "can i eat chicken if it's been in the fridge since monday", + "food_last" + ], + [ + "is it safe to eat chicken that has been in the fridge since monday", + "food_last" + ], + [ + "will the chicken have gone bad if it's been in the fridge since monday", + "food_last" + ], + [ + "is it okay to eat chicken that i put in the fridge on monday", + "food_last" + ], + [ + "how soon until the milk expires", + "food_last" + ], + [ + "the milk will expire when", + "food_last" + ], + [ + "tell me when the milk will expire", + "food_last" + ], + [ + "what is the expiration date of the milk", + "food_last" + ], + [ + "will it be all right for me to drink milk i've had in the fridge since tuesday", + "food_last" + ], + [ + "what is the shelf life for beef in the freezer", + "food_last" + ], + [ + "can i eat the eggs i've had in the fridge since 2/21", + "food_last" + ], + [ + "how long can i keep a ham in the freezer", + "food_last" + ], + [ + "how long will chicken last in the freezer", + "food_last" + ], + [ + "can i drink milk i've kept in the fridge since wednesday", + "food_last" + ], + [ + "how long will steaks last in the freezer", + "food_last" + ], + [ + "what's the shelf life for eggs in the fridge", + "food_last" + ], + [ + "how long can i store eggs in the fridge", + "food_last" + ], + [ + "will it be okay for me to eat my leftover turkey from monday that's been in my fridge", + "food_last" + ], + [ + "how long can i keep fish in the freezer before it gets ruined", + "food_last" + ], + [ + "how long will my milk be good in the fridge", + "food_last" + ], + [ + "how long will eggs last in the fridge", + "food_last" + ], + [ + "i've had eggs in the fridge since monday are they safe eat", + "food_last" + ], + [ + "is the meatloaf still good to eat, i've had it in the refrigerator since last monday", + "food_last" + ], + [ + "apples expire in how long", + "food_last" + ], + [ + "cut cucumbers can stay in the fridge for how long before spoiling", + "food_last" + ], + [ + "ribs can stay in the fridge for how long before they turn", + "food_last" + ], + [ + "when do ribs expire", + "food_last" + ], + [ + "bananas expire in how long", + "food_last" + ], + [ + "how long does it take tomatoes to expire", + "food_last" + ], + [ + "how long can i keep avocados in the fridge before they go bad", + "food_last" + ], + [ + "how long can i keep macaroni in the fridge before it spoils", + "food_last" + ], + [ + "oranges expire in how long", + "food_last" + ], + [ + "cut carrots can stay in the fridge for how long before going bad", + "food_last" + ], + [ + "i wanna know how long can i keep pizza in the freezer for before it goes bad", + "food_last" + ], + [ + "how long can i keep pizza in the freezer for before it goes bad", + "food_last" + ], + [ + "it seems to be that i have had pizza in the fridge since monday, so is it safe to eat", + "food_last" + ], + [ + "how long can pizza be in the fridge", + "food_last" + ], + [ + "so how long can pizza last in the fridge", + "food_last" + ], + [ + "it turns out i have had pizza in the fridge since monday, so is it safe to eat", + "food_last" + ], + [ + "i got to know how long can i keep pizza in the freezer for before it goes bad", + "food_last" + ], + [ + "so it seems i have had pizza in the fridge since monday, so is it safe to eat", + "food_last" + ], + [ + "how long can i leave pizza in the fridge", + "food_last" + ], + [ + "tell me how long can i keep pizza in the freezer for before it goes bad", + "food_last" + ], + [ + "how long can i have pizza in the fridge", + "food_last" + ], + [ + "i have had pizza in the fridge since monday, so is it safe to eat", + "food_last" + ], + [ + "so i have had pizza in the fridge since monday, so is it safe to eat", + "food_last" + ], + [ + "i need to know how long can i keep pizza in the freezer for before it goes bad", + "food_last" + ], + [ + "how long can i put pizza in the fridge", + "food_last" + ], + [ + "what is the length of time i can leave pork in the fridge", + "food_last" + ], + [ + "how long until pork spoils in the fridge", + "food_last" + ], + [ + "how long is pork good in the fridge", + "food_last" + ], + [ + "is there a time limit on leaving pork in the fridge", + "food_last" + ], + [ + "when does pork go bad in the fridge", + "food_last" + ], + [ + "when does milk expire", + "food_last" + ], + [ + "how long does it take frozen steaks to go bad", + "food_last" + ], + [ + "how long does bread last in the freezer", + "food_last" + ], + [ + "how long does bread last", + "food_last" + ], + [ + "how long can i expect chicken breast to be good for before expiration", + "food_last" + ], + [ + "how long will eggs keep in the freezer", + "food_last" + ], + [ + "how long do i have before frozen chicken will go bad", + "food_last" + ], + [ + "how long are eggs good for", + "food_last" + ], + [ + "how long can i expect to keep steak in the freezer", + "food_last" + ], + [ + "what's the expiration for steak", + "food_last" + ], + [ + "is it ok to eat alfredo that's been in the fridge since last sunday", + "food_last" + ], + [ + "my chinese food has sat in the fridge since friday but can i still eat it", + "food_last" + ], + [ + "how long is it safe to leave a burger in the refrigerator", + "food_last" + ], + [ + "what is the fridge life of spahghetti", + "food_last" + ], + [ + "check if it is ok to eat cheese that has been in the refrigerator since last tuesday", + "food_last" + ], + [ + "give me the length of time that i can leave milk in my fridge", + "food_last" + ], + [ + "how long is it safe to leave shrimp in the fridge", + "food_last" + ], + [ + "i have had pasta in the fridge since monday, can is till consume it", + "food_last" + ], + [ + "am i good to eat this burger from the fridge that i got two mondays ago", + "food_last" + ], + [ + "when will lettuce in the fridge go bad", + "food_last" + ], + [ + "i've got some chips from monday, will they still be ok to eat", + "food_last" + ], + [ + "i have potatoes in the cupboard from wednesday, are they fine", + "food_last" + ], + [ + "i have tomatoes from tuesday, do you think those are still good", + "food_last" + ], + [ + "i've had these burger patties in the freezer since saturday, are they still fine to cook", + "food_last" + ], + [ + "if i have garlic from sunday is it still fine to use", + "food_last" + ], + [ + "how long will the turkey take to cook", + "cook_time" + ], + [ + "so how long do you think the chicken will take", + "cook_time" + ], + [ + "how long does pizza take to cook", + "cook_time" + ], + [ + "how long is the chicken gonna take", + "cook_time" + ], + [ + "how long will the chicken take to cook", + "cook_time" + ], + [ + "how long does it take to cook roast beef", + "cook_time" + ], + [ + "how long does it take to boil an egg", + "cook_time" + ], + [ + "how long does it take to bake a pork loin", + "cook_time" + ], + [ + "how long does it take to make roast chicken", + "cook_time" + ], + [ + "how long does it take to cook a pork chop", + "cook_time" + ], + [ + "how much time do i need to make the chicken", + "cook_time" + ], + [ + "what's the prep and cooking time on pizza dough", + "cook_time" + ], + [ + "how long does it take to make lasagna", + "cook_time" + ], + [ + "how long will it take to make the wings", + "cook_time" + ], + [ + "what's the cooking time for the cake", + "cook_time" + ], + [ + "the steak must go under the broiler for how long", + "cook_time" + ], + [ + "how long do i put the casserole in", + "cook_time" + ], + [ + "if i cook the pizza at 400 degrees how long must it be in for", + "cook_time" + ], + [ + "how long do you need to put the cuish in for", + "cook_time" + ], + [ + "the sauce must simmer then go in the oven but for how long", + "cook_time" + ], + [ + "i need the cooking length for a turkey", + "cook_time" + ], + [ + "how many minutes do i cook baked ziti", + "cook_time" + ], + [ + "how long does it take to cook ham", + "cook_time" + ], + [ + "i need to know how long to do a pot roast in a slow cooker", + "cook_time" + ], + [ + "how long does a roast take", + "cook_time" + ], + [ + "how long is it acceptable to carmelize onions", + "cook_time" + ], + [ + "when should i take an apple pie out", + "cook_time" + ], + [ + "how long do you cook a salmon", + "cook_time" + ], + [ + "how much time does it take to boil an egg", + "cook_time" + ], + [ + "what is the duration of time cookies should be in the oven", + "cook_time" + ], + [ + "about how long should you cook lasagna", + "cook_time" + ], + [ + "what is the prep time for a 10 lb turkey", + "cook_time" + ], + [ + "how many minutes to melt cheese", + "cook_time" + ], + [ + "how long to reheat chinese food", + "cook_time" + ], + [ + "how long do you cook pasta for", + "cook_time" + ], + [ + "about how long should you cook a 10 pound turkey", + "cook_time" + ], + [ + "how long does it take to prepare pot roast", + "cook_time" + ], + [ + "how long to microwave a pizza", + "cook_time" + ], + [ + "how long should i cook a glazed ham", + "cook_time" + ], + [ + "how long should i cook a spiral ham", + "cook_time" + ], + [ + "how long do the brownies have to cook", + "cook_time" + ], + [ + "how long to i bake the brownies", + "cook_time" + ], + [ + "how long should i bake the brownies for", + "cook_time" + ], + [ + "for how long should i bake the brownies", + "cook_time" + ], + [ + "how long do the brownies need to be in the oven", + "cook_time" + ], + [ + "how long does this dish need to be in the oven", + "cook_time" + ], + [ + "for how long does this need to cook", + "cook_time" + ], + [ + "what do i set the timer for if i'm making gyoza", + "cook_time" + ], + [ + "what should i put on the timer to cook this dish", + "cook_time" + ], + [ + "how long do i cook this dish of rice", + "cook_time" + ], + [ + "how long should a cake bake", + "cook_time" + ], + [ + "how long to microwave a frozen dinner", + "cook_time" + ], + [ + "what's the preparation time for spaghetti", + "cook_time" + ], + [ + "how long should this be in the oven", + "cook_time" + ], + [ + "how long to cook a frozen pizza", + "cook_time" + ], + [ + "i want to bake brownies, how long do they bake for", + "cook_time" + ], + [ + "how long do you bake a cake", + "cook_time" + ], + [ + "how long does it take to make shrimp scampi", + "cook_time" + ], + [ + "how long to cook steak for", + "cook_time" + ], + [ + "how long do you cook a hamburger for", + "cook_time" + ], + [ + "how long should i expect beef stroganoff to prepare", + "cook_time" + ], + [ + "how long do i cook steak", + "cook_time" + ], + [ + "what's the cooking time for chicken alfredo", + "cook_time" + ], + [ + "how long does it take pork to cook", + "cook_time" + ], + [ + "how much time do i need to prepare chicken", + "cook_time" + ], + [ + "noodles need to cook for how long", + "cook_time" + ], + [ + "how long should i boil noodles for", + "cook_time" + ], + [ + "how long do noodles need to cook", + "cook_time" + ], + [ + "what time should i cook noodles for", + "cook_time" + ], + [ + "how long do i need to make lasagne", + "cook_time" + ], + [ + "how long will it take me to make baked chicken", + "cook_time" + ], + [ + "how long will it take to fix shepherd's pie", + "cook_time" + ], + [ + "how long do cheeseburgers take to make", + "cook_time" + ], + [ + "how long should i cook the ham for", + "cook_time" + ], + [ + "how long should i cook the eggs for", + "cook_time" + ], + [ + "how long should i cook the asparagus for", + "cook_time" + ], + [ + "how long should i cook the pasta for", + "cook_time" + ], + [ + "how long should i cook the steak for", + "cook_time" + ], + [ + "what is the necessary amount of time required to prepare pot roast", + "cook_time" + ], + [ + "how long am i supposed to cook pork loin", + "cook_time" + ], + [ + "how long must i cook spaghetti for", + "cook_time" + ], + [ + "tell me how long i will need to spend preparing a meat loaf dish", + "cook_time" + ], + [ + "i need to know the preparation time required for fried chicken", + "cook_time" + ], + [ + "how long should i spend preparing roast beef", + "cook_time" + ], + [ + "what amount of time do i need to cook lobster for", + "cook_time" + ], + [ + "what is the proper time to cook steak for", + "cook_time" + ], + [ + "how long should i cook chicken", + "cook_time" + ], + [ + "tell me how long i ought to spend preparing fajitas", + "cook_time" + ], + [ + "how long should i cook chicken thighs", + "cook_time" + ], + [ + "how long should i cook a ny steak", + "cook_time" + ], + [ + "how long do i cook pork", + "cook_time" + ], + [ + "how long do i cook the chicken roast", + "cook_time" + ], + [ + "how long do i cook chicken breast", + "cook_time" + ], + [ + "what's the time it takes to make a decent omelette", + "cook_time" + ], + [ + "how long should i fry an egg for", + "cook_time" + ], + [ + "what's the prep time for a garden salad", + "cook_time" + ], + [ + "what's the usual time for tuna casserole", + "cook_time" + ], + [ + "how long do you need to bake chicken for it to be safe to eat", + "cook_time" + ], + [ + "how long should i cook a steak for", + "cook_time" + ], + [ + "how long should i wait before i can bake bread with homemade dough", + "cook_time" + ], + [ + "remind me to call my mother saturday morning", + "reminder_update" + ], + [ + "please set up a reminder i need to remember to ask about work", + "reminder_update" + ], + [ + "make a reminder for me to do my resume", + "reminder_update" + ], + [ + "remind me to take out the garbage in the morning", + "reminder_update" + ], + [ + "the next time it rains, remind me to close the windows", + "reminder_update" + ], + [ + "could you make me a reminder to do the floors", + "reminder_update" + ], + [ + "i need a reminder set for signing up for the conference", + "reminder_update" + ], + [ + "set a reminder for me to call my brother at 8 pm", + "reminder_update" + ], + [ + "make me a reminder about booking it", + "reminder_update" + ], + [ + "at 4 tomorrow afternoon, remind me to start the oven", + "reminder_update" + ], + [ + "how about a reminder", + "reminder_update" + ], + [ + "i would like a reminder", + "reminder_update" + ], + [ + "i need to make a reminder please", + "reminder_update" + ], + [ + "please give me a reminder", + "reminder_update" + ], + [ + "can you set me a reminder", + "reminder_update" + ], + [ + "can i set a reminder", + "reminder_update" + ], + [ + "please make a reminder", + "reminder_update" + ], + [ + "add a reminder to check how the body is decomposing", + "reminder_update" + ], + [ + "remind me to set the meat out to defrost", + "reminder_update" + ], + [ + "create a reminder for me to exercise this week", + "reminder_update" + ], + [ + "will you add a reminder for me", + "reminder_update" + ], + [ + "add a reminder to pick milk up at the store", + "reminder_update" + ], + [ + "make a reminder to do my taxes", + "reminder_update" + ], + [ + "set a reminder to remind me to check when my car payment is", + "reminder_update" + ], + [ + "set a reminder for me to take my meds", + "reminder_update" + ], + [ + "can you create a reminder", + "reminder_update" + ], + [ + "create a reminder for me to send flowers to my mom for mother's day", + "reminder_update" + ], + [ + "i'd like to have a reminder made", + "reminder_update" + ], + [ + "set a reminder for later", + "reminder_update" + ], + [ + "please remind me later", + "reminder_update" + ], + [ + "remind me again please", + "reminder_update" + ], + [ + "remind me later", + "reminder_update" + ], + [ + "please remind me at a later time", + "reminder_update" + ], + [ + "set a reminder", + "reminder_update" + ], + [ + "remind me", + "reminder_update" + ], + [ + "please remind me of something", + "reminder_update" + ], + [ + "i need a reminder", + "reminder_update" + ], + [ + "i would like to be reminded", + "reminder_update" + ], + [ + "set a reminder for me", + "reminder_update" + ], + [ + "i need a reminder to remind me to do something", + "reminder_update" + ], + [ + "i want you to remind me of something", + "reminder_update" + ], + [ + "i need you to remind me to get something done", + "reminder_update" + ], + [ + "remind me to call the vet tomorrow", + "reminder_update" + ], + [ + "set a reminder for me to do this in a bit", + "reminder_update" + ], + [ + "can you set a reminder for the meeting", + "reminder_update" + ], + [ + "set a reminder to go dress shopping", + "reminder_update" + ], + [ + "remember to remind me of this later", + "reminder_update" + ], + [ + "i need to set a reminder to go to the post office", + "reminder_update" + ], + [ + "set a reminder for tomorrows meeting", + "reminder_update" + ], + [ + "set a reminder for the movie", + "reminder_update" + ], + [ + "set a reminder to go grocery shopping", + "reminder_update" + ], + [ + "set a reminder to feed the dogs", + "reminder_update" + ], + [ + "set a reminder to go check the mail", + "reminder_update" + ], + [ + "make a reminder to change the cat litter", + "reminder_update" + ], + [ + "set a reminder for my doctors appointment", + "reminder_update" + ], + [ + "dont forget to set a reminder to pay the bills", + "reminder_update" + ], + [ + "please remind me to do this later", + "reminder_update" + ], + [ + "remind me to do this in awhile", + "reminder_update" + ], + [ + "help me set a reminder to work out", + "reminder_update" + ], + [ + "dont let me forget to do that thing later", + "reminder_update" + ], + [ + "make a reminder to work out at the gym", + "reminder_update" + ], + [ + "set a reminder to pick up the kids", + "reminder_update" + ], + [ + "set a reminder to call my mom", + "reminder_update" + ], + [ + "remind me to take the chicken out in a hour", + "reminder_update" + ], + [ + "set reminder to prepare for my meeting at 10 am", + "reminder_update" + ], + [ + "set reminder for tomorrow to eat", + "reminder_update" + ], + [ + "remind me to bring a jacket in tomorrow", + "reminder_update" + ], + [ + "set a reminder to bring a book to work tomorrow", + "reminder_update" + ], + [ + "set a new reminder for tomorrow at 4am", + "reminder_update" + ], + [ + "make reminder to pay rent on the 30th of every month", + "reminder_update" + ], + [ + "open up a reminder, pay taxes on monday", + "reminder_update" + ], + [ + "new reminder, please", + "reminder_update" + ], + [ + "create a reminder to give the cat her flea medicine", + "reminder_update" + ], + [ + "set up a reminder to give the cat her flea medicine", + "reminder_update" + ], + [ + "i need you to make a reminder for me to give the cat her flea medicine", + "reminder_update" + ], + [ + "make a reminder, pay taxes on monday", + "reminder_update" + ], + [ + "set reminder pay taxes on monday", + "reminder_update" + ], + [ + "make a reminder to give the cat her flea medicine", + "reminder_update" + ], + [ + "set up an alarm to remind me to give my cat her flea medicine", + "reminder_update" + ], + [ + "set reminder to feed cat tonight at 6pm", + "reminder_update" + ], + [ + "set a reminder for monday pay taxes", + "reminder_update" + ], + [ + "create a reminder to pay taxes on monday", + "reminder_update" + ], + [ + "remind me to use the bathroom", + "reminder_update" + ], + [ + "please reminder for car meet", + "reminder_update" + ], + [ + "remind me to clean room", + "reminder_update" + ], + [ + "i need to be notified to clean the room", + "reminder_update" + ], + [ + "remind me tommorow at 3pm i have a doctors appointment", + "reminder_update" + ], + [ + "remind me friday to call my mother", + "reminder_update" + ], + [ + "make me a reminder that tommorow is trash day", + "reminder_update" + ], + [ + "set up a reminder that i need to pay my car ins the 23rd", + "reminder_update" + ], + [ + "set up a reminder to mail a check tommorow", + "reminder_update" + ], + [ + "i need to take out the trash please remind me", + "reminder_update" + ], + [ + "set a reminder to take out the trash", + "reminder_update" + ], + [ + "tell me to take out the trash in an hour", + "reminder_update" + ], + [ + "remind me to take out the trash", + "reminder_update" + ], + [ + "please remind me to take out the trash", + "reminder_update" + ], + [ + "i need to be reminded to pray", + "reminder_update" + ], + [ + "i want to get reminded to clean my room", + "reminder_update" + ], + [ + "remind me to call bob", + "reminder_update" + ], + [ + "give me a reminder for calling bill", + "reminder_update" + ], + [ + "immediately the credit card company must be told that i lost my card from them", + "report_lost_card" + ], + [ + "i lost my debit card and need it reported as lost", + "report_lost_card" + ], + [ + "i can't seem to find my gold card and want it reported as lost", + "report_lost_card" + ], + [ + "i lost my chase bank card and want it labeled as lost", + "report_lost_card" + ], + [ + "can you report my td bank card as lost", + "report_lost_card" + ], + [ + "i misplaced my visa and need it marked as lost", + "report_lost_card" + ], + [ + "what do i do if my visa card got stolen", + "report_lost_card" + ], + [ + "what should i do when my visa card is stolen", + "report_lost_card" + ], + [ + "my visa card was stolen", + "report_lost_card" + ], + [ + "my visa card got stolen", + "report_lost_card" + ], + [ + "i think my visa card was stolen", + "report_lost_card" + ], + [ + "my visa has been stolen by someone", + "report_lost_card" + ], + [ + "someone stole my mastercade", + "report_lost_card" + ], + [ + "my visa was stolen", + "report_lost_card" + ], + [ + "my american express card needs to be reported as stolen", + "report_lost_card" + ], + [ + "my discover card has been stolen", + "report_lost_card" + ], + [ + "report lost card to discover company", + "report_lost_card" + ], + [ + "report discover card as lost", + "report_lost_card" + ], + [ + "how do i report a lost discover credit card", + "report_lost_card" + ], + [ + "where to report lost discover credit card", + "report_lost_card" + ], + [ + "report lost card", + "report_lost_card" + ], + [ + "report a lost card here", + "report_lost_card" + ], + [ + "please report my stolen card", + "report_lost_card" + ], + [ + "could you please help me, my card has been stolen and i need to report it", + "report_lost_card" + ], + [ + "my credit card has been stolen, please report it", + "report_lost_card" + ], + [ + "oh no, report my card, it's stolen", + "report_lost_card" + ], + [ + "i would like to have my card reported as stolen", + "report_lost_card" + ], + [ + "i need to report a card that's been lost but i dont know how", + "report_lost_card" + ], + [ + "how can i report a card that has been lost", + "report_lost_card" + ], + [ + "file a report for a lost american express card", + "report_lost_card" + ], + [ + "help me report my lost mastercard", + "report_lost_card" + ], + [ + "i lost my card, how should i report that", + "report_lost_card" + ], + [ + "what should i do if my card is lost", + "report_lost_card" + ], + [ + "report my lost visa card", + "report_lost_card" + ], + [ + "i lost my amex and need to report it", + "report_lost_card" + ], + [ + "i have to report a lost visa card", + "report_lost_card" + ], + [ + "walk me through the process of reporting a lost card", + "report_lost_card" + ], + [ + "what can i do if my card is lost", + "report_lost_card" + ], + [ + "my card is lost what do i do", + "report_lost_card" + ], + [ + "my card is lost how do i report it", + "report_lost_card" + ], + [ + "what must i do to report my card lost", + "report_lost_card" + ], + [ + "can you help me report my lost card please", + "report_lost_card" + ], + [ + "my card is lost please report it", + "report_lost_card" + ], + [ + "i need to report that my card has been lost", + "report_lost_card" + ], + [ + "i want you to repord my card as lost", + "report_lost_card" + ], + [ + "i lost my card, what do i do", + "report_lost_card" + ], + [ + "i need to report that my card is lost", + "report_lost_card" + ], + [ + "i need to replace my lost card", + "report_lost_card" + ], + [ + "what do i do if i lost my card", + "report_lost_card" + ], + [ + "how do i report a lost card", + "report_lost_card" + ], + [ + "someone stole my discover card", + "report_lost_card" + ], + [ + "my american saving bank was stolen", + "report_lost_card" + ], + [ + "someone stole my discover credit card", + "report_lost_card" + ], + [ + "someone stole my capital one credit card", + "report_lost_card" + ], + [ + "my capital one credit card was stolen", + "report_lost_card" + ], + [ + "my card is to be reported stolen", + "report_lost_card" + ], + [ + "my stolen card needs to be reported", + "report_lost_card" + ], + [ + "i need to report my stolen card", + "report_lost_card" + ], + [ + "i have to report my card as stolen", + "report_lost_card" + ], + [ + "i am obliged to report my stolen card", + "report_lost_card" + ], + [ + "i need to report my card as stolen, please", + "report_lost_card" + ], + [ + "i can't find my mastercard and i want to report it as lost, please", + "report_lost_card" + ], + [ + "i can't find my visa card and i want to report it as lost", + "report_lost_card" + ], + [ + "i can't find my mastercard and i want to report it as lost", + "report_lost_card" + ], + [ + "i would like to report my card as stolen", + "report_lost_card" + ], + [ + "i can't find my visa card and i want to report it as lost, please", + "report_lost_card" + ], + [ + "i'd like to report my card as stolen", + "report_lost_card" + ], + [ + "i'd like to report my card as stolen, please", + "report_lost_card" + ], + [ + "i can't locate my mastercard and i want to report it as lost, please", + "report_lost_card" + ], + [ + "i would like to report my card as stolen, please", + "report_lost_card" + ], + [ + "i need to report a stolen card, please", + "report_lost_card" + ], + [ + "i think my card is stolen and needs to be reported", + "report_lost_card" + ], + [ + "i would like to report a stolen card", + "report_lost_card" + ], + [ + "is there anyway, i can report my card being stolen", + "report_lost_card" + ], + [ + "my card is stolen, i need to report it", + "report_lost_card" + ], + [ + "my new debit card is lost and i need to report it", + "report_lost_card" + ], + [ + "my bronze card is missing i would like to report it as lost", + "report_lost_card" + ], + [ + "i lost my purple credit card and need to report it", + "report_lost_card" + ], + [ + "i lost my silicon valley card", + "report_lost_card" + ], + [ + "i lost my commerce card and need to report it as lost", + "report_lost_card" + ], + [ + "someone stole my card", + "report_lost_card" + ], + [ + "i need help since someone stole my card", + "report_lost_card" + ], + [ + "my credit card was stolen", + "report_lost_card" + ], + [ + "i need to report credit card theft", + "report_lost_card" + ], + [ + "who do i report card theft to", + "report_lost_card" + ], + [ + "i want to report my card as lost", + "report_lost_card" + ], + [ + "i need to report a lost card", + "report_lost_card" + ], + [ + "what do i do to report a lost card", + "report_lost_card" + ], + [ + "how do i report my lost card", + "report_lost_card" + ], + [ + "help me report a lost card", + "report_lost_card" + ], + [ + "can you report my lost discover card", + "report_lost_card" + ], + [ + "report my card as lost", + "report_lost_card" + ], + [ + "i lost my card how do i report it", + "report_lost_card" + ], + [ + "i lost my discover card, i want to report it", + "report_lost_card" + ], + [ + "i want to report my discover card as lost", + "report_lost_card" + ], + [ + "i can't find my discover card, how do i report it", + "report_lost_card" + ], + [ + "i can't find my credit card and i want to report it as lost", + "report_lost_card" + ], + [ + "i can't find my insurance card and i want to report it as lost", + "report_lost_card" + ], + [ + "i can't find my student id card and i want to report it as lost", + "report_lost_card" + ], + [ + "i need to report my card as stolen, who do i tell", + "report_lost_card" + ], + [ + "what about changing the sugar for baking soda", + "ingredient_substitution" + ], + [ + "can i swap sugar for salt", + "ingredient_substitution" + ], + [ + "would it be possible to replace the salt with baking soda", + "ingredient_substitution" + ], + [ + "instead of pepper, can i use salt", + "ingredient_substitution" + ], + [ + "can i take out the olive oil and use lard", + "ingredient_substitution" + ], + [ + "can i use water instead of milk", + "ingredient_substitution" + ], + [ + "it is okay to use water in place of milk", + "ingredient_substitution" + ], + [ + "it is okay to replace water instead of milk", + "ingredient_substitution" + ], + [ + "is it okay to switch water for milk", + "ingredient_substitution" + ], + [ + "will it be okay if i use water instead of milk", + "ingredient_substitution" + ], + [ + "can i substitute ginger for garlic", + "ingredient_substitution" + ], + [ + "can i substitute rice for potatoes", + "ingredient_substitution" + ], + [ + "can i substitute oregano for basil", + "ingredient_substitution" + ], + [ + "can i substitute bacon for sausage", + "ingredient_substitution" + ], + [ + "can i substitute honey for sugar", + "ingredient_substitution" + ], + [ + "can i switch cream with milk in a recipe", + "ingredient_substitution" + ], + [ + "can i exchange milk for cream in recipes", + "ingredient_substitution" + ], + [ + "is milk an ok substitute for cream", + "ingredient_substitution" + ], + [ + "can i use milk instead of cream", + "ingredient_substitution" + ], + [ + "can i switch cream out for milk", + "ingredient_substitution" + ], + [ + "can i substitute skim milk for whole milk", + "ingredient_substitution" + ], + [ + "is it okay to substitute oregano for basil", + "ingredient_substitution" + ], + [ + "can i use colby jack cheese instead of cheddar in a recipe", + "ingredient_substitution" + ], + [ + "can i use dark brown sugar instead of brown sugar", + "ingredient_substitution" + ], + [ + "can i substitute lemon juice for vinegar", + "ingredient_substitution" + ], + [ + "can i use apple juice instead of grape juice", + "ingredient_substitution" + ], + [ + "can i substitute apple juice for wine", + "ingredient_substitution" + ], + [ + "can i substitute vinegar for apple cider vinegar", + "ingredient_substitution" + ], + [ + "can i substitute lemon juice for lime juice", + "ingredient_substitution" + ], + [ + "can i use sour cream instead of yogurt", + "ingredient_substitution" + ], + [ + "is it possible to substitute apple cider vinegar for lemons", + "ingredient_substitution" + ], + [ + "i need to know if i could substitute apple sauce with eggs", + "ingredient_substitution" + ], + [ + "is honey a good sugar substitute", + "ingredient_substitution" + ], + [ + "could i use olive oil instead of grape seed oil", + "ingredient_substitution" + ], + [ + "can i use flour as a substitute for bread crumbs", + "ingredient_substitution" + ], + [ + "i need to swap salt for baking soda", + "ingredient_substitution" + ], + [ + "i wanna swap salt for baking soda", + "ingredient_substitution" + ], + [ + "i need to sub sugar for salt", + "ingredient_substitution" + ], + [ + "can i sub sugar for salt", + "ingredient_substitution" + ], + [ + "is it ok to sub sugar for salt", + "ingredient_substitution" + ], + [ + "let me swap salt for baking soda", + "ingredient_substitution" + ], + [ + "please allow me to swap salt for baking soda", + "ingredient_substitution" + ], + [ + "is it acceptable to swap salt for baking soda", + "ingredient_substitution" + ], + [ + "i gotta sub sugar for salt", + "ingredient_substitution" + ], + [ + "i wanna sub sugar for salt", + "ingredient_substitution" + ], + [ + "can i use flour instead of cornstarch to make gravy", + "ingredient_substitution" + ], + [ + "can i substitute yogurt for sour cream", + "ingredient_substitution" + ], + [ + "if a recipe calls for sour cream, can i use yogurt", + "ingredient_substitution" + ], + [ + "can i use sour cream in place of creme fraiche", + "ingredient_substitution" + ], + [ + "can i use yogurt in place of sour cream", + "ingredient_substitution" + ], + [ + "can i use sour cream instead of milk", + "ingredient_substitution" + ], + [ + "i don't have sour cream, can i use yogurt instead", + "ingredient_substitution" + ], + [ + "can i swap yogurt for sour cream", + "ingredient_substitution" + ], + [ + "can yogurt be used for sour cream", + "ingredient_substitution" + ], + [ + "is it fine to sub bread flour with all-purpose flour", + "ingredient_substitution" + ], + [ + "are you able to sub white sugar for brown sugar", + "ingredient_substitution" + ], + [ + "can you sub half and half for heavy whipping cream", + "ingredient_substitution" + ], + [ + "can i use baking powder instead of baking soda", + "ingredient_substitution" + ], + [ + "do you think i can sub honey for sugar", + "ingredient_substitution" + ], + [ + "proper to substitute cumin for tumeric", + "ingredient_substitution" + ], + [ + "can substitute cumin for tumeric", + "ingredient_substitution" + ], + [ + "cumin may be substituted for tumeric", + "ingredient_substitution" + ], + [ + "is almond milk an acceptable substitute for milk", + "ingredient_substitution" + ], + [ + "can i swap coconut milk for condensed milk", + "ingredient_substitution" + ], + [ + "can i substitute eggs for milk in a recipe", + "ingredient_substitution" + ], + [ + "could i use white wine instead of red wine in a recipe", + "ingredient_substitution" + ], + [ + "can i substitute ketchup for mustard", + "ingredient_substitution" + ], + [ + "can i substitute milk for almond milk", + "ingredient_substitution" + ], + [ + "is it acceptable to swap milk for water", + "ingredient_substitution" + ], + [ + "is it acceptable to swap chicken for pork", + "ingredient_substitution" + ], + [ + "is it acceptable to swap marinara for alfredo", + "ingredient_substitution" + ], + [ + "can i substitute milk for water", + "ingredient_substitution" + ], + [ + "is it acceptable to swap rice for quinoa", + "ingredient_substitution" + ], + [ + "can i substitute butter for margarine", + "ingredient_substitution" + ], + [ + "is it acceptable to swap beef for tempeh", + "ingredient_substitution" + ], + [ + "can i substitute salt for pepper", + "ingredient_substitution" + ], + [ + "is it ok to use brown sugar instead of powdered sugar", + "ingredient_substitution" + ], + [ + "can i use margarine instead of butter", + "ingredient_substitution" + ], + [ + "can i switch in almond butter for peanut butter", + "ingredient_substitution" + ], + [ + "can i use salt instead of baking soda", + "ingredient_substitution" + ], + [ + "can i substitute cream for milk", + "ingredient_substitution" + ], + [ + "can i use baking soda instead of baking powder", + "ingredient_substitution" + ], + [ + "what can i use as a substitute for yeast", + "ingredient_substitution" + ], + [ + "substitute for milk in pancakes", + "ingredient_substitution" + ], + [ + "alternatives to white wine in food", + "ingredient_substitution" + ], + [ + "can i use something else if i don't have eggs", + "ingredient_substitution" + ], + [ + "can i use a green pepper instead of a red pepper", + "ingredient_substitution" + ], + [ + "is it possible to use sausage instead of hot dog", + "ingredient_substitution" + ], + [ + "is it ok to substitute spinach for lettuce", + "ingredient_substitution" + ], + [ + "is crushed garlic the same as powdered garlic for a spaghetti sauce", + "ingredient_substitution" + ], + [ + "can i use almond milk instead of rice milk", + "ingredient_substitution" + ], + [ + "can i swap cayenne pepper for black pepper", + "ingredient_substitution" + ], + [ + "can i use normal flour if i don't have bread flour", + "ingredient_substitution" + ], + [ + "can i use olive oil instead of butter", + "ingredient_substitution" + ], + [ + "can i use coconut oil instead of olive oil", + "ingredient_substitution" + ], + [ + "can you just use regular milk instead of buttermilk", + "ingredient_substitution" + ], + [ + "can i use strawberries instead of pineapples for this", + "ingredient_substitution" + ], + [ + "can i use sharp cheddar instead of muenster", + "ingredient_substitution" + ], + [ + "can i use mayonnaise instead of miracle whip", + "ingredient_substitution" + ], + [ + "can i substitute rice milk for milk", + "ingredient_substitution" + ], + [ + "place a phone call to yiming", + "make_call" + ], + [ + "phone lobby", + "make_call" + ], + [ + "can you call dominos pizza", + "make_call" + ], + [ + "can you redial the last number dialed", + "make_call" + ], + [ + "call 911", + "make_call" + ], + [ + "can you call a taxi", + "make_call" + ], + [ + "can you call mom", + "make_call" + ], + [ + "call work", + "make_call" + ], + [ + "call justin", + "make_call" + ], + [ + "call home", + "make_call" + ], + [ + "call erryn", + "make_call" + ], + [ + "i have to call the commander", + "make_call" + ], + [ + "i will be calling hr", + "make_call" + ], + [ + "it is important that i call katie", + "make_call" + ], + [ + "x is who i need to call", + "make_call" + ], + [ + "i am going to call the landlord", + "make_call" + ], + [ + "call macy", + "make_call" + ], + [ + "dial lisa's cell phone number", + "make_call" + ], + [ + "please dial david now", + "make_call" + ], + [ + "i need you to call michael at home", + "make_call" + ], + [ + "can you call mary", + "make_call" + ], + [ + "please phone lizzy", + "make_call" + ], + [ + "please dial x's phone number", + "make_call" + ], + [ + "dial x's phone please", + "make_call" + ], + [ + "please call toby", + "make_call" + ], + [ + "call dave", + "make_call" + ], + [ + "call my best friend", + "make_call" + ], + [ + "can you make a phone call to mark", + "make_call" + ], + [ + "can you call my mom", + "make_call" + ], + [ + "call mark", + "make_call" + ], + [ + "call friend", + "make_call" + ], + [ + "can i call a restaurant", + "make_call" + ], + [ + "can you make a phone call to kevin", + "make_call" + ], + [ + "call bob for me", + "make_call" + ], + [ + "call my mother", + "make_call" + ], + [ + "call jim", + "make_call" + ], + [ + "can you make a phone call to roger", + "make_call" + ], + [ + "can you make a phone call to dave", + "make_call" + ], + [ + "call mymother", + "make_call" + ], + [ + "can you make a phone call to randy", + "make_call" + ], + [ + "bella needs to be called", + "make_call" + ], + [ + "give liz a call", + "make_call" + ], + [ + "would you give jenny a call", + "make_call" + ], + [ + "i want you to call bella", + "make_call" + ], + [ + "phone call secretary", + "make_call" + ], + [ + "get a hold of sue", + "make_call" + ], + [ + "i'm looking to call a group", + "make_call" + ], + [ + "call tom", + "make_call" + ], + [ + "dial x's number", + "make_call" + ], + [ + "dial christie's cell", + "make_call" + ], + [ + "call christie's work number", + "make_call" + ], + [ + "phone christie", + "make_call" + ], + [ + "call christie", + "make_call" + ], + [ + "please dial christie's number", + "make_call" + ], + [ + "can you call someone", + "make_call" + ], + [ + "call someone for me", + "make_call" + ], + [ + "dial someone's phone number", + "make_call" + ], + [ + "i need to talk to someone on the phone", + "make_call" + ], + [ + "call someone", + "make_call" + ], + [ + "it's time for me to call drew", + "make_call" + ], + [ + "it's necessary to call michael", + "make_call" + ], + [ + "i must call jordan", + "make_call" + ], + [ + "x is waiting for me to call", + "make_call" + ], + [ + "put me on a call to sally", + "make_call" + ], + [ + "place a call to bill now", + "make_call" + ], + [ + "i want to place a call to mike", + "make_call" + ], + [ + "i have to call jane", + "make_call" + ], + [ + "can you call russell", + "make_call" + ], + [ + "place call to robby", + "make_call" + ], + [ + "dial sarah", + "make_call" + ], + [ + "call robby", + "make_call" + ], + [ + "phone sarah", + "make_call" + ], + [ + "call sarah", + "make_call" + ], + [ + "call robby for me", + "make_call" + ], + [ + "i want to call robby", + "make_call" + ], + [ + "can you call robby", + "make_call" + ], + [ + "phonecall sarah", + "make_call" + ], + [ + "i want to talk to sarah", + "make_call" + ], + [ + "dial steven", + "make_call" + ], + [ + "phone steven", + "make_call" + ], + [ + "ring steven", + "make_call" + ], + [ + "call steven", + "make_call" + ], + [ + "i want to make a call to uncle", + "make_call" + ], + [ + "use my phone to dial work", + "make_call" + ], + [ + "start a phone call with kathy", + "make_call" + ], + [ + "initiate a phone call with receptionist", + "make_call" + ], + [ + "can a phone call be made to maria", + "make_call" + ], + [ + "i need you to call the broker", + "make_call" + ], + [ + "please do me a favor and call brother mario", + "make_call" + ], + [ + "can you please call nata", + "make_call" + ], + [ + "call sandra right now", + "make_call" + ], + [ + "immediately call tom", + "make_call" + ], + [ + "i must call dr smith", + "make_call" + ], + [ + "connect me to bob", + "make_call" + ], + [ + "place a call to father callahan", + "make_call" + ], + [ + "i should call ruthie", + "make_call" + ], + [ + "please call christy", + "make_call" + ], + [ + "i must call roderick", + "make_call" + ], + [ + "please make a phone call to christopher", + "make_call" + ], + [ + "i need to call mark", + "make_call" + ], + [ + "wake me up at noon tomorrow", + "alarm" + ], + [ + "set my alarm for getting up", + "alarm" + ], + [ + "make sure my alarm is set for three thirty in the morning", + "alarm" + ], + [ + "please set an alarm for mid day", + "alarm" + ], + [ + "have an alarm set for three in the morning", + "alarm" + ], + [ + "you need to set alarm for me", + "alarm" + ], + [ + "i need you to set alarm for me", + "alarm" + ], + [ + "set the alarm for me", + "alarm" + ], + [ + "can you set alarm for me", + "alarm" + ], + [ + "please set alarm for me", + "alarm" + ], + [ + "make a new alarm for 6 in the morning", + "alarm" + ], + [ + "make a new alarm", + "alarm" + ], + [ + "create an alarm", + "alarm" + ], + [ + "i need an alarm for 6am", + "alarm" + ], + [ + "can you alert me at 6 in the morning", + "alarm" + ], + [ + "i'd like a new alarm set for 6am", + "alarm" + ], + [ + "set an alarm for 6am, please", + "alarm" + ], + [ + "initiate a new alarm please", + "alarm" + ], + [ + "set up an alarm", + "alarm" + ], + [ + "make up a new alarm", + "alarm" + ], + [ + "i want to make an alarm", + "alarm" + ], + [ + "i would like an alarm set", + "alarm" + ], + [ + "schedule an alarm", + "alarm" + ], + [ + "i need an alarm set", + "alarm" + ], + [ + "i need alarms set for 6am and 615am", + "alarm" + ], + [ + "i need an alarm to go off tomorrow at five fifteen", + "alarm" + ], + [ + "can you set an alarm for seven fifteen for tomorrow", + "alarm" + ], + [ + "set me an alarm for 4pm and another for 5pm", + "alarm" + ], + [ + "set one alarm for 215pm and another for 7pm", + "alarm" + ], + [ + "create an alarm for 9 am and another one for 11 am", + "alarm" + ], + [ + "set the alarm to go off at 9 tomorrow", + "alarm" + ], + [ + "make an alarm for tomorrow at twilight", + "alarm" + ], + [ + "set up two alarms one for 10am and another for 2pm", + "alarm" + ], + [ + "please set up an alarm to go off tomorrow at daybreak", + "alarm" + ], + [ + "could you set one alarm for 8am saturday and one for 9am sunday", + "alarm" + ], + [ + "can i turn on the alarm now", + "alarm" + ], + [ + "how do i set the alarm", + "alarm" + ], + [ + "please turn on the alarm", + "alarm" + ], + [ + "set my alarm for 6am tomorrow", + "alarm" + ], + [ + "set alarm for 6am", + "alarm" + ], + [ + "can you play an alarm at 5pm", + "alarm" + ], + [ + "create alarm 6am", + "alarm" + ], + [ + "set alarm for 5pm", + "alarm" + ], + [ + "make an alarm 6am", + "alarm" + ], + [ + "create an alarm for 6am", + "alarm" + ], + [ + "put in an alarm for 5pm", + "alarm" + ], + [ + "i want an alarm at 5pm", + "alarm" + ], + [ + "set my alarm for 5pm", + "alarm" + ], + [ + "set an alarm", + "alarm" + ], + [ + "create alarm", + "alarm" + ], + [ + "set alarm", + "alarm" + ], + [ + "i need an alarm to wake me up at 8 tomorrow morning", + "alarm" + ], + [ + "i need you to set an alarm for 8am tomorrow", + "alarm" + ], + [ + "please set an alarm for 5 am", + "alarm" + ], + [ + "set an alarm for 9pm please", + "alarm" + ], + [ + "i need an alarm set for 6 in the morning", + "alarm" + ], + [ + "i need an alarm set for 10:00 and another set for 3:00", + "alarm" + ], + [ + "set an alarm for me for 10:00 and another one set for 4:00", + "alarm" + ], + [ + "would you set my alarm for 10:00 and another for 3:00", + "alarm" + ], + [ + "provide assistance by setting an alarm at 8:00 and another for 11:00", + "alarm" + ], + [ + "assist me by setting my alarm for 9:00 and another for 11:00", + "alarm" + ], + [ + "tomorrow i need an alarm at 7 tomorrow", + "alarm" + ], + [ + "at 9 tomorrow, set off the alarm", + "alarm" + ], + [ + "tomorrow i would like an alarm for 9 tomorrow", + "alarm" + ], + [ + "tomorrow i need the alarm to go off at 5", + "alarm" + ], + [ + "sound the alarm at 6 am tomorrow", + "alarm" + ], + [ + "set reminder for 2 pm", + "alarm" + ], + [ + "wake me up at 6 am", + "alarm" + ], + [ + "ring my phone at 12 pm", + "alarm" + ], + [ + "set alarm for 5 am", + "alarm" + ], + [ + "please set an alarm for 2 pm for me", + "alarm" + ], + [ + "set an alarm for 5 pm", + "alarm" + ], + [ + "can you make an alarm for 7 am", + "alarm" + ], + [ + "set a 5 am alarm please", + "alarm" + ], + [ + "i need an alarm at 8 pm", + "alarm" + ], + [ + "set an alarm to start work and another to stop", + "alarm" + ], + [ + "set an alarm to go to sleep and another to wake up", + "alarm" + ], + [ + "please set a reminder for me", + "alarm" + ], + [ + "set an alarm to work out and another to go home", + "alarm" + ], + [ + "create an alarm for me", + "alarm" + ], + [ + "set an alarm for lunch and another for dinner", + "alarm" + ], + [ + "make an alarm for me", + "alarm" + ], + [ + "set an alarm for my meeting and another for my phone call", + "alarm" + ], + [ + "i want an alarm set up", + "alarm" + ], + [ + "i need an alarm set please", + "alarm" + ], + [ + "have an alarm wake me at 10:30 am", + "alarm" + ], + [ + "i want an alarm to go off at 9 am", + "alarm" + ], + [ + "i need an alarm set for 9 am and another for 11 am", + "alarm" + ], + [ + "i need an alarm set for 5:30 pm", + "alarm" + ], + [ + "i need you to schedule an alarm", + "alarm" + ], + [ + "please create an alarm for 5:45 am and an alarm for 6:15 am", + "alarm" + ], + [ + "would you set up an alarm for me", + "alarm" + ], + [ + "please create one alarm for 330 pm and one for 8 pm", + "alarm" + ], + [ + "please create a new alarm for me", + "alarm" + ], + [ + "i need an alarm to go off at 6 am", + "alarm" + ], + [ + "please set two alarms, one at 12 pm and the next at 1 pm", + "alarm" + ], + [ + "please create an alarm for 12 noon", + "alarm" + ], + [ + "i need one alarm to go off at 6:30 am and a second alarm set for 8:00 am", + "alarm" + ], + [ + "help me get up at eight thirty in the morning tomorrow", + "alarm" + ], + [ + "i want to be woken up at 9 tomorrow", + "alarm" + ], + [ + "what are the things that i have for today", + "todo_list" + ], + [ + "what is left to do today", + "todo_list" + ], + [ + "what do i have to do today", + "todo_list" + ], + [ + "the tasks for today, what are they", + "todo_list" + ], + [ + "i need to know what my to-do list is looking like", + "todo_list" + ], + [ + "is cleaning the kitchen coming up on my list of things i have to do today", + "todo_list" + ], + [ + "do i have cleaning the counters on my to-do list", + "todo_list" + ], + [ + "is cleaning the toilet on my to-do list", + "todo_list" + ], + [ + "tell me what is on the list of things to do", + "todo_list" + ], + [ + "tell me what is on my to do list", + "todo_list" + ], + [ + "is vacuuming on my list of things to do", + "todo_list" + ], + [ + "will an oil change be on my to-do list tomorrow", + "todo_list" + ], + [ + "read me my list of things to do", + "todo_list" + ], + [ + "please read my todo list", + "todo_list" + ], + [ + "tell me what is on my todo list", + "todo_list" + ], + [ + "i need my todo list read", + "todo_list" + ], + [ + "i need to hear my todo list", + "todo_list" + ], + [ + "is taking out the trash on my to do list", + "todo_list" + ], + [ + "read to me my to do list", + "todo_list" + ], + [ + "read back my to do list", + "todo_list" + ], + [ + "can you tell me my to do list", + "todo_list" + ], + [ + "i want to know what i have to do", + "todo_list" + ], + [ + "read back to me my to do list", + "todo_list" + ], + [ + "tell me the content of my to do list today", + "todo_list" + ], + [ + "what is on my to do list", + "todo_list" + ], + [ + "please read back to me my to do list", + "todo_list" + ], + [ + "let me know what i have to do today", + "todo_list" + ], + [ + "is fixing mom's kitchen blind on my to do list", + "todo_list" + ], + [ + "check my domestic to do list for carpet cleaning", + "todo_list" + ], + [ + "do my task list have call kath on it", + "todo_list" + ], + [ + "check my to do list to see if jewelry repair is listed", + "todo_list" + ], + [ + "does my errand list have goodwill on it", + "todo_list" + ], + [ + "can you tell me the items on my to do list", + "todo_list" + ], + [ + "do i have brush my teeth on my todo list", + "todo_list" + ], + [ + "what chores do i have waiting on my reminder list", + "todo_list" + ], + [ + "do i have get an oil change on my todo list", + "todo_list" + ], + [ + "do i already have a task on my todo list to research delaware", + "todo_list" + ], + [ + "what do i have on my need to do list", + "todo_list" + ], + [ + "read my complete todo list to me", + "todo_list" + ], + [ + "i want to hear everything on my todo list", + "todo_list" + ], + [ + "do i have any birthdays on my todo list", + "todo_list" + ], + [ + "how many items are on my todo list", + "todo_list" + ], + [ + "is doing my laundry already on my todo list", + "todo_list" + ], + [ + "how many chores are on my todo list", + "todo_list" + ], + [ + "iterate the items on my todo list", + "todo_list" + ], + [ + "do i have an item on my todo list related to shopping", + "todo_list" + ], + [ + "are the items on my todo list listed alphabetically", + "todo_list" + ], + [ + "did i add purchase tickets to the penguin game to my todo list", + "todo_list" + ], + [ + "did i remember to add buy flowers to my chore list today", + "todo_list" + ], + [ + "can you check if i've added an item to throw out the carcasses on my todo list", + "todo_list" + ], + [ + "what tasks have i yet to complete off my list", + "todo_list" + ], + [ + "do i have anything on my todo list about shoveling snow", + "todo_list" + ], + [ + "what items do i need to do", + "todo_list" + ], + [ + "did i create a task to clean the gutters on my list", + "todo_list" + ], + [ + "tell me what i have on my todo list", + "todo_list" + ], + [ + "is studying for the chem exam on my todo list", + "todo_list" + ], + [ + "please tell me all items on my todo list", + "todo_list" + ], + [ + "do i have a car wash scheduled on my to do list", + "todo_list" + ], + [ + "at what time is laundry on my to do list", + "todo_list" + ], + [ + "have i set aside a time on my to do list to do my taxes", + "todo_list" + ], + [ + "did i jot down a time to see my accountant on my to do list", + "todo_list" + ], + [ + "when is babysitting on my to do list", + "todo_list" + ], + [ + "what does my to-do list consist of", + "todo_list" + ], + [ + "can you please tell me what is on my to-do list", + "todo_list" + ], + [ + "i wonder what my to-do list looks like for today", + "todo_list" + ], + [ + "what does my to-do list look like", + "todo_list" + ], + [ + "let me hear all of the items on my to do list, please", + "todo_list" + ], + [ + "repeat my to do list to me, please", + "todo_list" + ], + [ + "let's go over the list of items on the to do list just to be sure we got it all", + "todo_list" + ], + [ + "can i hear the complete to do list just dictated", + "todo_list" + ], + [ + "tell me what things i need to accomplish per my to do list, please", + "todo_list" + ], + [ + "can you tell me all of the things on my to do list for tomorrow, please", + "todo_list" + ], + [ + "please remind me of the tasks on my to do list", + "todo_list" + ], + [ + "go ahead and say all of the points on my list of to-do's please", + "todo_list" + ], + [ + "what do i have to do tomorrow, according to my to-do list", + "todo_list" + ], + [ + "i want to hear my to do list please", + "todo_list" + ], + [ + "what have i got on my to-do list", + "todo_list" + ], + [ + "let me know whether folding laundry is on my to do list", + "todo_list" + ], + [ + "can you tell me the tasks on my to-do list", + "todo_list" + ], + [ + "i need to know what tasks are on my to-do list", + "todo_list" + ], + [ + "i want to hear my to do list read out loud", + "todo_list" + ], + [ + "can you look to see whether feeding the fish is on my to do list", + "todo_list" + ], + [ + "please let me know if giving the dog a bath is on my list of tasks to complete", + "todo_list" + ], + [ + "can you walk me through the various tasks on my to do list", + "todo_list" + ], + [ + "what do i have left to do on my to-do list", + "todo_list" + ], + [ + "is changing the water filter on my to do list right now", + "todo_list" + ], + [ + "please tell me all the items on my to do list right now", + "todo_list" + ], + [ + "please inform me of what tasks i have listed on my to do list", + "todo_list" + ], + [ + "look to see if i have folding laundry on my to do list", + "todo_list" + ], + [ + "please read out my list of tasks to accomplish", + "todo_list" + ], + [ + "i need to know everything on my to do list currently", + "todo_list" + ], + [ + "i need to know if sorting the mail is on my to do list", + "todo_list" + ], + [ + "can you read my to do list to me please", + "todo_list" + ], + [ + "check my to do list to see if feeding the fish is on it", + "todo_list" + ], + [ + "did i put unpacking groceries on my to do list", + "todo_list" + ], + [ + "will you please go back over everything on my to do list", + "todo_list" + ], + [ + "read my to-do list to me", + "todo_list" + ], + [ + "i need to know if cleaning out the fridge is on my to do list", + "todo_list" + ], + [ + "do i have watering the plants on my to do list", + "todo_list" + ], + [ + "let's go through my to do list items please", + "todo_list" + ], + [ + "use a different accent", + "change_accent" + ], + [ + "try using a different accent", + "change_accent" + ], + [ + "speak in a different accent", + "change_accent" + ], + [ + "change the accent you're speaking in", + "change_accent" + ], + [ + "could you change the accent you're using", + "change_accent" + ], + [ + "would you change your accent to the male british one", + "change_accent" + ], + [ + "i want your accent changed to the male british one", + "change_accent" + ], + [ + "i need for you to change your accent to the male british one", + "change_accent" + ], + [ + "would you please get your accent changed to the male british one", + "change_accent" + ], + [ + "try it with a male voice", + "change_accent" + ], + [ + "could you use a male voice", + "change_accent" + ], + [ + "use a male voice now", + "change_accent" + ], + [ + "use a male voice instead", + "change_accent" + ], + [ + "try a male voice", + "change_accent" + ], + [ + "i would prefer your voice to be male", + "change_accent" + ], + [ + "please use a male voice when speaking", + "change_accent" + ], + [ + "can you switch to the female voice", + "change_accent" + ], + [ + "change to a male voice", + "change_accent" + ], + [ + "please change your accent to a british male", + "change_accent" + ], + [ + "can you change the way you talk to a male british voice", + "change_accent" + ], + [ + "could you talk like a british male", + "change_accent" + ], + [ + "can i change the voice to male", + "change_accent" + ], + [ + "i want to hear the female voice option", + "change_accent" + ], + [ + "is there a way to change the voice to male", + "change_accent" + ], + [ + "i would prefer to hear the female voice", + "change_accent" + ], + [ + "i would prefer to hear you speak like a british male", + "change_accent" + ], + [ + "start speaking in a male british voice", + "change_accent" + ], + [ + "go ahead and switch to the female voice", + "change_accent" + ], + [ + "i shall switch to the male voice", + "change_accent" + ], + [ + "i must to the female voice", + "change_accent" + ], + [ + "please change to the female voice", + "change_accent" + ], + [ + "please change your accent to the male british one", + "change_accent" + ], + [ + "i need you to change your accent to the male british one", + "change_accent" + ], + [ + "i need to to the female voice", + "change_accent" + ], + [ + "i need to switch to the male voice", + "change_accent" + ], + [ + "go ahead and switch to the male voice", + "change_accent" + ], + [ + "you need to change your accent to the male british one", + "change_accent" + ], + [ + "i gotta to the female voice", + "change_accent" + ], + [ + "i wanna switch to the male voice", + "change_accent" + ], + [ + "go ahead and change your accent to the male british one", + "change_accent" + ], + [ + "i must switch to the male voice", + "change_accent" + ], + [ + "i want you to change your accent to the male british one", + "change_accent" + ], + [ + "i wanna change to the female voice", + "change_accent" + ], + [ + "i want to change what accent you use", + "change_accent" + ], + [ + "use a new accent", + "change_accent" + ], + [ + "switch to a different accent", + "change_accent" + ], + [ + "can you use a different accent", + "change_accent" + ], + [ + "let's change your accent", + "change_accent" + ], + [ + "speak in a male voice", + "change_accent" + ], + [ + "can i hear the male voice please", + "change_accent" + ], + [ + "can you change your accent to the male british one", + "change_accent" + ], + [ + "use your male voice", + "change_accent" + ], + [ + "please talk to me in the male british accent", + "change_accent" + ], + [ + "use one of your male voices", + "change_accent" + ], + [ + "can you use the male british accent", + "change_accent" + ], + [ + "speak in a woman's voice", + "change_accent" + ], + [ + "switch over to the male voice mode", + "change_accent" + ], + [ + "go to the female voice", + "change_accent" + ], + [ + "please use your female voice", + "change_accent" + ], + [ + "please change your accent the male british one", + "change_accent" + ], + [ + "make your accent the male british one", + "change_accent" + ], + [ + "switch over to the female voice", + "change_accent" + ], + [ + "use a woman's voice", + "change_accent" + ], + [ + "can you speak like a british dude", + "change_accent" + ], + [ + "do you have the ability to do a male british accent", + "change_accent" + ], + [ + "is it possible for you to speak with a british gent's accent", + "change_accent" + ], + [ + "can i get you to talk like a pouty english guy", + "change_accent" + ], + [ + "if you can do accents, i want to hear you talk like david bowie", + "change_accent" + ], + [ + "do a british male accent only", + "change_accent" + ], + [ + "i want to hear a male british accent", + "change_accent" + ], + [ + "change to a male british accent", + "change_accent" + ], + [ + "switch to british male accent", + "change_accent" + ], + [ + "can you do a british male accent", + "change_accent" + ], + [ + "change accent to male british", + "change_accent" + ], + [ + "set to female voice", + "change_accent" + ], + [ + "please change accent to british male", + "change_accent" + ], + [ + "please set to female voice", + "change_accent" + ], + [ + "use male voice", + "change_accent" + ], + [ + "can you switch to female voice", + "change_accent" + ], + [ + "please use male voice", + "change_accent" + ], + [ + "switch to female voice", + "change_accent" + ], + [ + "can you use male voice", + "change_accent" + ], + [ + "use male voice now", + "change_accent" + ], + [ + "can you make your accent british male", + "change_accent" + ], + [ + "now use male voice", + "change_accent" + ], + [ + "speak as a british male", + "change_accent" + ], + [ + "change accent to british male", + "change_accent" + ], + [ + "change to female voice", + "change_accent" + ], + [ + "use the male voice please", + "change_accent" + ], + [ + "can you swap to male voice", + "change_accent" + ], + [ + "i want to change to male voice", + "change_accent" + ], + [ + "use female voice now instead", + "change_accent" + ], + [ + "please start using female voice", + "change_accent" + ], + [ + "i want to use the female voice now", + "change_accent" + ], + [ + "i prefer female voice now", + "change_accent" + ], + [ + "switch from the male to the female voice", + "change_accent" + ], + [ + "please use male voice instead", + "change_accent" + ], + [ + "switch over from female to the male voice", + "change_accent" + ], + [ + "i need a new accent male british", + "change_accent" + ], + [ + "switch to male british accent", + "change_accent" + ], + [ + "where can i locate my w2 so i can do my taxes", + "w2" + ], + [ + "where is the w-2 form located", + "w2" + ], + [ + "where can i locate my w-2 form", + "w2" + ], + [ + "where can one receive their w-2 form", + "w2" + ], + [ + "what is the location of my w2 that is needed for taxes", + "w2" + ], + [ + "where would my w2 be found so i can do my taxes", + "w2" + ], + [ + "i need to find my w2 so i can do taxes", + "w2" + ], + [ + "where are w-2 forms given", + "w2" + ], + [ + "i require my w2 for taxes and need to locate it", + "w2" + ], + [ + "where do i get the form i need for taxes", + "w2" + ], + [ + "how can i get my year end summary for taxes", + "w2" + ], + [ + "where should i go to get a w2 to do my taxes", + "w2" + ], + [ + "where do i pick up a w2 form", + "w2" + ], + [ + "where can i get a w2 form", + "w2" + ], + [ + "tell me where a w2 is available please", + "w2" + ], + [ + "a w2 form can be gotten from where", + "w2" + ], + [ + "can i get a w2 form online", + "w2" + ], + [ + "help me get a w2 to do my taxes", + "w2" + ], + [ + "what location can i get a w2 from", + "w2" + ], + [ + "where can i get a w2", + "w2" + ], + [ + "a w2 form is obtainable where", + "w2" + ], + [ + "who can send me a w2 so i can complete my taxes", + "w2" + ], + [ + "how can i get my w2 to do my taxes", + "w2" + ], + [ + "where can i pick up my w2 to do my taxes", + "w2" + ], + [ + "where do i get the form that shows my wages for the year for taxes", + "w2" + ], + [ + "can you tell me what the form is employers are supposed to send you for taxes and where i get it", + "w2" + ], + [ + "i've got tax issues and need help obtaining my w2", + "w2" + ], + [ + "i need to do taxes and have to get a w2", + "w2" + ], + [ + "where do i find the irs form that tells me the amount of money i owe them", + "w2" + ], + [ + "where do i get the tax form that i have to report to the irs", + "w2" + ], + [ + "can you locate my w-2", + "w2" + ], + [ + "i would like to know how to find my w-2", + "w2" + ], + [ + "can you help me find my w-2", + "w2" + ], + [ + "hey, anyone seen my w-2", + "w2" + ], + [ + "help - i can't find my w-2", + "w2" + ], + [ + "where is my w-2", + "w2" + ], + [ + "where can i get my w-2", + "w2" + ], + [ + "i need to download my w-2 form", + "w2" + ], + [ + "can you access my w-2", + "w2" + ], + [ + "how can i get a hold of my w-2", + "w2" + ], + [ + "i need to get a hold of my w-2 right now", + "w2" + ], + [ + "where can i get the form i need to do my taxes", + "w2" + ], + [ + "where can i get the form i need to do my taxes, please", + "w2" + ], + [ + "where can i get the employment document that i need to do my taxes, please", + "w2" + ], + [ + "where can i get a w2 form from", + "w2" + ], + [ + "where can i obtain a w2 form", + "w2" + ], + [ + "where can i find a w2 form", + "w2" + ], + [ + "where can i obtain a w2 form from", + "w2" + ], + [ + "where can i get the employment form i need to do my taxes", + "w2" + ], + [ + "where can i get the employment form i need to do my taxes, please", + "w2" + ], + [ + "where is my w2", + "w2" + ], + [ + "where can i find my w2", + "w2" + ], + [ + "where can i find my w2 as i need it for tax reasons", + "w2" + ], + [ + "where do i get my tax papers", + "w2" + ], + [ + "where do i recieve a w2", + "w2" + ], + [ + "how do i get a w2", + "w2" + ], + [ + "is this where i get a w2", + "w2" + ], + [ + "can you tell me where to get a w2", + "w2" + ], + [ + "who has the tax form that shows my wages", + "w2" + ], + [ + "what is that tax form that shows my wages and where do i get it", + "w2" + ], + [ + "where do i locate the form that has my tax information", + "w2" + ], + [ + "who has the tax form that has my wage informaton", + "w2" + ], + [ + "where do i get the tax form that shows my wages", + "w2" + ], + [ + "where's my w-2", + "w2" + ], + [ + "i can't find my w-2", + "w2" + ], + [ + "do you know where my w-2 is", + "w2" + ], + [ + "i'm having trouble locating my w-2", + "w2" + ], + [ + "where can i find my w-2", + "w2" + ], + [ + "provide me assistance on where to go to get my w2 for tax reasons", + "w2" + ], + [ + "i am in need of my w2 for tax reasons; provide me where to get it", + "w2" + ], + [ + "assist me on where to go to get my w2 for tax reasons", + "w2" + ], + [ + "where do i go to get my w2 for tax reasons", + "w2" + ], + [ + "where can i get my w2 from for tax reasons", + "w2" + ], + [ + "i would like to get the forms to file for my w2", + "w2" + ], + [ + "where could i locate a w2 form from", + "w2" + ], + [ + "locate my w-2 form", + "w2" + ], + [ + "where could i find forms to get my w2", + "w2" + ], + [ + "where can i find my tax form to report what i earn", + "w2" + ], + [ + "where do i go to get my w-2", + "w2" + ], + [ + "how do i find my w-2 form", + "w2" + ], + [ + "what is the form i need to report my earnings", + "w2" + ], + [ + "where do i get my w2 form from", + "w2" + ], + [ + "tell me where to get myy w-2 form", + "w2" + ], + [ + "where can i find my w-2 form", + "w2" + ], + [ + "where can i locate a form for my w2", + "w2" + ], + [ + "is my w2 available at the post office", + "w2" + ], + [ + "i need to know where to get a w-2 form", + "w2" + ], + [ + "when will i receive my w2", + "w2" + ], + [ + "can i get my w2 online", + "w2" + ], + [ + "how do i get a w-2", + "w2" + ], + [ + "i need help getting a w-2", + "w2" + ], + [ + "can i get a w-2 from the post office", + "w2" + ], + [ + "can i get my w-2 online", + "w2" + ], + [ + "does my w2 come by mail", + "w2" + ], + [ + "how and where are my w2 forms given", + "w2" + ], + [ + "where can i get my w2 forms from", + "w2" + ], + [ + "from where are w2 forms given", + "w2" + ], + [ + "how do i get a w2 form and from where", + "w2" + ], + [ + "how do i get a personal w2 form", + "w2" + ], + [ + "have i been sent my w-2 in my email", + "w2" + ], + [ + "when should i pay my bill by", + "bill_due" + ], + [ + "when is my car insurance due", + "bill_due" + ], + [ + "when's the gas bill due", + "bill_due" + ], + [ + "when do i pay the utilities", + "bill_due" + ], + [ + "do i pay my rent this week", + "bill_due" + ], + [ + "i need to know when i must pay my car bill", + "bill_due" + ], + [ + "how much is my water bill", + "bill_due" + ], + [ + "is my bill due this week", + "bill_due" + ], + [ + "how much time left to pay my bill", + "bill_due" + ], + [ + "what day is my car insurance due", + "bill_due" + ], + [ + "when's the electric bill due", + "bill_due" + ], + [ + "when's the next phone bill", + "bill_due" + ], + [ + "when is my next car payment", + "bill_due" + ], + [ + "when is too late to pay my cable bill", + "bill_due" + ], + [ + "can you alert me when my phone bill is due", + "bill_due" + ], + [ + "on what day do i pay my car payment", + "bill_due" + ], + [ + "how can i know when my cable bill is due", + "bill_due" + ], + [ + "what day do i have to pay for my capital one card", + "bill_due" + ], + [ + "how long do i have left to pay for my chase credit card", + "bill_due" + ], + [ + "what is the due date of my att bill", + "bill_due" + ], + [ + "when is my xfinity bill due", + "bill_due" + ], + [ + "how many more days before my verizon bill is due", + "bill_due" + ], + [ + "i cant remember when my bill is due", + "bill_due" + ], + [ + "what is the due date of my bill", + "bill_due" + ], + [ + "what day is my bill due", + "bill_due" + ], + [ + "when is my bill due", + "bill_due" + ], + [ + "tell me when my bill will be due", + "bill_due" + ], + [ + "how do i locate when my gas bill is do", + "bill_due" + ], + [ + "i would like to know my electric bills date it needs to be payed", + "bill_due" + ], + [ + "i need to know where to locate when my gas bill is due", + "bill_due" + ], + [ + "can you tell me when my electric bill is due", + "bill_due" + ], + [ + "i need to know the due date for my credit card", + "bill_due" + ], + [ + "where should i look for when my gas bill is due", + "bill_due" + ], + [ + "can you tell me the date my credit card is due", + "bill_due" + ], + [ + "i'd like to find the date that my gas bill is due", + "bill_due" + ], + [ + "how do i know when to pay my gas bill", + "bill_due" + ], + [ + "when do i have to pay my water bill by", + "bill_due" + ], + [ + "when do i have to pay my electric bill by", + "bill_due" + ], + [ + "when do i have to pay my internet bill by", + "bill_due" + ], + [ + "when do i have to pay my gas bill by", + "bill_due" + ], + [ + "tell me when i have to pay my bill", + "bill_due" + ], + [ + "what date do i have to pay my bill", + "bill_due" + ], + [ + "give me the date my bill is due", + "bill_due" + ], + [ + "on what day do i have to pay my nordstrom bill", + "bill_due" + ], + [ + "when is my chase visa due", + "bill_due" + ], + [ + "when do i need to pay my annual payment for auto insurance", + "bill_due" + ], + [ + "what is the exact due date for my mortgage payment", + "bill_due" + ], + [ + "what is the due date for my metronorth monthy pass", + "bill_due" + ], + [ + "can you tell me when my peco energy bill is due this month", + "bill_due" + ], + [ + "please find the exact payment due date for my sprint phone bill", + "bill_due" + ], + [ + "what is the due date on my xfinity internet bill for february", + "bill_due" + ], + [ + "what is the latest date that i can pay my direct tv bill this month", + "bill_due" + ], + [ + "i need the new due date for my pgw gas bill", + "bill_due" + ], + [ + "what time do i have to pay z bill", + "bill_due" + ], + [ + "whats the due date for z bill", + "bill_due" + ], + [ + "how soon before my catering bill is due", + "bill_due" + ], + [ + "how long before my lawn guy bill's due", + "bill_due" + ], + [ + "when's my heater bill due", + "bill_due" + ], + [ + "what date is my water bill due", + "bill_due" + ], + [ + "whats the deadline for amex payment", + "bill_due" + ], + [ + "when is my visa due", + "bill_due" + ], + [ + "when is visa due", + "bill_due" + ], + [ + "do you know when i need to pay my mastercard", + "bill_due" + ], + [ + "what's the due date for my american express payment", + "bill_due" + ], + [ + "when is my mortgage payment due", + "bill_due" + ], + [ + "what's the due date for the credit card", + "bill_due" + ], + [ + "when's the next time i have to pay the insurance", + "bill_due" + ], + [ + "how long do i have to pay the gas bill", + "bill_due" + ], + [ + "when's the rent due", + "bill_due" + ], + [ + "when does the car payment come due", + "bill_due" + ], + [ + "when does the electric bill up", + "bill_due" + ], + [ + "how do i check when my mortgage is next up for payment", + "bill_due" + ], + [ + "when do i owe the state payment for my car tags", + "bill_due" + ], + [ + "when do i owe the rent", + "bill_due" + ], + [ + "do i need to pay my credit card bill already", + "bill_due" + ], + [ + "do you know when my next electric bill is due", + "bill_due" + ], + [ + "where do i find information on when the water bill is due", + "bill_due" + ], + [ + "how do i ascertain when my next insurance payment will be", + "bill_due" + ], + [ + "what do i do to check when my next credit card payment is", + "bill_due" + ], + [ + "when do i need to pay my at&t bill", + "bill_due" + ], + [ + "what is the due date of my at&t bill", + "bill_due" + ], + [ + "is my at&t bill do soon", + "bill_due" + ], + [ + "when is my at&t bill due", + "bill_due" + ], + [ + "what date is my at&t bill due", + "bill_due" + ], + [ + "when's the ac bill due", + "bill_due" + ], + [ + "what day is the z bill due", + "bill_due" + ], + [ + "what's the due date for the renting bill", + "bill_due" + ], + [ + "i want to know when a bill is due", + "bill_due" + ], + [ + "what day is the bill due", + "bill_due" + ], + [ + "i would like to know when the bill is due", + "bill_due" + ], + [ + "what is the due date for a bill", + "bill_due" + ], + [ + "when is the bill due", + "bill_due" + ], + [ + "how do i find when my water bill needs to be paid", + "bill_due" + ], + [ + "when is my water bill due", + "bill_due" + ], + [ + "how do i find when my cable bill is due", + "bill_due" + ], + [ + "when is my electric bill due", + "bill_due" + ], + [ + "when do i need to pay the water bil", + "bill_due" + ], + [ + "how do i find when my medical bill is due", + "bill_due" + ], + [ + "when do i need to pay the cable bill", + "bill_due" + ], + [ + "how do i find when my electric bill is due", + "bill_due" + ], + [ + "can you provide me the calories in the smoothie", + "calories" + ], + [ + "can you tell me the calories for the cheeseburger", + "calories" + ], + [ + "i'd like the calories for this chicken breast", + "calories" + ], + [ + "how many calories in this slice of pizza", + "calories" + ], + [ + "what about the calories for this chicken salad", + "calories" + ], + [ + "how many calories are in a large fry", + "calories" + ], + [ + "a large french fry has how many calories", + "calories" + ], + [ + "what is the calorie content of a scoop of chocolate ice cream", + "calories" + ], + [ + "how many calories in scoop of chocolate ice cream", + "calories" + ], + [ + "tell me how many calories in a medium size apple", + "calories" + ], + [ + "how many calories does a scoop of chocolate ice cream have", + "calories" + ], + [ + "how many calories are in a can of coke", + "calories" + ], + [ + "what's the number of calories in a pepsi", + "calories" + ], + [ + "what is the calorie content of a small bag of lay's potato chips", + "calories" + ], + [ + "how many calories does a kitkat have", + "calories" + ], + [ + "how many calories are there in a scoop of chocolate ice cream", + "calories" + ], + [ + "how many calories does a scoop of chocolate ice cream contain", + "calories" + ], + [ + "what's the expected calories in a cream filled cookie", + "calories" + ], + [ + "what's the amount of calories in a cheesy omelette", + "calories" + ], + [ + "can you tell me the calorie count in a glazed donut", + "calories" + ], + [ + "what's the calorie count for tuna casserole", + "calories" + ], + [ + "how many calories are in waffles", + "calories" + ], + [ + "what's the calorie content for fried eggs", + "calories" + ], + [ + "what's the amount of calories in an cream filled oatmeal cookie", + "calories" + ], + [ + "how many calories are in chocolate cake", + "calories" + ], + [ + "how high in calories is pork", + "calories" + ], + [ + "how many calories are in a honey bun", + "calories" + ], + [ + "what does a sausage sandwich have for calories", + "calories" + ], + [ + "what's the number of calories in a coke", + "calories" + ], + [ + "what are the total calories for two servings of pasta", + "calories" + ], + [ + "how many calories should i plan to be in a donut", + "calories" + ], + [ + "how many calories would i estimate for fettuccine alfredo", + "calories" + ], + [ + "how many calories does a big mac have", + "calories" + ], + [ + "what's the caloric content if you eat roast beef", + "calories" + ], + [ + "how many calories would i consume if i ate a loaded hotdog", + "calories" + ], + [ + "what's the expected calorie load of a peanut butter and jelly sandwich", + "calories" + ], + [ + "what's a big bowl of ice cream contain in calories", + "calories" + ], + [ + "do cheetos have a lot of calories", + "calories" + ], + [ + "what's the calorie content of cheetos", + "calories" + ], + [ + "looks up the calories in cheetos", + "calories" + ], + [ + "calorie count of cheetos", + "calories" + ], + [ + "how many calories do cheetos have", + "calories" + ], + [ + "how many calories are in a cup of white rice", + "calories" + ], + [ + "how many calories are in vanilla ice cream", + "calories" + ], + [ + "one cup of almonds has how many calories", + "calories" + ], + [ + "what's the calorie info for 2 cups of regular chex mix", + "calories" + ], + [ + "what's the caloric content in a bowl of rice crispies with milk", + "calories" + ], + [ + "a bowl of cheerios with milk has how many calories", + "calories" + ], + [ + "how many calories are in a bag of regular doritos", + "calories" + ], + [ + "how many calories are in chocolate ice cream", + "calories" + ], + [ + "2 cups of grapes have how many calories", + "calories" + ], + [ + "how many calories are in spaghetti and meat sauce", + "calories" + ], + [ + "in one cookie, how many calories would i find", + "calories" + ], + [ + "what is the calorie count for one cookie", + "calories" + ], + [ + "if i ate a cookie, how many calories would i be ingesting", + "calories" + ], + [ + "cookies have how many calories", + "calories" + ], + [ + "how many calories are in a cookie", + "calories" + ], + [ + "how many calories in gum", + "calories" + ], + [ + "how many calories in chicken", + "calories" + ], + [ + "how many calories in meatloaf", + "calories" + ], + [ + "how many calories are in chicken breast", + "calories" + ], + [ + "how many calories in peanuts", + "calories" + ], + [ + "what is the total number of calories in a bag of potato chips", + "calories" + ], + [ + "can you tell me the amount of calories i can expect one tuna sandwich to contain", + "calories" + ], + [ + "give me expected number of calories in a breakfast burrito", + "calories" + ], + [ + "can you tell me the number of calories in one serving of whole cashews", + "calories" + ], + [ + "please tell me the total calories a single serving of chocolate ice cream is expected to contain", + "calories" + ], + [ + "i need to know the total calories for a chicken caesar salad", + "calories" + ], + [ + "please tell me how many calories one chocolate bar contains", + "calories" + ], + [ + "what's the average number of calories in one cup of tomato soup", + "calories" + ], + [ + "do you know how many calories are in a single chicken breast", + "calories" + ], + [ + "i need to know the number of calories on average in a handful of pistachios", + "calories" + ], + [ + "what is the caloric value of a cookie", + "calories" + ], + [ + "how many calories are in cookies", + "calories" + ], + [ + "can you tell me how many calories are in cookies", + "calories" + ], + [ + "what is the calorie count in a cookie", + "calories" + ], + [ + "what are the calories in a cookie", + "calories" + ], + [ + "what is the calorie count for muffins", + "calories" + ], + [ + "are there a lot of calories in muffins", + "calories" + ], + [ + "tell me the amount of calories in muffins", + "calories" + ], + [ + "what is the caloric total in these muffins", + "calories" + ], + [ + "what amount of calories are in one muffin", + "calories" + ], + [ + "look up the calories in an apple", + "calories" + ], + [ + "tell me the calorie content of an apple", + "calories" + ], + [ + "what's the caloric content of an apple", + "calories" + ], + [ + "tell me the calorie content for an apple", + "calories" + ], + [ + "i need to know the calorie content in a piece of pepperoni pizza", + "calories" + ], + [ + "how many calories are in an apple", + "calories" + ], + [ + "i want the calorie content for a banana", + "calories" + ], + [ + "tell me the number of calories in a banana", + "calories" + ], + [ + "what is the calorie look like in apples", + "calories" + ], + [ + "what is the calorie going to be if i'm eating cereal", + "calories" + ], + [ + "add up the calories in tacos", + "calories" + ], + [ + "how many calories are in cheerios", + "calories" + ], + [ + "what type of calorie numbers are in onions", + "calories" + ], + [ + "i need to know the calorie count of a bacon cheeseburger", + "calories" + ], + [ + "whats the calorie content of oatmeal", + "calories" + ], + [ + "what is the calorie count of an apple", + "calories" + ], + [ + "how many calories on average are in a hot dog", + "calories" + ], + [ + "how many calories are in a piece of bacon", + "calories" + ], + [ + "let my credit card company know that my card split in half", + "damaged_card" + ], + [ + "how do you report a burned debit card", + "damaged_card" + ], + [ + "my card split in half, how do i report it", + "damaged_card" + ], + [ + "report my burned card to the company", + "damaged_card" + ], + [ + "what do i say when i report a split credit card", + "damaged_card" + ], + [ + "my card was damaged by my cat; can i report that", + "damaged_card" + ], + [ + "i dropped my card in my gasoline and the printing wore off", + "damaged_card" + ], + [ + "i need to report that my dog chewed up my card", + "damaged_card" + ], + [ + "it seems i can't use my card since it has been damaged", + "damaged_card" + ], + [ + "unfortunately, my card is damaged and unusable", + "damaged_card" + ], + [ + "what should i do with an unusable and damaged card", + "damaged_card" + ], + [ + "my card is unusable because it's damaged", + "damaged_card" + ], + [ + "i cracked my card and need a replacement", + "damaged_card" + ], + [ + "my card got melted and i need to report it", + "damaged_card" + ], + [ + "my card got melted and i need to report it, please", + "damaged_card" + ], + [ + "my card got melted in the dryer and i need to report it, please", + "damaged_card" + ], + [ + "my card got damaged and i need to report it", + "damaged_card" + ], + [ + "my card got damaged and i need to report it, please", + "damaged_card" + ], + [ + "my card is damaged so i can not use it", + "damaged_card" + ], + [ + "report the card has been damaged", + "damaged_card" + ], + [ + "i can not use my card, it is damaged", + "damaged_card" + ], + [ + "the card is torn, let's report it", + "damaged_card" + ], + [ + "report that the card has been wrecked", + "damaged_card" + ], + [ + "my card is damaged and no longer function", + "damaged_card" + ], + [ + "my card is damaged and unusable", + "damaged_card" + ], + [ + "my card is wrecked, let's report it", + "damaged_card" + ], + [ + "report the card has been torn", + "damaged_card" + ], + [ + "i can not use my card since it is damaged", + "damaged_card" + ], + [ + "i need to report a bent card", + "damaged_card" + ], + [ + "my card split in half, can i report it", + "damaged_card" + ], + [ + "i cracked my card, order a new one", + "damaged_card" + ], + [ + "report that i split my card", + "damaged_card" + ], + [ + "please make a report that my card is split", + "damaged_card" + ], + [ + "the magnetic strip on my card is scratched, let the card company know", + "damaged_card" + ], + [ + "i cut up the wrong card, please contact the bank and let them know", + "damaged_card" + ], + [ + "i creased my card today, contact the bank", + "damaged_card" + ], + [ + "my card is cracked, please tell the card company", + "damaged_card" + ], + [ + "the dog chewed up my card, will you find out what it takes to get a replacement", + "damaged_card" + ], + [ + "the plastic numbers on my card are falling off", + "damaged_card" + ], + [ + "corner of my credit card is chipped off", + "damaged_card" + ], + [ + "my card got snapped in half", + "damaged_card" + ], + [ + "my card is too scratched and won't read correctly", + "damaged_card" + ], + [ + "the sticker on my card is peeling off", + "damaged_card" + ], + [ + "i can't use my card because it is broken", + "damaged_card" + ], + [ + "my broken card won't work", + "damaged_card" + ], + [ + "i can't use my damaged card", + "damaged_card" + ], + [ + "my damage card is not working", + "damaged_card" + ], + [ + "my damage card will not work", + "damaged_card" + ], + [ + "i don't know who to notify that i ran my credit card over with the lawn mower", + "damaged_card" + ], + [ + "i ran my credit card over with the lawn mower and need to replace it", + "damaged_card" + ], + [ + "i need to replace my credit card because i ran it over with the lawn mower", + "damaged_card" + ], + [ + "my card is partially damaged how do i report this", + "damaged_card" + ], + [ + "my card is not working and i need to let them know", + "damaged_card" + ], + [ + "my card broke in half and i need to report this", + "damaged_card" + ], + [ + "the chip on my card is damaged and i need a new one", + "damaged_card" + ], + [ + "my card's magnetic strip is not working and i want to notify them", + "damaged_card" + ], + [ + "my card has a deep crease through the middle so i would like to report it", + "damaged_card" + ], + [ + "how do i report my card if it got cut in half", + "damaged_card" + ], + [ + "my card is cracked and i want to report it", + "damaged_card" + ], + [ + "my card is too scratched up and i need to report it", + "damaged_card" + ], + [ + "i need to report my bent card", + "damaged_card" + ], + [ + "report to the company that i damaged my card", + "damaged_card" + ], + [ + "call the card company and ask them to replace my card", + "damaged_card" + ], + [ + "i damaged the card; can you replace the card", + "damaged_card" + ], + [ + "i demagnetized my card and want to report it", + "damaged_card" + ], + [ + "i want to report a broken card", + "damaged_card" + ], + [ + "my phone was too close to my card and demagnetized it, how can i report this", + "damaged_card" + ], + [ + "my card has been erased and i need to report it", + "damaged_card" + ], + [ + "i need a report form for my damaged, demagnetized card", + "damaged_card" + ], + [ + "how to report bent credit card", + "damaged_card" + ], + [ + "i can't use my broken card", + "damaged_card" + ], + [ + "i broke my card", + "damaged_card" + ], + [ + "how to tell the company that my credit card melted", + "damaged_card" + ], + [ + "my card is broken", + "damaged_card" + ], + [ + "my card isn't working", + "damaged_card" + ], + [ + "who do i report to if my credit card snaps", + "damaged_card" + ], + [ + "i accidentally bent my card, what do i do", + "damaged_card" + ], + [ + "my card doesn't work anymore", + "damaged_card" + ], + [ + "how do i report a melted credit card", + "damaged_card" + ], + [ + "my card needs replaced, i accidentally scraped it", + "damaged_card" + ], + [ + "i'd like to report my card as damaged, it's bent", + "damaged_card" + ], + [ + "i bent my card, can you report it to my bank", + "damaged_card" + ], + [ + "my card got scratched badly, can you tell my bank to send a replacement", + "damaged_card" + ], + [ + "my card snapped, can you tell my bank to send a replacement", + "damaged_card" + ], + [ + "i accidentally put my credit card in the shredder", + "damaged_card" + ], + [ + "my credit card fell out of my back pocket and got flushed down the toilet", + "damaged_card" + ], + [ + "my credit card snapped in half while i was fiddling with it", + "damaged_card" + ], + [ + "my dog ate my credit card and ruined it", + "damaged_card" + ], + [ + "i was using my credit card as a cutting board and accidentally sliced it in half", + "damaged_card" + ], + [ + "can you assist me with reporting that the atm nicked my card", + "damaged_card" + ], + [ + "i need to report a new card please the atm hurt mine", + "damaged_card" + ], + [ + "how report that scratched my card", + "damaged_card" + ], + [ + "the atm chewed up my card can i get a new one", + "damaged_card" + ], + [ + "an atm ate my card, how do i report it", + "damaged_card" + ], + [ + "my card fell out of my wallet and i ran over it so it does not work", + "damaged_card" + ], + [ + "my card fell in the toilet and now the chip does not work", + "damaged_card" + ], + [ + "the magnetic strip on my card is scratched up pretty badly from overuse can i get a new one", + "damaged_card" + ], + [ + "i need a new card because my dog chewed on it and now it does not work", + "damaged_card" + ], + [ + "i want to report my damaged card i accidentally cut it up thinking it was my expired card", + "damaged_card" + ], + [ + "i cracked my rewards card can i get a different one", + "damaged_card" + ], + [ + "do people like the donuts at tgi", + "restaurant_reviews" + ], + [ + "are the donuts at tgi well reviewed", + "restaurant_reviews" + ], + [ + "how are the donuts reviews at tgi", + "restaurant_reviews" + ], + [ + "what are the comments on the donuts at tgi", + "restaurant_reviews" + ], + [ + "are people recommending the donuts at tgi", + "restaurant_reviews" + ], + [ + "does outback steakhouse have good reviews", + "restaurant_reviews" + ], + [ + "does pizza hut have good reviews", + "restaurant_reviews" + ], + [ + "does have good reviews have great reviews", + "restaurant_reviews" + ], + [ + "does red robin have good reviews", + "restaurant_reviews" + ], + [ + "so does outback steakhouse have good reviews", + "restaurant_reviews" + ], + [ + "how good are the ratings for pizza hut", + "restaurant_reviews" + ], + [ + "how good are the ratings for red robin", + "restaurant_reviews" + ], + [ + "how good are the ratings for outback", + "restaurant_reviews" + ], + [ + "how good are the ratings for papa john's", + "restaurant_reviews" + ], + [ + "how good are the ratings for the olive garden", + "restaurant_reviews" + ], + [ + "what are people saying about chipotle", + "restaurant_reviews" + ], + [ + "tell me the reviews for chipotle", + "restaurant_reviews" + ], + [ + "do people like chipotle", + "restaurant_reviews" + ], + [ + "give me the reviews for chipotle", + "restaurant_reviews" + ], + [ + "what are the ratings for chipotle", + "restaurant_reviews" + ], + [ + "how good are the ratings for chic-fil-a", + "restaurant_reviews" + ], + [ + "how good are the ratings for olive garden", + "restaurant_reviews" + ], + [ + "how good are the ratings for longhorn steakhouse", + "restaurant_reviews" + ], + [ + "does chic-fil-a have good reviews", + "restaurant_reviews" + ], + [ + "how good are the ratings for outback steakhouse", + "restaurant_reviews" + ], + [ + "how good are the ratings for applebees", + "restaurant_reviews" + ], + [ + "does wendy's have good reviews", + "restaurant_reviews" + ], + [ + "does mcdonalds have good reviews", + "restaurant_reviews" + ], + [ + "does longhorn steakhouse have good reviews", + "restaurant_reviews" + ], + [ + "what reviews does miyabi have", + "restaurant_reviews" + ], + [ + "does applebee's have good reviews", + "restaurant_reviews" + ], + [ + "how are the reviews for cracker barrel", + "restaurant_reviews" + ], + [ + "are the reviews for mi casita good", + "restaurant_reviews" + ], + [ + "are the reviews good or bad for burger king", + "restaurant_reviews" + ], + [ + "tell me the ratings for the local denny's", + "restaurant_reviews" + ], + [ + "does the bleu olive have decent reviews", + "restaurant_reviews" + ], + [ + "how are the reviews for la loconda", + "restaurant_reviews" + ], + [ + "how many stars does la vignette have", + "restaurant_reviews" + ], + [ + "does the mediterranean grille have good reviews", + "restaurant_reviews" + ], + [ + "have you heard how the enchiladas are at jose's taco shop", + "restaurant_reviews" + ], + [ + "how does yelp report the enchiladas are at jose's taco shop", + "restaurant_reviews" + ], + [ + "does ihop have good reviews", + "restaurant_reviews" + ], + [ + "can you tell me if eating at outback's any good", + "restaurant_reviews" + ], + [ + "what do people say about village inn", + "restaurant_reviews" + ], + [ + "are the pancakes at ihop any good", + "restaurant_reviews" + ], + [ + "how are the reviews for spaghetti at the olive garden", + "restaurant_reviews" + ], + [ + "how's the lo mein rated at hun lee's", + "restaurant_reviews" + ], + [ + "how's the sausage pizza at pizza hut", + "restaurant_reviews" + ], + [ + "is mcdonalds a good place to eat", + "restaurant_reviews" + ], + [ + "what's the reviews have to say about burger king", + "restaurant_reviews" + ], + [ + "how are the burgers at carl jr's", + "restaurant_reviews" + ], + [ + "are the chili's reviews any good", + "restaurant_reviews" + ], + [ + "are the reviews for applebee's good", + "restaurant_reviews" + ], + [ + "i want to know how the mcdonalds reviews are", + "restaurant_reviews" + ], + [ + "tell me about the reviews for chilis", + "restaurant_reviews" + ], + [ + "let me know how the outback steakhouse reviews are", + "restaurant_reviews" + ], + [ + "how good are the ratings for per se", + "restaurant_reviews" + ], + [ + "what are the reviews like for khin khao", + "restaurant_reviews" + ], + [ + "how good are the ratings for the french laundry", + "restaurant_reviews" + ], + [ + "how good are the ratings for chez panisse", + "restaurant_reviews" + ], + [ + "how good are the ratings for peter luger steakhouse", + "restaurant_reviews" + ], + [ + "what are the reviews like for mission chinese", + "restaurant_reviews" + ], + [ + "what are the reviews like for zazie", + "restaurant_reviews" + ], + [ + "what are the reviews like for bar tartine", + "restaurant_reviews" + ], + [ + "what are the reviews like for la camelia", + "restaurant_reviews" + ], + [ + "how are people liking the sushi at yakamoto", + "restaurant_reviews" + ], + [ + "is there any opinions on the sushi at yakamoto", + "restaurant_reviews" + ], + [ + "is the sushi well-received at yakamoto", + "restaurant_reviews" + ], + [ + "at yakamoto how is their sushi", + "restaurant_reviews" + ], + [ + "what is the sushi like at yakamoto", + "restaurant_reviews" + ], + [ + "what are the reviews like at minnis", + "restaurant_reviews" + ], + [ + "does buffalo wild wings have good reviews", + "restaurant_reviews" + ], + [ + "tell me the reviews for bjs", + "restaurant_reviews" + ], + [ + "what are the ratings about at pho king", + "restaurant_reviews" + ], + [ + "how are the ratings like for buffalo wild wings", + "restaurant_reviews" + ], + [ + "read some of the reviews for wing stop", + "restaurant_reviews" + ], + [ + "does applebees have alright reviews", + "restaurant_reviews" + ], + [ + "does bjs get good reviews", + "restaurant_reviews" + ], + [ + "what are the ratings like for chilis", + "restaurant_reviews" + ], + [ + "what do the ratings say about korean bbq", + "restaurant_reviews" + ], + [ + "what do the ratings say for black bear diner", + "restaurant_reviews" + ], + [ + "what are the reviews for mountain mikes", + "restaurant_reviews" + ], + [ + "i need to hear reviews for panda express", + "restaurant_reviews" + ], + [ + "what are the reviews like for black bear dinner", + "restaurant_reviews" + ], + [ + "does chillis have good reviews", + "restaurant_reviews" + ], + [ + "do people like the food at wendy's", + "restaurant_reviews" + ], + [ + "are there any positive reviews for wendy's", + "restaurant_reviews" + ], + [ + "what kind of reviews does wendy's have", + "restaurant_reviews" + ], + [ + "are there any negative reviews for wendy's", + "restaurant_reviews" + ], + [ + "what do people think about the sandwiches at wendy's", + "restaurant_reviews" + ], + [ + "look up the ratings for olive garden", + "restaurant_reviews" + ], + [ + "pull up the ratings for macaroni grill", + "restaurant_reviews" + ], + [ + "tell me about the reviews for olive garden", + "restaurant_reviews" + ], + [ + "are the reviews for chevy's any good", + "restaurant_reviews" + ], + [ + "has ruby tuesday got good reviews", + "restaurant_reviews" + ], + [ + "does chili's have good reviews", + "restaurant_reviews" + ], + [ + "tell me how good ihop's ratings are", + "restaurant_reviews" + ], + [ + "fill me in on the reviews for ruby tuesday", + "restaurant_reviews" + ], + [ + "does ihop have positive reviews", + "restaurant_reviews" + ], + [ + "what are reviews for ihop like", + "restaurant_reviews" + ], + [ + "where can i see the routing number for bmo", + "routing" + ], + [ + "i need to know what my wife's account's routing number is", + "routing" + ], + [ + "how do i locate my routing number for tax reasons", + "routing" + ], + [ + "where can i look up x's routing number", + "routing" + ], + [ + "please give my routing number for my national account", + "routing" + ], + [ + "where do i go to find my routing number for southpoint", + "routing" + ], + [ + "tell me my first national account's routing number", + "routing" + ], + [ + "how can i find my routing number for el dorado", + "routing" + ], + [ + "i need you to tell my what my routing number is for my first county account", + "routing" + ], + [ + "i need the routing number for my woodlawn account", + "routing" + ], + [ + "where do i find the routing number for sunflower bank", + "routing" + ], + [ + "can i get the routing number for sunflower bank", + "routing" + ], + [ + "where do i find the routing number for nfcu", + "routing" + ], + [ + "what's bank of america's routing number", + "routing" + ], + [ + "i need to know nfcu's routing number", + "routing" + ], + [ + "can you tell me the routing number of wells fargo", + "routing" + ], + [ + "where do i find the routing number for great western bank", + "routing" + ], + [ + "how do i find axos bank's routing number", + "routing" + ], + [ + "ai, routing number for my b of a checking account", + "routing" + ], + [ + "ai, what is my chase checking routing number", + "routing" + ], + [ + "ai, routing number for my wells fargo checking", + "routing" + ], + [ + "ai, what is the routing number for my citibank savings account", + "routing" + ], + [ + "ai, what is my chase routing number", + "routing" + ], + [ + "what's my routing number from chase", + "routing" + ], + [ + "can you help me find my routing number from wells fargo", + "routing" + ], + [ + "could you tell me what my routing number from first republic is", + "routing" + ], + [ + "do you know where i can find my suntrust routing number", + "routing" + ], + [ + "how can i find my routing number from bank of america", + "routing" + ], + [ + "what routing number do i use to send an international wire with citibank", + "routing" + ], + [ + "search for my routing number for my checking account with wells fargo", + "routing" + ], + [ + "what is my pnc account routing number", + "routing" + ], + [ + "can you tell me the routing number for my chase checking", + "routing" + ], + [ + "please find my routing number for my citizens' bank account", + "routing" + ], + [ + "i need to know my bank of america account routing number", + "routing" + ], + [ + "i need to find the correct td bank routing number for my pennsylvania account", + "routing" + ], + [ + "what is the correct routing number for my citizens bank account, pennsylvania", + "routing" + ], + [ + "please find the routing number for chase bank accounts opened in new york", + "routing" + ], + [ + "can you tell me the routing number for bank of america for domestic accounts", + "routing" + ], + [ + "please tell me what my bank routing number is", + "routing" + ], + [ + "i must learn my routing number", + "routing" + ], + [ + "what's the routing number for my money market account", + "routing" + ], + [ + "tell me my bank routing number", + "routing" + ], + [ + "where do i find the routing number for wells fargo", + "routing" + ], + [ + "i wanna know my bank of america routing number", + "routing" + ], + [ + "tell me my bank of america routing number", + "routing" + ], + [ + "how do i get the routing number for chase", + "routing" + ], + [ + "what's the routing number for my savings account", + "routing" + ], + [ + "let me know my bank of america routing number", + "routing" + ], + [ + "what's the routing number for my checking account", + "routing" + ], + [ + "let me know my routing number", + "routing" + ], + [ + "what's the routing number for my current savings", + "routing" + ], + [ + "i need to know my routing number", + "routing" + ], + [ + "what's the routing number for my current checking", + "routing" + ], + [ + "i must know my bank of america routing number", + "routing" + ], + [ + "show me the routing number for chase", + "routing" + ], + [ + "i need to know my bank of america routing number", + "routing" + ], + [ + "what is my routing number for home federal account", + "routing" + ], + [ + "show me my routing number for account finishing in 29309", + "routing" + ], + [ + "for my westport account, what is the routing number", + "routing" + ], + [ + "what is the routing number for royal", + "routing" + ], + [ + "display the routing number for account huntington", + "routing" + ], + [ + "provide me the routing number for my fed account", + "routing" + ], + [ + "give me the routing number for my paragon account", + "routing" + ], + [ + "let me know what the routing number for my civista account is", + "routing" + ], + [ + "inform me of the routing number for my amerifirst account", + "routing" + ], + [ + "tell me the routing number for my wf account", + "routing" + ], + [ + "routing number for american river", + "routing" + ], + [ + "what is the routing number of cadence", + "routing" + ], + [ + "what's my pioneer routing number", + "routing" + ], + [ + "can you tell me my routing number for summit", + "routing" + ], + [ + "what is my routing number for marine bank", + "routing" + ], + [ + "can you tell me my routing number", + "routing" + ], + [ + "what is my routing number", + "routing" + ], + [ + "i need my routing number", + "routing" + ], + [ + "i want to know my routing number please", + "routing" + ], + [ + "where do i find the routing number for usaa", + "routing" + ], + [ + "what's the routing number for my navy federal account", + "routing" + ], + [ + "what's the routing number for my chase account", + "routing" + ], + [ + "what's the routing number for my bank of america account", + "routing" + ], + [ + "where do i find the routing number for chase", + "routing" + ], + [ + "where do i find the routing number for bank of america", + "routing" + ], + [ + "where do i find the routing number for bank of the west", + "routing" + ], + [ + "where do i find the routing number for navy federal", + "routing" + ], + [ + "what's the routing number for my bank of the west account", + "routing" + ], + [ + "what's the routing number for my usaa account", + "routing" + ], + [ + "what's my bank routing number", + "routing" + ], + [ + "can i get the routing number for my boa account", + "routing" + ], + [ + "i need to know the routing number for my wells fargo account", + "routing" + ], + [ + "what is the routing number for my wells fargo account", + "routing" + ], + [ + "please tell me the routing number for my wells fargo account", + "routing" + ], + [ + "please tell me my bank of america routing number", + "routing" + ], + [ + "i need to know the routing number for my checking", + "routing" + ], + [ + "could you tell me the routing number for my chase checking account", + "routing" + ], + [ + "what is my routing number on my checking account", + "routing" + ], + [ + "i need the routing number to my chase checking account", + "routing" + ], + [ + "what is the routing number on my first merit account", + "routing" + ], + [ + "can you help me find the routing number", + "routing" + ], + [ + "will you tell me my routing number", + "routing" + ], + [ + "would you tell me my routing number", + "routing" + ], + [ + "i need to know chase banks routing #", + "routing" + ], + [ + "what type of pet do you have", + "do_you_have_pets" + ], + [ + "share some information about your pets with me", + "do_you_have_pets" + ], + [ + "do you have any type of pet", + "do_you_have_pets" + ], + [ + "do you own pets", + "do_you_have_pets" + ], + [ + "what are the pets that you have in your possession", + "do_you_have_pets" + ], + [ + "describe your types of pets", + "do_you_have_pets" + ], + [ + "how would you explain the pets you own", + "do_you_have_pets" + ], + [ + "what are the pet types you own", + "do_you_have_pets" + ], + [ + "do you have any pet animals", + "do_you_have_pets" + ], + [ + "any pets in your household", + "do_you_have_pets" + ], + [ + "do you have any domestic animals", + "do_you_have_pets" + ], + [ + "which animals do you have at home", + "do_you_have_pets" + ], + [ + "tell me all about the creatures you own", + "do_you_have_pets" + ], + [ + "specifically, what pets do you own", + "do_you_have_pets" + ], + [ + "if you had to choose, would you choose a cat or a dog", + "do_you_have_pets" + ], + [ + "what is your favorite, cats or dogs", + "do_you_have_pets" + ], + [ + "what kind of person are you, a cat or dog", + "do_you_have_pets" + ], + [ + "which food do you give your pets", + "do_you_have_pets" + ], + [ + "how old are your pets", + "do_you_have_pets" + ], + [ + "the pets are all good", + "do_you_have_pets" + ], + [ + "what is the colour of your pets", + "do_you_have_pets" + ], + [ + "what is your favourite pet", + "do_you_have_pets" + ], + [ + "do you have many kinds of pets at your house", + "do_you_have_pets" + ], + [ + "what kind of pets live with you", + "do_you_have_pets" + ], + [ + "how many different pets do you have", + "do_you_have_pets" + ], + [ + "do you have different kinds of pets", + "do_you_have_pets" + ], + [ + "what sort of pets do you have", + "do_you_have_pets" + ], + [ + "tell me about your pets", + "do_you_have_pets" + ], + [ + "what sort of person are you, a cat or dog person", + "do_you_have_pets" + ], + [ + "tell me if you like cats or dogs", + "do_you_have_pets" + ], + [ + "let me know about your pets", + "do_you_have_pets" + ], + [ + "can you tell me the types of pets you have", + "do_you_have_pets" + ], + [ + "i'd like to learn more about your pets", + "do_you_have_pets" + ], + [ + "so what pets do you have", + "do_you_have_pets" + ], + [ + "would you say you like cats or dogs", + "do_you_have_pets" + ], + [ + "would you say you're a person who likes cats or dogs more", + "do_you_have_pets" + ], + [ + "cats or dogs", + "do_you_have_pets" + ], + [ + "i want to know what kinds of pets you have", + "do_you_have_pets" + ], + [ + "would you let me know if you are a cat or dog person", + "do_you_have_pets" + ], + [ + "let me know what kinds of pets you have", + "do_you_have_pets" + ], + [ + "would you tell me what kind of pets you have", + "do_you_have_pets" + ], + [ + "i am needing to know what kind of pets you have", + "do_you_have_pets" + ], + [ + "tell me what kind of pets you have", + "do_you_have_pets" + ], + [ + "i want to know if you are a cat or dog person", + "do_you_have_pets" + ], + [ + "let me know if you are a cat or dog person", + "do_you_have_pets" + ], + [ + "i need to know whether you are a cat or dog person", + "do_you_have_pets" + ], + [ + "tell me whether you are a cat or dog person", + "do_you_have_pets" + ], + [ + "you have what kind of pets", + "do_you_have_pets" + ], + [ + "you have pets of what kind", + "do_you_have_pets" + ], + [ + "pets you have what kind", + "do_you_have_pets" + ], + [ + "on pets, what kind do you have", + "do_you_have_pets" + ], + [ + "kind of what pets do you have", + "do_you_have_pets" + ], + [ + "imagine you had to pick a preferred animal between cats or dogs, which will you pick", + "do_you_have_pets" + ], + [ + "why types of animals do you currently have as pets", + "do_you_have_pets" + ], + [ + "to what animal species do your pets belong", + "do_you_have_pets" + ], + [ + "what species of pets do you own", + "do_you_have_pets" + ], + [ + "what sort of animals are your pets", + "do_you_have_pets" + ], + [ + "would you say you like dogs more or cats more", + "do_you_have_pets" + ], + [ + "are you currently a pet owner", + "do_you_have_pets" + ], + [ + "have you any pets", + "do_you_have_pets" + ], + [ + "would you say that you are now a pet owner", + "do_you_have_pets" + ], + [ + "think about if you could only say one or the other, which animal do you see yourself choosing, cats or dogs", + "do_you_have_pets" + ], + [ + "which do you prefer, cats or dogs", + "do_you_have_pets" + ], + [ + "what pets do you currently own", + "do_you_have_pets" + ], + [ + "if you were getting a pet, would you get a cat or would you get a dog", + "do_you_have_pets" + ], + [ + "which pets do you own now", + "do_you_have_pets" + ], + [ + "so are cats and dogs liked by you", + "do_you_have_pets" + ], + [ + "are you a cat person", + "do_you_have_pets" + ], + [ + "so do you like cats or dogs", + "do_you_have_pets" + ], + [ + "i gotta know what kinds of pets you have", + "do_you_have_pets" + ], + [ + "tell me what kinds of pets you have", + "do_you_have_pets" + ], + [ + "do you like cat or dogs", + "do_you_have_pets" + ], + [ + "i need to know what kinds of pets you have", + "do_you_have_pets" + ], + [ + "i wanna know what kinds of pets you have", + "do_you_have_pets" + ], + [ + "do you like cats or dogs", + "do_you_have_pets" + ], + [ + "i must know what kinds of pets you have", + "do_you_have_pets" + ], + [ + "if you had to choose, cat or dog", + "do_you_have_pets" + ], + [ + "would you like to live with a cat or a dog", + "do_you_have_pets" + ], + [ + "which domestic animal do you prefer, dog or cat", + "do_you_have_pets" + ], + [ + "what is your favorite pet, a cat or a dog", + "do_you_have_pets" + ], + [ + "do you have pets", + "do_you_have_pets" + ], + [ + "do you keep any pets", + "do_you_have_pets" + ], + [ + "what are all your pets", + "do_you_have_pets" + ], + [ + "what are your pets", + "do_you_have_pets" + ], + [ + "how many pets do you have", + "do_you_have_pets" + ], + [ + "what animals do you have", + "do_you_have_pets" + ], + [ + "do you own any pet", + "do_you_have_pets" + ], + [ + "what kind of pets do you own", + "do_you_have_pets" + ], + [ + "what are the pets that you take care of", + "do_you_have_pets" + ], + [ + "do you own any pet at all", + "do_you_have_pets" + ], + [ + "what are the pets that you raise", + "do_you_have_pets" + ], + [ + "do you have any pet at all", + "do_you_have_pets" + ], + [ + "can you tell me about the pets you have", + "do_you_have_pets" + ], + [ + "can you tell me if you have any pets", + "do_you_have_pets" + ], + [ + "i am curious about whether you have pets", + "do_you_have_pets" + ], + [ + "i want to know whether or not you are a pet owner", + "do_you_have_pets" + ], + [ + "what sorts of pets do you own", + "do_you_have_pets" + ], + [ + "i want to hear about your pets", + "do_you_have_pets" + ], + [ + "are you a pet owner", + "do_you_have_pets" + ], + [ + "what types of pets do you own", + "do_you_have_pets" + ], + [ + "i want to know if there is meeting room available at 8", + "schedule_meeting" + ], + [ + "meeting room availability from 8:00 please", + "schedule_meeting" + ], + [ + "are there any meetings room available between 8:00 and 9:00 am", + "schedule_meeting" + ], + [ + "i want to check if there is any meeting room available between 8:00 and 10:00 am", + "schedule_meeting" + ], + [ + "tell me how do i schedule a meeting", + "schedule_meeting" + ], + [ + "show me how do i schedule a meeting", + "schedule_meeting" + ], + [ + "i want to know how do i schedule a meeting", + "schedule_meeting" + ], + [ + "meeting room availability at 8:00 please", + "schedule_meeting" + ], + [ + "i want to find out how do i schedule a meeting", + "schedule_meeting" + ], + [ + "do you know how do i schedule a meeting", + "schedule_meeting" + ], + [ + "can you schedule a meeting with steve at the office", + "schedule_meeting" + ], + [ + "can you schedule a meeting with jessica at the office, please", + "schedule_meeting" + ], + [ + "can you schedule a meeting with james at the office, please", + "schedule_meeting" + ], + [ + "how do i create a meeting", + "schedule_meeting" + ], + [ + "how can i create a meeting", + "schedule_meeting" + ], + [ + "how can i schedule a meeting", + "schedule_meeting" + ], + [ + "can you schedule a meeting with steve at the office, please", + "schedule_meeting" + ], + [ + "can you schedule a meeting with james at the office", + "schedule_meeting" + ], + [ + "do you have a meeting room open from noon until 2:00 pm", + "schedule_meeting" + ], + [ + "i'd like to schedule a meeting room from 1:00 pm until 2:00 pm", + "schedule_meeting" + ], + [ + "can i book a meeting room from 2:00 pm to 3:00 pm", + "schedule_meeting" + ], + [ + "are there any meeting rooms free from 10:00 am until 10:30 am", + "schedule_meeting" + ], + [ + "what is your availability for conference rooms between one and two today", + "schedule_meeting" + ], + [ + "i want to schedule a meeting with tom for 6pm", + "schedule_meeting" + ], + [ + "add a new meeting with tom for 6pm", + "schedule_meeting" + ], + [ + "how can you schedule a meeting for me", + "schedule_meeting" + ], + [ + "can you schedule a meeting for me", + "schedule_meeting" + ], + [ + "schedule a meeting with tom for 6pm", + "schedule_meeting" + ], + [ + "i need to schedule a meeting", + "schedule_meeting" + ], + [ + "schedule a meeting for me", + "schedule_meeting" + ], + [ + "add a meeting with tom at 6pm", + "schedule_meeting" + ], + [ + "i need to set a meeting with tom at 6pm", + "schedule_meeting" + ], + [ + "would you schedule a meeting with carrie and lisa please", + "schedule_meeting" + ], + [ + "i need you to schedule a meeting with carrie and lisa", + "schedule_meeting" + ], + [ + "schedule a meeting with carrie and lisa", + "schedule_meeting" + ], + [ + "i want you to schedule a meeting with carrie and lisa", + "schedule_meeting" + ], + [ + "could you please schedule a meeting with carrie and lisa", + "schedule_meeting" + ], + [ + "i want a meeting to be scheduled", + "schedule_meeting" + ], + [ + "tell me how i can schedule a meeting", + "schedule_meeting" + ], + [ + "help me schedule a meeting", + "schedule_meeting" + ], + [ + "how does scheduling a meeting work", + "schedule_meeting" + ], + [ + "help me get a meeting set up", + "schedule_meeting" + ], + [ + "i need a meeting scheduled with bob for 7:00am on 9/11", + "schedule_meeting" + ], + [ + "get me a meeting with bill for 5:30pm tomorrow", + "schedule_meeting" + ], + [ + "i have to meet with sam at 9:00am in two days", + "schedule_meeting" + ], + [ + "set a meeting with tom for 5:30 tomorrow", + "schedule_meeting" + ], + [ + "i'm having trouble scheduling a meeting", + "schedule_meeting" + ], + [ + "put a meeting on my schedule with pam for 3:00pm on february 11th", + "schedule_meeting" + ], + [ + "are there meeting rooms available between 9-10", + "schedule_meeting" + ], + [ + "are there meeting rooms available between 7-9", + "schedule_meeting" + ], + [ + "are there meeting rooms available between 11-12", + "schedule_meeting" + ], + [ + "are there meeting rooms available between 4-8", + "schedule_meeting" + ], + [ + "are there meeting rooms available between 10-11", + "schedule_meeting" + ], + [ + "can you put in a meeting for the blue room on friday", + "schedule_meeting" + ], + [ + "can you sign me up for a meeting in the blue room on friday", + "schedule_meeting" + ], + [ + "i want to know if there are meeting rooms available between 9:00 am and 11:00 am", + "schedule_meeting" + ], + [ + "please help me schedule a meeting with john love at 9 am tomorrow", + "schedule_meeting" + ], + [ + "between 9:00 am and 11:00 am, are there meeting rooms available", + "schedule_meeting" + ], + [ + "could you schedule a meeting with john smith at 1 pm tomorrow", + "schedule_meeting" + ], + [ + "i need you to schedule a meeting with bob brown at noon the day after tomorrow", + "schedule_meeting" + ], + [ + "can see you see if there are meeting rooms available between 9:00 am and 11:00 am", + "schedule_meeting" + ], + [ + "see if you can schedule a meeting with don southerland tomorrow at noon", + "schedule_meeting" + ], + [ + "i need meeting rooms between 9:00 am and 11:00 am, are there any available", + "schedule_meeting" + ], + [ + "can you schedule a meeting at 10 am tomorrow with john smith", + "schedule_meeting" + ], + [ + "please tell me if there are meeting rooms available between 9:00 am and 11:00 am", + "schedule_meeting" + ], + [ + "can you schedule a meeting room for interviews on thursday", + "schedule_meeting" + ], + [ + "can you schedule a meeting with damon for 1", + "schedule_meeting" + ], + [ + "can you schedule a meeting with john for 12", + "schedule_meeting" + ], + [ + "can you schedule a meeting with steve for 5", + "schedule_meeting" + ], + [ + "can you schedule a meeting with george for 4", + "schedule_meeting" + ], + [ + "can you schedule a meeting with matt for 3", + "schedule_meeting" + ], + [ + "a meeting needs to be schedule and i need to know how", + "schedule_meeting" + ], + [ + "show me how to schedule a meeting", + "schedule_meeting" + ], + [ + "tell me how to schedule a meeting", + "schedule_meeting" + ], + [ + "schedule a meeting room for friday at 3pm", + "schedule_meeting" + ], + [ + "at noon, schedule a meeting with saul", + "schedule_meeting" + ], + [ + "i'd like to pencil in a meeting with seth at 11am", + "schedule_meeting" + ], + [ + "what's the meeting room availability between noon and 2", + "schedule_meeting" + ], + [ + "set up a meeting with frank at 2pm", + "schedule_meeting" + ], + [ + "are there any open meeting rooms between noon and 1", + "schedule_meeting" + ], + [ + "book me a meeting room for 12pm on february 28th", + "schedule_meeting" + ], + [ + "are any meeting rooms open between 9 and 10", + "schedule_meeting" + ], + [ + "is there an open meeting room between 2 and 4", + "schedule_meeting" + ], + [ + "can you hook me up with a meeting room on saturday morning at 10am", + "schedule_meeting" + ], + [ + "i need to schedule a meeting with mae at 5pm", + "schedule_meeting" + ], + [ + "i'm going to need a meeting room on 9am on tuesday", + "schedule_meeting" + ], + [ + "i need a meeting room at 2pm on friday", + "schedule_meeting" + ], + [ + "i'm going to need to meet with scott at 1pm", + "schedule_meeting" + ], + [ + "is it possible to book a meeting room between 10 and 11", + "schedule_meeting" + ], + [ + "would you be able to help me with a meeting room on wednesday at 3pm", + "schedule_meeting" + ], + [ + "during afternoon is there a meeting room to use", + "schedule_meeting" + ], + [ + "is there a meeting room available between one and two", + "schedule_meeting" + ], + [ + "what is the availability of meeting rooms during the afternoon", + "schedule_meeting" + ], + [ + "how many rooms are available between 2 and 3", + "schedule_meeting" + ], + [ + "check if meeting rooms are free from 6 to 7", + "schedule_meeting" + ], + [ + "please find out if rooms are free from 1 to 2", + "schedule_meeting" + ], + [ + "are any rooms free from 12 to 1", + "schedule_meeting" + ], + [ + "are there rooms available between 5 and 530", + "schedule_meeting" + ], + [ + "if i want to schedule a meeting, how do i do it", + "schedule_meeting" + ], + [ + "how is a meeting scheduled", + "schedule_meeting" + ], + [ + "what kind of gasoline can this car take", + "gas_type" + ], + [ + "is there a certain type of gas i need to use", + "gas_type" + ], + [ + "i need to know what kind of gas i can use on this car", + "gas_type" + ], + [ + "is any type of gas ok on this car", + "gas_type" + ], + [ + "is there a certain type of gas i need to use for this car", + "gas_type" + ], + [ + "i want to know the type of gasoline for this car", + "gas_type" + ], + [ + "tell me the gas type for that car", + "gas_type" + ], + [ + "tell me what type of gas this car uses", + "gas_type" + ], + [ + "tell me what kind of gas this car uses", + "gas_type" + ], + [ + "what type of fuel does my car need", + "gas_type" + ], + [ + "what type of gas does the car use", + "gas_type" + ], + [ + "what type of fuel do i need to use to fill the car up with", + "gas_type" + ], + [ + "what type of gas do i need to use in this car", + "gas_type" + ], + [ + "what type of gas does this car need", + "gas_type" + ], + [ + "what kind of fuel do i need", + "gas_type" + ], + [ + "what kind of gas will i need to put in this car", + "gas_type" + ], + [ + "i need to know what kind of fuel this car needs", + "gas_type" + ], + [ + "what kind of gas should i use to fill the car", + "gas_type" + ], + [ + "what kind of petrol goes in the tank", + "gas_type" + ], + [ + "can i use any fuel in my car", + "gas_type" + ], + [ + "what kind of fuel should i use to fill the car", + "gas_type" + ], + [ + "tell me what type of fuel i need to use for this car", + "gas_type" + ], + [ + "what fuel do i need for my car", + "gas_type" + ], + [ + "what kind of gas should i put in this car", + "gas_type" + ], + [ + "what gas do i need to fill the car up with", + "gas_type" + ], + [ + "does my car need specific fuel", + "gas_type" + ], + [ + "which type of gas do i need to put in my car", + "gas_type" + ], + [ + "what sort of gas does the car need", + "gas_type" + ], + [ + "tell me what cas is needed for this car", + "gas_type" + ], + [ + "i need to know what kind of gas to put in this car", + "gas_type" + ], + [ + "i would like to know the kind of gas that this car uses", + "gas_type" + ], + [ + "tell me the gas i need to fill this car up with", + "gas_type" + ], + [ + "what gas does the car need", + "gas_type" + ], + [ + "what gas does that car currently use", + "gas_type" + ], + [ + "what gas does the car use", + "gas_type" + ], + [ + "i wanna know the gas i need to fill this car up with", + "gas_type" + ], + [ + "what kind of gas does my car currently need", + "gas_type" + ], + [ + "what gas is needed for the car", + "gas_type" + ], + [ + "i wanna know the gad i need to fill this car up with", + "gas_type" + ], + [ + "please inform me the gas i need to fill this car up with", + "gas_type" + ], + [ + "what gas does my car use", + "gas_type" + ], + [ + "so what kind of gas does my car need", + "gas_type" + ], + [ + "i wish to know the gas i need to fill this car up with", + "gas_type" + ], + [ + "what type of gas does my car use", + "gas_type" + ], + [ + "what kind of gas does my car use", + "gas_type" + ], + [ + "what type of gas am i allowed to put in this car", + "gas_type" + ], + [ + "what kind of gas should go in this car", + "gas_type" + ], + [ + "what kind of gas goes in this car", + "gas_type" + ], + [ + "what type of gas does this car take", + "gas_type" + ], + [ + "what kind of gas does my vehicle take", + "gas_type" + ], + [ + "what sort of fuel does this car take", + "gas_type" + ], + [ + "what type of fuel is used for this vehicle", + "gas_type" + ], + [ + "what sort of fuel should i use for this car", + "gas_type" + ], + [ + "tell me the kind of fuel that my vehicle operates on", + "gas_type" + ], + [ + "what kind of fuel does my vehicle run on", + "gas_type" + ], + [ + "what sort of gas should i get for my car", + "gas_type" + ], + [ + "tell me the right kind of gas for this car", + "gas_type" + ], + [ + "look up the kind of fuel i use in my car", + "gas_type" + ], + [ + "what sort of fuel do i need for my car", + "gas_type" + ], + [ + "can you check what fuel type to use with this car", + "gas_type" + ], + [ + "what kind of gas does this car take", + "gas_type" + ], + [ + "look up the type of gas needed for this vehicle", + "gas_type" + ], + [ + "tell me the fuel type used by my car", + "gas_type" + ], + [ + "what kind of gas is needed for this car", + "gas_type" + ], + [ + "does it matter what kind of gas i fill up my car with", + "gas_type" + ], + [ + "should i use premium gas with this car", + "gas_type" + ], + [ + "will using a different type of gas matter for this car", + "gas_type" + ], + [ + "will this car run on the cheaper gas", + "gas_type" + ], + [ + "can i put normal unleaded in this car", + "gas_type" + ], + [ + "is unleaded ok or should i use premium", + "gas_type" + ], + [ + "what percentage gas do i need", + "gas_type" + ], + [ + "what kind of gas does this car use", + "gas_type" + ], + [ + "what type of fuel should i use in my car", + "gas_type" + ], + [ + "which fuel does my car take", + "gas_type" + ], + [ + "what kind of fuel goes in my engine", + "gas_type" + ], + [ + "does this car take regular gas", + "gas_type" + ], + [ + "tell me the gasoline type for this car", + "gas_type" + ], + [ + "what type of gas do i need to put in this car", + "gas_type" + ], + [ + "what type of gas do i need for this car", + "gas_type" + ], + [ + "does this care use premium gas", + "gas_type" + ], + [ + "is regular gas ok or does this car need something else", + "gas_type" + ], + [ + "which gas grade does this car take", + "gas_type" + ], + [ + "which gas type does this car take", + "gas_type" + ], + [ + "what's the correct fuel type for my car", + "gas_type" + ], + [ + "does this car need high octane gas", + "gas_type" + ], + [ + "does this take regular unleaded", + "gas_type" + ], + [ + "is there a minimum gas grade this car needs", + "gas_type" + ], + [ + "tell me the fuel my car takes", + "gas_type" + ], + [ + "my car uses what type of fuel", + "gas_type" + ], + [ + "tell me the type of fuel my car takes", + "gas_type" + ], + [ + "tell me what type of fuel my car uses", + "gas_type" + ], + [ + "what type of fuel does my car use", + "gas_type" + ], + [ + "what kind of gas do i put in my car", + "gas_type" + ], + [ + "what gasoline do i need to buy", + "gas_type" + ], + [ + "what kind of gas does my car take", + "gas_type" + ], + [ + "what kind of gas does this car need", + "gas_type" + ], + [ + "what kind of gas should i put into this car", + "gas_type" + ], + [ + "what gas does this car need", + "gas_type" + ], + [ + "what gas should i fill it up with", + "gas_type" + ], + [ + "what do i need to gas up this car", + "gas_type" + ], + [ + "do i need a socket converter if i'm going to mexico", + "plug_type" + ], + [ + "does england have a different plug type and if so what is it", + "plug_type" + ], + [ + "is there a conversion plug if you travel to australia", + "plug_type" + ], + [ + "what kind of plug type do they use in russia", + "plug_type" + ], + [ + "what type of plug do i need to bring if i visit japan", + "plug_type" + ], + [ + "what type of plug do they use in mexico", + "plug_type" + ], + [ + "when you go to germany, do you need a special converter for your plugs", + "plug_type" + ], + [ + "do visitors to japan need to use a socket converter", + "plug_type" + ], + [ + "do you need a special outlet converter in sweden", + "plug_type" + ], + [ + "do i need a power adapter in mexico", + "plug_type" + ], + [ + "do they use special outlets in australia", + "plug_type" + ], + [ + "do they use any special type of plug in spain that you need a converter for", + "plug_type" + ], + [ + "do i need to have a socket converter in canada", + "plug_type" + ], + [ + "is a socket converter required if i travel to russia", + "plug_type" + ], + [ + "do they use weird plugs in australia where i'd need some kind of socket converter", + "plug_type" + ], + [ + "is there an outlet plug adapter", + "plug_type" + ], + [ + "can you tell me what kind of outlet plug there is over there", + "plug_type" + ], + [ + "how do i know what the outlets are like", + "plug_type" + ], + [ + "i'm going out of country, what type of outlet plug do i need", + "plug_type" + ], + [ + "what if i have the wrong plug", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in ohio", + "plug_type" + ], + [ + "in osaka, do i need a plug converter for my electronics", + "plug_type" + ], + [ + "will i need a plug converter for my electronics in amman", + "plug_type" + ], + [ + "what plug types are there in cuba", + "plug_type" + ], + [ + "in chile, what kind of plugs are used", + "plug_type" + ], + [ + "what type of plugs do they use in london", + "plug_type" + ], + [ + "if i visit cairo will i need a plug converter", + "plug_type" + ], + [ + "to charge my phone in india will i need a plug converter", + "plug_type" + ], + [ + "what kind of plugs will i need when i'm in ecuador", + "plug_type" + ], + [ + "will i need to use a plug converter in el salvador", + "plug_type" + ], + [ + "what plugs are used in spain", + "plug_type" + ], + [ + "what type of plug does the country use", + "plug_type" + ], + [ + "give me the plug type for the country", + "plug_type" + ], + [ + "what kind of plug does the country use", + "plug_type" + ], + [ + "i have to know what plug that country uses", + "plug_type" + ], + [ + "inform me as to the plug type of the country", + "plug_type" + ], + [ + "which type of plugs do they use in scotland", + "plug_type" + ], + [ + "are socket converters needed in lisbon", + "plug_type" + ], + [ + "will i need a socket converter when i go to france", + "plug_type" + ], + [ + "is a socket converter required in india", + "plug_type" + ], + [ + "what kind of plug does my hair dryer use in south korea", + "plug_type" + ], + [ + "if i go to dublin is a socket converter needed", + "plug_type" + ], + [ + "what type of plugs are used in cambodia", + "plug_type" + ], + [ + "what kind of plug do i need for my razor in ireland", + "plug_type" + ], + [ + "when i go to dubai will i need a socket converter", + "plug_type" + ], + [ + "when i go to mexico, what kind of plugs do i need", + "plug_type" + ], + [ + "what kind of plug converter is needed in c", + "plug_type" + ], + [ + "what kind of outlets does havana have", + "plug_type" + ], + [ + "do i need a plug converter in doha", + "plug_type" + ], + [ + "is a plug converter required for haiti", + "plug_type" + ], + [ + "do i need to get a plug converter for athens", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in russia", + "plug_type" + ], + [ + "do i need a plug converter when i visit russia", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in china", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in uruguay", + "plug_type" + ], + [ + "do i need a plug converter when i visit belgium", + "plug_type" + ], + [ + "what plug type does russia use", + "plug_type" + ], + [ + "what plug type does greece use", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in germany", + "plug_type" + ], + [ + "what plug type does spain use", + "plug_type" + ], + [ + "what plug type is used in spain", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in france", + "plug_type" + ], + [ + "tell me the plug type that is used in scotland", + "plug_type" + ], + [ + "should i bring a converter to barcelona", + "plug_type" + ], + [ + "do i need a converter in barcelona", + "plug_type" + ], + [ + "are barcelona plugs compatible", + "plug_type" + ], + [ + "will my plugs work in barcelona", + "plug_type" + ], + [ + "are the plugs different in barcelona", + "plug_type" + ], + [ + "what kind of outlets do they use in z", + "plug_type" + ], + [ + "what kind of electrical outlets do they use in z", + "plug_type" + ], + [ + "what kind of electrical plugs do they uze in z", + "plug_type" + ], + [ + "what kind of hertz outlets do they use in z", + "plug_type" + ], + [ + "do i need a socket converter in england", + "plug_type" + ], + [ + "are socket converters necessary in england", + "plug_type" + ], + [ + "should i bring my socket converter while traveling to england", + "plug_type" + ], + [ + "should i bring my socket converter to england", + "plug_type" + ], + [ + "does england require socket converters", + "plug_type" + ], + [ + "should i buy a specific plug type when in china", + "plug_type" + ], + [ + "would i need to buy a plug converter when in rome", + "plug_type" + ], + [ + "do i really need a plug converter when in london", + "plug_type" + ], + [ + "what type of plug do i need when in rome", + "plug_type" + ], + [ + "would it be smart to get a plug converter when i visit israel", + "plug_type" + ], + [ + "what do the plugs look like in japan", + "plug_type" + ], + [ + "should i buy a plug converter if i am traveling to egypt", + "plug_type" + ], + [ + "does australia have different plug sizes", + "plug_type" + ], + [ + "what are those european plugs called", + "plug_type" + ], + [ + "should i purchase a new plug converter when in france", + "plug_type" + ], + [ + "when i visit thailand do i need a plug converter", + "plug_type" + ], + [ + "can i use the plug i use at home when traveling in south america", + "plug_type" + ], + [ + "is a plug converter necessary in mexico", + "plug_type" + ], + [ + "when in europe would i be able to use a regular plug", + "plug_type" + ], + [ + "can i use an ordinary plug in scotland", + "plug_type" + ], + [ + "what is the plug type in france", + "plug_type" + ], + [ + "what plug type would i use in japan", + "plug_type" + ], + [ + "do i need a plug converter when i visit france", + "plug_type" + ], + [ + "do i need a plug converter when i visit china", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in sweden", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in eithiopia", + "plug_type" + ], + [ + "do i need a socket converter if i'm going to be in hong kong", + "plug_type" + ], + [ + "what plug type should i use in england", + "plug_type" + ], + [ + "tell me the status of my tires and when i need to replace them", + "tire_change" + ], + [ + "how many more miles can i drive before changing my tires", + "tire_change" + ], + [ + "how many miles can i drive before changing my tires", + "tire_change" + ], + [ + "when will my tires need to be replaced", + "tire_change" + ], + [ + "how is the tread on my tires", + "tire_change" + ], + [ + "when should i replace my tires next if i last replaced them on july 15th", + "tire_change" + ], + [ + "when are my tires due to be changed", + "tire_change" + ], + [ + "what date should i get my tires changed", + "tire_change" + ], + [ + "my tires need to be changed when", + "tire_change" + ], + [ + "how often do tires need changing", + "tire_change" + ], + [ + "when should i try to change my tires", + "tire_change" + ], + [ + "when is it imperative that i get my tires changed", + "tire_change" + ], + [ + "when do my tires need some changing", + "tire_change" + ], + [ + "when do my tires need changing", + "tire_change" + ], + [ + "when do i have to get my tires changed", + "tire_change" + ], + [ + "when should i replace my tires next if i last replaced them on the 1st", + "tire_change" + ], + [ + "tell when should i get my tires changed next", + "tire_change" + ], + [ + "tell me when should i get my tires changed next", + "tire_change" + ], + [ + "i need to know when should i get my tires changed next", + "tire_change" + ], + [ + "let me know when should i get my tires changed next", + "tire_change" + ], + [ + "when shall i get my tires changed", + "tire_change" + ], + [ + "when do i need to get my tires changed", + "tire_change" + ], + [ + "when must i get my tires changed", + "tire_change" + ], + [ + "i wanna know when should i get my tires changed next", + "tire_change" + ], + [ + "when am i due for a tire change", + "tire_change" + ], + [ + "do i need new tires if i just got them replaced on january 2017", + "tire_change" + ], + [ + "how many times a year should i change my tires", + "tire_change" + ], + [ + "do i need replacement tires if my last purchase was in june 2015", + "tire_change" + ], + [ + "if i bought new tires on may 27th, should i still need new ones", + "tire_change" + ], + [ + "would i need new tires if my last purchase was in may of 2018", + "tire_change" + ], + [ + "would you say i need new tires if i last bought them on the 24th", + "tire_change" + ], + [ + "do i need to change any of my tires", + "tire_change" + ], + [ + "i got my new tires a month ago, when should i replace them", + "tire_change" + ], + [ + "when should i get new tires i just replaced them", + "tire_change" + ], + [ + "i purchased new tires yesterday, should i buy new ones", + "tire_change" + ], + [ + "how soon should i replace my tires from yesterday", + "tire_change" + ], + [ + "i replaced my tires yesterday, when should i get new ones", + "tire_change" + ], + [ + "can you please let me know when next my tires are due to be changed", + "tire_change" + ], + [ + "please confirm the next time i should get the tires on my car replaced", + "tire_change" + ], + [ + "when is it recommended that i change my tires next", + "tire_change" + ], + [ + "how long until i should have my tires replaced", + "tire_change" + ], + [ + "when should i get new tires i last replaced them four years ago", + "tire_change" + ], + [ + "how many miles do i drive before i have to get new tires i replaced them four years ago", + "tire_change" + ], + [ + "how low should the tread be on my tires to replace them i bought new tires four years ago", + "tire_change" + ], + [ + "when should i get my tires changed again", + "tire_change" + ], + [ + "when do my tires need to be changed again", + "tire_change" + ], + [ + "when will i need to change my tires again", + "tire_change" + ], + [ + "when do i need to change my tires again", + "tire_change" + ], + [ + "when should my tires be changed next", + "tire_change" + ], + [ + "i replaced my tires on may 2, so when should i replace them next", + "tire_change" + ], + [ + "if i replaced my tires on labor day, when should i next replace them", + "tire_change" + ], + [ + "when should i have my tires replaced if i replaced them on the first of march", + "tire_change" + ], + [ + "if i replaced my tires on christmas eve, when will i need to replace them again", + "tire_change" + ], + [ + "when will i need to replace my tires if i last replaced them on december 20", + "tire_change" + ], + [ + "how long can i go before i need to change my tires", + "tire_change" + ], + [ + "when should i go in and have my tires changed", + "tire_change" + ], + [ + "how much time do i have before i have to change my tires", + "tire_change" + ], + [ + "when should i get new tires", + "tire_change" + ], + [ + "when ought i get my tires changed next", + "tire_change" + ], + [ + "are my tires due to be changed", + "tire_change" + ], + [ + "are my tires due to be changed soon", + "tire_change" + ], + [ + "how long until i have to replace my tires", + "tire_change" + ], + [ + "how much longer until i have to change my tires", + "tire_change" + ], + [ + "when's the next time i should change my tires", + "tire_change" + ], + [ + "when do i take my car in for a tire change", + "tire_change" + ], + [ + "how long until i need to change my tires", + "tire_change" + ], + [ + "how many miles until i change my tires", + "tire_change" + ], + [ + "when are my tires next due for a change", + "tire_change" + ], + [ + "how often do you change your tires", + "tire_change" + ], + [ + "how long do tires last for", + "tire_change" + ], + [ + "how many miles can i drive before i need to change my tires", + "tire_change" + ], + [ + "what signs should i look for to know if i should change my tires", + "tire_change" + ], + [ + "is there a way to tell if i need new tires", + "tire_change" + ], + [ + "when should i replace my tires next, if i replaced them on january 15, 2018", + "tire_change" + ], + [ + "when should i replace my tires if i replaced them last year", + "tire_change" + ], + [ + "how do i know when to change my tires", + "tire_change" + ], + [ + "tell me how i can tell if my tires need to be changed", + "tire_change" + ], + [ + "is it time for new tires", + "tire_change" + ], + [ + "do i need new tires", + "tire_change" + ], + [ + "tell me when i need to replace my tires, if i replaced them on october 1, 2017", + "tire_change" + ], + [ + "do i need to replace my tires if i replaced my tires in january", + "tire_change" + ], + [ + "i replaced my tires in december, when should i replace them again", + "tire_change" + ], + [ + "how often should i replace my tires sense i replaced them on 2/21/17", + "tire_change" + ], + [ + "i replaced my tires last year when should i replace my tires again", + "tire_change" + ], + [ + "when do you think i should replace my tires because i replaced them on 12/21/17", + "tire_change" + ], + [ + "how long before i need to replace my tires after i replaced them on 2/24/18", + "tire_change" + ], + [ + "when should i replace my tires sense i last replaced them on 3/21/17", + "tire_change" + ], + [ + "when is the right time to change my tires", + "tire_change" + ], + [ + "is it time to change my tires", + "tire_change" + ], + [ + "when do i need to change my tires", + "tire_change" + ], + [ + "do my tires need to be changed", + "tire_change" + ], + [ + "should i change my tires", + "tire_change" + ], + [ + "when will my tires need changed", + "tire_change" + ], + [ + "how many miles before i need my tires changed", + "tire_change" + ], + [ + "is there a specific date when i should get my tires changed", + "tire_change" + ], + [ + "can you tell me when my tires should get changed", + "tire_change" + ], + [ + "is there a time when i should get my tires changed", + "tire_change" + ], + [ + "would you tell me when i should replace my tires next if i last replaced them on june 2", + "tire_change" + ], + [ + "help me and let me know when i should replace my tires next if i last replaced them on june 2", + "tire_change" + ], + [ + "i need to know when i should replace my tires next if i last replaced them on june 2", + "tire_change" + ], + [ + "how many pesos can i get for one dollar", + "exchange_rate" + ], + [ + "what is the current going rate for exchanging dollars for pesos", + "exchange_rate" + ], + [ + "tell me the exchange rate between dollars and pesos", + "exchange_rate" + ], + [ + "let me know what the exchange rate between dollars and pesos is", + "exchange_rate" + ], + [ + "what's the exchange rate between dollars and pesos", + "exchange_rate" + ], + [ + "whats dollars won in 15", + "exchange_rate" + ], + [ + "what's dollars yen in 10", + "exchange_rate" + ], + [ + "whats pesos australian dollars in 20", + "exchange_rate" + ], + [ + "whats rupees dollars in 30", + "exchange_rate" + ], + [ + "whats euros kroner in 25", + "exchange_rate" + ], + [ + "how many lira can i get for 250 dollars", + "exchange_rate" + ], + [ + "what is the exchange rate in pesos for 100 dollars", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 25 euros", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 75 euros", + "exchange_rate" + ], + [ + "what is the equal number of dollars i can exchange for 50 pesos", + "exchange_rate" + ], + [ + "tell me the exchange rate between rubles and dollars", + "exchange_rate" + ], + [ + "i wanna know five dollars in yen and rubles", + "exchange_rate" + ], + [ + "what's the currency conversion between rubles and yen", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 10 yen", + "exchange_rate" + ], + [ + "i wanna know the exchange rate between yen and dollars", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 10000 rubles", + "exchange_rate" + ], + [ + "what is 5 in yen and rubles", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 5000 rubles", + "exchange_rate" + ], + [ + "i need to know five dollars in yen and rubles", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 10000 yen", + "exchange_rate" + ], + [ + "i gotta know the exchange rate between yen and rubles", + "exchange_rate" + ], + [ + "what's the currency conversion between rubles and dollars", + "exchange_rate" + ], + [ + "what's the currency conversion between usd and yen", + "exchange_rate" + ], + [ + "what's the currency conversion between usd and pounds", + "exchange_rate" + ], + [ + "i would love to know the exchange rate between rubles and pounds", + "exchange_rate" + ], + [ + "tell me five dollars in yen and rubles", + "exchange_rate" + ], + [ + "i must know five dollars in yen and rubles", + "exchange_rate" + ], + [ + "let me know the exchange rate between dollars and rubles", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 100000 yen", + "exchange_rate" + ], + [ + "what's the currency conversion between rubles and pounds", + "exchange_rate" + ], + [ + "what is the exchange rate between usd and british pounds", + "exchange_rate" + ], + [ + "usd to yen is what right now", + "exchange_rate" + ], + [ + "what is the exchange rate between british pounds and yen", + "exchange_rate" + ], + [ + "usd to the euro exchanges at what right now", + "exchange_rate" + ], + [ + "what is the exchange rate between usd and the euro", + "exchange_rate" + ], + [ + "how much can i expect to receive if i trade in 6 yens", + "exchange_rate" + ], + [ + "what is the amount of dollars i get if i trade in 6 yens", + "exchange_rate" + ], + [ + "what is the maximum dollars i can get for 6 yens", + "exchange_rate" + ], + [ + "what is the quantity of dollars i receive for trading 6 yens", + "exchange_rate" + ], + [ + "how much dollars do i receive if i trade in 6 yens", + "exchange_rate" + ], + [ + "how many pesos in one dollar us", + "exchange_rate" + ], + [ + "how much is twenty pounds sterling in us dollars", + "exchange_rate" + ], + [ + "what is the the exchange rate for us dollars to euros", + "exchange_rate" + ], + [ + "can you tell me the exchange rate for yen to euros", + "exchange_rate" + ], + [ + "what is the exchange rate from pounds sterling to us dollars", + "exchange_rate" + ], + [ + "how many pesos equals 500 dollars", + "exchange_rate" + ], + [ + "tell me how many pesos equal 500 dollars", + "exchange_rate" + ], + [ + "what is the conversion for 500 dollars to pesos", + "exchange_rate" + ], + [ + "how much is 500 dollars in pesos", + "exchange_rate" + ], + [ + "500 dollars equals what in pesos", + "exchange_rate" + ], + [ + "how does 10 pounds convert to euros", + "exchange_rate" + ], + [ + "how many canadian dollars can i get for 5 us dollars", + "exchange_rate" + ], + [ + "how many euros can i exchange for 5 us dollars", + "exchange_rate" + ], + [ + "what is the exchange to yen if i have 100 us dollars", + "exchange_rate" + ], + [ + "how many us dollars can i get for 20 euros", + "exchange_rate" + ], + [ + "can you tell me today's rate for cad to usd", + "exchange_rate" + ], + [ + "how much cad can i get with my one usd", + "exchange_rate" + ], + [ + "is the dollar strong against the yen today", + "exchange_rate" + ], + [ + "tell me the exchange rate of dollars to yen", + "exchange_rate" + ], + [ + "what is one dollar worth in mexico", + "exchange_rate" + ], + [ + "i need to know the conversion for dollars to pesos", + "exchange_rate" + ], + [ + "can you tell me dollars to franks", + "exchange_rate" + ], + [ + "i would like to know the usd to aud conversion rate", + "exchange_rate" + ], + [ + "i need to know the dollar to peso conversion", + "exchange_rate" + ], + [ + "us dollars to uk", + "exchange_rate" + ], + [ + "exchange rate between mexico and us", + "exchange_rate" + ], + [ + "how many dollars is one mexican peso", + "exchange_rate" + ], + [ + "dollar to pesos exchange rate", + "exchange_rate" + ], + [ + "exchange rate to go from dollar to yen", + "exchange_rate" + ], + [ + "us and mexico exchange rate", + "exchange_rate" + ], + [ + "what is 2 francs in euros", + "exchange_rate" + ], + [ + "what's 10 pounds in dollars", + "exchange_rate" + ], + [ + "what is 56 dollars in yen", + "exchange_rate" + ], + [ + "what's 11 yen in pounds", + "exchange_rate" + ], + [ + "what's 10 euros in dollars", + "exchange_rate" + ], + [ + "how many swedish kroner do i get for a dollar", + "exchange_rate" + ], + [ + "how much is 10 us dollars in canadian dollars", + "exchange_rate" + ], + [ + "what is 50 dollars in euros", + "exchange_rate" + ], + [ + "what is the exchange rate for canadian dollars to us dollars", + "exchange_rate" + ], + [ + "what is the current exchange rate for the dollar and the yen", + "exchange_rate" + ], + [ + "if i have 10 us dollars, how many pounds sterling is that", + "exchange_rate" + ], + [ + "if i have 20,000 yen, how much is that in usd", + "exchange_rate" + ], + [ + "what's 50 euro in dollars", + "exchange_rate" + ], + [ + "how much is the euro in dollars", + "exchange_rate" + ], + [ + "what is the current exchange rate of yen to lira", + "exchange_rate" + ], + [ + "convert krugerrands to saudi riyal", + "exchange_rate" + ], + [ + "tell me the currency conversion rate from kurus to euros", + "exchange_rate" + ], + [ + "i need the exchange rate between pounds and us dollars", + "exchange_rate" + ], + [ + "what is the exchange rate between rubles and us dollars", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 200 pounds", + "exchange_rate" + ], + [ + "how many euros can i exchange for 200 yen", + "exchange_rate" + ], + [ + "how many canadian dollars can i exchange for 200 yen", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 200 yen", + "exchange_rate" + ], + [ + "how many dollars can i exchange for 200 euros", + "exchange_rate" + ], + [ + "what is the yen worth in terms of the peso", + "exchange_rate" + ], + [ + "when is the upcoming holiday, please", + "next_holiday" + ], + [ + "when is the upcoming holiday", + "next_holiday" + ], + [ + "what day is our next free day", + "next_holiday" + ], + [ + "when is the next scheduled holiday", + "next_holiday" + ], + [ + "when is the next scheduled holiday, please", + "next_holiday" + ], + [ + "when is our next free day", + "next_holiday" + ], + [ + "when is our next free day, please", + "next_holiday" + ], + [ + "what day is our next free day, please", + "next_holiday" + ], + [ + "what day is our next free day on the calendar, please", + "next_holiday" + ], + [ + "when is the next holiday, please", + "next_holiday" + ], + [ + "are there any holidays this month", + "next_holiday" + ], + [ + "when is the next day i have off", + "next_holiday" + ], + [ + "how many more days until my next paid day off", + "next_holiday" + ], + [ + "which holiday is next in line", + "next_holiday" + ], + [ + "i need to know how long until my next vacation day", + "next_holiday" + ], + [ + "is there a holiday next week", + "next_holiday" + ], + [ + "how many days until i am off", + "next_holiday" + ], + [ + "when is my next vacation day", + "next_holiday" + ], + [ + "what's the time period till our next day off", + "next_holiday" + ], + [ + "how much time till the next day off", + "next_holiday" + ], + [ + "how much longer till the next day off", + "next_holiday" + ], + [ + "how much time till the next time off", + "next_holiday" + ], + [ + "how many days till we have off again", + "next_holiday" + ], + [ + "when's the next time i get a day off", + "next_holiday" + ], + [ + "when is the next scheduled day off", + "next_holiday" + ], + [ + "what's the next day i am scheduled off", + "next_holiday" + ], + [ + "what's the closest holiday after today", + "next_holiday" + ], + [ + "do i have a day off coming up soon", + "next_holiday" + ], + [ + "what is the next holiday on the calendar", + "next_holiday" + ], + [ + "how many days until my next day off", + "next_holiday" + ], + [ + "what holiday comes next", + "next_holiday" + ], + [ + "when will i get the next holiday with pay", + "next_holiday" + ], + [ + "when is the next time off for a holiday here", + "next_holiday" + ], + [ + "check when the next day is i can go fishing will be", + "next_holiday" + ], + [ + "when is the next office holiday", + "next_holiday" + ], + [ + "when does my current job have the next official paid holiday", + "next_holiday" + ], + [ + "what's the next scheduled holiday at this job", + "next_holiday" + ], + [ + "when will we next get to stay home from work", + "next_holiday" + ], + [ + "when's the next federally recognized holiday", + "next_holiday" + ], + [ + "when's the next time my job'll give me a day to myself", + "next_holiday" + ], + [ + "when does this place let us have a holiday next", + "next_holiday" + ], + [ + "let me know when my next day off is", + "next_holiday" + ], + [ + "can you tell me when our next day off is", + "next_holiday" + ], + [ + "when do i get a day off", + "next_holiday" + ], + [ + "give me the info of when our next day off is", + "next_holiday" + ], + [ + "show me my next day off", + "next_holiday" + ], + [ + "how many more weeks until the next holiday", + "next_holiday" + ], + [ + "which holiday is next", + "next_holiday" + ], + [ + "how many more days until the next holiday", + "next_holiday" + ], + [ + "how soon until the next holiday", + "next_holiday" + ], + [ + "tell me when i will next have the day off", + "next_holiday" + ], + [ + "tell me when the next holiday arrives", + "next_holiday" + ], + [ + "tell me when the next day off will be", + "next_holiday" + ], + [ + "please look up the next holiday for me", + "next_holiday" + ], + [ + "i need to know when i will next have the day off", + "next_holiday" + ], + [ + "find out for me when the next holiday will be", + "next_holiday" + ], + [ + "look up when our next day off will be", + "next_holiday" + ], + [ + "i need to know when the next holiday is", + "next_holiday" + ], + [ + "when can i expect my next day off", + "next_holiday" + ], + [ + "can you tell me what the next holiday is", + "next_holiday" + ], + [ + "do you know the date of my next day off", + "next_holiday" + ], + [ + "please tell me what the next holiday is", + "next_holiday" + ], + [ + "i need to know when the next holiday will be", + "next_holiday" + ], + [ + "i need to know when my next day off is", + "next_holiday" + ], + [ + "what is the date of the next holiday", + "next_holiday" + ], + [ + "how soon is my next day off", + "next_holiday" + ], + [ + "tell me when my next day off is", + "next_holiday" + ], + [ + "how long until my next day off", + "next_holiday" + ], + [ + "when will we have another day off", + "next_holiday" + ], + [ + "what is my next day off", + "next_holiday" + ], + [ + "whats the next day that i am off", + "next_holiday" + ], + [ + "how many days until the next holiday arrives", + "next_holiday" + ], + [ + "what day am i off next", + "next_holiday" + ], + [ + "how much longer until my next day off", + "next_holiday" + ], + [ + "when is my next day off", + "next_holiday" + ], + [ + "when will i be off again", + "next_holiday" + ], + [ + "to what extent until the following day away from work", + "next_holiday" + ], + [ + "to what extent until the following three day weekend", + "next_holiday" + ], + [ + "to what extent until the following free day", + "next_holiday" + ], + [ + "what is the next holiday", + "next_holiday" + ], + [ + "tell me what holiday is comming up next", + "next_holiday" + ], + [ + "are there any holiday's comming up", + "next_holiday" + ], + [ + "what holiday's are comming up next", + "next_holiday" + ], + [ + "when can i expect the next holiday here", + "next_holiday" + ], + [ + "is the next day off coming up", + "next_holiday" + ], + [ + "when's the next day off coming up", + "next_holiday" + ], + [ + "how long before the next day off is here", + "next_holiday" + ], + [ + "when is the next day off", + "next_holiday" + ], + [ + "when will the day off be", + "next_holiday" + ], + [ + "i need to know when i get my next day off", + "next_holiday" + ], + [ + "when do i finally get a day off", + "next_holiday" + ], + [ + "when don't i have to work next", + "next_holiday" + ], + [ + "what holiday can i expect next", + "next_holiday" + ], + [ + "do you know when my next day off is coming", + "next_holiday" + ], + [ + "what holiday is coming up next", + "next_holiday" + ], + [ + "when do i have some time off next", + "next_holiday" + ], + [ + "when's the next holiday coming", + "next_holiday" + ], + [ + "can you tell me the next holiday", + "next_holiday" + ], + [ + "what's the next holiday", + "next_holiday" + ], + [ + "what's the date of the next closest holiday", + "next_holiday" + ], + [ + "raise the volume to 4 please", + "change_volume" + ], + [ + "please set the volume to 4", + "change_volume" + ], + [ + "please increase the volume to 4", + "change_volume" + ], + [ + "please raise the volume to 4", + "change_volume" + ], + [ + "set the volume to 4 please", + "change_volume" + ], + [ + "bring the volume up overall", + "change_volume" + ], + [ + "make the volume louder", + "change_volume" + ], + [ + "bring the sound up", + "change_volume" + ], + [ + "turn your speakers up", + "change_volume" + ], + [ + "make the speakers louder", + "change_volume" + ], + [ + "lower your volume", + "change_volume" + ], + [ + "go ahead and increase the volume to 4 please", + "change_volume" + ], + [ + "you must increase the volume to 4 please", + "change_volume" + ], + [ + "go ahead and your volume", + "change_volume" + ], + [ + "you must increase your volume", + "change_volume" + ], + [ + "please increase your volume", + "change_volume" + ], + [ + "please increase your speaker volume", + "change_volume" + ], + [ + "go now and increase the volume to 4 please", + "change_volume" + ], + [ + "please increase the volume to 4 please", + "change_volume" + ], + [ + "i want to increase your volume", + "change_volume" + ], + [ + "i need you to your volume", + "change_volume" + ], + [ + "please your volume", + "change_volume" + ], + [ + "go ahead and increase your speaker volume", + "change_volume" + ], + [ + "i want you to your volume", + "change_volume" + ], + [ + "i need you to increase your volume", + "change_volume" + ], + [ + "i need you to increase your speaker volume", + "change_volume" + ], + [ + "please go ahead and increase your speaker volume", + "change_volume" + ], + [ + "make my volume louder please", + "change_volume" + ], + [ + "make the sound of my speaker greater", + "change_volume" + ], + [ + "can you rise the volume of this please", + "change_volume" + ], + [ + "change the speaker volume to a louder one", + "change_volume" + ], + [ + "i want the speaker to be louder please", + "change_volume" + ], + [ + "i can't hear you", + "change_volume" + ], + [ + "turn it up please", + "change_volume" + ], + [ + "i need it louder", + "change_volume" + ], + [ + "the sound is too low", + "change_volume" + ], + [ + "the speaker volume needs to be increased", + "change_volume" + ], + [ + "would you please increase your speaker volume", + "change_volume" + ], + [ + "i need you to increase the speaker volume", + "change_volume" + ], + [ + "can you increase the speaker volume", + "change_volume" + ], + [ + "turn up the volume level to 4", + "change_volume" + ], + [ + "turn up the volume level to 4, please", + "change_volume" + ], + [ + "increase the volume level to 4, please", + "change_volume" + ], + [ + "increase the volume level to 4 now", + "change_volume" + ], + [ + "increase the volume level to 4", + "change_volume" + ], + [ + "can i have my volume increased", + "change_volume" + ], + [ + "can my volume be increased", + "change_volume" + ], + [ + "can i increase my volume", + "change_volume" + ], + [ + "volume needs to be at 4", + "change_volume" + ], + [ + "volume should be increased to 4", + "change_volume" + ], + [ + "boost volume to 4", + "change_volume" + ], + [ + "i want volume at 4", + "change_volume" + ], + [ + "i want that volume bumped up to 4", + "change_volume" + ], + [ + "the volume should be decreased", + "change_volume" + ], + [ + "raise the volume", + "change_volume" + ], + [ + "lower the volume", + "change_volume" + ], + [ + "i would like the volume lower", + "change_volume" + ], + [ + "can you turn this down", + "change_volume" + ], + [ + "turn the volume up", + "change_volume" + ], + [ + "i'd like to turn up the volume", + "change_volume" + ], + [ + "turn up the speaker volume", + "change_volume" + ], + [ + "get louder", + "change_volume" + ], + [ + "volume should be set at 4", + "change_volume" + ], + [ + "i'd like it to be louder", + "change_volume" + ], + [ + "can you please turn the volume to 4", + "change_volume" + ], + [ + "please speak louder", + "change_volume" + ], + [ + "increase your vocals", + "change_volume" + ], + [ + "lower your voice box", + "change_volume" + ], + [ + "increase your voice box", + "change_volume" + ], + [ + "turn your vocals down", + "change_volume" + ], + [ + "turn your voice box down", + "change_volume" + ], + [ + "turn down your volume", + "change_volume" + ], + [ + "limit your volume", + "change_volume" + ], + [ + "please adjust your settings", + "change_volume" + ], + [ + "change the volume to 4 now please", + "change_volume" + ], + [ + "go ahead and put the volume to 4", + "change_volume" + ], + [ + "set the volume to 4 now", + "change_volume" + ], + [ + "can you change the volume to 4", + "change_volume" + ], + [ + "turn the volume to 4", + "change_volume" + ], + [ + "can you turn the volume to 4", + "change_volume" + ], + [ + "set the volume at 4 for me please", + "change_volume" + ], + [ + "make the volume set to 4", + "change_volume" + ], + [ + "i want volume set to 4", + "change_volume" + ], + [ + "turn volume to the number 4 setting", + "change_volume" + ], + [ + "turn the volume to level 4", + "change_volume" + ], + [ + "make the volume 4", + "change_volume" + ], + [ + "please make sure the volume is on 4", + "change_volume" + ], + [ + "turn down volume", + "change_volume" + ], + [ + "please increase volume", + "change_volume" + ], + [ + "raise volume", + "change_volume" + ], + [ + "decrease volume level", + "change_volume" + ], + [ + "lower volume level", + "change_volume" + ], + [ + "set volume higher", + "change_volume" + ], + [ + "increase volume", + "change_volume" + ], + [ + "lower volume", + "change_volume" + ], + [ + "please raise volume", + "change_volume" + ], + [ + "decrease volume", + "change_volume" + ], + [ + "increase volume to 4", + "change_volume" + ], + [ + "put volume at 4", + "change_volume" + ], + [ + "decrease volume to 4", + "change_volume" + ], + [ + "who is your employeer", + "who_do_you_work_for" + ], + [ + "who is the boss of you", + "who_do_you_work_for" + ], + [ + "i gotta know who is your boss", + "who_do_you_work_for" + ], + [ + "tell me who is your boss", + "who_do_you_work_for" + ], + [ + "let me know who is your boss", + "who_do_you_work_for" + ], + [ + "i wanna know who is your boss", + "who_do_you_work_for" + ], + [ + "i need to know who is your boss", + "who_do_you_work_for" + ], + [ + "what is the name of your boss", + "who_do_you_work_for" + ], + [ + "what is the full name of your boss", + "who_do_you_work_for" + ], + [ + "do you know the name of your boss", + "who_do_you_work_for" + ], + [ + "could you tell me the name of your boss", + "who_do_you_work_for" + ], + [ + "your boss is", + "who_do_you_work_for" + ], + [ + "are you my worker", + "who_do_you_work_for" + ], + [ + "are you working for me or what", + "who_do_you_work_for" + ], + [ + "are you working for another person or entity", + "who_do_you_work_for" + ], + [ + "are you here to serve me", + "who_do_you_work_for" + ], + [ + "who or what association do you work for", + "who_do_you_work_for" + ], + [ + "describe who it is you work for", + "who_do_you_work_for" + ], + [ + "what entity is your boss", + "who_do_you_work_for" + ], + [ + "you work for who", + "who_do_you_work_for" + ], + [ + "you work for whom", + "who_do_you_work_for" + ], + [ + "what's your boss' name", + "who_do_you_work_for" + ], + [ + "are you working for someone other than me", + "who_do_you_work_for" + ], + [ + "who do you work for", + "who_do_you_work_for" + ], + [ + "do you work for me or is that wrong", + "who_do_you_work_for" + ], + [ + "what does your boss go by", + "who_do_you_work_for" + ], + [ + "who do you call your boss", + "who_do_you_work_for" + ], + [ + "when asked who you work for, what would you say", + "who_do_you_work_for" + ], + [ + "your boss is who", + "who_do_you_work_for" + ], + [ + "are you employed by someone else", + "who_do_you_work_for" + ], + [ + "you work for someone else or no", + "who_do_you_work_for" + ], + [ + "you work for what company or person exactly", + "who_do_you_work_for" + ], + [ + "do you have an employer", + "who_do_you_work_for" + ], + [ + "do you have a boss", + "who_do_you_work_for" + ], + [ + "are you paid by somebody", + "who_do_you_work_for" + ], + [ + "are you employed by someone", + "who_do_you_work_for" + ], + [ + "which organization you work for", + "who_do_you_work_for" + ], + [ + "who do you function for", + "who_do_you_work_for" + ], + [ + "who do you do task for", + "who_do_you_work_for" + ], + [ + "who do you job for", + "who_do_you_work_for" + ], + [ + "why do u work for them", + "who_do_you_work_for" + ], + [ + "who are they that you work for", + "who_do_you_work_for" + ], + [ + "who is it u work for", + "who_do_you_work_for" + ], + [ + "who is the person u work for", + "who_do_you_work_for" + ], + [ + "who do i work for", + "who_do_you_work_for" + ], + [ + "who is you employer", + "who_do_you_work_for" + ], + [ + "is it correct to say you work for me", + "who_do_you_work_for" + ], + [ + "who are you currently working for", + "who_do_you_work_for" + ], + [ + "are you self employed", + "who_do_you_work_for" + ], + [ + "who is your employer", + "who_do_you_work_for" + ], + [ + "are you now working for me", + "who_do_you_work_for" + ], + [ + "would you say you are working for me", + "who_do_you_work_for" + ], + [ + "who are you working for", + "who_do_you_work_for" + ], + [ + "who pay your salary", + "who_do_you_work_for" + ], + [ + "what organization do you work for", + "who_do_you_work_for" + ], + [ + "where else do you work", + "who_do_you_work_for" + ], + [ + "do you have another job", + "who_do_you_work_for" + ], + [ + "you working for someone else on the side", + "who_do_you_work_for" + ], + [ + "who do yo work for", + "who_do_you_work_for" + ], + [ + "who is in charge of you", + "who_do_you_work_for" + ], + [ + "what is your boss's name", + "who_do_you_work_for" + ], + [ + "would you say that you know who your boss is", + "who_do_you_work_for" + ], + [ + "do you know who you report to", + "who_do_you_work_for" + ], + [ + "don't you work for your self", + "who_do_you_work_for" + ], + [ + "don't you work for someone else", + "who_do_you_work_for" + ], + [ + "is there another person you work for", + "who_do_you_work_for" + ], + [ + "do you work for anyone else", + "who_do_you_work_for" + ], + [ + "who would you say your employer is", + "who_do_you_work_for" + ], + [ + "are you working for me", + "who_do_you_work_for" + ], + [ + "am i your boss", + "who_do_you_work_for" + ], + [ + "is there someone else you work for", + "who_do_you_work_for" + ], + [ + "are you employed by me", + "who_do_you_work_for" + ], + [ + "is there another entity you work for", + "who_do_you_work_for" + ], + [ + "who would you say that you are working for", + "who_do_you_work_for" + ], + [ + "do you happen to be employed by me", + "who_do_you_work_for" + ], + [ + "who would you say you work for", + "who_do_you_work_for" + ], + [ + "who would you say that you are employed by", + "who_do_you_work_for" + ], + [ + "who would you say you are employed by", + "who_do_you_work_for" + ], + [ + "am i your employer", + "who_do_you_work_for" + ], + [ + "is there another company you work for", + "who_do_you_work_for" + ], + [ + "are you my employee", + "who_do_you_work_for" + ], + [ + "am i your supervisor", + "who_do_you_work_for" + ], + [ + "am i your manager", + "who_do_you_work_for" + ], + [ + "who is the person you work for", + "who_do_you_work_for" + ], + [ + "for what person do you work", + "who_do_you_work_for" + ], + [ + "if you had to say who you worked for who would it be", + "who_do_you_work_for" + ], + [ + "who tells you what to do", + "who_do_you_work_for" + ], + [ + "who directs your labor", + "who_do_you_work_for" + ], + [ + "who do you take orders from", + "who_do_you_work_for" + ], + [ + "who do you consider your employer", + "who_do_you_work_for" + ], + [ + "who calls the shots for your employment", + "who_do_you_work_for" + ], + [ + "what company do you toil for", + "who_do_you_work_for" + ], + [ + "who do you report to", + "who_do_you_work_for" + ], + [ + "who is your boss", + "who_do_you_work_for" + ], + [ + "who is your manager", + "who_do_you_work_for" + ], + [ + "am i the one you work for", + "who_do_you_work_for" + ], + [ + "are you influenced by someone else", + "who_do_you_work_for" + ], + [ + "who else do you work for", + "who_do_you_work_for" + ], + [ + "who else commands you", + "who_do_you_work_for" + ], + [ + "are you working for someone else", + "who_do_you_work_for" + ], + [ + "how high is my credit limit for my old navy card", + "credit_limit" + ], + [ + "how high is my credit limit for my target card", + "credit_limit" + ], + [ + "what is the credit limit for my usaa card", + "credit_limit" + ], + [ + "how high is my credit limit for my childrens place card", + "credit_limit" + ], + [ + "how high is my credit limit for my walmart card", + "credit_limit" + ], + [ + "what is the credit limit for my bank of the west card", + "credit_limit" + ], + [ + "what is the credit limit for my chase card", + "credit_limit" + ], + [ + "how high is my credit limit for my navy federal card", + "credit_limit" + ], + [ + "what is the credit limit for my navy federal card", + "credit_limit" + ], + [ + "what is the credit limit for my bank of america card", + "credit_limit" + ], + [ + "what's my current spending limit", + "credit_limit" + ], + [ + "credit limit", + "credit_limit" + ], + [ + "what's the credit limit on my account", + "credit_limit" + ], + [ + "could you share what my current credit limit is", + "credit_limit" + ], + [ + "what's my current credit limit", + "credit_limit" + ], + [ + "what is the spending limit i have", + "credit_limit" + ], + [ + "what is the max on my credit limit", + "credit_limit" + ], + [ + "what is the limit on my credit", + "credit_limit" + ], + [ + "i need to know my spending limit on my visa", + "credit_limit" + ], + [ + "whats the max i can spend on my visa", + "credit_limit" + ], + [ + "how much can i max out on my visa", + "credit_limit" + ], + [ + "what's my visa limit", + "credit_limit" + ], + [ + "how much to i have left on my visa card limit", + "credit_limit" + ], + [ + "can you tell me the limit i currently have on my barclay card", + "credit_limit" + ], + [ + "what is my spending limit on my chase sapphire card", + "credit_limit" + ], + [ + "how much can i spend, at most, on my chase freedom", + "credit_limit" + ], + [ + "what is the current credit limit i have on my wells fargo mastercard", + "credit_limit" + ], + [ + "how much am i allowed to spend on my discover card", + "credit_limit" + ], + [ + "what is my amex credit limit", + "credit_limit" + ], + [ + "tell me the credit on my mastercard", + "credit_limit" + ], + [ + "tell me the limit for credit on my mastercard", + "credit_limit" + ], + [ + "look up the credit limit for my visa", + "credit_limit" + ], + [ + "i need know my credit limit on my american express card", + "credit_limit" + ], + [ + "how can i check my credit card limit", + "credit_limit" + ], + [ + "what is my credit limit looking like", + "credit_limit" + ], + [ + "where can i go to find out my credit limit", + "credit_limit" + ], + [ + "what's the credit limit on my visa", + "credit_limit" + ], + [ + "tell me the limit on my discover card", + "credit_limit" + ], + [ + "what is the credit limit on my discover card", + "credit_limit" + ], + [ + "what's the limit on my american express card", + "credit_limit" + ], + [ + "tell me my visa's credit limit", + "credit_limit" + ], + [ + "what is my credit limit", + "credit_limit" + ], + [ + "how much is my credit limit", + "credit_limit" + ], + [ + "can you tell me my credit limit", + "credit_limit" + ], + [ + "the credit limit on my account is how much", + "credit_limit" + ], + [ + "what's my limit on my visa card", + "credit_limit" + ], + [ + "what's my visa card's credit limit", + "credit_limit" + ], + [ + "how much can i spend on my visa card", + "credit_limit" + ], + [ + "what's my visa card's limit", + "credit_limit" + ], + [ + "what's the credit limit on my visa card", + "credit_limit" + ], + [ + "will you tell me my spending limit", + "credit_limit" + ], + [ + "will you let me know what my spending limit is", + "credit_limit" + ], + [ + "would you tell me my spending limit", + "credit_limit" + ], + [ + "can you tell me my spending limit", + "credit_limit" + ], + [ + "tel me the credit limit for my credit card", + "credit_limit" + ], + [ + "i wanna know the limit on my credit card", + "credit_limit" + ], + [ + "please tell me my spending limit", + "credit_limit" + ], + [ + "tell me the credit limit on my mastercard", + "credit_limit" + ], + [ + "i would love to know my spending limit", + "credit_limit" + ], + [ + "i wish to know my credit limit for my credit card", + "credit_limit" + ], + [ + "let me know the credit limit for my credit card", + "credit_limit" + ], + [ + "how high is my balance on my discovery card", + "credit_limit" + ], + [ + "can you find my credit limit on my mastercard", + "credit_limit" + ], + [ + "what's my current limit on my mastercard", + "credit_limit" + ], + [ + "what's my current limit on my visa", + "credit_limit" + ], + [ + "what's the credit limit on my discovery card", + "credit_limit" + ], + [ + "what's my credit limit on my visa", + "credit_limit" + ], + [ + "how high of a credit limit do i have on my amex card", + "credit_limit" + ], + [ + "what can i put on my bank of america card", + "credit_limit" + ], + [ + "what's my limit on my amex card", + "credit_limit" + ], + [ + "please check my credit limit on my visa", + "credit_limit" + ], + [ + "report my credit limit", + "credit_limit" + ], + [ + "what credit limit do i have", + "credit_limit" + ], + [ + "how is that credit limit", + "credit_limit" + ], + [ + "how is my credit limit", + "credit_limit" + ], + [ + "what is my credit limit at", + "credit_limit" + ], + [ + "credit limit info", + "credit_limit" + ], + [ + "what is the credit limit", + "credit_limit" + ], + [ + "i want to know my spending limit", + "credit_limit" + ], + [ + "what is the max credit limit for my card", + "credit_limit" + ], + [ + "can you let me know what my credit limit is for my visa card", + "credit_limit" + ], + [ + "tell me the visa card credit limit", + "credit_limit" + ], + [ + "what is my visa card limit", + "credit_limit" + ], + [ + "do you know my credit limit for the visa card", + "credit_limit" + ], + [ + "i need to know what the visa card credit limit is", + "credit_limit" + ], + [ + "how high is my credit limit for my chase card", + "credit_limit" + ], + [ + "how high is my credit limit for my wells fargo card", + "credit_limit" + ], + [ + "how high is my credit limit for my american express card", + "credit_limit" + ], + [ + "how high is my credit limit for my citigroup card", + "credit_limit" + ], + [ + "how high is my credit limit for my bank of america card", + "credit_limit" + ], + [ + "what is my spending limit on my mastercard", + "credit_limit" + ], + [ + "how much it the credit limit on my visa card", + "credit_limit" + ], + [ + "what is the credit limit on my visa", + "credit_limit" + ], + [ + "what is my limit on my visa card", + "credit_limit" + ], + [ + "what is the spending limit on my visa", + "credit_limit" + ], + [ + "how much can i charge on my visa", + "credit_limit" + ], + [ + "how much can i spend wth my visa", + "credit_limit" + ], + [ + "can i please know the credit limit for my citibank card", + "credit_limit" + ], + [ + "please let me know the credit limit on my citibank card", + "credit_limit" + ], + [ + "i would like to know the credit limit for my citibank card", + "credit_limit" + ], + [ + "do you know how long of a wait it will be", + "how_busy" + ], + [ + "how long is the restaurant line before we go", + "how_busy" + ], + [ + "how long will it take to get seated at needham's", + "how_busy" + ], + [ + "how long will the wait be at noon if we went to nagomi", + "how_busy" + ], + [ + "will i have to wait for long before being seated at the cheese cake factory", + "how_busy" + ], + [ + "how long should i expect to wait at the cheesecake factory before getting seated", + "how_busy" + ], + [ + "what is the average wait time at the cheese cake factory", + "how_busy" + ], + [ + "how long will i have to wait before being seated at the cheese cake factory", + "how_busy" + ], + [ + "how long will the wait time be at the cheese cake factory", + "how_busy" + ], + [ + "how long will i have to wait if i want to eat at panera", + "how_busy" + ], + [ + "how long would i have to wait if i want to go to golden corral", + "how_busy" + ], + [ + "how busy will panera be at noon", + "how_busy" + ], + [ + "is there a wait time to get into tgifridays", + "how_busy" + ], + [ + "will cracker barrel be crowded around five this evening", + "how_busy" + ], + [ + "how busy will golden corral be at 7:30 tonight", + "how_busy" + ], + [ + "can you tell me how busy chipotle will be at nine tonight", + "how_busy" + ], + [ + "what is the wait time at applebee's", + "how_busy" + ], + [ + "would i have to wait long if i want to eat at chili's", + "how_busy" + ], + [ + "if i go to tgifridays at eight, will they be crowded", + "how_busy" + ], + [ + "how much traffic do they get around dinner time", + "how_busy" + ], + [ + "can you check to see how busy that restaurant is for dinner", + "how_busy" + ], + [ + "is that place busy around dinner time", + "how_busy" + ], + [ + "is that restaurant crowded during dinner", + "how_busy" + ], + [ + "how busy it that place for dinner", + "how_busy" + ], + [ + "can i expect chili's to be busy at 4:30", + "how_busy" + ], + [ + "do you think longhorn steakhouse will be busy at 5pm", + "how_busy" + ], + [ + "how busy do you expect olive garden to be at 6", + "how_busy" + ], + [ + "what's the table wait at applebees", + "how_busy" + ], + [ + "i want a table at texas roadhouse; how long will it be", + "how_busy" + ], + [ + "how long does it take to get a table at chili's", + "how_busy" + ], + [ + "how many people do you think will be at applebees at 7", + "how_busy" + ], + [ + "how long will i wait for a table at red lobster", + "how_busy" + ], + [ + "is red lobster busy at 6pm", + "how_busy" + ], + [ + "what's the wait for a table at olive garden right now", + "how_busy" + ], + [ + "around nine, is ambrosio busy", + "how_busy" + ], + [ + "is sage busy around noon", + "how_busy" + ], + [ + "for toby's, is it busy around six", + "how_busy" + ], + [ + "at four, how much business does georgio have", + "how_busy" + ], + [ + "how long can i expect to wait for a restaurant table", + "how_busy" + ], + [ + "what time can i expect to be seated at this restaurant", + "how_busy" + ], + [ + "what is the wait time at this restaurant", + "how_busy" + ], + [ + "will there be a wait time at this restaurant", + "how_busy" + ], + [ + "what is the sitting time at this restaurant", + "how_busy" + ], + [ + "how busy is orchids at 7", + "how_busy" + ], + [ + "how busy is zippy around 12 for lunch", + "how_busy" + ], + [ + "how long is the wait at orchids", + "how_busy" + ], + [ + "how long is the wait at imanas", + "how_busy" + ], + [ + "how busy is imanas tei at 7 dinner", + "how_busy" + ], + [ + "what is the wait supposed to be at zippys", + "how_busy" + ], + [ + "how busy is mc donald at 8 in the morning", + "how_busy" + ], + [ + "how busy is michel at 9", + "how_busy" + ], + [ + "how busy is imanas at 6", + "how_busy" + ], + [ + "how long do i have to wait for shokudo", + "how_busy" + ], + [ + "how busy is teddy bigger burder around 5", + "how_busy" + ], + [ + "how long is the wait at assagios today", + "how_busy" + ], + [ + "how busy is shokudo at 12", + "how_busy" + ], + [ + "how busy is jiro at 12 lunch time", + "how_busy" + ], + [ + "at 5 pm, is kaya very busy", + "how_busy" + ], + [ + "how busy is kaya around 5 pm", + "how_busy" + ], + [ + "around 5 pm, how busy is kaya", + "how_busy" + ], + [ + "is kaya very busy at 5 pm", + "how_busy" + ], + [ + "is kaya busy around 5 pm", + "how_busy" + ], + [ + "how long is the wait at macaroni grill", + "how_busy" + ], + [ + "does macaroni grill have a wait how long", + "how_busy" + ], + [ + "check the wait time for macaroni grill", + "how_busy" + ], + [ + "how long will it take to be seated at macaroni grill", + "how_busy" + ], + [ + "what's the wait at macaroni grill", + "how_busy" + ], + [ + "will i be able to get a seat at 5pm", + "how_busy" + ], + [ + "tell me how busy the restaurant will be between 5 and 7pm", + "how_busy" + ], + [ + "is the restaurant busy at lunchtime", + "how_busy" + ], + [ + "will the restaurant be busy at 5pm", + "how_busy" + ], + [ + "when will the restaurant be busiest", + "how_busy" + ], + [ + "how busy is ihop generally around noon", + "how_busy" + ], + [ + "please look into the current wait times at chili's right now", + "how_busy" + ], + [ + "at 5:30 pm, how busy can i expect olive garden to be", + "how_busy" + ], + [ + "if i go to olive garden at 4 pm, how busy will it be", + "how_busy" + ], + [ + "how busy will chili's be if i go at 6 pm", + "how_busy" + ], + [ + "how long would i need to wait for a table at ihop right now", + "how_busy" + ], + [ + "i would like to find out if macaroni grill will be busy around 7:00 pm", + "how_busy" + ], + [ + "can you tell me how busy outback steakhouse will be at 7:30 pm", + "how_busy" + ], + [ + "find out how busy ihop usually is around 5 pm", + "how_busy" + ], + [ + "find out what wait times are like right now at olive garden", + "how_busy" + ], + [ + "can you tell me what the wait is like right now at cracker barrel", + "how_busy" + ], + [ + "tell me how busy macaroni grill will be around 8 pm", + "how_busy" + ], + [ + "check to see how long of a wait i would be facing if i go to outback steakhouse", + "how_busy" + ], + [ + "i want to know how busy ruby tuesday will be at around 8:45 pm", + "how_busy" + ], + [ + "do you know how busy outback steakhouse tends to be at 7:00 pm", + "how_busy" + ], + [ + "how long will it take me to be seated at ihop", + "how_busy" + ], + [ + "how long will i stand in line at carl jr's", + "how_busy" + ], + [ + "how busy is ihop at 5 pm", + "how_busy" + ], + [ + "does ihop have a lot of business around 7 am", + "how_busy" + ], + [ + "what's the typical wait time at red lobster", + "how_busy" + ], + [ + "would you say that red lobster's pretty buy at noon", + "how_busy" + ], + [ + "what's the crowd like at hopper's bar around 11pm", + "how_busy" + ], + [ + "can you tell me if there's a lot of wait time at wendy's around 8am", + "how_busy" + ], + [ + "how long will it take to be seated at the flying w", + "how_busy" + ], + [ + "what's the typical time to eat at red lobster", + "how_busy" + ], + [ + "how busy does outback get around 7pm", + "how_busy" + ], + [ + "will i have to wait to get a table at ihop", + "how_busy" + ], + [ + "how many people go to chili's around 9pm", + "how_busy" + ], + [ + "can i make a reservation for redrobin", + "accept_reservations" + ], + [ + "is it possible to make a reservation at redrobin", + "accept_reservations" + ], + [ + "does redrobin take reservations", + "accept_reservations" + ], + [ + "are reservations taken at redrobin", + "accept_reservations" + ], + [ + "does redrobin do reservations", + "accept_reservations" + ], + [ + "can acero take reservation", + "accept_reservations" + ], + [ + "can you make reservations at hodak's", + "accept_reservations" + ], + [ + "tell me if per se in nyc takes reservations", + "accept_reservations" + ], + [ + "tell me if the cheshire takes reservations", + "accept_reservations" + ], + [ + "will qdoba take reservations", + "accept_reservations" + ], + [ + "does burger king accept reservations", + "accept_reservations" + ], + [ + "does gramercy tavern in new york accept reservations", + "accept_reservations" + ], + [ + "does acero in maplewood allow reservations", + "accept_reservations" + ], + [ + "does cielo take reservations", + "accept_reservations" + ], + [ + "find out if la tour d'argent in paris takes reservations", + "accept_reservations" + ], + [ + "does tony's in downton let you make reservations", + "accept_reservations" + ], + [ + "does gramercy tavern accept reservations", + "accept_reservations" + ], + [ + "does mcdonalds take reservations", + "accept_reservations" + ], + [ + "can you make reservations at steak 'n' shake", + "accept_reservations" + ], + [ + "will nobu take reservations", + "accept_reservations" + ], + [ + "do they take reservations at carrabbas", + "accept_reservations" + ], + [ + "do they take reservations at applebees", + "accept_reservations" + ], + [ + "do they take reservations at olive garden", + "accept_reservations" + ], + [ + "do they take reservations at buffalo wild wings", + "accept_reservations" + ], + [ + "do they take reservations at outback steakhouse", + "accept_reservations" + ], + [ + "i need to know if angelos takes reservations", + "accept_reservations" + ], + [ + "does applebees in trenton do reservations", + "accept_reservations" + ], + [ + "does luigi's take reservations", + "accept_reservations" + ], + [ + "please find out if napolis takes lunch reservations", + "accept_reservations" + ], + [ + "does hannahs in galloway take reservations", + "accept_reservations" + ], + [ + "does stanleys take brunch reservations", + "accept_reservations" + ], + [ + "tell me if luigis in brick takes reservations", + "accept_reservations" + ], + [ + "i need to know if capones does reservations in trenton", + "accept_reservations" + ], + [ + "does marios in brooklyn take reservations", + "accept_reservations" + ], + [ + "do you know if bottlenecks takes dinner reservations", + "accept_reservations" + ], + [ + "do you know if whether or not zeus does reservations", + "accept_reservations" + ], + [ + "can you let me if zeus accepts reservations", + "accept_reservations" + ], + [ + "i need to find out do you know if zeus does reservations", + "accept_reservations" + ], + [ + "please tell me does zeus do reservations", + "accept_reservations" + ], + [ + "can you tell me if zeus does reservations", + "accept_reservations" + ], + [ + "can i get a reservation at melting pot tomorrow", + "accept_reservations" + ], + [ + "what locations of applebee's take reservations", + "accept_reservations" + ], + [ + "can i get a reservation at champs", + "accept_reservations" + ], + [ + "where can i find jimmy john's reservations", + "accept_reservations" + ], + [ + "how many culver's take reservations", + "accept_reservations" + ], + [ + "is there evening reservations available in the eve", + "accept_reservations" + ], + [ + "do you know if bahama breeze does reservations", + "accept_reservations" + ], + [ + "do you know if ruth chris does reservations", + "accept_reservations" + ], + [ + "do you know if cheese cake factory does reservations", + "accept_reservations" + ], + [ + "do you know if benihana does reservations", + "accept_reservations" + ], + [ + "do you know if olive garden does reservations", + "accept_reservations" + ], + [ + "does the steakhouse on main st take reservations", + "accept_reservations" + ], + [ + "does sidetracks take reservations", + "accept_reservations" + ], + [ + "are reservations allowed at burger king", + "accept_reservations" + ], + [ + "does black rock take reservations", + "accept_reservations" + ], + [ + "can i make reservations at applebee's or no", + "accept_reservations" + ], + [ + "does buffalo wild wings do reservations", + "accept_reservations" + ], + [ + "does minnies cafe in modesto take reservations", + "accept_reservations" + ], + [ + "does bjs take reservations", + "accept_reservations" + ], + [ + "will they take reservations at chillis", + "accept_reservations" + ], + [ + "does pho king in ceres take reservations", + "accept_reservations" + ], + [ + "can applebees take any reservations", + "accept_reservations" + ], + [ + "does arbys in lakewood take reservations", + "accept_reservations" + ], + [ + "does minnis take reservations", + "accept_reservations" + ], + [ + "do they take reservations at bjs", + "accept_reservations" + ], + [ + "does buffalo wild wings take reservations", + "accept_reservations" + ], + [ + "does buffalo wild wings in concord take reservations", + "accept_reservations" + ], + [ + "will they take reservations at torris", + "accept_reservations" + ], + [ + "does black bear diner in tracy take reservations", + "accept_reservations" + ], + [ + "does chillis take reservations", + "accept_reservations" + ], + [ + "do they take reservations at bar tartine", + "accept_reservations" + ], + [ + "do they take reservations at mcdonalds", + "accept_reservations" + ], + [ + "do they take reservations at the progress", + "accept_reservations" + ], + [ + "does tartine in san francisco take reservations", + "accept_reservations" + ], + [ + "does cowgirl creamery in san francisco take reservations", + "accept_reservations" + ], + [ + "do they take reservations at state bird", + "accept_reservations" + ], + [ + "does nopa in san francisco take reservations", + "accept_reservations" + ], + [ + "does bar tartine in san francisco take reservations", + "accept_reservations" + ], + [ + "do they take reservations at arby's", + "accept_reservations" + ], + [ + "does pizzeria delfina in san francisco take reservations", + "accept_reservations" + ], + [ + "does iron skillet at the truck stop trake reservations", + "accept_reservations" + ], + [ + "does the zen garden in la take reservations", + "accept_reservations" + ], + [ + "does moes in la except rerservations", + "accept_reservations" + ], + [ + "does ruby tuesday accept reservations", + "accept_reservations" + ], + [ + "can i make a reservation at chevy's", + "accept_reservations" + ], + [ + "is it possible to make reservations in advance for macaroni grill", + "accept_reservations" + ], + [ + "is it possible to make reservations with famous dave's restaurant", + "accept_reservations" + ], + [ + "is it possible to make reservations at chili's", + "accept_reservations" + ], + [ + "does chili's take reservations", + "accept_reservations" + ], + [ + "can you tell me if ruby tuesday does reservations", + "accept_reservations" + ], + [ + "does olive garden take reservations", + "accept_reservations" + ], + [ + "do you know whether ihop does reservations", + "accept_reservations" + ], + [ + "does michael's accept reservations", + "accept_reservations" + ], + [ + "do they accept reservations at michael's", + "accept_reservations" + ], + [ + "can you make a reservation at michael's", + "accept_reservations" + ], + [ + "can i make a reservation at michael's", + "accept_reservations" + ], + [ + "does the restaurant michael's take reservations", + "accept_reservations" + ], + [ + "do they take reservations at mendy's", + "accept_reservations" + ], + [ + "do you know if outback allows reservations", + "accept_reservations" + ], + [ + "do they take reservations at red robin", + "accept_reservations" + ], + [ + "can you find my package in transit", + "order_status" + ], + [ + "track my package please", + "order_status" + ], + [ + "help me find my package", + "order_status" + ], + [ + "i need to track my package", + "order_status" + ], + [ + "what's going on with my order", + "order_status" + ], + [ + "can you see where my package is", + "order_status" + ], + [ + "do you know anything about the status of my order", + "order_status" + ], + [ + "can you check if my order has been delivered", + "order_status" + ], + [ + "are you able to figure out where my package is", + "order_status" + ], + [ + "order status", + "order_status" + ], + [ + "is my order being delivered soon", + "order_status" + ], + [ + "where's my package", + "order_status" + ], + [ + "do you know where my package is", + "order_status" + ], + [ + "check status on my deliver, has it been delivered", + "order_status" + ], + [ + "is my order shown as delivered", + "order_status" + ], + [ + "did my order ship", + "order_status" + ], + [ + "can you tell where my package is", + "order_status" + ], + [ + "is my package able to be tracked by you", + "order_status" + ], + [ + "can you find my package", + "order_status" + ], + [ + "can you locate my package", + "order_status" + ], + [ + "are you able to tack my package", + "order_status" + ], + [ + "has my online order shipped yet", + "order_status" + ], + [ + "i need to know what the most recent update is on the status of my online purchase", + "order_status" + ], + [ + "look up the status of the order i placed online", + "order_status" + ], + [ + "check to see the status of my recent online order", + "order_status" + ], + [ + "find out the status of my most recent online purchase", + "order_status" + ], + [ + "i ordered some curtains off amazon, can you tell me if it's been shipped yet", + "order_status" + ], + [ + "what's the status of my order", + "order_status" + ], + [ + "can you check on the status of my orders at amazon", + "order_status" + ], + [ + "can you tell me what the status of my last amazon order is", + "order_status" + ], + [ + "can you tell me if my last amazon order is coming today", + "order_status" + ], + [ + "show me tracking on my order", + "order_status" + ], + [ + "what is the status of my order", + "order_status" + ], + [ + "can you update me on my last amazon orders", + "order_status" + ], + [ + "i just placed my order today, what is the status of it", + "order_status" + ], + [ + "can i please get the status my order", + "order_status" + ], + [ + "my order was put in and i was wonder how i can see the status of it", + "order_status" + ], + [ + "i submitted my order is there any updates on it yet", + "order_status" + ], + [ + "hey, i just put in my order and i was wondering what the status of it", + "order_status" + ], + [ + "what's the current location of my package", + "order_status" + ], + [ + "has my ordered arrived", + "order_status" + ], + [ + "when will my package arrive", + "order_status" + ], + [ + "can you see if my order was delivered", + "order_status" + ], + [ + "did my order ever get distributed today", + "order_status" + ], + [ + "where was my package last at", + "order_status" + ], + [ + "can you help me find my package", + "order_status" + ], + [ + "was my order dropped off", + "order_status" + ], + [ + "where's my package right now", + "order_status" + ], + [ + "would you track my package", + "order_status" + ], + [ + "please track my package", + "order_status" + ], + [ + "track my package now please", + "order_status" + ], + [ + "could you please track my package", + "order_status" + ], + [ + "i need you to track my package", + "order_status" + ], + [ + "what is the status of my online order", + "order_status" + ], + [ + "what's the status of the order i placed online last week with target", + "order_status" + ], + [ + "please tell me the status of my last online order from walmart", + "order_status" + ], + [ + "can i still make changes to my order, or has it already been shipped", + "order_status" + ], + [ + "i need an update on my online order from nespresso", + "order_status" + ], + [ + "when can i expect to receive the order", + "order_status" + ], + [ + "has my order been shipped", + "order_status" + ], + [ + "can you give me a status update on my online order from amazon", + "order_status" + ], + [ + "what is the status of my online order of coffee pods", + "order_status" + ], + [ + "what is the status of my recent order", + "order_status" + ], + [ + "can you please check on the status of my online order", + "order_status" + ], + [ + "check up on the status of my online order", + "order_status" + ], + [ + "online order: status", + "order_status" + ], + [ + "check on the status of my order", + "order_status" + ], + [ + "where is my order", + "order_status" + ], + [ + "is my order here yet", + "order_status" + ], + [ + "when will my order be delivered", + "order_status" + ], + [ + "check the status of my order", + "order_status" + ], + [ + "show me where my order is", + "order_status" + ], + [ + "has my order been shipped yet", + "order_status" + ], + [ + "can you check to see if my order has been delivered", + "order_status" + ], + [ + "could you check to see if my order has been delivered, please", + "order_status" + ], + [ + "can you check to see if my order has been delivered, please", + "order_status" + ], + [ + "could you check if my order has been delivered, please", + "order_status" + ], + [ + "could you check to see if my order has been delivered", + "order_status" + ], + [ + "has the order that i placed arrived", + "order_status" + ], + [ + "is my order already here", + "order_status" + ], + [ + "is my order due yet", + "order_status" + ], + [ + "is the packaged delivered already", + "order_status" + ], + [ + "has my order arrived yet", + "order_status" + ], + [ + "how soon will me package arrive", + "order_status" + ], + [ + "when can i expect my order", + "order_status" + ], + [ + "check order number", + "order_status" + ], + [ + "track package, please", + "order_status" + ], + [ + "are you able to track my package", + "order_status" + ], + [ + "track my package", + "order_status" + ], + [ + "what is the tracking on my package", + "order_status" + ], + [ + "get the tracking on my package", + "order_status" + ], + [ + "what is the status of my delivery order", + "order_status" + ], + [ + "where is my delivery order", + "order_status" + ], + [ + "has my delivery order arrived yet", + "order_status" + ], + [ + "has my delivery order showed up", + "order_status" + ], + [ + "i ordered for delivery, has is arrived yet", + "order_status" + ], + [ + "what is the status of my most recent order", + "order_status" + ], + [ + "has my recent order shipped", + "order_status" + ], + [ + "when will my order be here", + "order_status" + ], + [ + "will my order be here by saturday", + "order_status" + ], + [ + "how do i change my pin for number for my abc bank account", + "pin_change" + ], + [ + "what do i need to do to change my abc bank account pin number", + "pin_change" + ], + [ + "i have no idea what the pin is for my checking account", + "pin_change" + ], + [ + "i cannot recall the pin for my savings account", + "pin_change" + ], + [ + "i forgot the pin number for my college fund account", + "pin_change" + ], + [ + "set up a new pin number on my college fund account and make it be 1234", + "pin_change" + ], + [ + "i want 1234 to be the new pin number for my joint account", + "pin_change" + ], + [ + "please change my checking account pin to 1234", + "pin_change" + ], + [ + "i need to set up a new pin number for my college fund account", + "pin_change" + ], + [ + "i want my savings account pin to be 1234 from now on", + "pin_change" + ], + [ + "please change my retirement account pin number to 1234", + "pin_change" + ], + [ + "my checking account needs a new pin number", + "pin_change" + ], + [ + "i seem to have lost the pin for my retirement account", + "pin_change" + ], + [ + "i would like to replace the pin number for my retirement account", + "pin_change" + ], + [ + "i'd like to change my pin number for my checking account", + "pin_change" + ], + [ + "i want a new pin for my savings account", + "pin_change" + ], + [ + "i'm afraid i've forgotten the pin for my 401k account", + "pin_change" + ], + [ + "i need help changing my pin", + "pin_change" + ], + [ + "is there a way to get my pin number", + "pin_change" + ], + [ + "is there a way to change my pin number for my savings account", + "pin_change" + ], + [ + "i need my pin number", + "pin_change" + ], + [ + "how do i get my pin number, i forgot mine", + "pin_change" + ], + [ + "help me change my pin number for my money market account", + "pin_change" + ], + [ + "how do i get a new pin", + "pin_change" + ], + [ + "tell me how i can get a new pin number", + "pin_change" + ], + [ + "tell me how to retrieve my pin number", + "pin_change" + ], + [ + "help me, i forgot my pin number", + "pin_change" + ], + [ + "what is the procedure for getting a new pin number", + "pin_change" + ], + [ + "how do i change my pin number for my payroll account", + "pin_change" + ], + [ + "change my pin number for my checking account", + "pin_change" + ], + [ + "change my amex account pin to 1234", + "pin_change" + ], + [ + "change my amex pin to 1234", + "pin_change" + ], + [ + "swap my amex pin to 1234", + "pin_change" + ], + [ + "switch my amex pin to 1234", + "pin_change" + ], + [ + "set my amex pin to 1234", + "pin_change" + ], + [ + "you need to change the pin on my bank of america account to be 1234", + "pin_change" + ], + [ + "i need you to change the pin on my bank of america account to be 1234", + "pin_change" + ], + [ + "i need to change my pin number for my account", + "pin_change" + ], + [ + "i must change my pin number for my money market account", + "pin_change" + ], + [ + "i cannot remember what my pin is for my bank of america checking account", + "pin_change" + ], + [ + "i really need to change my pin number for my account", + "pin_change" + ], + [ + "i cannot remember what my pin is for my bank of america checking account this moment", + "pin_change" + ], + [ + "i want to change my pin number for my checking account", + "pin_change" + ], + [ + "i want to change my pin number for my account", + "pin_change" + ], + [ + "please go and change the pin on my bank of america account to be 1234", + "pin_change" + ], + [ + "i must change my pin number for my account", + "pin_change" + ], + [ + "go ahead and change the pin on my bank of america account to be 1234", + "pin_change" + ], + [ + "i got to change my pin number for my account", + "pin_change" + ], + [ + "i need to change my pin number for my savings account", + "pin_change" + ], + [ + "i wanna change my pin number for my credit acount", + "pin_change" + ], + [ + "please change the pin on my bank of america account to be 1234", + "pin_change" + ], + [ + "i really cannot remember what my pin is for my bank of america checking account", + "pin_change" + ], + [ + "i gotta change my pin number for my debit account", + "pin_change" + ], + [ + "i am unable to remember what my pin is for my bank of america checking account", + "pin_change" + ], + [ + "so it turns out i can't remember what my pin is for my bank of america checking account", + "pin_change" + ], + [ + "how do i change my pin number for my account, please", + "pin_change" + ], + [ + "how do i update my pin number for my account, please", + "pin_change" + ], + [ + "i would like to change the pin on my checking account, please", + "pin_change" + ], + [ + "i'd like to change the pin on my savings account, please", + "pin_change" + ], + [ + "change the pin on my capital one account to be 1234", + "pin_change" + ], + [ + "change the pin on my redwood credit union account to be 1234", + "pin_change" + ], + [ + "change the pin on my chase account to be 1234", + "pin_change" + ], + [ + "how do i update my pin number for my account", + "pin_change" + ], + [ + "i would like to change the pin on my savings account", + "pin_change" + ], + [ + "change the pin on my wells fargo account to be 1234", + "pin_change" + ], + [ + "change the pin on my bank of america account to be 1234", + "pin_change" + ], + [ + "i would like to change the pin on my checking account", + "pin_change" + ], + [ + "i would like to change the pin on my savings account, please", + "pin_change" + ], + [ + "how do i reset my pin number for my account, please", + "pin_change" + ], + [ + "please change pin to 1234 on my bank account trailing in 3829", + "pin_change" + ], + [ + "on account ending in 3838 change my pin to 1234", + "pin_change" + ], + [ + "change my pin to 1234 on account ending with digits 4994", + "pin_change" + ], + [ + "change the pin on my bank account first republic to 1234", + "pin_change" + ], + [ + "change pin to 1234 on account banner", + "pin_change" + ], + [ + "help me change my pin number", + "pin_change" + ], + [ + "can you tell me how i change my pin number", + "pin_change" + ], + [ + "tell me how to change my pin number", + "pin_change" + ], + [ + "help me out with changing this pin number", + "pin_change" + ], + [ + "can i change my pin number", + "pin_change" + ], + [ + "help me get my pin on my capitol one account changed to 3892", + "pin_change" + ], + [ + "how can i switch the pin on my wells fargo account to 9982", + "pin_change" + ], + [ + "i need a reminder for my pin number", + "pin_change" + ], + [ + "help me remember my pin number", + "pin_change" + ], + [ + "change the pin on my bofa account to 3892", + "pin_change" + ], + [ + "i need to reset my pin number", + "pin_change" + ], + [ + "can you reset my pin number", + "pin_change" + ], + [ + "can you change my 1st national account pin to 4892", + "pin_change" + ], + [ + "can you help me with my pin number", + "pin_change" + ], + [ + "please make the pin on my zion bank account to 3232", + "pin_change" + ], + [ + "can you tell me my password checking account", + "pin_change" + ], + [ + "please tell me my pin number for my synovus account", + "pin_change" + ], + [ + "what's my pin for my fidelity account", + "pin_change" + ], + [ + "i cant recall my pin number for my city first account", + "pin_change" + ], + [ + "i forgot my pin number for my northfield account", + "pin_change" + ], + [ + "i'd like to change my pin number for my wells fargo account", + "pin_change" + ], + [ + "i would like to change my pin number for my chase account", + "pin_change" + ], + [ + "i need to change my pin number for my checking account", + "pin_change" + ], + [ + "i'd like to change my pin number for my savings account", + "pin_change" + ], + [ + "i forgot my pin number to my chase account", + "pin_change" + ], + [ + "can you help me remember my pin to my boa account", + "pin_change" + ], + [ + "syonara, ai device!", + "goodbye" + ], + [ + "goodbye, helpful ai device!", + "goodbye" + ], + [ + "bye-bye", + "goodbye" + ], + [ + "goodbye, ai assistant", + "goodbye" + ], + [ + "glad we got to talk", + "goodbye" + ], + [ + "i'm glad i got to talk to you", + "goodbye" + ], + [ + "nice to speak with you", + "goodbye" + ], + [ + "this was a great conversation", + "goodbye" + ], + [ + "talk to you later", + "goodbye" + ], + [ + "tata for now", + "goodbye" + ], + [ + "i'm out of here", + "goodbye" + ], + [ + "that's all, bye", + "goodbye" + ], + [ + "see ya later", + "goodbye" + ], + [ + "adios ai", + "goodbye" + ], + [ + "it was great to see you again, see ya later!", + "goodbye" + ], + [ + "i had a pleasure talking to you, see you later", + "goodbye" + ], + [ + "nice talking again, bye", + "goodbye" + ], + [ + "i have to go but it was nice talking again!", + "goodbye" + ], + [ + "i am glad we got to talk again, see you soon", + "goodbye" + ], + [ + "sayonara", + "goodbye" + ], + [ + "catch you around", + "goodbye" + ], + [ + "good seeing you", + "goodbye" + ], + [ + "later, thanks for chatting", + "goodbye" + ], + [ + "adios", + "goodbye" + ], + [ + "great talk, take it easy", + "goodbye" + ], + [ + "see ya", + "goodbye" + ], + [ + "great chat, talk to you later", + "goodbye" + ], + [ + "nice talk, talk to you later", + "goodbye" + ], + [ + "thanks for chatting, later", + "goodbye" + ], + [ + "goodbye to you", + "goodbye" + ], + [ + "i must say goodbye", + "goodbye" + ], + [ + "i'm saying goodbye now", + "goodbye" + ], + [ + "it is time to say goodbye", + "goodbye" + ], + [ + "i have to say goodbye", + "goodbye" + ], + [ + "cya later", + "goodbye" + ], + [ + "i enjoyed talking to you", + "goodbye" + ], + [ + "thanks for talking", + "goodbye" + ], + [ + "it was good chatting", + "goodbye" + ], + [ + "it was nice chatting with you", + "goodbye" + ], + [ + "always nice to talk to you", + "goodbye" + ], + [ + "see you later, alligator", + "goodbye" + ], + [ + "good night", + "goodbye" + ], + [ + "it was nice to get in touch", + "goodbye" + ], + [ + "see you soon", + "goodbye" + ], + [ + "later gator!", + "goodbye" + ], + [ + "it was nice to talk it out with you", + "goodbye" + ], + [ + "it was nice to converse with you", + "goodbye" + ], + [ + "ill see you around", + "goodbye" + ], + [ + "take it easy!", + "goodbye" + ], + [ + "later gater", + "goodbye" + ], + [ + "it was nice to speak with you", + "goodbye" + ], + [ + "see you later alligator", + "goodbye" + ], + [ + "fairwell", + "goodbye" + ], + [ + "have a good one", + "goodbye" + ], + [ + "peace", + "goodbye" + ], + [ + "bye for now", + "goodbye" + ], + [ + "thanks, bye", + "goodbye" + ], + [ + "i have to get going", + "goodbye" + ], + [ + "talk to you later!", + "goodbye" + ], + [ + "i\u2019ll be leaving now", + "goodbye" + ], + [ + "i\u2019m leaving-goodbye!", + "goodbye" + ], + [ + "thanks for talking to me", + "goodbye" + ], + [ + "it was really nice to be able to chat with you", + "goodbye" + ], + [ + "it was good to talk to you today", + "goodbye" + ], + [ + "it was great to have this conversation with you", + "goodbye" + ], + [ + "it was nice to catch up with you", + "goodbye" + ], + [ + "it was enjoyable talking with you", + "goodbye" + ], + [ + "it was great chatting with you", + "goodbye" + ], + [ + "it was cool talking with you", + "goodbye" + ], + [ + "it was pleasant conversing with you", + "goodbye" + ], + [ + "good bye my friend", + "goodbye" + ], + [ + "i need to go now", + "goodbye" + ], + [ + "see you again soon", + "goodbye" + ], + [ + "i've got to run now", + "goodbye" + ], + [ + "goodbye!", + "goodbye" + ], + [ + "i had fun speaking with you", + "goodbye" + ], + [ + "bye!", + "goodbye" + ], + [ + "later!", + "goodbye" + ], + [ + "adios!", + "goodbye" + ], + [ + "until next time!", + "goodbye" + ], + [ + "farewell!", + "goodbye" + ], + [ + "it was enjoyable to chat with you", + "goodbye" + ], + [ + "i'm outta here!", + "goodbye" + ], + [ + "it was pleasant having a conversation with you", + "goodbye" + ], + [ + "bye now", + "goodbye" + ], + [ + "buhbye", + "goodbye" + ], + [ + "see you in a while", + "goodbye" + ], + [ + "see you around", + "goodbye" + ], + [ + "nice to see you again", + "goodbye" + ], + [ + "nice to see you", + "goodbye" + ], + [ + "talk later", + "goodbye" + ], + [ + "tootles", + "goodbye" + ], + [ + "peace out", + "goodbye" + ], + [ + "goodbye for now ai", + "goodbye" + ], + [ + "ai goodbye", + "goodbye" + ], + [ + "i'll talk to you later ai", + "goodbye" + ], + [ + "we'll talk later ai", + "goodbye" + ], + [ + "i have to go ai goodbye", + "goodbye" + ], + [ + "bye bye!", + "goodbye" + ], + [ + "see you later!", + "goodbye" + ], + [ + "why is there a hold on my american saving bank account", + "account_blocked" + ], + [ + "i am nost sure why my account is blocked", + "account_blocked" + ], + [ + "why is there a hold on my capital one checking account", + "account_blocked" + ], + [ + "i think my account is blocked but i do not know the reason", + "account_blocked" + ], + [ + "can you tell me why is my bank account frozen", + "account_blocked" + ], + [ + "why is there a hold on my edward jones account", + "account_blocked" + ], + [ + "why am i locked out of my bank account", + "account_blocked" + ], + [ + "why in the world am i locked out of my bank account", + "account_blocked" + ], + [ + "what is the reason for frozen status on my bank account", + "account_blocked" + ], + [ + "check for why is my bank account frozen", + "account_blocked" + ], + [ + "i don't know the reason my account is blocked", + "account_blocked" + ], + [ + "find out for me why is my bank account frozen", + "account_blocked" + ], + [ + "can you find out why is my bank account frozen", + "account_blocked" + ], + [ + "why is there a hold on my discover account", + "account_blocked" + ], + [ + "tell me why am i locked out of my bank account", + "account_blocked" + ], + [ + "what is the reason i am locked out of my bank account", + "account_blocked" + ], + [ + "why is my account blocked", + "account_blocked" + ], + [ + "find out the reason why am i locked out of my bank account", + "account_blocked" + ], + [ + "i think my account is block but i am not sure why", + "account_blocked" + ], + [ + "why is there a hold on my charles swab account", + "account_blocked" + ], + [ + "my chase account has a hold why", + "account_blocked" + ], + [ + "what's the reason for a hold on my wells fargo account", + "account_blocked" + ], + [ + "can you find the reason for the block on my account", + "account_blocked" + ], + [ + "there's a hold on my chase account, but why", + "account_blocked" + ], + [ + "tell me the reason there is a hold or block on my account", + "account_blocked" + ], + [ + "why does my credit union account have a hold on it", + "account_blocked" + ], + [ + "figure out why there is a block on my account please", + "account_blocked" + ], + [ + "why am i seeing a hold on my boa account", + "account_blocked" + ], + [ + "my account has been blocked, but i have no idea why", + "account_blocked" + ], + [ + "why is there a block on my account", + "account_blocked" + ], + [ + "can you please unlock my bank account", + "account_blocked" + ], + [ + "please let me into my bank account", + "account_blocked" + ], + [ + "why cannot i take any money out from my bank account", + "account_blocked" + ], + [ + "what was the reason my bank account was frozen", + "account_blocked" + ], + [ + "who froze my bank account", + "account_blocked" + ], + [ + "who can i talk to right away about the current freeze on my account", + "account_blocked" + ], + [ + "my checking account has a hold on it and i need to know why", + "account_blocked" + ], + [ + "why is my bank account stopping all transactions from going through", + "account_blocked" + ], + [ + "i need to know why my bank account is blocking all of activity", + "account_blocked" + ], + [ + "can you find out what triggered a hold on my bank account", + "account_blocked" + ], + [ + "can i talk to someone about why there is a hold on my checking account", + "account_blocked" + ], + [ + "what caused a freeze to be put on my bank account", + "account_blocked" + ], + [ + "my account has a hold on it and i can't access my funds, why", + "account_blocked" + ], + [ + "is there a reason that my bank account has a freeze on it", + "account_blocked" + ], + [ + "what would cause my bank account to be frozen", + "account_blocked" + ], + [ + "do you know why i can't log into my bank account", + "account_blocked" + ], + [ + "why can't i get into my account", + "account_blocked" + ], + [ + "did i do something to get my bank account frozen", + "account_blocked" + ], + [ + "was my bank account frozen for a specific reason", + "account_blocked" + ], + [ + "why are the funds in my bank account frozen", + "account_blocked" + ], + [ + "what would cause me to be locked out of my bank account", + "account_blocked" + ], + [ + "why am i unable to access my bank account", + "account_blocked" + ], + [ + "why is my bank account frozen", + "account_blocked" + ], + [ + "why would i have been locked out of my own account", + "account_blocked" + ], + [ + "can you explain to me why my bank account might be frozen", + "account_blocked" + ], + [ + "i am very confused about why or how my bank would lock me out of my account", + "account_blocked" + ], + [ + "why would the bank have frozen my account", + "account_blocked" + ], + [ + "do you know why the bank put a hold on my joint checking account", + "account_blocked" + ], + [ + "i don't understand why there is a hold on my retirement fund account", + "account_blocked" + ], + [ + "can you explain why there is a hold on my savings account", + "account_blocked" + ], + [ + "what's the deal with my bank account being locked", + "account_blocked" + ], + [ + "what reason could the bank have had for blocking my account", + "account_blocked" + ], + [ + "why would a hold have been placed on my checking account", + "account_blocked" + ], + [ + "why on earth would a block have been placed on my account", + "account_blocked" + ], + [ + "i'm confused about the reason for my bank account being frozen", + "account_blocked" + ], + [ + "i don't understand why i have been barred from accessing my own account", + "account_blocked" + ], + [ + "i don't understand why my bank account is frozen right now", + "account_blocked" + ], + [ + "how come i am being denied access to my bank account", + "account_blocked" + ], + [ + "do you know why my account appears to be blocked", + "account_blocked" + ], + [ + "i am confused because my account seems to have been blocked for no reason", + "account_blocked" + ], + [ + "i am very confused about the block that seems to have been placed on my account why is it there", + "account_blocked" + ], + [ + "how is it possible that my account has been frozen", + "account_blocked" + ], + [ + "how come a hold was placed on my 401k account", + "account_blocked" + ], + [ + "could you please tell me, my wells fargo account, is there a hold and why", + "account_blocked" + ], + [ + "i am unable to complete my order, why could there be a hold on my wells fargo account", + "account_blocked" + ], + [ + "was a hold placed on my wells fargo account, and if so why", + "account_blocked" + ], + [ + "in regards to my wells fargo account, why is there a hold", + "account_blocked" + ], + [ + "why was a hold placed on my wells fargo account", + "account_blocked" + ], + [ + "call my bank customer service number", + "account_blocked" + ], + [ + "why is my account locked", + "account_blocked" + ], + [ + "what's with the block on my bank account", + "account_blocked" + ], + [ + "why did my bank account freeze", + "account_blocked" + ], + [ + "why'd they put a freeze on my bank account", + "account_blocked" + ], + [ + "why is my bank account blocking me", + "account_blocked" + ], + [ + "why can't i access my bank account", + "account_blocked" + ], + [ + "i think my account is blocked", + "account_blocked" + ], + [ + "for what reason is my account blocked", + "account_blocked" + ], + [ + "can you tell me why there's a hold on my mutualone account", + "account_blocked" + ], + [ + "why don't i have access to my bank account", + "account_blocked" + ], + [ + "why isn't it letting me into my bank account", + "account_blocked" + ], + [ + "my capital one account has a hold; why", + "account_blocked" + ], + [ + "why does my visa account have a hold on it", + "account_blocked" + ], + [ + "why am i seeing a hold on my charles schwab account", + "account_blocked" + ], + [ + "tell me about the hold on my chase account", + "account_blocked" + ], + [ + "can you tell me why my bank account is frozen", + "account_blocked" + ], + [ + "do you know why my account is blocked", + "account_blocked" + ], + [ + "help, my account is blocked", + "account_blocked" + ], + [ + "help me please, my account is blocked", + "account_blocked" + ], + [ + "help me unblock my account", + "account_blocked" + ], + [ + "my account is blocked, help me figure out why", + "account_blocked" + ], + [ + "which song is playing", + "what_song" + ], + [ + "what's this song called", + "what_song" + ], + [ + "what song is this", + "what_song" + ], + [ + "what's the name of this song", + "what_song" + ], + [ + "what is this song", + "what_song" + ], + [ + "can you tell me what song this is", + "what_song" + ], + [ + "which song is this", + "what_song" + ], + [ + "can you look up the name of this song", + "what_song" + ], + [ + "i'd like to know what this song is", + "what_song" + ], + [ + "can you tell me the name of this song", + "what_song" + ], + [ + "do you know what this song is", + "what_song" + ], + [ + "what's song am i hearing", + "what_song" + ], + [ + "tell me the song title", + "what_song" + ], + [ + "what's the title of this track", + "what_song" + ], + [ + "what song am i listening to", + "what_song" + ], + [ + "who sings this song", + "what_song" + ], + [ + "what's the name of what's playing on my speakers", + "what_song" + ], + [ + "what's this track", + "what_song" + ], + [ + "what's playing right now", + "what_song" + ], + [ + "what's the title of this", + "what_song" + ], + [ + "what's the name of this tune", + "what_song" + ], + [ + "what's the name of this release", + "what_song" + ], + [ + "what's the title of this tune", + "what_song" + ], + [ + "what track am i listening to", + "what_song" + ], + [ + "what's this jam called", + "what_song" + ], + [ + "what's this song", + "what_song" + ], + [ + "can you name the song on the speakers", + "what_song" + ], + [ + "who is this song that's on the stereo", + "what_song" + ], + [ + "can you give me the name of this tune", + "what_song" + ], + [ + "tell me what song this is", + "what_song" + ], + [ + "tell me the name of the song that is playing", + "what_song" + ], + [ + "tell me the name of this song", + "what_song" + ], + [ + "let me know what song is playing", + "what_song" + ], + [ + "help me to know what song is playing", + "what_song" + ], + [ + "i want to know what song is playing", + "what_song" + ], + [ + "i am wanting to know what song this is", + "what_song" + ], + [ + "i am needing to know what song is playing", + "what_song" + ], + [ + "could you let me know what song this is", + "what_song" + ], + [ + "i need to know what song this is", + "what_song" + ], + [ + "what is that song that's playing", + "what_song" + ], + [ + "what is the name of the song that's playing on the radio right now", + "what_song" + ], + [ + "what's the name of the song you're playing", + "what_song" + ], + [ + "what music is playing on the the bluetooth now", + "what_song" + ], + [ + "which song is playing now", + "what_song" + ], + [ + "can you tell me this song", + "what_song" + ], + [ + "name this song, please", + "what_song" + ], + [ + "what's the song currently playing", + "what_song" + ], + [ + "what's the name of the current song", + "what_song" + ], + [ + "what song is playing", + "what_song" + ], + [ + "what band is this", + "what_song" + ], + [ + "i like this song who is it by", + "what_song" + ], + [ + "what is the title of this track", + "what_song" + ], + [ + "tell me the artist currently playing", + "what_song" + ], + [ + "what's the artist's name of this song", + "what_song" + ], + [ + "what is the track title of the song playing", + "what_song" + ], + [ + "name the singer of this track", + "what_song" + ], + [ + "who sang this song", + "what_song" + ], + [ + "who plays this song", + "what_song" + ], + [ + "what's the now playing song that we are listening to", + "what_song" + ], + [ + "what's the current song that we are listening at this time", + "what_song" + ], + [ + "what's the name of the song that we are listening to", + "what_song" + ], + [ + "what's the song that we are listening at this moment", + "what_song" + ], + [ + "what's the song they are playing for us right now", + "what_song" + ], + [ + "what's the name of this song i'm listening to", + "what_song" + ], + [ + "what am i listening to", + "what_song" + ], + [ + "what is the current song", + "what_song" + ], + [ + "can you tell me what song i'm hearing", + "what_song" + ], + [ + "what am i hearing on the speakers now", + "what_song" + ], + [ + "what's this song playing", + "what_song" + ], + [ + "whats the name of the playing song", + "what_song" + ], + [ + "tell me this songs name", + "what_song" + ], + [ + "i need to know this song's name", + "what_song" + ], + [ + "i want to know the name of the song that's playing", + "what_song" + ], + [ + "can you tell me the mane of the song playing", + "what_song" + ], + [ + "i'd like to know this song's name", + "what_song" + ], + [ + "can you get me the name of this song", + "what_song" + ], + [ + "find out what this song is", + "what_song" + ], + [ + "i would like to know this song's title", + "what_song" + ], + [ + "i need to know what this song is called", + "what_song" + ], + [ + "tell me the title of this song", + "what_song" + ], + [ + "tell me this song's name", + "what_song" + ], + [ + "what is the song that's playing", + "what_song" + ], + [ + "tell me the song that's playing right now", + "what_song" + ], + [ + "do you know the name of this song", + "what_song" + ], + [ + "do you know what song this is", + "what_song" + ], + [ + "what is the name of this song", + "what_song" + ], + [ + "can you tell me the song we are listening to", + "what_song" + ], + [ + "which song are we listening to", + "what_song" + ], + [ + "what is the song that is currently playing", + "what_song" + ], + [ + "can you tell me what this song is", + "what_song" + ], + [ + "whats the name of this song", + "what_song" + ], + [ + "what is the title of this tune", + "what_song" + ], + [ + "what tune is this", + "what_song" + ], + [ + "what is that noise", + "what_song" + ], + [ + "what is playing", + "what_song" + ], + [ + "whats the title of this", + "what_song" + ], + [ + "whats the title of this song", + "what_song" + ], + [ + "the song on speaker is what like", + "what_song" + ], + [ + "the song on speaker is what", + "what_song" + ], + [ + "what is the song on speaker", + "what_song" + ], + [ + "are there any transaction fees associated with my chase card if i am in tokyo", + "international_fees" + ], + [ + "does my usaa card have international transaction fees", + "international_fees" + ], + [ + "does my bank of the west card have international transaction fees", + "international_fees" + ], + [ + "are there any transaction fees associated with my usaa card if i am in india", + "international_fees" + ], + [ + "does my navy federal card have international transaction fees", + "international_fees" + ], + [ + "does my chase card have international transaction fees", + "international_fees" + ], + [ + "are there any transaction fees associated with my navy federal card if i am in germany", + "international_fees" + ], + [ + "are there any transaction fees associated with my usaa card if i am in south korea", + "international_fees" + ], + [ + "does my bank of america card have international transaction fees", + "international_fees" + ], + [ + "are there any transaction fees associated with my navy federal card if i am in japan", + "international_fees" + ], + [ + "what are the fees for using my card in toronto", + "international_fees" + ], + [ + "do i incur extra fees if i use my card in london", + "international_fees" + ], + [ + "do travelers to egypt get hit with transaction fees if they're using a mastercard", + "international_fees" + ], + [ + "do i have to pay amex transaction fees in brazil", + "international_fees" + ], + [ + "if i use my card in denver will i get charged extra", + "international_fees" + ], + [ + "are there fees for using my card in tampa", + "international_fees" + ], + [ + "will my discover card ding me with transaction fees if i'm in aruba", + "international_fees" + ], + [ + "does bank of america charge transaction fees if you use it in canada", + "international_fees" + ], + [ + "will i pay extra if i use my card in juarez", + "international_fees" + ], + [ + "are there transaction fees for my visa if i'm in russia", + "international_fees" + ], + [ + "what is the surcharge for using my card in italy while i visit", + "international_fees" + ], + [ + "for my card is there a extra card while i'm staying in italy", + "international_fees" + ], + [ + "is there a surcharge for using my card in italy while i'm there", + "international_fees" + ], + [ + "will i get charged extra if i use my card while in italy", + "international_fees" + ], + [ + "how much is the charge of using my card in italy during my stay there", + "international_fees" + ], + [ + "what are the international transaction fees on my amex", + "international_fees" + ], + [ + "give me a list of international transaction fees for my amex", + "international_fees" + ], + [ + "what kind of international transaction fees are related to my amex", + "international_fees" + ], + [ + "will my amex institute international transaction fees on a charge", + "international_fees" + ], + [ + "can i see all the international transaction fees on my amex", + "international_fees" + ], + [ + "what are the fees to use my card in nigeria", + "international_fees" + ], + [ + "what are the foreign transaction fees for cuba", + "international_fees" + ], + [ + "what additional fees do you charge if i use my card in lisbon", + "international_fees" + ], + [ + "how much are the foreign transaction fees in brisbane", + "international_fees" + ], + [ + "what fees are charged if i use something in paris", + "international_fees" + ], + [ + "does visa charge transaction fees in the uk", + "international_fees" + ], + [ + "i need to know if there are transaction fees for my visa card in canada", + "international_fees" + ], + [ + "does american express charge transaction fees for iceland", + "international_fees" + ], + [ + "are there transaction fees charged to my discover card in japan", + "international_fees" + ], + [ + "are transaction fees charged for my aaa card in canada", + "international_fees" + ], + [ + "when i am in spain using my cmaden card, is there any transaction fee", + "international_fees" + ], + [ + "what are the transaction fee using our card in florence if any", + "international_fees" + ], + [ + "tell me if there is any transaction fee using royal card in europe", + "international_fees" + ], + [ + "are there any transaction fee if i use my boston private card in scotland", + "international_fees" + ], + [ + "i want to know if there is any transaction fee using washington federal card when i am in canada", + "international_fees" + ], + [ + "how much is the atm fee for my boa card in orlando, fl", + "international_fees" + ], + [ + "what's the transaction fee for my boa card in orlando, fl", + "international_fees" + ], + [ + "if i use my card in mexico, will there be added fees", + "international_fees" + ], + [ + "are there extra charges for using my card in mexico", + "international_fees" + ], + [ + "what, if any, are the charges for using my card in mexico", + "international_fees" + ], + [ + "is there a surcharge for using my card in mexico", + "international_fees" + ], + [ + "are there extra fees for using my card in mexico", + "international_fees" + ], + [ + "are there international transaction fees for using my chase card", + "international_fees" + ], + [ + "do i have to pay international transaction fees when i use my chase card", + "international_fees" + ], + [ + "what are my chase cards fees for international transactions", + "international_fees" + ], + [ + "how much are the international transaction fees for my chase card", + "international_fees" + ], + [ + "what are the international transaction fees for my chase card", + "international_fees" + ], + [ + "will i be charged if i use the card in germany", + "international_fees" + ], + [ + "will i be charged if i use the card in italy", + "international_fees" + ], + [ + "will i be charged if i use the card in france", + "international_fees" + ], + [ + "will i be charged if i use the card in australia", + "international_fees" + ], + [ + "will i be charged if i use the card in paris", + "international_fees" + ], + [ + "does my card charge if i use it in china", + "international_fees" + ], + [ + "is there a fee associated with use of my card in burkina faso", + "international_fees" + ], + [ + "is there a charge to use my card in japan", + "international_fees" + ], + [ + "if i use my card in tahiti, will i be charged", + "international_fees" + ], + [ + "does my card charge a fee for use in indonesia", + "international_fees" + ], + [ + "is there any transaction fees on my citibank card if used in spain", + "international_fees" + ], + [ + "how much can i expect in transaction fees for using my visa in portugal", + "international_fees" + ], + [ + "can you tell me if i will have any transactions fees for using my discover card in turkey", + "international_fees" + ], + [ + "i would like to know if there are any fees for using my capital one card in london, england", + "international_fees" + ], + [ + "are there any fees for using my amex in england", + "international_fees" + ], + [ + "are there any international transaction fees associated with my visa card", + "international_fees" + ], + [ + "does my amex card use international transaction fees", + "international_fees" + ], + [ + "will i receive a fee if i use my card in ireland", + "international_fees" + ], + [ + "if i use my card in mexico do i get an extra fee", + "international_fees" + ], + [ + "will i be charged extra for using my card in spain", + "international_fees" + ], + [ + "is there an extra fee for using my card in costa rica", + "international_fees" + ], + [ + "will my mastercard charge me a fee for international transactions", + "international_fees" + ], + [ + "will i get a fee for international transactions with my visa card", + "international_fees" + ], + [ + "do i get charged more for using my card in canada", + "international_fees" + ], + [ + "does my mastercard charge international transaction fees", + "international_fees" + ], + [ + "how much do you charge if i use my card in japan", + "international_fees" + ], + [ + "will i be charged for using my card in japan", + "international_fees" + ], + [ + "do i need to pay any fee if i use my card in japan", + "international_fees" + ], + [ + "do you charge me if i use my card in japan", + "international_fees" + ], + [ + "will you charge me if i use my card in japan", + "international_fees" + ], + [ + "show me the international transactions fees for the zenith card", + "international_fees" + ], + [ + "what are the international transactions fees for my industrial bank card", + "international_fees" + ], + [ + "are there many international transactions fees for the freedom card", + "international_fees" + ], + [ + "are there international transactions fees for rainbow card", + "international_fees" + ], + [ + "does the national card have international transactions fees and how much", + "international_fees" + ], + [ + "will i be charged if i use my card in dublin", + "international_fees" + ], + [ + "will i be charged if i use my card in detroit", + "international_fees" + ], + [ + "are there any transaction fees associated with my amex card if i am in the uk", + "international_fees" + ], + [ + "will i be charged if i use my card in mexico", + "international_fees" + ], + [ + "will i be charged if i use my card in canada", + "international_fees" + ], + [ + "will i be charged if i use my card in france", + "international_fees" + ], + [ + "are there any transaction fees associated with my amex card if i am in france", + "international_fees" + ], + [ + "are there any transaction fees associated with my amex card if i am in belgium", + "international_fees" + ], + [ + "tell me when my car last had its oil changed", + "last_maintenance" + ], + [ + "when did i last do maintenance on my car", + "last_maintenance" + ], + [ + "when did i last take my car in for maintenance", + "last_maintenance" + ], + [ + "can you find the date of my last oil change", + "last_maintenance" + ], + [ + "when did i last bring my car in to have it looked at", + "last_maintenance" + ], + [ + "find the date of the last oil swap for my car", + "last_maintenance" + ], + [ + "what was the date when i last had my car inspected", + "last_maintenance" + ], + [ + "how long's it been since my car was at autozone", + "last_maintenance" + ], + [ + "what's the amount of time since having my car given a once over by a mechanic", + "last_maintenance" + ], + [ + "when did i last have my vehicle checked on", + "last_maintenance" + ], + [ + "when did i last bring my car in to get looked over", + "last_maintenance" + ], + [ + "what date did i last take my car in", + "last_maintenance" + ], + [ + "how long's it been since i had my car serviced", + "last_maintenance" + ], + [ + "when was the last time i changed my oil", + "last_maintenance" + ], + [ + "when did i last have a mechanic check out my car", + "last_maintenance" + ], + [ + "when did i last service my car with an oil change", + "last_maintenance" + ], + [ + "what was the last time i had my car at the dealer for repairs", + "last_maintenance" + ], + [ + "when did i last have my car fixed", + "last_maintenance" + ], + [ + "what day did i last have a technician check out my vehicle", + "last_maintenance" + ], + [ + "when did i last have my vehicle serviced", + "last_maintenance" + ], + [ + "my car was looked at when", + "last_maintenance" + ], + [ + "let me know when my car was last looked at", + "last_maintenance" + ], + [ + "when did my car get looked at last", + "last_maintenance" + ], + [ + "tell me when someone looked at my car last", + "last_maintenance" + ], + [ + "what date did i have my oil changed last", + "last_maintenance" + ], + [ + "what day did i change my oil", + "last_maintenance" + ], + [ + "do you remember when i last changed my oil", + "last_maintenance" + ], + [ + "was my last oil change on wednesday", + "last_maintenance" + ], + [ + "when was the last time i had an oil change", + "last_maintenance" + ], + [ + "how long ago was my car last in the shop", + "last_maintenance" + ], + [ + "when was the last time i got my oil changed", + "last_maintenance" + ], + [ + "do you have a date for the last time the car was in the shop", + "last_maintenance" + ], + [ + "what date was my car last at the mechanics", + "last_maintenance" + ], + [ + "how long has it been since my oil was changed", + "last_maintenance" + ], + [ + "how long has it been since my car was in the shop", + "last_maintenance" + ], + [ + "when did i get my last oil change", + "last_maintenance" + ], + [ + "what date was my oil last changed", + "last_maintenance" + ], + [ + "do you remember my last oil change", + "last_maintenance" + ], + [ + "when was my car in the shop last", + "last_maintenance" + ], + [ + "when did i last have car maintenance", + "last_maintenance" + ], + [ + "when was my last maintenance on my car in the shop", + "last_maintenance" + ], + [ + "when was my car last repaired", + "last_maintenance" + ], + [ + "when did my oil last get changed", + "last_maintenance" + ], + [ + "when were my tires changed", + "last_maintenance" + ], + [ + "when was my car last worked on", + "last_maintenance" + ], + [ + "i can't remember when my car last went to the shop, can you find out for me", + "last_maintenance" + ], + [ + "find out when my most recent oil change occurred", + "last_maintenance" + ], + [ + "check to see when my car was last in the shop", + "last_maintenance" + ], + [ + "when was my most recent oil change", + "last_maintenance" + ], + [ + "i need to know the date of my car's last visit to the shop please", + "last_maintenance" + ], + [ + "look up the date of my car's most recent visit to the shop", + "last_maintenance" + ], + [ + "i need to know when i last took my car in for a check up", + "last_maintenance" + ], + [ + "please tell me when the last time was that my car was in the shop", + "last_maintenance" + ], + [ + "look up the date of my last oil change", + "last_maintenance" + ], + [ + "i need you to look up the date of my car's last visit to the shop", + "last_maintenance" + ], + [ + "find out the last time i had my car checked", + "last_maintenance" + ], + [ + "do you know when my car was last looked at", + "last_maintenance" + ], + [ + "do you know when i last took my car in to the shop", + "last_maintenance" + ], + [ + "i can't remember when my car was last serviced, can you find out for me", + "last_maintenance" + ], + [ + "find out how long it has been since my car was last in the shop", + "last_maintenance" + ], + [ + "please tell me the last time i took my car to the shop", + "last_maintenance" + ], + [ + "how long has it been since my car was last looked at", + "last_maintenance" + ], + [ + "tell me the date of my last car check up", + "last_maintenance" + ], + [ + "i need to know when my oil was last changed", + "last_maintenance" + ], + [ + "dates for my car in the shop", + "last_maintenance" + ], + [ + "last time car was in shop", + "last_maintenance" + ], + [ + "last incident of my car in the shop", + "last_maintenance" + ], + [ + "when was my car in the shop", + "last_maintenance" + ], + [ + "when did my car get serviced last", + "last_maintenance" + ], + [ + "how long has it been since my car was looked at", + "last_maintenance" + ], + [ + "how long ago did my car get looked at", + "last_maintenance" + ], + [ + "what was the date of my last auto appointment", + "last_maintenance" + ], + [ + "when was my last car service date", + "last_maintenance" + ], + [ + "when did i take to car to the auto shop", + "last_maintenance" + ], + [ + "when did i have my car looked at", + "last_maintenance" + ], + [ + "when did i last get my car tuned up", + "last_maintenance" + ], + [ + "when did i go to the mechanic", + "last_maintenance" + ], + [ + "when did i take my car to the mechanic", + "last_maintenance" + ], + [ + "do you know how long its been since i had my oil changed and a tune up", + "last_maintenance" + ], + [ + "when did last go to the auto repair shop", + "last_maintenance" + ], + [ + "i need to know when was the last time i had my car checked out for a tune up", + "last_maintenance" + ], + [ + "tell me the last time i had my car checked out at sam's repair shop", + "last_maintenance" + ], + [ + "when did i take my car to paul's auto last", + "last_maintenance" + ], + [ + "when was the last time my car was in the shop", + "last_maintenance" + ], + [ + "tell me when was car in shop", + "last_maintenance" + ], + [ + "so when was car in shop", + "last_maintenance" + ], + [ + "when was the car in the shop", + "last_maintenance" + ], + [ + "you need to tell me when was car in shop", + "last_maintenance" + ], + [ + "i need to know when i last carried my car to the shop", + "last_maintenance" + ], + [ + "what's the date on which my last oil change occurred", + "last_maintenance" + ], + [ + "what is the last date of service on my car", + "last_maintenance" + ], + [ + "can you remind me of when i last had an oil change", + "last_maintenance" + ], + [ + "please find the date of my last oil change", + "last_maintenance" + ], + [ + "search and tell me when my most recent oil change happened, please", + "last_maintenance" + ], + [ + "when did i most recently have my car in the shop", + "last_maintenance" + ], + [ + "i last took my car to the shop, when", + "last_maintenance" + ], + [ + "i need to know when it was that i last took my car to have the oil changed", + "last_maintenance" + ], + [ + "how long has it been since my car was last in the shop", + "last_maintenance" + ], + [ + "check my calendar for the date that my care was last serviced", + "last_maintenance" + ], + [ + "how long has it been since my last auto maintenance", + "last_maintenance" + ], + [ + "when is today's meeting with john", + "meeting_schedule" + ], + [ + "when is my meeting with dan scheduled for", + "meeting_schedule" + ], + [ + "when is the meeting with homer scheduled for", + "meeting_schedule" + ], + [ + "do i have any meetings with stan today", + "meeting_schedule" + ], + [ + "how many meetings do i have scheduled between 10 and 3", + "meeting_schedule" + ], + [ + "on what day is my meeting with dr lee", + "meeting_schedule" + ], + [ + "tell me how many meetings with pete i have for today", + "meeting_schedule" + ], + [ + "about how many meetings am i attending between 12 and 3 today", + "meeting_schedule" + ], + [ + "how many total meetings will i have between 2 and 5", + "meeting_schedule" + ], + [ + "can you tell me what time i am meeting with sarah today", + "meeting_schedule" + ], + [ + "when is that meeting with kara", + "meeting_schedule" + ], + [ + "do i have meetings from 1 to 4 today", + "meeting_schedule" + ], + [ + "do i have many meetings today between 2 and 4", + "meeting_schedule" + ], + [ + "what time is my meeting with steve", + "meeting_schedule" + ], + [ + "for today only, how many meetings are with jake", + "meeting_schedule" + ], + [ + "do i have any meetings with mark today", + "meeting_schedule" + ], + [ + "when is my meeting with bob", + "meeting_schedule" + ], + [ + "tell me when my meeting is scheduled with roger", + "meeting_schedule" + ], + [ + "when am i gonna be meeting roger", + "meeting_schedule" + ], + [ + "do i have any meetings today between 5 and 6", + "meeting_schedule" + ], + [ + "do i have any meetings today between 2 and 3", + "meeting_schedule" + ], + [ + "do i have any meetings with ben today", + "meeting_schedule" + ], + [ + "do i have any meetings with roger today", + "meeting_schedule" + ], + [ + "do i have any meetings today between 8 and 9", + "meeting_schedule" + ], + [ + "when is my meeting with roger", + "meeting_schedule" + ], + [ + "i wanna know when my meeting is with dan", + "meeting_schedule" + ], + [ + "do i have any meetings with michael today", + "meeting_schedule" + ], + [ + "do i have any meetings with dave today", + "meeting_schedule" + ], + [ + "do i have any meetings today between 4 and 5", + "meeting_schedule" + ], + [ + "do i have any meetings today between 6 and 7", + "meeting_schedule" + ], + [ + "tell me the meeting schedule for the day", + "meeting_schedule" + ], + [ + "what is the meeting schedule today", + "meeting_schedule" + ], + [ + "tell me the meeting schdule please", + "meeting_schedule" + ], + [ + "what is my meeting schedule today", + "meeting_schedule" + ], + [ + "what is my meeting schedule like for the day", + "meeting_schedule" + ], + [ + "share my meeting schedule with me", + "meeting_schedule" + ], + [ + "do i have meetings scheduled today", + "meeting_schedule" + ], + [ + "what kind of meetings do i have today", + "meeting_schedule" + ], + [ + "what meetings do i have scheduled today", + "meeting_schedule" + ], + [ + "go over my meeting schedule with me please", + "meeting_schedule" + ], + [ + "do i have to be at any meetings today", + "meeting_schedule" + ], + [ + "any meetings on the schedule today", + "meeting_schedule" + ], + [ + "what meetings are on my schedule today", + "meeting_schedule" + ], + [ + "meetings today", + "meeting_schedule" + ], + [ + "what meetings are scheduled for today", + "meeting_schedule" + ], + [ + "does today's schedule include any meetings", + "meeting_schedule" + ], + [ + "are there any meetings on the calendar for today", + "meeting_schedule" + ], + [ + "do i have any meeting to go to today", + "meeting_schedule" + ], + [ + "what meetings do i have today", + "meeting_schedule" + ], + [ + "what meetings are on my calendar", + "meeting_schedule" + ], + [ + "when do i have meetings today", + "meeting_schedule" + ], + [ + "what's on my meeting schedule today", + "meeting_schedule" + ], + [ + "what times are my meetings", + "meeting_schedule" + ], + [ + "what are my meetings today", + "meeting_schedule" + ], + [ + "which meetings do i have today", + "meeting_schedule" + ], + [ + "are there any meetings i have today", + "meeting_schedule" + ], + [ + "bring up any mettings for today", + "meeting_schedule" + ], + [ + "when are my meetings today between noon and one", + "meeting_schedule" + ], + [ + "am i scheduled for any meetings between noon and one", + "meeting_schedule" + ], + [ + "how many meetings do i have today between noon and one", + "meeting_schedule" + ], + [ + "what meetings do i have today between noon and one", + "meeting_schedule" + ], + [ + "are there meetings schedules today between noon and one", + "meeting_schedule" + ], + [ + "do i have any meetings planned for today", + "meeting_schedule" + ], + [ + "are any meetings scheduled for today", + "meeting_schedule" + ], + [ + "do i have any meetings scheduled for today", + "meeting_schedule" + ], + [ + "are any meetings booked for today", + "meeting_schedule" + ], + [ + "what time i have to meet mr accountant", + "meeting_schedule" + ], + [ + "is mr ceo waiting me now", + "meeting_schedule" + ], + [ + "do i have to meet the dev squad to day", + "meeting_schedule" + ], + [ + "give me a run down of my meeting schedules for the day", + "meeting_schedule" + ], + [ + "let me know every meeting i have scheduled today", + "meeting_schedule" + ], + [ + "do you know if i have any meetings set up with travis today", + "meeting_schedule" + ], + [ + "do you see any meetings with john on my schedule today", + "meeting_schedule" + ], + [ + "check to see if i have any meetings with peter today", + "meeting_schedule" + ], + [ + "am i scheduled to meet with heather today", + "meeting_schedule" + ], + [ + "what meetings do i have on my agenda today", + "meeting_schedule" + ], + [ + "have i got any meetings today with sara", + "meeting_schedule" + ], + [ + "tell me what my day looks like today in terms of meetings", + "meeting_schedule" + ], + [ + "what scheduled meetings do i have today", + "meeting_schedule" + ], + [ + "are there any meetings on my calendar today", + "meeting_schedule" + ], + [ + "am i scheduled for any gatherings today", + "meeting_schedule" + ], + [ + "is the gang getting together this afternoon", + "meeting_schedule" + ], + [ + "do i have any meetings coming up today", + "meeting_schedule" + ], + [ + "please list my meetings for today", + "meeting_schedule" + ], + [ + "i need to know if i have any meetings scheduled for today", + "meeting_schedule" + ], + [ + "please list my meetings for today from 8:00 am to 2:00 pm", + "meeting_schedule" + ], + [ + "did i schedule any meetings for today", + "meeting_schedule" + ], + [ + "tell me my scheduled meetings for today only, please", + "meeting_schedule" + ], + [ + "let me hear all meetings for today", + "meeting_schedule" + ], + [ + "do i have any meetings scheduled between 3 and 5 pm today", + "meeting_schedule" + ], + [ + "what meetings are on my schedule today between 1:00 pm and 4:00 pm", + "meeting_schedule" + ], + [ + "are there any meetings for today on my calendar", + "meeting_schedule" + ], + [ + "tell me today's scheduled conferences from noon on wards", + "meeting_schedule" + ], + [ + "is a meeting with ruth on my schedule today", + "meeting_schedule" + ], + [ + "what do i have going on between 9 and 10", + "meeting_schedule" + ], + [ + "do i meet with joan today", + "meeting_schedule" + ], + [ + "when's my meeting with richard", + "meeting_schedule" + ], + [ + "what meetings do i have today from 3 to 4", + "meeting_schedule" + ], + [ + "when is my meeting with john", + "meeting_schedule" + ], + [ + "what is on my schedule between 10:00 am and 11:00 am", + "meeting_schedule" + ], + [ + "what do you put in chicken noodle casserole", + "ingredients_list" + ], + [ + "what goes into chicken noodle casserole", + "ingredients_list" + ], + [ + "what do i need to make chicken noodle casserole", + "ingredients_list" + ], + [ + "how do you make chicken noodle casserole", + "ingredients_list" + ], + [ + "chicken noodle casserole is made from what", + "ingredients_list" + ], + [ + "tell me what ingredients i will need to make this meal", + "ingredients_list" + ], + [ + "what are the ingredients of spaghetti", + "ingredients_list" + ], + [ + "what ingredients are present in marshmallows", + "ingredients_list" + ], + [ + "tell me the ingredients in pizza", + "ingredients_list" + ], + [ + "what ingredients are found in hunan chicken", + "ingredients_list" + ], + [ + "i need to know the ingredients in a hamburger", + "ingredients_list" + ], + [ + "show me the ingredients that i need for ceviche", + "ingredients_list" + ], + [ + "do you have a list of ingredients that i'll need for blondies", + "ingredients_list" + ], + [ + "give me a list of ingredients needed for pizza dough", + "ingredients_list" + ], + [ + "tell me what ingredients i need for carne asada", + "ingredients_list" + ], + [ + "what ingredients are required for chicken noodle soup", + "ingredients_list" + ], + [ + "what ingredients are in salsa", + "ingredients_list" + ], + [ + "what ingredients are in cheese cake", + "ingredients_list" + ], + [ + "what ingredients are in sugar cookies", + "ingredients_list" + ], + [ + "what ingredients are in spinach dip", + "ingredients_list" + ], + [ + "what ingredients are in coffee cakes", + "ingredients_list" + ], + [ + "what ingredients do i need to make egg salad", + "ingredients_list" + ], + [ + "what would i need if i wanted to make chicken marsala", + "ingredients_list" + ], + [ + "what ingredients are in antipasto salad", + "ingredients_list" + ], + [ + "what do i need to make chicken salad", + "ingredients_list" + ], + [ + "what kind of stuff is in potato salad", + "ingredients_list" + ], + [ + "ingredients needed to make a mexican lasagna", + "ingredients_list" + ], + [ + "what are all of the ingredients for brownies from scratch", + "ingredients_list" + ], + [ + "how can i make my own doughnuts/what ingredients", + "ingredients_list" + ], + [ + "what stuff would i need to make tortellini", + "ingredients_list" + ], + [ + "what do i need to make a cake", + "ingredients_list" + ], + [ + "what all is in gumbo", + "ingredients_list" + ], + [ + "what ingredients do i need for gumbo", + "ingredients_list" + ], + [ + "which ingredients does gumbo have", + "ingredients_list" + ], + [ + "what are the ingredients in gumbo", + "ingredients_list" + ], + [ + "what is gumbo made of", + "ingredients_list" + ], + [ + "what ingredients do i need to bake a cake", + "ingredients_list" + ], + [ + "i want to cook a quick breakfast what ingredients do i need", + "ingredients_list" + ], + [ + "what ingredients are needed for shrimp cocktail", + "ingredients_list" + ], + [ + "i\u2019m making spaghetti what ingredients do i need", + "ingredients_list" + ], + [ + "i want to make a meat stew what ingredients do i need", + "ingredients_list" + ], + [ + "what goes in broccoli cheddar soup", + "ingredients_list" + ], + [ + "show me the recipe for broccoli cheddar soup", + "ingredients_list" + ], + [ + "please list ingredients for broccoli cheddar soup", + "ingredients_list" + ], + [ + "what ingredients do i need to make broccoli cheddar soup", + "ingredients_list" + ], + [ + "i am making broccoli cheddar soup, what ingredients do i need", + "ingredients_list" + ], + [ + "what ingredients do i need for philly cheesesteaks", + "ingredients_list" + ], + [ + "what do i need to cook chicken soup", + "ingredients_list" + ], + [ + "what do i need to get to make lasagne", + "ingredients_list" + ], + [ + "what should i buy to make burritos tonight", + "ingredients_list" + ], + [ + "what ingredients do i need for tacos", + "ingredients_list" + ], + [ + "what are the ingredients to make shepherd's pie", + "ingredients_list" + ], + [ + "what do i need to buy to make a spaghetti", + "ingredients_list" + ], + [ + "what do i need to make spaghetti", + "ingredients_list" + ], + [ + "what is the ingredient list for an omelette", + "ingredients_list" + ], + [ + "what do i need if i want to make lasagna", + "ingredients_list" + ], + [ + "what do i need to make a cajun chili", + "ingredients_list" + ], + [ + "what goes into a strawberry smoothie", + "ingredients_list" + ], + [ + "what should i grab to make a german chocolate cake", + "ingredients_list" + ], + [ + "what do you put in chili", + "ingredients_list" + ], + [ + "what do you need to make pancakes", + "ingredients_list" + ], + [ + "what stuff do you dump in an omelette", + "ingredients_list" + ], + [ + "what do you use when you make a chef's salad", + "ingredients_list" + ], + [ + "what do you purchase to put in a shepherd's pie", + "ingredients_list" + ], + [ + "what do you put in a tibetan omelette", + "ingredients_list" + ], + [ + "what do you mix to make a chocolate cake", + "ingredients_list" + ], + [ + "what does subway use to make a cold cut combo", + "ingredients_list" + ], + [ + "what do you need to make general tsao's chicken", + "ingredients_list" + ], + [ + "what do you put in avocado dip", + "ingredients_list" + ], + [ + "what ingredients are in sushi", + "ingredients_list" + ], + [ + "what does it take to make buttermilk pancakes", + "ingredients_list" + ], + [ + "what do i need to buy to make pierogi", + "ingredients_list" + ], + [ + "what do i need to get to put into homemade tortillas", + "ingredients_list" + ], + [ + "what food items do you put in english breakfast", + "ingredients_list" + ], + [ + "what foods do i buy to put into a korean dinner", + "ingredients_list" + ], + [ + "what do you need to make dandelion wine properly", + "ingredients_list" + ], + [ + "what ingredients are in cake", + "ingredients_list" + ], + [ + "what ingredients are in tortillas", + "ingredients_list" + ], + [ + "what ingredients are in mashed potatoes", + "ingredients_list" + ], + [ + "what ingredients are in dough", + "ingredients_list" + ], + [ + "what ingredients are in chips", + "ingredients_list" + ], + [ + "the ingredients in pizza are what", + "ingredients_list" + ], + [ + "list the ingredients in pizza", + "ingredients_list" + ], + [ + "which ingredients are in pizza", + "ingredients_list" + ], + [ + "pizza has which ingredients", + "ingredients_list" + ], + [ + "the ingredients in pizza are which ones", + "ingredients_list" + ], + [ + "what ingredients do i need to make salmon salad", + "ingredients_list" + ], + [ + "what ingredients go in spaghetti", + "ingredients_list" + ], + [ + "what ingredients do i need to make pizza", + "ingredients_list" + ], + [ + "what ingredients do i need to make pancakes", + "ingredients_list" + ], + [ + "what ingredients do i need to make potato skins", + "ingredients_list" + ], + [ + "what ingredients go in mashed potato", + "ingredients_list" + ], + [ + "what ingredients go in potato skins", + "ingredients_list" + ], + [ + "what ingredients do i need to make spaghetti", + "ingredients_list" + ], + [ + "what ingredients go in a milky way", + "ingredients_list" + ], + [ + "what ingredients go in pizza", + "ingredients_list" + ], + [ + "what ingredients are necessary for a steak", + "ingredients_list" + ], + [ + "in making an omelette, what ingredients do i need", + "ingredients_list" + ], + [ + "in terms of making scrambled eggs, what ingredients do i need", + "ingredients_list" + ], + [ + "what ingredients do i need for chicken breast", + "ingredients_list" + ], + [ + "i'm afraid this charge on my account is fraud", + "report_fraud" + ], + [ + "i think there's fraud on my account", + "report_fraud" + ], + [ + "i think i have fraud on my account from walmart", + "report_fraud" + ], + [ + "there's been some fraudulent activity on my card", + "report_fraud" + ], + [ + "i'm pretty sure this charge from sam's club is fraudulent", + "report_fraud" + ], + [ + "i'm pretty sure this charge is fraudulent", + "report_fraud" + ], + [ + "i need to report some fraudulent card activity", + "report_fraud" + ], + [ + "there are some questionable charges on my card", + "report_fraud" + ], + [ + "i think there's a fraudulent transaction on my account", + "report_fraud" + ], + [ + "there's a shady charge from comcast on my account", + "report_fraud" + ], + [ + "my account has a fraudulent transaction i think", + "report_fraud" + ], + [ + "can you help me with some fraudulent charges on my card", + "report_fraud" + ], + [ + "i think i've been the victim of fraud", + "report_fraud" + ], + [ + "i'd like to report a fraudulent charge from people's natural gas", + "report_fraud" + ], + [ + "this costco charge looks fraudulent", + "report_fraud" + ], + [ + "there's fraudulent transaction going on", + "report_fraud" + ], + [ + "i may have a fraudulent transaction", + "report_fraud" + ], + [ + "i suspect some suspicious activity", + "report_fraud" + ], + [ + "there seems to be fraudulent activity", + "report_fraud" + ], + [ + "i suspect fraudulent transaction", + "report_fraud" + ], + [ + "i need to report fraudulent activity on my card", + "report_fraud" + ], + [ + "i'm reporting fraudelent activity on my card", + "report_fraud" + ], + [ + "there has been fraudulent activity on my card and i need to report it", + "report_fraud" + ], + [ + "i need to make a report due to fraudulent activity on my card", + "report_fraud" + ], + [ + "due to fraudulent activity on my card i need to make a report", + "report_fraud" + ], + [ + "how do i report a fraudulent charge on my visa", + "report_fraud" + ], + [ + "how do i report fraud on my discover card", + "report_fraud" + ], + [ + "how do i let visa know about a charge i didn't make", + "report_fraud" + ], + [ + "help me tell visa about fraud on my account", + "report_fraud" + ], + [ + "how do i tell mastercard about a fraudulent charge", + "report_fraud" + ], + [ + "i have activity on my bank of america card i don't recognize", + "report_fraud" + ], + [ + "i think a thief used my card", + "report_fraud" + ], + [ + "i have suspicious charges on my discovery card", + "report_fraud" + ], + [ + "i believe there's fraud on my card", + "report_fraud" + ], + [ + "i need to report fraudulent activity on my mastercard", + "report_fraud" + ], + [ + "i think someone's using my visa card without my permission", + "report_fraud" + ], + [ + "i have transactions on my card that aren't mine", + "report_fraud" + ], + [ + "my card has purchases i don't recognize", + "report_fraud" + ], + [ + "someone misused my card and put fraudulent transactions on it", + "report_fraud" + ], + [ + "i have charges on my amex card i didn't make", + "report_fraud" + ], + [ + "\"disable my card account and contact company to report fraudulent activty", + "report_fraud" + ], + [ + "\"i need to report fraudulent activity to my card company", + "report_fraud" + ], + [ + "\"please contact my credit card company to report fraudulent activity on", + "report_fraud" + ], + [ + "it looks like someone made an unauthorized amazon purchase on my account", + "report_fraud" + ], + [ + "i think my chase account has been compromised and fraud committed", + "report_fraud" + ], + [ + "i may have had fraud committed on my account", + "report_fraud" + ], + [ + "i'm thinking someone may have used my card in a fraudulent way", + "report_fraud" + ], + [ + "there is a fraudulent charge for paypal on my bank account", + "report_fraud" + ], + [ + "i think the charge for uber on my account is fraudulent", + "report_fraud" + ], + [ + "looks like someone made an unauthorized charge to nike on my account", + "report_fraud" + ], + [ + "i think someone stole my card and used it", + "report_fraud" + ], + [ + "i think someone made an illegal charge to my card", + "report_fraud" + ], + [ + "my account is showing a charge to venmo that i did not make", + "report_fraud" + ], + [ + "i gotta report fraudulent activity on my credit card", + "report_fraud" + ], + [ + "so i made a fraudulent transaction", + "report_fraud" + ], + [ + "i have a fraudulent transaction from wal mart on my account right now", + "report_fraud" + ], + [ + "turns out i made a fraudulent transaction", + "report_fraud" + ], + [ + "report fraudulent activity on my debit card", + "report_fraud" + ], + [ + "i made a fraudulent transaction", + "report_fraud" + ], + [ + "i have a fraudulent transaction from wal mart showing on my account", + "report_fraud" + ], + [ + "i think i made a fraudulent transaction", + "report_fraud" + ], + [ + "i have a fraudulent transaction from wal mart on my account", + "report_fraud" + ], + [ + "i must report fraudulent activity on my debit", + "report_fraud" + ], + [ + "i have a fraudulent transaction from red robin on my account", + "report_fraud" + ], + [ + "report fraudulent activity on my credit card now", + "report_fraud" + ], + [ + "i have a fraudulent transaction from fry's on my account", + "report_fraud" + ], + [ + "i got to report fraudulent activity on my credit card", + "report_fraud" + ], + [ + "i'm afraid there is a false transaction on my account", + "report_fraud" + ], + [ + "i have detected fraudulent activity on my account", + "report_fraud" + ], + [ + "i see a fraudulent transaction from netflix on my account", + "report_fraud" + ], + [ + "i spotted a fraudulent transaction from microsoft on my account", + "report_fraud" + ], + [ + "i see a suspicious transaction in my account history", + "report_fraud" + ], + [ + "it seems someone conducted a fraudulent transaction on my account", + "report_fraud" + ], + [ + "i need help investigating a suspicious transaction", + "report_fraud" + ], + [ + "i need to report a fraudulent transaction from postmates on my account", + "report_fraud" + ], + [ + "help me figure out where this fraudulent transaction from google came from on my account", + "report_fraud" + ], + [ + "can you help me deal with this fraudulent transaction from verizon on my account", + "report_fraud" + ], + [ + "i believe there are fraudulent charges on my card how can i report them", + "report_fraud" + ], + [ + "i didn't make these purchases on my card; these are fraudulent charges i need to report them", + "report_fraud" + ], + [ + "how can i report fraudulent charges on my card", + "report_fraud" + ], + [ + "it seems that there's fraudulent activity on my card i'd like to file a report", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my card", + "report_fraud" + ], + [ + "send information about suspicious credit card activity", + "report_fraud" + ], + [ + "please report information about activity on my credit card", + "report_fraud" + ], + [ + "send fraudulent activity information", + "report_fraud" + ], + [ + "please file a fraud report", + "report_fraud" + ], + [ + "report fraud on my card", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my visa card, please", + "report_fraud" + ], + [ + "i need to report fraudulent activity on my visa card, please", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my amex card", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my visa card", + "report_fraud" + ], + [ + "i want to report fraudulent activity on my amex card, please", + "report_fraud" + ], + [ + "i believe that there is some fraudulent activity on my capital one account", + "report_fraud" + ], + [ + "there is an unauthorized transaction on my bank of america checking", + "report_fraud" + ], + [ + "i see a purchase on my chase checking that i did not make", + "report_fraud" + ], + [ + "what steps do i take if there is a transaction that i do not recognize on my navy federal credit union account", + "report_fraud" + ], + [ + "i need to talk to someone about a transaction that was not made by me on my chase account", + "report_fraud" + ], + [ + "can you report credit card fraud for me", + "report_fraud" + ], + [ + "discover card reporting fraud", + "report_fraud" + ], + [ + "i need to know how to report fraud on my discover card", + "report_fraud" + ], + [ + "how many centimeters are in an inch", + "measurement_conversion" + ], + [ + "whats 5 feet in inches", + "measurement_conversion" + ], + [ + "what's 32 degrees fahrenheit in celsisus", + "measurement_conversion" + ], + [ + "what amount of millimeters are in 50 kilometers", + "measurement_conversion" + ], + [ + "how many crows are in 10 murders", + "measurement_conversion" + ], + [ + "what amount of miles are in a hundred kilometers", + "measurement_conversion" + ], + [ + "how many weeks are in 3 months", + "measurement_conversion" + ], + [ + "how many meters are in 50 feet", + "measurement_conversion" + ], + [ + "what's 8 ounces in cups", + "measurement_conversion" + ], + [ + "how many kilos are in 150 pounds", + "measurement_conversion" + ], + [ + "how do you convert pounds to grams", + "measurement_conversion" + ], + [ + "how many kilos are in 10 pounds", + "measurement_conversion" + ], + [ + "what is 15 ounces in grams, please", + "measurement_conversion" + ], + [ + "what is 20 ounces in grams, please", + "measurement_conversion" + ], + [ + "what is 10 ounces in grams, please", + "measurement_conversion" + ], + [ + "how do you convert ounces to pounds", + "measurement_conversion" + ], + [ + "how many kilos are in 25 pounds", + "measurement_conversion" + ], + [ + "what is 10 ounces in grams", + "measurement_conversion" + ], + [ + "how many kilos are in 20 pounds", + "measurement_conversion" + ], + [ + "how do you convert ounces to grams", + "measurement_conversion" + ], + [ + "how many kilos are in 100 pounds", + "measurement_conversion" + ], + [ + "how do you convert pounds to kilos", + "measurement_conversion" + ], + [ + "what is 15 ounces in grams", + "measurement_conversion" + ], + [ + "how do you convert ounces to kilos", + "measurement_conversion" + ], + [ + "how many inches and centimeters would i need if i had 10 feet of something", + "measurement_conversion" + ], + [ + "what's 10 inches in centimeters and millimeters", + "measurement_conversion" + ], + [ + "how many tablespoons and teaspoons is one cup", + "measurement_conversion" + ], + [ + "how much is 10kg in pounds and ounces", + "measurement_conversion" + ], + [ + "how many liters are in 500 gallons", + "measurement_conversion" + ], + [ + "what's 12 feet in meters", + "measurement_conversion" + ], + [ + "what is 22 meters in inches", + "measurement_conversion" + ], + [ + "12 feet is equal to how many inches", + "measurement_conversion" + ], + [ + "how many pints are in 22 gallons", + "measurement_conversion" + ], + [ + "how do you convert pounds to kilograms", + "measurement_conversion" + ], + [ + "how do you convert milliliters to ounces", + "measurement_conversion" + ], + [ + "how do you convert millimeters to decimeters", + "measurement_conversion" + ], + [ + "how do you convert inches to centimeters", + "measurement_conversion" + ], + [ + "how do you convert miles to kilometers", + "measurement_conversion" + ], + [ + "what would four inches be in centimeters", + "measurement_conversion" + ], + [ + "if i have four inches, how many centimeters is that", + "measurement_conversion" + ], + [ + "how many centimeters are in 4 inches", + "measurement_conversion" + ], + [ + "how do i convert four inches into centimeters", + "measurement_conversion" + ], + [ + "what are four inches in centimeters", + "measurement_conversion" + ], + [ + "tell me the conversion between tablespoons and cups", + "measurement_conversion" + ], + [ + "i need to know the conversion between tablespoons and teaspoons", + "measurement_conversion" + ], + [ + "what would be the conversion between tablespoons and teaspoons", + "measurement_conversion" + ], + [ + "what is the conversion between tablespoons and cups", + "measurement_conversion" + ], + [ + "help me to understand the conversion between tablespoons and teaspoons", + "measurement_conversion" + ], + [ + "tell me how to convert grams into ounces", + "measurement_conversion" + ], + [ + "i need to know how to convert liters into pints", + "measurement_conversion" + ], + [ + "help me convert feet into miles", + "measurement_conversion" + ], + [ + "how do i change pounds into kilograms", + "measurement_conversion" + ], + [ + "what is the proper way to convert centimeters into inches", + "measurement_conversion" + ], + [ + "how do i convert tablespoons to cups", + "measurement_conversion" + ], + [ + "how many ounces are in a cup", + "measurement_conversion" + ], + [ + "how many teaspoons are in a half a cup", + "measurement_conversion" + ], + [ + "how many tablespoons are in three cups", + "measurement_conversion" + ], + [ + "how many pints are in four cups", + "measurement_conversion" + ], + [ + "how many quarts are in a gallon", + "measurement_conversion" + ], + [ + "i wanna know how many teaspoons are in a tablespoon", + "measurement_conversion" + ], + [ + "how many cups make a gallon", + "measurement_conversion" + ], + [ + "how many tablespoons are in a cup", + "measurement_conversion" + ], + [ + "what is the conversion for pints to quarts", + "measurement_conversion" + ], + [ + "tell me what ten pounds in kilos is", + "measurement_conversion" + ], + [ + "what would five pounds be in kilos", + "measurement_conversion" + ], + [ + "i need to know how many cups are in a two gallons", + "measurement_conversion" + ], + [ + "tell me how many teaspoons are in two cups", + "measurement_conversion" + ], + [ + "how many miles is five kilometers", + "measurement_conversion" + ], + [ + "please convert 2 inches into meters for me", + "measurement_conversion" + ], + [ + "how many meters are in 2 inches", + "measurement_conversion" + ], + [ + "what's the conversion from inches to centimeters", + "measurement_conversion" + ], + [ + "can you convert 2 inches into meters", + "measurement_conversion" + ], + [ + "how many centimeters are one inch", + "measurement_conversion" + ], + [ + "how do i convert inches and centimeters", + "measurement_conversion" + ], + [ + "what is 2 inches in meters", + "measurement_conversion" + ], + [ + "convert 2 inches to meters", + "measurement_conversion" + ], + [ + "convert inches to centimeters", + "measurement_conversion" + ], + [ + "how many cups in a quart", + "measurement_conversion" + ], + [ + "is there an easy way to change feet into inches", + "measurement_conversion" + ], + [ + "how many cups are in 4 quarts", + "measurement_conversion" + ], + [ + "how many feet are in 50 yards", + "measurement_conversion" + ], + [ + "how many ounces in a gallon", + "measurement_conversion" + ], + [ + "can you convert millimeters to centimeters", + "measurement_conversion" + ], + [ + "how many teaspoons in a cup", + "measurement_conversion" + ], + [ + "convert inch to cm", + "measurement_conversion" + ], + [ + "how many inches are in 5 feet", + "measurement_conversion" + ], + [ + "convert cm to inch", + "measurement_conversion" + ], + [ + "how can i change centimeters into inches", + "measurement_conversion" + ], + [ + "how can i change inches into meters", + "measurement_conversion" + ], + [ + "how many centimeters are in 5 yards", + "measurement_conversion" + ], + [ + "how do you convert feet to inches", + "measurement_conversion" + ], + [ + "how many meters are in 10 millimeters", + "measurement_conversion" + ], + [ + "how can you convert miles to kilometers", + "measurement_conversion" + ], + [ + "how would i go about converting inches to yards", + "measurement_conversion" + ], + [ + "how would you convert yards to inches", + "measurement_conversion" + ], + [ + "how are yards converted to inches", + "measurement_conversion" + ], + [ + "how do i change inches to centimeters", + "measurement_conversion" + ], + [ + "what is inches in centimeters", + "measurement_conversion" + ], + [ + "i need to know the difference between inches and centimeters", + "measurement_conversion" + ], + [ + "what is the conversion of inches to centimeters", + "measurement_conversion" + ], + [ + "can you please turn on my furnace", + "smart_home" + ], + [ + "oven should be set to 350 now", + "smart_home" + ], + [ + "what temp is the ac at", + "smart_home" + ], + [ + "tell me who is by the garage door", + "smart_home" + ], + [ + "set my oven to 350 please", + "smart_home" + ], + [ + "make sure all doors are locked", + "smart_home" + ], + [ + "make the lights dimmer please", + "smart_home" + ], + [ + "please, will you turn on my tv", + "smart_home" + ], + [ + "turn lights on in my bedroom", + "smart_home" + ], + [ + "turn the fan to the on position", + "smart_home" + ], + [ + "start my vehicle", + "smart_home" + ], + [ + "please get my car started before i go out to it", + "smart_home" + ], + [ + "need the tv on please", + "smart_home" + ], + [ + "lock all the doors", + "smart_home" + ], + [ + "can you turn on the lights in the den", + "smart_home" + ], + [ + "turn the furnace on please", + "smart_home" + ], + [ + "check who's at the door", + "smart_home" + ], + [ + "please set the temperature to 70", + "smart_home" + ], + [ + "turn tv on please", + "smart_home" + ], + [ + "make the temperature 78 in here", + "smart_home" + ], + [ + "turn lights on in the garage", + "smart_home" + ], + [ + "what is my ac set to right now", + "smart_home" + ], + [ + "activate my furnace please", + "smart_home" + ], + [ + "can you set the temp to 69", + "smart_home" + ], + [ + "set my temp to 75", + "smart_home" + ], + [ + "can you see if i have my doors locked", + "smart_home" + ], + [ + "make sure the oven is set to 350 please", + "smart_home" + ], + [ + "the ac is set to what right now", + "smart_home" + ], + [ + "can you turn on the lights in the backyard", + "smart_home" + ], + [ + "can you turn on the tv", + "smart_home" + ], + [ + "can you turn the oven to 350", + "smart_home" + ], + [ + "who is at my front door", + "smart_home" + ], + [ + "can you turn my lights down just a bit", + "smart_home" + ], + [ + "will you please get my furnace turned on", + "smart_home" + ], + [ + "can you please dim the lights", + "smart_home" + ], + [ + "set my oven to 350 for me right now", + "smart_home" + ], + [ + "turn lights on in my master bathroom", + "smart_home" + ], + [ + "who is knocking", + "smart_home" + ], + [ + "turn on the fan", + "smart_home" + ], + [ + "can you get my car started", + "smart_home" + ], + [ + "are my doors locked right now", + "smart_home" + ], + [ + "can you get the fan going in here", + "smart_home" + ], + [ + "please turn my fan on", + "smart_home" + ], + [ + "warm up my car for me", + "smart_home" + ], + [ + "please make sure the temperature is set to 68", + "smart_home" + ], + [ + "are my doors in the locked position right now", + "smart_home" + ], + [ + "turn down the lights a little please", + "smart_home" + ], + [ + "what's the persons name at my door", + "smart_home" + ], + [ + "can you lock all the doors in the house", + "smart_home" + ], + [ + "i need some air; get the fan going", + "smart_home" + ], + [ + "what's the ac set to", + "smart_home" + ], + [ + "can you tell me what the ac is on", + "smart_home" + ], + [ + "lock every door on the property", + "smart_home" + ], + [ + "turn the tv to on right now", + "smart_home" + ], + [ + "please lock every door", + "smart_home" + ], + [ + "did i lock the doors", + "smart_home" + ], + [ + "dim the main lights please", + "smart_home" + ], + [ + "i need my furnace turned on", + "smart_home" + ], + [ + "put the garage lights on", + "smart_home" + ], + [ + "on the lounge lights turn", + "smart_home" + ], + [ + "can put fan on", + "smart_home" + ], + [ + "turn on the living room lights", + "smart_home" + ], + [ + "put fan on", + "smart_home" + ], + [ + "put on lights", + "smart_home" + ], + [ + "on turn tv", + "smart_home" + ], + [ + "on the fan", + "smart_home" + ], + [ + "on the tv", + "smart_home" + ], + [ + "switch fan", + "smart_home" + ], + [ + "light the bedroom lights", + "smart_home" + ], + [ + "switch tv", + "smart_home" + ], + [ + "tv on turn", + "smart_home" + ], + [ + "please start my car", + "smart_home" + ], + [ + "what is the temperature setting of the ac", + "smart_home" + ], + [ + "set temperature to 75", + "smart_home" + ], + [ + "can you look who is at the door", + "smart_home" + ], + [ + "what is the temperature the ac display is showing", + "smart_home" + ], + [ + "has anyone locked the door", + "smart_home" + ], + [ + "check to see who is at the doof", + "smart_home" + ], + [ + "what is the ac temperature", + "smart_home" + ], + [ + "please lock the doors", + "smart_home" + ], + [ + "can you please help me start the car", + "smart_home" + ], + [ + "turn the fan on please", + "smart_home" + ], + [ + "i would appreciate it if you help me turn the car on", + "smart_home" + ], + [ + "did anyone securely lock the door", + "smart_home" + ], + [ + "please set the temperature to 80", + "smart_home" + ], + [ + "turn the fan on", + "smart_home" + ], + [ + "put the lights on low", + "smart_home" + ], + [ + "can you please start my car", + "smart_home" + ], + [ + "what is the temperature on the ac", + "smart_home" + ], + [ + "can you check who is at the door", + "smart_home" + ], + [ + "set the temperaure to 71", + "smart_home" + ], + [ + "turn the lights down", + "smart_home" + ], + [ + "please turn the fan on", + "smart_home" + ], + [ + "can you please turn the fan on", + "smart_home" + ], + [ + "i want you to turn the fans on", + "smart_home" + ], + [ + "what temperature is the ac set at", + "smart_home" + ], + [ + "remember to lock the doors", + "smart_home" + ], + [ + "who is at the door", + "smart_home" + ], + [ + "please check the door to see who is there", + "smart_home" + ], + [ + "set the temperature to 78", + "smart_home" + ], + [ + "i need a bed in brownsburg near walmart from apil 4th until the 5th", + "book_hotel" + ], + [ + "i need a room in indianapolis near the track from may 2nd through the 5th", + "book_hotel" + ], + [ + "i need lodging in lizton near the ice cream parlor from may 3rd until the 8th", + "book_hotel" + ], + [ + "need a place to crash in elizabeth near the refinery from june 4th until the 9th", + "book_hotel" + ], + [ + "i need a place to stay in newark near a bodega from may 2nd through the 4th", + "book_hotel" + ], + [ + "i want to book a hotel room for 10 people from monday to tuesday in manhattan", + "book_hotel" + ], + [ + "is there a room big enough for 10 people from monday to tuesday in manhattan", + "book_hotel" + ], + [ + "is it possible to book 10 people from monday to tuesday in manhattan", + "book_hotel" + ], + [ + "i would like to reserve a hotel room that accomodates 10 people from monday to tuesday in manhattan", + "book_hotel" + ], + [ + "i'm inquiring about the availability of a room that fits 10 people from monday to tuesday in manhattan", + "book_hotel" + ], + [ + "book me a hotel in st louis near the arch from march 2nd to 5th", + "book_hotel" + ], + [ + "i need a room in london for 2 people from march 1st to 3rd", + "book_hotel" + ], + [ + "get me a hotel room for 3 people from march 12th to 14th in chicago", + "book_hotel" + ], + [ + "book me a hotel in new york near the empire state building from marc 2nd to 4th", + "book_hotel" + ], + [ + "book me a hotel in chicago near the water tower shopping from april 2nd to 4th", + "book_hotel" + ], + [ + "get me a hotel room for 4 people from march 1st to 3rd in seattle", + "book_hotel" + ], + [ + "in paris, get me a hotel room for 4 people from march 1st to 3rd", + "book_hotel" + ], + [ + "can you find me a hotel for 2 people on april 1st to 4th in rome", + "book_hotel" + ], + [ + "can you book me a hotel in los angeles near commerce casino from april 1st to the 5th", + "book_hotel" + ], + [ + "book me a hotel in seattle near the space needle from march 3rd to 5th", + "book_hotel" + ], + [ + "can you book me a room in new york city from april 2 through april 8", + "book_hotel" + ], + [ + "are there any openings in new york city from april 2 through april 8", + "book_hotel" + ], + [ + "are there any vacancies in new york city from april 2 through april 8", + "book_hotel" + ], + [ + "how about any bookings in new york city from april 2 through april 8", + "book_hotel" + ], + [ + "is there anything available in new york city from april 2 through april 8", + "book_hotel" + ], + [ + "book me a room on november 11 to 15 in cali", + "book_hotel" + ], + [ + "create a reservation novemeber 11 to 15 in cali", + "book_hotel" + ], + [ + "show me all hotels in evans with good reviews", + "book_hotel" + ], + [ + "which hotels in evans have good reviews", + "book_hotel" + ], + [ + "get me a room in cali on november 11 to 15", + "book_hotel" + ], + [ + "show me a well reviewed hotel in evans", + "book_hotel" + ], + [ + "what is the best rated hotel in evans", + "book_hotel" + ], + [ + "find me a place to stay in cali november 11 to 15", + "book_hotel" + ], + [ + "make a reservation to stay in cali from november 11 to 15", + "book_hotel" + ], + [ + "is it possible to have a place booked in salem from the 1st to the 3rd", + "book_hotel" + ], + [ + "see if you can get me a room in colorado springs near garden of the gods from march 01 to march 02", + "book_hotel" + ], + [ + "i'd like you to book me a room in austin near google's headquarters from january 01, 2020 to february 02, 2020", + "book_hotel" + ], + [ + "please book me a room in austin from tomorrow to the 2nd", + "book_hotel" + ], + [ + "i want a hotel room for 6 from the 1st through the 3rd in seattle", + "book_hotel" + ], + [ + "can you find me a decent hotel in denver", + "book_hotel" + ], + [ + "i'd like a placed booked in san diego from may 1st, 2020 to june 2nd, 2020", + "book_hotel" + ], + [ + "are there any good hotels in salem", + "book_hotel" + ], + [ + "what's a good hotel to stay at in chicago", + "book_hotel" + ], + [ + "will you find me a place to stay in casper from march 5th to march 11th", + "book_hotel" + ], + [ + "check if there's a hotel room that can receive 10 people in tampa from this friday for a week", + "book_hotel" + ], + [ + "can i get a hotel room that can accommodate 50 people in bangor from january 01, 2021 to january 30, 2021", + "book_hotel" + ], + [ + "i need a hotel booked in denver near the museum from friday to saturday", + "book_hotel" + ], + [ + "i want a hotel booked in salem near the concert hall from the first to the second", + "book_hotel" + ], + [ + "i required a hotel room for 20 people from march 8th through march 20th in las vegas", + "book_hotel" + ], + [ + "what hotels have decent reviews in bangor", + "book_hotel" + ], + [ + "is it possible to have a room booked in omaha near the convention hall for may 01, 2019 to may 05, 2019", + "book_hotel" + ], + [ + "i'd like to find a hotel in tampa that people liked enough to leave good reviews about", + "book_hotel" + ], + [ + "can you book me a place to stay in denver from wednesday to friday", + "book_hotel" + ], + [ + "i need a hotel room that can host 5 people from tomorrow to saturday in denver", + "book_hotel" + ], + [ + "please find me a hotel room for 4 people from monday to wednesday in lakewood", + "book_hotel" + ], + [ + "i need a hotel room big enough for 4 people from monday to wednesday in lakewood", + "book_hotel" + ], + [ + "i need a hotel room for 4 people in lakewood from monday to wednesday", + "book_hotel" + ], + [ + "what hotel would you recommend in lakewood for 4 people from monday to wednesday", + "book_hotel" + ], + [ + "i will be in lakewood from monday to wednesday and i need a hotel room for 4 people", + "book_hotel" + ], + [ + "please help me book a place to stay in pittsburgh from monday to friday", + "book_hotel" + ], + [ + "i need a place in pittsburgh to stay from monday to friday, can you help", + "book_hotel" + ], + [ + "help me find a hotel in columbus with good reviews", + "book_hotel" + ], + [ + "can you find me a hotel in columbus with good reviews", + "book_hotel" + ], + [ + "please find a columbus, ohio hotel with good reviews", + "book_hotel" + ], + [ + "will you help me book a place to stay from monday to friday in pittsburgh", + "book_hotel" + ], + [ + "can you book me a place to stay in pittsburgh from monday to friday", + "book_hotel" + ], + [ + "please book me a place in pittsburgh to stay from monday to friday", + "book_hotel" + ], + [ + "find a columbus, ohio hotel with good reviews", + "book_hotel" + ], + [ + "help me find a hotel in that has good reviews in columbus", + "book_hotel" + ], + [ + "do you know of any well reviewed hotels in chicago", + "book_hotel" + ], + [ + "help me find a well reviewed hotel in dallas", + "book_hotel" + ], + [ + "find me a hotel in kansas city with good reviews", + "book_hotel" + ], + [ + "i need to find a nice hotel with solid reviews in seattle", + "book_hotel" + ], + [ + "look up hotels with positive reviews in new york city", + "book_hotel" + ], + [ + "what hotels are near, ny, ny for the 9th to 11th", + "book_hotel" + ], + [ + "please book a hotel in ny, close to brooklyn, on the 25th to 30th", + "book_hotel" + ], + [ + "book a hotel in pa, harrisburg for the 10th to 15th", + "book_hotel" + ], + [ + "find and book a hotel in md, baltimore starting on the 7th to the 9th", + "book_hotel" + ], + [ + "i need to book a hotel in ny, queens arrive on 8th and leave on the 13th", + "book_hotel" + ], + [ + "i need a hotel in new orleans with awesome reviews", + "book_hotel" + ], + [ + "find a suitable lodging in vancouver on march 16-19", + "book_hotel" + ], + [ + "help me find a good reviews hotel in la", + "book_hotel" + ], + [ + "i need a hotel in new orleans from may 2 - 5 near the french quarter", + "book_hotel" + ], + [ + "find a hotel with great reviews in san francisco", + "book_hotel" + ], + [ + "find me a hotel in seattle with great reviews", + "book_hotel" + ], + [ + "help me a great hotel in vegas for this weekend", + "book_hotel" + ], + [ + "can you find me a place to stay in sacramento near the capitol on july 3-5", + "book_hotel" + ], + [ + "find a hotel in san francisco for march 8 & 9", + "book_hotel" + ], + [ + "i need a well-rated hotel in vegas", + "book_hotel" + ], + [ + "can i book a hotel in new york city near times square from 3/1 until 3/5", + "book_hotel" + ], + [ + "book me a hotel room in memphis for 3 people from 3/6 until 3/10", + "book_hotel" + ], + [ + "hotel room for 5 in austin for 3/1 until 3/8", + "book_hotel" + ], + [ + "i need a hotel in austin near south congress from 3/5 until 3/10", + "book_hotel" + ], + [ + "book me a hotel in pittsburgh near grant street for 3/15 through 3/18", + "book_hotel" + ], + [ + "march 20th through the 22nd, please book me a hotel room in manhattan big enough for 10 people", + "book_hotel" + ], + [ + "i'm going to need a hotel in tampa near ybor city for march 23rd through the 28th", + "book_hotel" + ], + [ + "i'm going to need a hotel room for 8 people in tallahassee from 3/10 until 3/12", + "book_hotel" + ], + [ + "could you reserve me a hotel room in philadelphia near chinatown from 3/19 through 3/22", + "book_hotel" + ], + [ + "in brooklyn, i need a hotel room for 4 from 3/15 until 3/20", + "book_hotel" + ], + [ + "book me a hotel with good ratings in nashville", + "book_hotel" + ], + [ + "check maps for my location", + "current_location" + ], + [ + "i'm lost, can you tell me where i am", + "current_location" + ], + [ + "how can i go about finding my location right now", + "current_location" + ], + [ + "please tell me my location using gps", + "current_location" + ], + [ + "where exactly am i", + "current_location" + ], + [ + "what's my location", + "current_location" + ], + [ + "is there a way to get my current location", + "current_location" + ], + [ + "what's the precise coordinates of this place", + "current_location" + ], + [ + "where am i right this moment", + "current_location" + ], + [ + "use the map and pinpoint my position", + "current_location" + ], + [ + "give me my location on the map", + "current_location" + ], + [ + "what's my current location", + "current_location" + ], + [ + "what street is this", + "current_location" + ], + [ + "can you direct me where to find where i am", + "current_location" + ], + [ + "what do i do to find my location", + "current_location" + ], + [ + "using this map i'd like to see my exact whereabouts", + "current_location" + ], + [ + "place a marker for me where i am on the map", + "current_location" + ], + [ + "i need to know my current gps coordinates", + "current_location" + ], + [ + "can i have my current gps coordinates", + "current_location" + ], + [ + "would you please tell me my current gps coordinates", + "current_location" + ], + [ + "please tell me my current gps coordinates", + "current_location" + ], + [ + "list my current gps coordinates", + "current_location" + ], + [ + "how do i know where i'm at", + "current_location" + ], + [ + "where am i located currently", + "current_location" + ], + [ + "tell me how to find my current location", + "current_location" + ], + [ + "showme how to find my location", + "current_location" + ], + [ + "i'd like to know where i am", + "current_location" + ], + [ + "what are the gps coordinates where i am located", + "current_location" + ], + [ + "at this location what are my gps coordinates", + "current_location" + ], + [ + "in the place i am what are my gps coordinates", + "current_location" + ], + [ + "what are my gps coordinates at this location", + "current_location" + ], + [ + "what are the gps coordinates of this spot i am at right now", + "current_location" + ], + [ + "where am i located", + "current_location" + ], + [ + "what country and city am i in", + "current_location" + ], + [ + "what are my longitude and latitude points", + "current_location" + ], + [ + "show me where i am on the map", + "current_location" + ], + [ + "display my location on a map", + "current_location" + ], + [ + "please show me where i am on a map", + "current_location" + ], + [ + "can you show me where i am on a map", + "current_location" + ], + [ + "where am i right now, location wise", + "current_location" + ], + [ + "what street am i on right now", + "current_location" + ], + [ + "tell me my current location please", + "current_location" + ], + [ + "what location do you see me at right now", + "current_location" + ], + [ + "what is my current location that you see right now", + "current_location" + ], + [ + "show me where i am", + "current_location" + ], + [ + "bring up my location", + "current_location" + ], + [ + "tell me where i am on a map", + "current_location" + ], + [ + "can you locate me on a map", + "current_location" + ], + [ + "show me where i am on a map", + "current_location" + ], + [ + "i need to know my location", + "current_location" + ], + [ + "i'm lost", + "current_location" + ], + [ + "can you tell me how to figure out my current location", + "current_location" + ], + [ + "i need to find out how i know my location right now", + "current_location" + ], + [ + "can you tell me my location", + "current_location" + ], + [ + "what do i do to find my current location", + "current_location" + ], + [ + "my current location", + "current_location" + ], + [ + "i would like to know my current location", + "current_location" + ], + [ + "how can i tell what my current location is", + "current_location" + ], + [ + "how can i know my current location", + "current_location" + ], + [ + "let me know where i'm located", + "current_location" + ], + [ + "i am in need of my location", + "current_location" + ], + [ + "help me find where i am", + "current_location" + ], + [ + "i do not know where i am", + "current_location" + ], + [ + "i would like to know my location", + "current_location" + ], + [ + "where are we located", + "current_location" + ], + [ + "tell me the current location", + "current_location" + ], + [ + "please tell me my current location", + "current_location" + ], + [ + "what are my gps coordinates right now", + "current_location" + ], + [ + "please tell me my present gps coordinates", + "current_location" + ], + [ + "i need to know my present gps coordinates", + "current_location" + ], + [ + "tell me my current gps coordinates", + "current_location" + ], + [ + "please give me my gps coordinates", + "current_location" + ], + [ + "how do i find my location right now, please", + "current_location" + ], + [ + "how do i find my location, please", + "current_location" + ], + [ + "could you find my location on the map, please", + "current_location" + ], + [ + "how do i find my present location right now", + "current_location" + ], + [ + "could you find my location on the map", + "current_location" + ], + [ + "how do i find my location right now", + "current_location" + ], + [ + "would you find my location on the map, please", + "current_location" + ], + [ + "can you find my location on the map, please", + "current_location" + ], + [ + "can you find my location on the map", + "current_location" + ], + [ + "how do i find my present location right now, please", + "current_location" + ], + [ + "give me my current location", + "current_location" + ], + [ + "let me know my current location", + "current_location" + ], + [ + "what is my location right now", + "current_location" + ], + [ + "can you tell me the address where i am right now", + "current_location" + ], + [ + "please locate me on the map and show me", + "current_location" + ], + [ + "tell me my current location", + "current_location" + ], + [ + "how can i go about finding my current location", + "current_location" + ], + [ + "i wanna know my current location", + "current_location" + ], + [ + "how can i find my current location", + "current_location" + ], + [ + "how will i find my current location", + "current_location" + ], + [ + "i'd like to know my current location", + "current_location" + ], + [ + "how can i locate where i am", + "current_location" + ], + [ + "how shall i find my current location", + "current_location" + ], + [ + "check out my location up on the map", + "current_location" + ], + [ + "could you pull up my location on the map", + "current_location" + ], + [ + "check me out on the map", + "current_location" + ], + [ + "look me up on the map", + "current_location" + ], + [ + "look my location up on the map", + "current_location" + ], + [ + "what are the conditions like in orlando", + "weather" + ], + [ + "what's the temperature like in tampa", + "weather" + ], + [ + "what's the forecast like for pittsburgh", + "weather" + ], + [ + "what are the conditions like in sarasota", + "weather" + ], + [ + "what's the climate like in chicago", + "weather" + ], + [ + "what will the temperature be tomorrow", + "weather" + ], + [ + "will it rain today", + "weather" + ], + [ + "will it freeze tonight", + "weather" + ], + [ + "give me the 7 day forecast", + "weather" + ], + [ + "is it hot outside", + "weather" + ], + [ + "what is the weather going to be like today", + "weather" + ], + [ + "is it going to rain today", + "weather" + ], + [ + "what is the weather going to be like tomorrow", + "weather" + ], + [ + "is it going to rain tonight", + "weather" + ], + [ + "are there any tornadoes coming soon", + "weather" + ], + [ + "is it snowing in the next two weeks", + "weather" + ], + [ + "what is the weather like in denver", + "weather" + ], + [ + "what is the weather like tomorrow", + "weather" + ], + [ + "what is the record high temperature for today", + "weather" + ], + [ + "whats the predicted weather suppose to be like", + "weather" + ], + [ + "whats the forecast for the weather", + "weather" + ], + [ + "what does the weather look like", + "weather" + ], + [ + "what does the forecast look like", + "weather" + ], + [ + "what is the weather going to be like", + "weather" + ], + [ + "tell me this week's forecast", + "weather" + ], + [ + "will it get over 90 degrees today", + "weather" + ], + [ + "what's the temperature outside", + "weather" + ], + [ + "tell me how the weather is", + "weather" + ], + [ + "weather", + "weather" + ], + [ + "what's the weather", + "weather" + ], + [ + "is it raining", + "weather" + ], + [ + "how is it outside", + "weather" + ], + [ + "how hot will it be tomorrow", + "weather" + ], + [ + "what is the weather for tomorrow in georgia", + "weather" + ], + [ + "what is the forecast for this week", + "weather" + ], + [ + "will it snow this weekend", + "weather" + ], + [ + "is there any rain in the next 3 days", + "weather" + ], + [ + "can you tell me what the weather will be please", + "weather" + ], + [ + "how's the weather", + "weather" + ], + [ + "what's the weather looking like", + "weather" + ], + [ + "what weather should i expect", + "weather" + ], + [ + "costa mesa current weather", + "weather" + ], + [ + "what is the temperature in costa mesa", + "weather" + ], + [ + "what is the weather report for costa mesa", + "weather" + ], + [ + "weather in costa mesa", + "weather" + ], + [ + "costa mesa weather", + "weather" + ], + [ + "i need meteorological data for tallahassee", + "weather" + ], + [ + "how's the weather in tallahassee", + "weather" + ], + [ + "read me the current weather report for tallahassee", + "weather" + ], + [ + "tell me the weather report for tallahassee", + "weather" + ], + [ + "what's the current weather situation for tallahassee", + "weather" + ], + [ + "what's the weekend forecast", + "weather" + ], + [ + "can you tell me the low tonight", + "weather" + ], + [ + "is it going to be sunny today", + "weather" + ], + [ + "what's the highest chance of rain for today", + "weather" + ], + [ + "how cold is it going to be tonight", + "weather" + ], + [ + "what is the weather forecast for seattle", + "weather" + ], + [ + "what is the weather outlook for seattle", + "weather" + ], + [ + "what are the weather conditions in seattle", + "weather" + ], + [ + "how is the weather in seattle", + "weather" + ], + [ + "what is the weather report for seattle", + "weather" + ], + [ + "can you give me info on miami weather", + "weather" + ], + [ + "what is miami weather like", + "weather" + ], + [ + "what can you tell me about miami weather", + "weather" + ], + [ + "what kind of weather does miami have", + "weather" + ], + [ + "how is the weather in miami", + "weather" + ], + [ + "what's the weather like right now", + "weather" + ], + [ + "give me a rundown of the weather", + "weather" + ], + [ + "what kind of weather is there", + "weather" + ], + [ + "tell me what the weather is like", + "weather" + ], + [ + "when is it going to rain again", + "weather" + ], + [ + "what is the high temperature for tomorrow", + "weather" + ], + [ + "how many of inches of snow did my hometown get last year", + "weather" + ], + [ + "what are the atmospheric conditions in sparks", + "weather" + ], + [ + "is it raining in sparks", + "weather" + ], + [ + "is it cloudy or sunny in sparks", + "weather" + ], + [ + "is sparks experiencing bad weather right now", + "weather" + ], + [ + "what is the weather like in sparks right now", + "weather" + ], + [ + "what is the temp right now", + "weather" + ], + [ + "when will it rain next", + "weather" + ], + [ + "when is the next rain chance", + "weather" + ], + [ + "what will the weather be this weekend", + "weather" + ], + [ + "what s the uv index tomorrow", + "weather" + ], + [ + "tell me today's weather forecast", + "weather" + ], + [ + "tell me about the weather today", + "weather" + ], + [ + "i want to know the weather forecast for today", + "weather" + ], + [ + "what will the weather be like", + "weather" + ], + [ + "what's the chance of rain on friday", + "weather" + ], + [ + "is there a uv or smog alert for tomorrow", + "weather" + ], + [ + "is it snowing right now in richmond, va", + "weather" + ], + [ + "what will the low temperatures be over the weekend", + "weather" + ], + [ + "can you let me know if it will be warm this week", + "weather" + ], + [ + "when is the next time it is suppose to rain", + "weather" + ], + [ + "how cold will it be tomorrow", + "weather" + ], + [ + "what is today's high temperature predicted to be", + "weather" + ], + [ + "how much snow will we be getting tomorrow", + "weather" + ], + [ + "what's the current weather", + "weather" + ], + [ + "what's it doing outside right now", + "weather" + ], + [ + "what's today's weather going to be", + "weather" + ], + [ + "please tell me the weather forecast", + "weather" + ], + [ + "how much are my state taxes", + "taxes" + ], + [ + "what will my state taxes cost", + "taxes" + ], + [ + "how much are taxes in my state", + "taxes" + ], + [ + "how much state taxes do i owe", + "taxes" + ], + [ + "tell me how much in tax on this", + "taxes" + ], + [ + "and what are the taxes", + "taxes" + ], + [ + "tell me what the tax amount is", + "taxes" + ], + [ + "what is the tax amount", + "taxes" + ], + [ + "how much are taxes on this", + "taxes" + ], + [ + "what is the amount of my federal taxes", + "taxes" + ], + [ + "about how much will my federal taxes be", + "taxes" + ], + [ + "how much will i have to pay in state taxes", + "taxes" + ], + [ + "what do my state taxes amount to", + "taxes" + ], + [ + "how much will i have to pay in federal taxes", + "taxes" + ], + [ + "how much do i owe for state taxes", + "taxes" + ], + [ + "what do my federal taxes amount to", + "taxes" + ], + [ + "what amount will my state taxes be", + "taxes" + ], + [ + "how much will my state taxes be", + "taxes" + ], + [ + "how much am i going to have to pay in taxes to the state", + "taxes" + ], + [ + "how much will i have to pay in colorado taxes", + "taxes" + ], + [ + "what's my bill going to be for my taxes for tennessee", + "taxes" + ], + [ + "how much am i going to have to pay in federal taxes this year", + "taxes" + ], + [ + "how much is the irs going to get from me", + "taxes" + ], + [ + "what's my irs bill going to look like", + "taxes" + ], + [ + "what will i need to pay in federal taxes", + "taxes" + ], + [ + "how much money am i going to lose this year for state taxes", + "taxes" + ], + [ + "how much money is the state going to take from me for taxes", + "taxes" + ], + [ + "how are my federal taxes looking this year", + "taxes" + ], + [ + "i have to pay how much back in taxes", + "taxes" + ], + [ + "how much will i pay the government back in taxes", + "taxes" + ], + [ + "what amount do i have to pay in taxes", + "taxes" + ], + [ + "how much do i have to pay back for my taxes", + "taxes" + ], + [ + "what is the amount of money that i have to pay in taxes", + "taxes" + ], + [ + "what is the total amount of tax deductions from my income", + "taxes" + ], + [ + "what do i pay currently in income taxes", + "taxes" + ], + [ + "i need to know how much tax i pay from my earnings", + "taxes" + ], + [ + "how much am i paying from my income in taxes", + "taxes" + ], + [ + "can you find the exact amount i pay income taxes", + "taxes" + ], + [ + "do i pay a lot of taxes on my income", + "taxes" + ], + [ + "how much am i expected to pay in tax", + "taxes" + ], + [ + "do i have to file a tax form", + "taxes" + ], + [ + "will i pay over $500 in federal taxes", + "taxes" + ], + [ + "what can i expect to pay in taxes", + "taxes" + ], + [ + "are my state tax payments too high", + "taxes" + ], + [ + "how much do americans pay for federal taxes on average", + "taxes" + ], + [ + "how much will i pay in state taxes", + "taxes" + ], + [ + "how much do i pay the government in taxes", + "taxes" + ], + [ + "what percentage do i pay in taxes", + "taxes" + ], + [ + "what percentage of my income is taken out for taxes", + "taxes" + ], + [ + "how much will i pay in federal taxes", + "taxes" + ], + [ + "what do i owe the government on my taxes", + "taxes" + ], + [ + "help me calculate my federal tax bill", + "taxes" + ], + [ + "can you calculate my state taxes", + "taxes" + ], + [ + "using my salary as a basis, what taxes will i owe", + "taxes" + ], + [ + "how are my state taxes looking", + "taxes" + ], + [ + "help me figure out my state taxes", + "taxes" + ], + [ + "can you calculate my tax", + "taxes" + ], + [ + "how much is my income tax", + "taxes" + ], + [ + "can you tell me my income tax", + "taxes" + ], + [ + "how much do i pay in income tax", + "taxes" + ], + [ + "how much tax do i owe", + "taxes" + ], + [ + "what kind of tax do i pay", + "taxes" + ], + [ + "what amount am i taxed on my income", + "taxes" + ], + [ + "what do you think will be the result of my federal tax return", + "taxes" + ], + [ + "what's the damage on my federal tax return", + "taxes" + ], + [ + "what does my federal tax return look like", + "taxes" + ], + [ + "what will my federal tax return be", + "taxes" + ], + [ + "how much money will i get or owe on my federal tax return", + "taxes" + ], + [ + "how much money do i pay in taxes", + "taxes" + ], + [ + "how much money do i pay in taxes, please", + "taxes" + ], + [ + "what amount of money do i pay in taxes, please", + "taxes" + ], + [ + "how much do i pay in taxes", + "taxes" + ], + [ + "how much do i pay in taxes, please", + "taxes" + ], + [ + "i need to know how much i should pay in tax", + "taxes" + ], + [ + "let me know my tax rate", + "taxes" + ], + [ + "what amount of tax should i pay", + "taxes" + ], + [ + "please tell me what i pay in taxes", + "taxes" + ], + [ + "i would like to know how much i pay in taxes", + "taxes" + ], + [ + "what is the total amount i pay in taxes", + "taxes" + ], + [ + "can you tell me how much i pay in taxes", + "taxes" + ], + [ + "how much does it seem my state taxes will be", + "taxes" + ], + [ + "tell me what my state taxes are", + "taxes" + ], + [ + "what are my state taxes looking like", + "taxes" + ], + [ + "can you tell me more about my federal taxes", + "taxes" + ], + [ + "what do i owe in federal taxes", + "taxes" + ], + [ + "give me the specifics on my federal taxes", + "taxes" + ], + [ + "what does it look like my state taxes will add up to", + "taxes" + ], + [ + "i need the details on my federal taxes", + "taxes" + ], + [ + "what do i currently pay in taxes", + "taxes" + ], + [ + "what do i pay in taxes", + "taxes" + ], + [ + "how much will i pay for state taxes this year", + "taxes" + ], + [ + "how different will my state taxes be", + "taxes" + ], + [ + "what is my state taxes currently", + "taxes" + ], + [ + "what will my state taxes amount to this year", + "taxes" + ], + [ + "how much did my state taxes change", + "taxes" + ], + [ + "how much tax do i pay", + "taxes" + ], + [ + "how much do i pay in tax", + "taxes" + ], + [ + "how much do i pay in my taxes", + "taxes" + ], + [ + "how much as my taxes by the way", + "taxes" + ], + [ + "what amount do my state taxes look like", + "taxes" + ], + [ + "what's the minimum i owe on the car payment", + "min_payment" + ], + [ + "what's the least amount i need to pay on the electric bill", + "min_payment" + ], + [ + "what's the smallest amount i can pay on the water bill", + "min_payment" + ], + [ + "what's the minimum amount for my electric bill", + "min_payment" + ], + [ + "what's the least i can pay on the medical payments for february", + "min_payment" + ], + [ + "how much can i get away with paying for my college loan", + "min_payment" + ], + [ + "what's the minimum required payment on my visa card", + "min_payment" + ], + [ + "i want to know my bill's minimum payment", + "min_payment" + ], + [ + "what is my bill's minimum payment", + "min_payment" + ], + [ + "minimum payment of my bill please", + "min_payment" + ], + [ + "can you tell me the minimum payment of my bill", + "min_payment" + ], + [ + "tell me the minimum payment of my bill", + "min_payment" + ], + [ + "the minumum to pay is what", + "min_payment" + ], + [ + "what is the minimum i can pay for my electric bill", + "min_payment" + ], + [ + "please lookup the minimum i need to pay on my credit card", + "min_payment" + ], + [ + "what is the minimum i need to pay for my cell phone bill", + "min_payment" + ], + [ + "tell me what my minimum payment is", + "min_payment" + ], + [ + "what is the minimum i have to pay on my chase card", + "min_payment" + ], + [ + "what is the minimum i can pay for my telephone bill", + "min_payment" + ], + [ + "what is the minimum i can pay for my light bill", + "min_payment" + ], + [ + "what is the minimum i can pay for the gas bill", + "min_payment" + ], + [ + "what do i have to pay on my amex that is the minimum", + "min_payment" + ], + [ + "i need to know my cable bill minimum payment", + "min_payment" + ], + [ + "please tell me the minimum i can pay on my electric bill", + "min_payment" + ], + [ + "please tell me the minimum i can pay on my water bill", + "min_payment" + ], + [ + "what is the lowest amount i can pay for my electric bill", + "min_payment" + ], + [ + "tell me the lowest amount i can pay for my cable bill", + "min_payment" + ], + [ + "let me know the minimum i can pay on my cable bill", + "min_payment" + ], + [ + "please tell me the bill's minimum payment", + "min_payment" + ], + [ + "what is the lowest amount i can pay for my cable bill", + "min_payment" + ], + [ + "tell me the minimum i can pay on my cable bill", + "min_payment" + ], + [ + "i need to know the bill's minimum payment", + "min_payment" + ], + [ + "tell me my electric bill minimum payment", + "min_payment" + ], + [ + "tell me the bill's minimum payment", + "min_payment" + ], + [ + "what is my cable bill minimum payment", + "min_payment" + ], + [ + "i would like to know the bill's minimum payment", + "min_payment" + ], + [ + "i must know my water bill minimum payment", + "min_payment" + ], + [ + "i wanna know the bill's minimum payment", + "min_payment" + ], + [ + "inform me the lowest amount i can pay for my cable bill", + "min_payment" + ], + [ + "i want you to tell me the minimum i can pay on my rent bill", + "min_payment" + ], + [ + "i would like to know my water bill minimum payment", + "min_payment" + ], + [ + "let me know the lowest amount i can pay for my cable bill", + "min_payment" + ], + [ + "find the minimum due on my peco energy bill for february", + "min_payment" + ], + [ + "what is the minimum payment on my chase mastercard", + "min_payment" + ], + [ + "please give me the minimum payment total for my sprint phone bill", + "min_payment" + ], + [ + "can you tell me the minimum amount due on my visa this month", + "min_payment" + ], + [ + "i want to know the bill's minimum payment", + "min_payment" + ], + [ + "please inform me of the minimum payment of the bill", + "min_payment" + ], + [ + "the bill's minimum payment, what is it", + "min_payment" + ], + [ + "what is the minimum amount of money required as payment for the bill", + "min_payment" + ], + [ + "what is the minimum payment for the bill", + "min_payment" + ], + [ + "i need to pay the smallest amount on my phone bill", + "min_payment" + ], + [ + "how little can i pay on my car bill", + "min_payment" + ], + [ + "what is the smallest i can pay on the water bill", + "min_payment" + ], + [ + "how tiny a payment can i make on electric bill", + "min_payment" + ], + [ + "how much do i have to at least pay on my medical bills", + "min_payment" + ], + [ + "how small of a payment can i make for my chase card bill", + "min_payment" + ], + [ + "what is the minimum payment i can make on my xcel energy bill", + "min_payment" + ], + [ + "please tell me the minimum amount i can pay on my wells fargo credit card", + "min_payment" + ], + [ + "what is the smallest amount i can pay on my tmobile bill", + "min_payment" + ], + [ + "what is the smallest payment i can make toward my xfinity bill", + "min_payment" + ], + [ + "can you tell me my cards minimum payment", + "min_payment" + ], + [ + "minimum payment for my credit card", + "min_payment" + ], + [ + "can i get the minimum payment for my credit card", + "min_payment" + ], + [ + "i would like to know the minimum payment for my credit card", + "min_payment" + ], + [ + "i need to know my cards minimum payment", + "min_payment" + ], + [ + "could you tell me the minimum payment on my mortgage", + "min_payment" + ], + [ + "what is the minimum payment on my eddie bauer card", + "min_payment" + ], + [ + "i need to know what the minimum payment is on my electric bill", + "min_payment" + ], + [ + "what is the bare minimum for my truck payment", + "min_payment" + ], + [ + "how much is the minimum payment on my chase card", + "min_payment" + ], + [ + "what is the least amount i can pay for power bill", + "min_payment" + ], + [ + "how much is the minimum payment for power bill", + "min_payment" + ], + [ + "what is the minimum payment for my credit card bill", + "min_payment" + ], + [ + "how much is the least i can pay for power bill", + "min_payment" + ], + [ + "what is the minimum payment for my power bill", + "min_payment" + ], + [ + "how low can i reduce my phone bill before paying", + "min_payment" + ], + [ + "how low can we get my phone bill", + "min_payment" + ], + [ + "what is the minimum payment on my phone bill", + "min_payment" + ], + [ + "what is the lowest i can pay on my phone bill", + "min_payment" + ], + [ + "what is the minimum i can pay for my phone bill", + "min_payment" + ], + [ + "how little can i pay for my water bill", + "min_payment" + ], + [ + "show my my minimum payment for youtube", + "min_payment" + ], + [ + "what's the minimum payment for my internet bill", + "min_payment" + ], + [ + "what's the minimum payment on my credit card bill", + "min_payment" + ], + [ + "what's the minimum payment on my phone bill", + "min_payment" + ], + [ + "what is the minimum payment i can make on my electric bill", + "min_payment" + ], + [ + "what's the minimum payment on my gas bill", + "min_payment" + ], + [ + "what's the least payment i can make on my cable bill", + "min_payment" + ], + [ + "what is the minimum required payment for my cell phone bill", + "min_payment" + ], + [ + "what's the minimum i can pay on my sewer bill", + "min_payment" + ], + [ + "tell me minimum to pay on landscape bill", + "min_payment" + ], + [ + "show me the minimum payment for my boat bill", + "min_payment" + ], + [ + "minimum to pay on power bill", + "min_payment" + ], + [ + "what's the minimum payment for our cc bill", + "min_payment" + ], + [ + "pay the minimum payment for m and t bill", + "min_payment" + ], + [ + "tell me my minimum citicard payment", + "min_payment" + ], + [ + "how much is the minimum payment due for my citicard this month", + "min_payment" + ], + [ + "can you tell me my minimum due for citicard", + "min_payment" + ], + [ + "what is the minimum for my citicard this month", + "min_payment" + ], + [ + "change to whisper mode", + "whisper_mode" + ], + [ + "change mode to whisper", + "whisper_mode" + ], + [ + "whisper mode off", + "whisper_mode" + ], + [ + "change out of whisper mode", + "whisper_mode" + ], + [ + "turn off whisper mode", + "whisper_mode" + ], + [ + "activate whisper mode", + "whisper_mode" + ], + [ + "whisper mode activate", + "whisper_mode" + ], + [ + "can you please lower the volume please", + "whisper_mode" + ], + [ + "use your indoor voice please", + "whisper_mode" + ], + [ + "whisper for me", + "whisper_mode" + ], + [ + "is it possible for you to whisper for me", + "whisper_mode" + ], + [ + "turn on your whisper mode", + "whisper_mode" + ], + [ + "i'm going to need you to be quiet now please", + "whisper_mode" + ], + [ + "don't make too much noise", + "whisper_mode" + ], + [ + "go into whisper mode now please", + "whisper_mode" + ], + [ + "can you use the whisper voice", + "whisper_mode" + ], + [ + "volume to whisper voice", + "whisper_mode" + ], + [ + "turn on the whisper voice", + "whisper_mode" + ], + [ + "go to the whisper voice", + "whisper_mode" + ], + [ + "can you whisper until i tell you not to", + "whisper_mode" + ], + [ + "switch to your whispering voice please", + "whisper_mode" + ], + [ + "whisper from here on out please", + "whisper_mode" + ], + [ + "whisper from now on", + "whisper_mode" + ], + [ + "i need you to use your whisper voice", + "whisper_mode" + ], + [ + "do not talk so loudly", + "whisper_mode" + ], + [ + "use your quiet voice", + "whisper_mode" + ], + [ + "you need to speak softer", + "whisper_mode" + ], + [ + "speak quiet as though you were in a church", + "whisper_mode" + ], + [ + "change to normal vocals mode", + "whisper_mode" + ], + [ + "turn your volume up", + "whisper_mode" + ], + [ + "turn up your volume", + "whisper_mode" + ], + [ + "switch to quiet mode", + "whisper_mode" + ], + [ + "let's start whispering", + "whisper_mode" + ], + [ + "let's switch to whisper voice", + "whisper_mode" + ], + [ + "let's use whisper voice", + "whisper_mode" + ], + [ + "i decide to switch out of whisper mode", + "whisper_mode" + ], + [ + "i want to switch out of whisper mode", + "whisper_mode" + ], + [ + "can you whisper", + "whisper_mode" + ], + [ + "let's switch out of whisper mode", + "whisper_mode" + ], + [ + "let's whisper", + "whisper_mode" + ], + [ + "go to whisper mode", + "whisper_mode" + ], + [ + "can you switch out of whisper mode", + "whisper_mode" + ], + [ + "i think we should whisper", + "whisper_mode" + ], + [ + "shh please speak with a whisper", + "whisper_mode" + ], + [ + "please turn on whisper mode", + "whisper_mode" + ], + [ + "go into whisper mode now", + "whisper_mode" + ], + [ + "i need you to go into whisper mode", + "whisper_mode" + ], + [ + "please only use a whisper when speaking", + "whisper_mode" + ], + [ + "i can't be loud and need you to speak more quietly", + "whisper_mode" + ], + [ + "go back to whisper mode, please", + "whisper_mode" + ], + [ + "change to whisper mode, please", + "whisper_mode" + ], + [ + "switch to whisper mode, please", + "whisper_mode" + ], + [ + "go back to whisper mode", + "whisper_mode" + ], + [ + "please switch to whisper", + "whisper_mode" + ], + [ + "switch to the whisper mode", + "whisper_mode" + ], + [ + "switch over to whisper", + "whisper_mode" + ], + [ + "switch to whisper please", + "whisper_mode" + ], + [ + "i want whisper mode to be switched off", + "whisper_mode" + ], + [ + "i want you to use whisper voice now", + "whisper_mode" + ], + [ + "please turn on whisper voice", + "whisper_mode" + ], + [ + "i dont need whisper mode on any more", + "whisper_mode" + ], + [ + "could you please get out of whisper mode", + "whisper_mode" + ], + [ + "i need your setting switched to whisper mode right away", + "whisper_mode" + ], + [ + "please shut off whisper mode for now", + "whisper_mode" + ], + [ + "make sure to set yourself to whisper mode before i go to the movie", + "whisper_mode" + ], + [ + "please turn on whisper mode because i am about to be in class", + "whisper_mode" + ], + [ + "i want your setting adjusted to whisper voice now", + "whisper_mode" + ], + [ + "please switch to whisper mode for now", + "whisper_mode" + ], + [ + "please begin using the whisper voice setting", + "whisper_mode" + ], + [ + "i want you to be in whisper mode now because i am in the library", + "whisper_mode" + ], + [ + "can you change to the whisper voice setting", + "whisper_mode" + ], + [ + "please speak with the whisper voice", + "whisper_mode" + ], + [ + "exit out of whisper mode", + "whisper_mode" + ], + [ + "is it possible for you to use the whisper voice", + "whisper_mode" + ], + [ + "switch to whisper mode", + "whisper_mode" + ], + [ + "i'd like you to use the whisper voice", + "whisper_mode" + ], + [ + "immediately begin using whisper mode", + "whisper_mode" + ], + [ + "i can't hear you, stop whispering!", + "whisper_mode" + ], + [ + "start using whisper mode", + "whisper_mode" + ], + [ + "stop using the whisper mode", + "whisper_mode" + ], + [ + "engage whisper mode now", + "whisper_mode" + ], + [ + "can you go to the whisper voice", + "whisper_mode" + ], + [ + "go back to normal mode please", + "whisper_mode" + ], + [ + "use the whisper voice", + "whisper_mode" + ], + [ + "use your whispering voice", + "whisper_mode" + ], + [ + "6 inch voices please", + "whisper_mode" + ], + [ + "can you switch to whisper mode", + "whisper_mode" + ], + [ + "i want whisper mode", + "whisper_mode" + ], + [ + "please switch to whisper mode", + "whisper_mode" + ], + [ + "would you mind switching to whisper mode", + "whisper_mode" + ], + [ + "could you please switch to whisper mode", + "whisper_mode" + ], + [ + "if you don't mind, please switch to whisper mode", + "whisper_mode" + ], + [ + "i need you to switch to whisper mode", + "whisper_mode" + ], + [ + "i want you to switch to whisper mode", + "whisper_mode" + ], + [ + "talk in whisper voice", + "whisper_mode" + ], + [ + "please whisper", + "whisper_mode" + ], + [ + "please use whisper", + "whisper_mode" + ], + [ + "please talk quietly", + "whisper_mode" + ], + [ + "use whisper voice", + "whisper_mode" + ], + [ + "turn to whisper mode", + "whisper_mode" + ], + [ + "please cancel what you are doing, i've changed my mind", + "cancel" + ], + [ + "never mind, cancel that", + "cancel" + ], + [ + "stop working on it, i need something else", + "cancel" + ], + [ + "cancel my last request, i know the answer", + "cancel" + ], + [ + "forget it, i do not need it anymore", + "cancel" + ], + [ + "pause", + "cancel" + ], + [ + "cancel that last thing", + "cancel" + ], + [ + "silence", + "cancel" + ], + [ + "quit", + "cancel" + ], + [ + "mute", + "cancel" + ], + [ + "stop", + "cancel" + ], + [ + "stop and go back", + "cancel" + ], + [ + "ai stop talking", + "cancel" + ], + [ + "quiet now", + "cancel" + ], + [ + "shhhh", + "cancel" + ], + [ + "how do i make you stop talking", + "cancel" + ], + [ + "can you be quiet please", + "cancel" + ], + [ + "please stop doing what i asked", + "cancel" + ], + [ + "please be quiet", + "cancel" + ], + [ + "i would like you to stop what you were doing", + "cancel" + ], + [ + "please cancel that last command", + "cancel" + ], + [ + "can you cancel what you were doing", + "cancel" + ], + [ + "can you cancel", + "cancel" + ], + [ + "shut up!", + "cancel" + ], + [ + "i need you to stop talking now", + "cancel" + ], + [ + "i want you to quit the action", + "cancel" + ], + [ + "discontinue please", + "cancel" + ], + [ + "i don't want you to speak any more for now", + "cancel" + ], + [ + "discontinue your current task", + "cancel" + ], + [ + "abort please", + "cancel" + ], + [ + "quit the current action please", + "cancel" + ], + [ + "forget my previous command", + "cancel" + ], + [ + "abort the current action", + "cancel" + ], + [ + "actually forget that i don't need it", + "cancel" + ], + [ + "quit what you are doing", + "cancel" + ], + [ + "sorry, you can actually stop that", + "cancel" + ], + [ + "i actually don't want this anymore, please abort", + "cancel" + ], + [ + "please cancel your present task", + "cancel" + ], + [ + "that's enough, don't say anymore please", + "cancel" + ], + [ + "i want you to stop your present action", + "cancel" + ], + [ + "stop talking please", + "cancel" + ], + [ + "what you are doing is not actually helpful, please cancel the action", + "cancel" + ], + [ + "please stop", + "cancel" + ], + [ + "cancel action", + "cancel" + ], + [ + "please cancel the input", + "cancel" + ], + [ + "ai, stop talking", + "cancel" + ], + [ + "ai, shut up", + "cancel" + ], + [ + "ai, stop!", + "cancel" + ], + [ + "please be quiet now", + "cancel" + ], + [ + "terminate", + "cancel" + ], + [ + "negate last command", + "cancel" + ], + [ + "halt", + "cancel" + ], + [ + "would you stop talking please", + "cancel" + ], + [ + "please abandon the current job", + "cancel" + ], + [ + "please abort the current task", + "cancel" + ], + [ + "terminate current process", + "cancel" + ], + [ + "i want you to cancel the current action", + "cancel" + ], + [ + "abort", + "cancel" + ], + [ + "please stop doing that", + "cancel" + ], + [ + "abort running program", + "cancel" + ], + [ + "don't continue with what you're doing", + "cancel" + ], + [ + "oh shut the hell up would you", + "cancel" + ], + [ + "destroy process", + "cancel" + ], + [ + "please cancel that last task", + "cancel" + ], + [ + "please refrain from carrying out the current task", + "cancel" + ], + [ + "ai, cancel that last request", + "cancel" + ], + [ + "do not complete the task that i gave you", + "cancel" + ], + [ + "ai, please stop your current task", + "cancel" + ], + [ + "actually, cancel that command", + "cancel" + ], + [ + "nevermind, cancel that", + "cancel" + ], + [ + "actually, cancel that", + "cancel" + ], + [ + "forget it", + "cancel" + ], + [ + "cancel that", + "cancel" + ], + [ + "don't do this process", + "cancel" + ], + [ + "undo", + "cancel" + ], + [ + "cancel current process", + "cancel" + ], + [ + "undo this process", + "cancel" + ], + [ + "just shut up", + "cancel" + ], + [ + "stop that", + "cancel" + ], + [ + "cancel that input", + "cancel" + ], + [ + "never mind, don't do that", + "cancel" + ], + [ + "never mind", + "cancel" + ], + [ + "stop doing that", + "cancel" + ], + [ + "halt that immediately", + "cancel" + ], + [ + "stop the process happening now", + "cancel" + ], + [ + "stop, i changed my mind", + "cancel" + ], + [ + "cancel that last command", + "cancel" + ], + [ + "oops cancel that", + "cancel" + ], + [ + "can you stop", + "cancel" + ], + [ + "could you stop talking for a second", + "cancel" + ], + [ + "could you stop please", + "cancel" + ], + [ + "can you switch off", + "cancel" + ], + [ + "can you stop speaking", + "cancel" + ], + [ + "can you please cancel", + "cancel" + ], + [ + "can you end the task", + "cancel" + ], + [ + "scratch", + "cancel" + ], + [ + "refrain from talking", + "cancel" + ], + [ + "halt the process", + "cancel" + ], + [ + "no more talking", + "cancel" + ], + [ + "i advise you to quit talking", + "cancel" + ], + [ + "to visit cambodia, do i need an international visa", + "international_visa" + ], + [ + "do i need to get a visa to visit canada", + "international_visa" + ], + [ + "will i need a visa to visit ireland", + "international_visa" + ], + [ + "will i need a travel visa to go to canary islands", + "international_visa" + ], + [ + "i want to visit portugal do i need a travel visa", + "international_visa" + ], + [ + "i want to see paris will i need an international visa", + "international_visa" + ], + [ + "for travel to argentina, do i need to get a travel visa", + "international_visa" + ], + [ + "will i have to apply for a visa if i want to visit mexico", + "international_visa" + ], + [ + "to vacation to tel aviv do i need a travel visa", + "international_visa" + ], + [ + "do i need to obtain a travel visa to go on vacation to places in eastern europe", + "international_visa" + ], + [ + "would i need a tourist visa for brazil", + "international_visa" + ], + [ + "do i need a tourist visa for europe", + "international_visa" + ], + [ + "i want to know if i shouldget a tourist visa for italy", + "international_visa" + ], + [ + "is it necessary to apply for a tourist visa for mexico", + "international_visa" + ], + [ + "should i get a travel visa for spain", + "international_visa" + ], + [ + "does moscow require travel visas to visit", + "international_visa" + ], + [ + "would i need a travel visa to go to the congo", + "international_visa" + ], + [ + "do i need an international visa to go to south korea", + "international_visa" + ], + [ + "do i need an international visa to go to tibet", + "international_visa" + ], + [ + "do i need an international visa to go to vietnam", + "international_visa" + ], + [ + "do i need an international visa to go to hong kong", + "international_visa" + ], + [ + "do i need an international visa to go to malaysia", + "international_visa" + ], + [ + "i am going to travel to mexico soon; do i need to get a visa", + "international_visa" + ], + [ + "i need to know if i must have an international visa to go to france", + "international_visa" + ], + [ + "i'm going to jamaica next week; am i needing a visa", + "international_visa" + ], + [ + "tell me whether i need an international visa to go to mexico", + "international_visa" + ], + [ + "i'm going to mexico; do i need an international via", + "international_visa" + ], + [ + "let me know if i need an international visa to go to sudan", + "international_visa" + ], + [ + "am i in need of an international visa to go to france", + "international_visa" + ], + [ + "do i need to get a visa for traveling to chile", + "international_visa" + ], + [ + "do i need a visa to travel to jamaica", + "international_visa" + ], + [ + "i need to know if i need a visa to travel to el salvador", + "international_visa" + ], + [ + "would i need a visa if i want to travel to mexico", + "international_visa" + ], + [ + "do i need a visa to travel to mexico", + "international_visa" + ], + [ + "does mexico require me to have a visa to travel there", + "international_visa" + ], + [ + "is a visa needed to go to mexico", + "international_visa" + ], + [ + "if i want to travel to mexico do i need to get a visa", + "international_visa" + ], + [ + "do i need a visa to scotland", + "international_visa" + ], + [ + "do i need a visa to russia", + "international_visa" + ], + [ + "do i need a visa for canada", + "international_visa" + ], + [ + "do i need a travel visa to visit germany", + "international_visa" + ], + [ + "i am going to russia and am wondering if i need a visa", + "international_visa" + ], + [ + "do i need a travel visa to visit russia", + "international_visa" + ], + [ + "do i need a travel visa to visit canada", + "international_visa" + ], + [ + "i am going to germany soon do i need a visa", + "international_visa" + ], + [ + "do i need a travel visa to visit japan", + "international_visa" + ], + [ + "do i need to get a visa for russia", + "international_visa" + ], + [ + "do i need a visa to go to greece", + "international_visa" + ], + [ + "do i need a travel visa to visit china", + "international_visa" + ], + [ + "do i need a visa for germany", + "international_visa" + ], + [ + "do i need a visa to go to somewhere internationally", + "international_visa" + ], + [ + "do i need a visa to spain", + "international_visa" + ], + [ + "do i need an international visa to go to mexico", + "international_visa" + ], + [ + "do i need an international visa to go to england", + "international_visa" + ], + [ + "do i need an international visa to go to brazil", + "international_visa" + ], + [ + "do i need an international visa to go to canada", + "international_visa" + ], + [ + "do i need an international visa to go to spain", + "international_visa" + ], + [ + "should i get a visa before going to cancun", + "international_visa" + ], + [ + "is a visa required to visit cancun", + "international_visa" + ], + [ + "will i need a visa to travel to cancun", + "international_visa" + ], + [ + "do i need a visa to go to cancun", + "international_visa" + ], + [ + "do i need a visa to travel to canada", + "international_visa" + ], + [ + "does mexico travel require a visa", + "international_visa" + ], + [ + "would i need to get a visa to go to ireland", + "international_visa" + ], + [ + "if i'm planning to go to the uk, do i need a visa", + "international_visa" + ], + [ + "might i need to get a visa to travel to venezuela", + "international_visa" + ], + [ + "i'm going to be going to canada soon, do they require a visa for entry", + "international_visa" + ], + [ + "do i need a visa to get into canada later this year", + "international_visa" + ], + [ + "does travelling to that place require a visa", + "international_visa" + ], + [ + "do i need a visa to go there", + "international_visa" + ], + [ + "do i need a visa to leave the country", + "international_visa" + ], + [ + "does international travel always require a visa", + "international_visa" + ], + [ + "when does travelling require a visa", + "international_visa" + ], + [ + "if i go to canada next month do i need a visa", + "international_visa" + ], + [ + "do i need to bring a visa when i go to canada next month", + "international_visa" + ], + [ + "i'm going to canada soon, do i need a visa", + "international_visa" + ], + [ + "what paperwork will i need to visit northern ireland", + "international_visa" + ], + [ + "should i get a visa for crete", + "international_visa" + ], + [ + "will i need a visa to go to moldova", + "international_visa" + ], + [ + "does laos require a travel visa", + "international_visa" + ], + [ + "do i need to apply for a visa to visit dnipro", + "international_visa" + ], + [ + "israel has strict restrictions do i need a visa to travel there", + "international_visa" + ], + [ + "visa's are hard to get do i need one when i travel to israel", + "international_visa" + ], + [ + "i'm vacationing in israel will i need a visa", + "international_visa" + ], + [ + "do i need a visa to travel to isreal", + "international_visa" + ], + [ + "i'm heading to israel soon, do i need a visa", + "international_visa" + ], + [ + "do i have to have a visa to go to denmark", + "international_visa" + ], + [ + "do i need a visa to go to cuba", + "international_visa" + ], + [ + "do i have to have a visa to go to the cayman islands", + "international_visa" + ], + [ + "does jamaica require a visa", + "international_visa" + ], + [ + "what documents to i need to go to egypt", + "international_visa" + ], + [ + "does france have their own version of a visa", + "international_visa" + ], + [ + "does mexico require an international visa", + "international_visa" + ], + [ + "does ireland require an international visa", + "international_visa" + ], + [ + "do i need an international visa to enter canada", + "international_visa" + ], + [ + "do i have to get an international visa before they'll let me in melbourne", + "international_visa" + ], + [ + "must i have an international visa when travelling to russia", + "international_visa" + ], + [ + "is an international visa needed to travel to z", + "international_visa" + ], + [ + "i want to go to korea, do i need an international visa", + "international_visa" + ], + [ + "do i need to apply for a travel visa if i am going to bermuda", + "international_visa" + ], + [ + "are there any specific shots i should get before traveling to england", + "vaccines" + ], + [ + "what are the recommended shots to get before i travel to south korea", + "vaccines" + ], + [ + "what are the recommended shots to get before i travel to england", + "vaccines" + ], + [ + "are there recommendations to get any specific shots before i travel to germany", + "vaccines" + ], + [ + "do i need certain shots before flying to eithiopia", + "vaccines" + ], + [ + "what type of specific shots should i get before flying to south korea", + "vaccines" + ], + [ + "are there specific shots i need before traveling to japan", + "vaccines" + ], + [ + "is it recommended to get specific shots before i travel to japan", + "vaccines" + ], + [ + "do i need specific shots before traveling to germany", + "vaccines" + ], + [ + "is it recommended to get any shots before i travel to africa", + "vaccines" + ], + [ + "how many vaccinations will i need to travel to asia", + "vaccines" + ], + [ + "which countries require vaccinations before entering for travel", + "vaccines" + ], + [ + "which types of vaccinations are required when leaving the united states", + "vaccines" + ], + [ + "what are common illnesses i should be vaccinated against when leaving the united states", + "vaccines" + ], + [ + "what are common vaccinations for someone travelling internationally", + "vaccines" + ], + [ + "does travel to africa require any shots", + "vaccines" + ], + [ + "do i need to protect myself with some shots for a trip to vietnam", + "vaccines" + ], + [ + "do i need any shots if i travel to africa", + "vaccines" + ], + [ + "would i need any immunization if i go to thailand", + "vaccines" + ], + [ + "will i need immunization for a trip to turkey", + "vaccines" + ], + [ + "can you tell me which shots i need for africa", + "vaccines" + ], + [ + "do i need special shots to go to africa", + "vaccines" + ], + [ + "how many shots do i need before i go to africa", + "vaccines" + ], + [ + "what are the necessary shots for travel to africa", + "vaccines" + ], + [ + "before i leave for mexico should i get some more vaccinations", + "vaccines" + ], + [ + "what are the shots i need in order to travel to mexico", + "vaccines" + ], + [ + "what shots do i need before heading to france", + "vaccines" + ], + [ + "are there any shots i should get before going to south africa", + "vaccines" + ], + [ + "do i need any vaccinations before going to indonesia", + "vaccines" + ], + [ + "what vaccinations should i get if i go to nigeria", + "vaccines" + ], + [ + "are vaccinations needed for trips to guana", + "vaccines" + ], + [ + "should i get a vaccination before i go to katmandu", + "vaccines" + ], + [ + "do i need to get vaccinated to go to thailand", + "vaccines" + ], + [ + "which vaccinations are required to go to viet nam", + "vaccines" + ], + [ + "is it recommended to get any specific shots before i travel to argentina", + "vaccines" + ], + [ + "is it recommended to get any specific shots before i travel to canada", + "vaccines" + ], + [ + "do i need a vaccination for spain", + "vaccines" + ], + [ + "is it recommended to get any specific shots before i travel to norway", + "vaccines" + ], + [ + "is it recommended to get any specific shots before i travel to japan", + "vaccines" + ], + [ + "do i need a vaccination to go to europe", + "vaccines" + ], + [ + "do i need a vaccination to go to greece", + "vaccines" + ], + [ + "is it recommended to get any specific shots before i travel to iceland", + "vaccines" + ], + [ + "do i need a vaccination to go to china", + "vaccines" + ], + [ + "do i need vaccinations to travel overseas", + "vaccines" + ], + [ + "do i need any shots before i go to south africa", + "vaccines" + ], + [ + "should i get any shots before i go to kenya", + "vaccines" + ], + [ + "is there a list of recommended shots to get before travelling to kenya", + "vaccines" + ], + [ + "do i need to see the doctor for shots before i go to south africa", + "vaccines" + ], + [ + "are there recommended vaccines to go there", + "vaccines" + ], + [ + "are there shots required before going to south africa", + "vaccines" + ], + [ + "what shots are recommended before traveling to kenya", + "vaccines" + ], + [ + "do i need to get vaccines before my trip", + "vaccines" + ], + [ + "i'm going to south africa, do i need to get any shots first", + "vaccines" + ], + [ + "should i get any shots before i go to south africa", + "vaccines" + ], + [ + "tell me if i need any more vaccines if i go there", + "vaccines" + ], + [ + "are any shots recommended before going to kenya", + "vaccines" + ], + [ + "do i need to get shots before i go to kenya", + "vaccines" + ], + [ + "what vaccines do i need before i travel there", + "vaccines" + ], + [ + "are my vaccines up to date for going there", + "vaccines" + ], + [ + "do i need some shots, if i am traveling to china", + "vaccines" + ], + [ + "do i need some vaccinations or anything if i'm going to eastern europe", + "vaccines" + ], + [ + "i'm going to india do i need some shots", + "vaccines" + ], + [ + "if i'm going to africa, do i need some shots first", + "vaccines" + ], + [ + "i'm going to south africa, so should i get some vaccinations or anything", + "vaccines" + ], + [ + "traveling to the uk am i going to need any specific shots", + "vaccines" + ], + [ + "if i am going to the uk are any specific shots needed", + "vaccines" + ], + [ + "are shots needed for uk travel", + "vaccines" + ], + [ + "do i need any specific shots if i go to the uk", + "vaccines" + ], + [ + "am i going to need vaccines for the trip", + "vaccines" + ], + [ + "am i required to get a vaccine for this trip", + "vaccines" + ], + [ + "will this trip require vaccines", + "vaccines" + ], + [ + "if i travel to the uk do i need any shots", + "vaccines" + ], + [ + "does my trip require vaccines", + "vaccines" + ], + [ + "will i need vaccines for my trip", + "vaccines" + ], + [ + "what shots do i need to get in order to travel to khartoum", + "vaccines" + ], + [ + "do i have to get shots to travel to iraq", + "vaccines" + ], + [ + "what shots are required to go out of the country", + "vaccines" + ], + [ + "do i need shots to go to thailand", + "vaccines" + ], + [ + "do you have a list of shots that i need for traveling to denmark", + "vaccines" + ], + [ + "please tell me if i need any shots before i go to mexico", + "vaccines" + ], + [ + "which shots do i need before i go to thailand", + "vaccines" + ], + [ + "which shots do i need to get before i go to africa next week", + "vaccines" + ], + [ + "do i need shots before i get to africa", + "vaccines" + ], + [ + "can you tell me which vaccines i need to take before mexico", + "vaccines" + ], + [ + "can you tell me if there are any shots that i am required to have before traveling to south africa", + "vaccines" + ], + [ + "what shots do i need before traveling to malawi", + "vaccines" + ], + [ + "please tell me what shots i am required to get to travel to india", + "vaccines" + ], + [ + "are there any mandatory shots that i must get before my trip to jamaica", + "vaccines" + ], + [ + "do i need to get any shots to travel to mexico", + "vaccines" + ], + [ + "do i need vaccinations to travel there", + "vaccines" + ], + [ + "are vaccinations required to travel there", + "vaccines" + ], + [ + "are vaccinations necessary to go there", + "vaccines" + ], + [ + "do i need to get vaccinations before i go", + "vaccines" + ], + [ + "which vaccinations should i get before i go", + "vaccines" + ], + [ + "i need a list of vaccinations for a trip to paris", + "vaccines" + ], + [ + "list all the shots i need to travel to france", + "vaccines" + ], + [ + "what vaccinations do i needs to travel to paris", + "vaccines" + ], + [ + "what vaccinations are required to enter paris from outside the country", + "vaccines" + ], + [ + "tell me what vaccinations i need to get into france", + "vaccines" + ], + [ + "should i get any vaccines before going over to the uk", + "vaccines" + ], + [ + "what is my vacation schedule look like", + "pto_balance" + ], + [ + "can you explain to me what type of vacation days i have still", + "pto_balance" + ], + [ + "what type of vacation schedule do i have left", + "pto_balance" + ], + [ + "can i get vacation day totals i have left", + "pto_balance" + ], + [ + "how many vacation days do i have saved up, please", + "pto_balance" + ], + [ + "how many vacation days do i have remaining", + "pto_balance" + ], + [ + "how many vacation days do i have saved up", + "pto_balance" + ], + [ + "how many vacation days do i have remaining, please", + "pto_balance" + ], + [ + "how many vacation days do i have left", + "pto_balance" + ], + [ + "how many vacation days do i still have", + "pto_balance" + ], + [ + "how many vacation days do i still get", + "pto_balance" + ], + [ + "i want to know how much vacation time i can use", + "pto_balance" + ], + [ + "do i have any vacation days to use", + "pto_balance" + ], + [ + "tell me if i have any spare vacation days", + "pto_balance" + ], + [ + "do i have any vacation time left", + "pto_balance" + ], + [ + "do i have any vacation days left", + "pto_balance" + ], + [ + "how many holiday days do i have left to use", + "pto_balance" + ], + [ + "i want to know how many vacation days i can use", + "pto_balance" + ], + [ + "how many vacation days do i have", + "pto_balance" + ], + [ + "do i have any personal days left", + "pto_balance" + ], + [ + "how many of my vacation days do i have remaining", + "pto_balance" + ], + [ + "how many vacation hours do i have", + "pto_balance" + ], + [ + "how much paid time off do i have saved", + "pto_balance" + ], + [ + "how many days do i have left of pto", + "pto_balance" + ], + [ + "how many day of my vacation are left for the year", + "pto_balance" + ], + [ + "how many pto days do i have left", + "pto_balance" + ], + [ + "how many pto days do i have for the year", + "pto_balance" + ], + [ + "how many vacation days do i have for the year", + "pto_balance" + ], + [ + "how many vacation days have i accrued", + "pto_balance" + ], + [ + "can you tell me how much pto i still have", + "pto_balance" + ], + [ + "what's the current amount of vacation owed to me", + "pto_balance" + ], + [ + "what number of vacation days remain for me", + "pto_balance" + ], + [ + "how many days can i slack off this year", + "pto_balance" + ], + [ + "do i have enough vacation to take a european trip", + "pto_balance" + ], + [ + "how much vacation am i currently entitled to", + "pto_balance" + ], + [ + "what's the amount of pto i have left", + "pto_balance" + ], + [ + "how much paid time off have i earned to date", + "pto_balance" + ], + [ + "what pto time to i have remaining", + "pto_balance" + ], + [ + "what's the current count of my pto days", + "pto_balance" + ], + [ + "what's the count of vacation days i have left", + "pto_balance" + ], + [ + "how much pto have i accrued", + "pto_balance" + ], + [ + "do i still have any pto days left, and if so, how many", + "pto_balance" + ], + [ + "how much pto do i have left", + "pto_balance" + ], + [ + "how much time off do i have left", + "pto_balance" + ], + [ + "what's my vacation day total", + "pto_balance" + ], + [ + "do i still have vacation days", + "pto_balance" + ], + [ + "how many vacation days do i have to spend", + "pto_balance" + ], + [ + "check how much pto i have left", + "pto_balance" + ], + [ + "what's the status on my vacation days", + "pto_balance" + ], + [ + "check days of pto", + "pto_balance" + ], + [ + "what is the saved vacation time i have left", + "pto_balance" + ], + [ + "how much time do i have for vacation saved", + "pto_balance" + ], + [ + "how many days of vacation time do i have saved", + "pto_balance" + ], + [ + "what is the amount of vacation days i have left", + "pto_balance" + ], + [ + "how many saved days of vacation time do i have", + "pto_balance" + ], + [ + "how many days for vacation do i have left", + "pto_balance" + ], + [ + "hoe many vacation days are left for me", + "pto_balance" + ], + [ + "how many days are left for me for vacation if i may ask", + "pto_balance" + ], + [ + "how many days off for vacation do i have left", + "pto_balance" + ], + [ + "how many vacation days do i have left this year", + "pto_balance" + ], + [ + "how many vacation days do i have saved", + "pto_balance" + ], + [ + "can you figure out how many vacation days i have left", + "pto_balance" + ], + [ + "i have how many vacation days saved up", + "pto_balance" + ], + [ + "i have how many vacation days left this year", + "pto_balance" + ], + [ + "i have how many vacation days left", + "pto_balance" + ], + [ + "how many days of vacation have i saved", + "pto_balance" + ], + [ + "i've saved what number of days of vacation", + "pto_balance" + ], + [ + "tell me the number of vacation days i have stored", + "pto_balance" + ], + [ + "what's the number of remaining vacation days i have", + "pto_balance" + ], + [ + "how many pto days do i have remaining", + "pto_balance" + ], + [ + "what is my remaining pto days", + "pto_balance" + ], + [ + "can you tell me the number of pto days i have left", + "pto_balance" + ], + [ + "can you tell me the remaining time i have for pto", + "pto_balance" + ], + [ + "do you know ho many vacation days i currently have", + "pto_balance" + ], + [ + "would you please tell me how many vacation days i have", + "pto_balance" + ], + [ + "please tell me how many vacation days i currently have", + "pto_balance" + ], + [ + "could you tell me how many vacation days i have left", + "pto_balance" + ], + [ + "how many days of vacation do i have", + "pto_balance" + ], + [ + "how much vacation time have i accrued", + "pto_balance" + ], + [ + "how many vacation hours have i accrued", + "pto_balance" + ], + [ + "please calculate my vacation time", + "pto_balance" + ], + [ + "i'd like to know how many vacation days i have", + "pto_balance" + ], + [ + "i want to know how many vacation days i have", + "pto_balance" + ], + [ + "what number of vacation days do i have", + "pto_balance" + ], + [ + "tell me how many vacation days i have", + "pto_balance" + ], + [ + "let me know the number of vacation days i have", + "pto_balance" + ], + [ + "i need to know how many vacation days i have", + "pto_balance" + ], + [ + "would you provide the number of vacation days i have", + "pto_balance" + ], + [ + "provide me the number of vacation days i have", + "pto_balance" + ], + [ + "how much pto do i have", + "pto_balance" + ], + [ + "do i have any remaining pto days", + "pto_balance" + ], + [ + "how much paid time off do i have", + "pto_balance" + ], + [ + "do i have any pto days left", + "pto_balance" + ], + [ + "do i have enough pto to take time off", + "pto_balance" + ], + [ + "how many more vacation days do i have for the year", + "pto_balance" + ], + [ + "tell me how many vacation days i have left", + "pto_balance" + ], + [ + "how many more vacation days can i use this year", + "pto_balance" + ], + [ + "how many vacation days are available to me", + "pto_balance" + ], + [ + "how many more pto days are there for me", + "pto_balance" + ], + [ + "let me know my vacation time", + "pto_balance" + ], + [ + "i'm at home, so where is the closest starbucks", + "directions" + ], + [ + "what's the distance between home and the closest starbucks", + "directions" + ], + [ + "is there a starbucks close to home", + "directions" + ], + [ + "direct me to the closest starbucks near home", + "directions" + ], + [ + "does home have a starbucks nearby", + "directions" + ], + [ + "how do i get to the beach by bus", + "directions" + ], + [ + "how do i get to the park on foot", + "directions" + ], + [ + "how do i get to the train on foot", + "directions" + ], + [ + "how do i get to the mall by bus", + "directions" + ], + [ + "how to i get to the mall on foot", + "directions" + ], + [ + "how do i get to the supermarket on foot", + "directions" + ], + [ + "how do i get to the museum on foot", + "directions" + ], + [ + "how do i get to the college by bus", + "directions" + ], + [ + "how do i get to the hotel by bus", + "directions" + ], + [ + "how do i get to the museum by bus", + "directions" + ], + [ + "assist me to know how to get to target by bus", + "directions" + ], + [ + "would you tell me how to get to walmart by bus", + "directions" + ], + [ + "i am needing you to tell me how to get to dallas, texas, by bus", + "directions" + ], + [ + "i need to know how to get to target by bus", + "directions" + ], + [ + "tell me how to get to target by bus", + "directions" + ], + [ + "i need to know where the nearest place that has mountain dew is", + "directions" + ], + [ + "how can i take a bus to dallas", + "directions" + ], + [ + "what steps do i need to take to take a bus to detroit", + "directions" + ], + [ + "how can i travel by bus to the grand canyon", + "directions" + ], + [ + "direct me to the closest korean grocery", + "directions" + ], + [ + "i want to visit chicago by bus what do i need to do", + "directions" + ], + [ + "tell me where is the closest coffee shop", + "directions" + ], + [ + "where can i find the mall closest to here", + "directions" + ], + [ + "can you tell me where the nearest rest station to me is", + "directions" + ], + [ + "i want to take a bus to mexico city how do i do that", + "directions" + ], + [ + "let me know how to get to the starbucks nearby", + "directions" + ], + [ + "would you give me directions to the closest starbucks restaurant", + "directions" + ], + [ + "how do i get to the closest starbucks", + "directions" + ], + [ + "where is the closest starbucks", + "directions" + ], + [ + "please give me directions to the nearest starbucks", + "directions" + ], + [ + "could you tell me how to get to the statue of liberty by bus", + "directions" + ], + [ + "from here, how do i get to the statue of liberty by bus", + "directions" + ], + [ + "i want to know how to get to statue of liberty by bus", + "directions" + ], + [ + "how do i get to statue of liberty by bus", + "directions" + ], + [ + "which bus should i take to get to the statue of liberty", + "directions" + ], + [ + "how close is a gas station to mcdonalds", + "directions" + ], + [ + "i need to get to a church immediately, please take me to one!", + "directions" + ], + [ + "take me to the nearest dairy queen", + "directions" + ], + [ + "can i take a bus to the grand canyon", + "directions" + ], + [ + "how do i get to the nearest post office", + "directions" + ], + [ + "where's the nearest gas station", + "directions" + ], + [ + "how would i walk to the liberty bell from here", + "directions" + ], + [ + "find me the closest public bathroom", + "directions" + ], + [ + "guide me to a laundromat near me", + "directions" + ], + [ + "take me to the closest walmart", + "directions" + ], + [ + "does the bus go to the washington monument", + "directions" + ], + [ + "are there any furniture outlets near the mall", + "directions" + ], + [ + "what's the best way to get to my bank by walking", + "directions" + ], + [ + "can a bus get me to the statue of liberty", + "directions" + ], + [ + "is a bar close to my church", + "directions" + ], + [ + "how do i get to the statue of liberty on foot", + "directions" + ], + [ + "what's the nearest ups store to walmart", + "directions" + ], + [ + "is there a tire repair place near the post office", + "directions" + ], + [ + "how do i get to the leaning tower by bus", + "directions" + ], + [ + "what's the closest mcdonalds", + "directions" + ], + [ + "what's the quickest way to a bank", + "directions" + ], + [ + "i want to see the golden gate bridge and i'm walking on 5th street right now", + "directions" + ], + [ + "is it possible to take the bus to the brooklyn bridge", + "directions" + ], + [ + "give me directions to the nearest gas station", + "directions" + ], + [ + "what's the direction for foot traffic to get to the eiffel tower", + "directions" + ], + [ + "i need directions to get to olympia by bus", + "directions" + ], + [ + "what are the directions to get to olympia by bus", + "directions" + ], + [ + "do you know how i get to olympia by bus", + "directions" + ], + [ + "is it possible to get to olympia by bus", + "directions" + ], + [ + "is there a way to go by bus to olympia", + "directions" + ], + [ + "i need an address for the closest starbucks to home", + "directions" + ], + [ + "please tell me the location of the nearest target store", + "directions" + ], + [ + "can you tell me where the atm closest to my current location is", + "directions" + ], + [ + "where is the nearest gas station to 20th and market streets, in philadelphia, pa", + "directions" + ], + [ + "find me the location of the nearest gas station", + "directions" + ], + [ + "can you tell me the nearest wells fargo bank location to port authority, new york", + "directions" + ], + [ + "please tell me the subway station nearest to madison square garden in new york", + "directions" + ], + [ + "what are the nearest streets to the statue of liberty in new york", + "directions" + ], + [ + "search for the nearest atm to newark penn station, newark in new jersey", + "directions" + ], + [ + "search for the nearest expressway to the airport", + "directions" + ], + [ + "where is starbucks", + "directions" + ], + [ + "starbucks near me", + "directions" + ], + [ + "find me starbucks", + "directions" + ], + [ + "what's the nearest starbucks", + "directions" + ], + [ + "where is the closest chevron gas station in columbus, ohio", + "directions" + ], + [ + "where is the nearest denny's to gillette stadium", + "directions" + ], + [ + "where is the closest walmart to boise, idaho", + "directions" + ], + [ + "where is the closest applebees to the empire state building", + "directions" + ], + [ + "where is the closest dog groomer in charlotte, north carolina", + "directions" + ], + [ + "i want to know the nearest bank's location", + "directions" + ], + [ + "i need to know the nearest bank's location", + "directions" + ], + [ + "i want to get directions to the closest atm", + "directions" + ], + [ + "i would like to know where the closest gas station is", + "directions" + ], + [ + "i want directions to the closest atm", + "directions" + ], + [ + "give me the location for the nearest bank", + "directions" + ], + [ + "i need to know directions to the nearest gas station", + "directions" + ], + [ + "can you tell me the nearest restaurant to me and give me directions", + "directions" + ], + [ + "can you tell me the location of the nearest bank", + "directions" + ], + [ + "where is the closest mcdonalds", + "directions" + ], + [ + "how would i get to city hall via bus", + "directions" + ], + [ + "what is the spelling of potato", + "spelling" + ], + [ + "spell potato", + "spelling" + ], + [ + "give me the spelling of potato", + "spelling" + ], + [ + "spell out potato", + "spelling" + ], + [ + "how do you spell tomato", + "spelling" + ], + [ + "can you spell water", + "spelling" + ], + [ + "how do you spell water", + "spelling" + ], + [ + "how is water spelled", + "spelling" + ], + [ + "water is spelled how", + "spelling" + ], + [ + "spell water", + "spelling" + ], + [ + "what's the letters in 'you' word like", + "spelling" + ], + [ + "the word 'you' got how many letters", + "spelling" + ], + [ + "how do you spell out university", + "spelling" + ], + [ + "how do you spell out newspaper", + "spelling" + ], + [ + "how do you spell out shepherd", + "spelling" + ], + [ + "how do you spell out espresso", + "spelling" + ], + [ + "how do you spell out wednesday", + "spelling" + ], + [ + "can you spell \"diatribe\" for me", + "spelling" + ], + [ + "spell \"requisite\" for me", + "spelling" + ], + [ + "what's the right way to spell miscellaneous", + "spelling" + ], + [ + "how do you spell syzygy", + "spelling" + ], + [ + "tell me how to spell anonymous", + "spelling" + ], + [ + "how is the word economy spelled", + "spelling" + ], + [ + "can you spell out the word special for me", + "spelling" + ], + [ + "i need to know how many r's are in restaurant", + "spelling" + ], + [ + "i need to know how to spell excellent", + "spelling" + ], + [ + "spell the word restaurant for me", + "spelling" + ], + [ + "tell me how many p's are in apple", + "spelling" + ], + [ + "how many e's are in sesame", + "spelling" + ], + [ + "tell me how many a's are in magical", + "spelling" + ], + [ + "what is the proper way to spell diamond", + "spelling" + ], + [ + "do you know how many o's are in honor", + "spelling" + ], + [ + "what's the right spelling of rambunctious", + "spelling" + ], + [ + "how do i spell catheter", + "spelling" + ], + [ + "can you tell me how to spell manipulation", + "spelling" + ], + [ + "what is the correct spelling of judgment", + "spelling" + ], + [ + "what's the spelling of cancer", + "spelling" + ], + [ + "how do you spell antithesis", + "spelling" + ], + [ + "how do i spell ambitious", + "spelling" + ], + [ + "how do you spell verisimilitude", + "spelling" + ], + [ + "how do you spell asian", + "spelling" + ], + [ + "what's the spelling of multimedia", + "spelling" + ], + [ + "can you tell me how to spell elephant", + "spelling" + ], + [ + "how do you spell hotdog", + "spelling" + ], + [ + "can you spell hamburger", + "spelling" + ], + [ + "spell government", + "spelling" + ], + [ + "tell me how to spell automobile", + "spelling" + ], + [ + "i need to know how to spell friend", + "spelling" + ], + [ + "how is friend spelled", + "spelling" + ], + [ + "how is the word acquaintance spelled", + "spelling" + ], + [ + "how do you spell friend", + "spelling" + ], + [ + "how do i spell acquaintance", + "spelling" + ], + [ + "what's the right way to spell indict", + "spelling" + ], + [ + "i want to know how to correctly spell cemetery", + "spelling" + ], + [ + "how do you spell mississippi", + "spelling" + ], + [ + "i wish i knew how to spell mississippi", + "spelling" + ], + [ + "can you remind me how to spell because", + "spelling" + ], + [ + "i need to know how to spell conscience", + "spelling" + ], + [ + "i need to know how to spell xylophone", + "spelling" + ], + [ + "how do you spell guerrilla", + "spelling" + ], + [ + "i am not sure how to spell punctuation", + "spelling" + ], + [ + "i forget how to spell xylophone", + "spelling" + ], + [ + "i don't know how to spell spaghetti", + "spelling" + ], + [ + "i don't know how to spell threshold", + "spelling" + ], + [ + "i don't know how to spell circumference", + "spelling" + ], + [ + "i don't know how to spell squirrel", + "spelling" + ], + [ + "i don't know how to spell mississippi", + "spelling" + ], + [ + "how can i spell avocado", + "spelling" + ], + [ + "tell me the complete spelling of definitely", + "spelling" + ], + [ + "i'd like to know how to spell cemetary", + "spelling" + ], + [ + "tell me how handkerchief is spelled", + "spelling" + ], + [ + "i'd like to know how acommodate is spelled", + "spelling" + ], + [ + "count the number of the letter a in happiness", + "spelling" + ], + [ + "the word is happiness; how many a's can you find in that word", + "spelling" + ], + [ + "find all the \"a\"s in happiness", + "spelling" + ], + [ + "tell how many a's are in the word happiness", + "spelling" + ], + [ + "how many a's can you find in the word happiness", + "spelling" + ], + [ + "what is the correct spelling for antipathy", + "spelling" + ], + [ + "how does the dictionary spell antipathy", + "spelling" + ], + [ + "how do you spell antipathy", + "spelling" + ], + [ + "spell antipathy for me", + "spelling" + ], + [ + "can you give me a spelling for antipathy", + "spelling" + ], + [ + "how do you spell superficial", + "spelling" + ], + [ + "i need help spelling superficial", + "spelling" + ], + [ + "i need to know how to spell superficial", + "spelling" + ], + [ + "i can't figure out how to spell superficial", + "spelling" + ], + [ + "what is the right way to spell superficial", + "spelling" + ], + [ + "how many es are in receiving", + "spelling" + ], + [ + "i don't know how to spell anethesia", + "spelling" + ], + [ + "i don't know how to spell malfeasance", + "spelling" + ], + [ + "i don't know how to spell theater", + "spelling" + ], + [ + "i don't know how to spell apparently", + "spelling" + ], + [ + "what's the proper way of spelling seance", + "spelling" + ], + [ + "how many ts are in tethered", + "spelling" + ], + [ + "how many cs are in acquiescence", + "spelling" + ], + [ + "how many ss are in narcissism", + "spelling" + ], + [ + "how do you spell sanguine", + "spelling" + ], + [ + "can you help me spell facetiousness", + "spelling" + ], + [ + "i don't know how to spell drought", + "spelling" + ], + [ + "how man z's are in zombie", + "spelling" + ], + [ + "how's everything", + "greeting" + ], + [ + "how are things going", + "greeting" + ], + [ + "hello, anyone there", + "greeting" + ], + [ + "are you okay right now", + "greeting" + ], + [ + "are you doing okay", + "greeting" + ], + [ + "how's it going right now", + "greeting" + ], + [ + "ahoy hoy", + "greeting" + ], + [ + "hey there!", + "greeting" + ], + [ + "how is everything with you", + "greeting" + ], + [ + "hey hey!", + "greeting" + ], + [ + "how have you been doing", + "greeting" + ], + [ + "it's nice to see you", + "greeting" + ], + [ + "hello there!", + "greeting" + ], + [ + "how is it going", + "greeting" + ], + [ + "how are things with you", + "greeting" + ], + [ + "hiya!", + "greeting" + ], + [ + "what's up", + "greeting" + ], + [ + "how're you doing", + "greeting" + ], + [ + "it's good to see you", + "greeting" + ], + [ + "is everything going okay", + "greeting" + ], + [ + "how is everything going", + "greeting" + ], + [ + "how goes it", + "greeting" + ], + [ + "hello, ai", + "greeting" + ], + [ + "hey, ai", + "greeting" + ], + [ + "wake up, ai", + "greeting" + ], + [ + "good day", + "greeting" + ], + [ + "greetings to you", + "greeting" + ], + [ + "hello, friend", + "greeting" + ], + [ + "whats up with you", + "greeting" + ], + [ + "hey there fellow", + "greeting" + ], + [ + "whats up", + "greeting" + ], + [ + "yo, hows it going", + "greeting" + ], + [ + "how are things for you", + "greeting" + ], + [ + "are things going well for you", + "greeting" + ], + [ + "hello siri", + "greeting" + ], + [ + "hi there alexa", + "greeting" + ], + [ + "how are you doing, ai", + "greeting" + ], + [ + "ai how are you doing today", + "greeting" + ], + [ + "how are you doing today, ai", + "greeting" + ], + [ + "how is my ai doing", + "greeting" + ], + [ + "ai how are you doing on this fine day", + "greeting" + ], + [ + "heller", + "greeting" + ], + [ + "so how is everything", + "greeting" + ], + [ + "how are you this day", + "greeting" + ], + [ + "hi how are you", + "greeting" + ], + [ + "how is everything going for you", + "greeting" + ], + [ + "hi how is everything", + "greeting" + ], + [ + "well hello", + "greeting" + ], + [ + "just wanted to say hi", + "greeting" + ], + [ + "how is your day", + "greeting" + ], + [ + "why hello", + "greeting" + ], + [ + "are you well", + "greeting" + ], + [ + "hola", + "greeting" + ], + [ + "good to see you", + "greeting" + ], + [ + "how've you been feeling", + "greeting" + ], + [ + "how are things", + "greeting" + ], + [ + "are you doing well", + "greeting" + ], + [ + "good evening", + "greeting" + ], + [ + "yo", + "greeting" + ], + [ + "ai, how are you feeling", + "greeting" + ], + [ + "how is the ai doing", + "greeting" + ], + [ + "ai, how are you doing", + "greeting" + ], + [ + "hi ai", + "greeting" + ], + [ + "have you been good", + "greeting" + ], + [ + "is everything ok with you", + "greeting" + ], + [ + "how have you been", + "greeting" + ], + [ + "are you doing ok", + "greeting" + ], + [ + "how are you", + "greeting" + ], + [ + "how's life", + "greeting" + ], + [ + "what's up with you", + "greeting" + ], + [ + "what's going on", + "greeting" + ], + [ + "how's it going with you", + "greeting" + ], + [ + "how's ife treating you", + "greeting" + ], + [ + "hello how's it going", + "greeting" + ], + [ + "how are you today", + "greeting" + ], + [ + "can you tell me how you're doing today", + "greeting" + ], + [ + "how are you this fine day", + "greeting" + ], + [ + "how are things treating you", + "greeting" + ], + [ + "aloha", + "greeting" + ], + [ + "are you feeling okay", + "greeting" + ], + [ + "how do you feel", + "greeting" + ], + [ + "bonjour", + "greeting" + ], + [ + "how are things going for you", + "greeting" + ], + [ + "what do you feel like doing", + "greeting" + ], + [ + "hello, what's up", + "greeting" + ], + [ + "hey how's life", + "greeting" + ], + [ + "hi there", + "greeting" + ], + [ + "hey how's it hanging", + "greeting" + ], + [ + "tell me how you've been", + "greeting" + ], + [ + "how is life treating you", + "greeting" + ], + [ + "hi there, how are things", + "greeting" + ], + [ + "hello, how are you", + "greeting" + ], + [ + "hey, how's it going", + "greeting" + ], + [ + "hello, are you doing alright", + "greeting" + ], + [ + "hi! are you doing okay", + "greeting" + ], + [ + "what's happening", + "greeting" + ], + [ + "hey what's up", + "greeting" + ], + [ + "why, hello bandit", + "greeting" + ], + [ + "howdy, what's new", + "greeting" + ], + [ + "salutations!", + "greeting" + ], + [ + "make the settings go back to the original", + "reset_settings" + ], + [ + "go back the the settings you had originally", + "reset_settings" + ], + [ + "change settings to how they were originally", + "reset_settings" + ], + [ + "go back to your original settings", + "reset_settings" + ], + [ + "reset the factory settings", + "reset_settings" + ], + [ + "reset the factory settings please", + "reset_settings" + ], + [ + "reset the factory settings now please", + "reset_settings" + ], + [ + "please reset the factory settings", + "reset_settings" + ], + [ + "reset the factory settings if possible", + "reset_settings" + ], + [ + "go ahead and reset your factory settings", + "reset_settings" + ], + [ + "change to factory settings now", + "reset_settings" + ], + [ + "please go back to to factory settings now", + "reset_settings" + ], + [ + "go back to factory settings now", + "reset_settings" + ], + [ + "you need to go back to the original settings", + "reset_settings" + ], + [ + "go ahead and go back to the original settings", + "reset_settings" + ], + [ + "i want you to reset your factory settings", + "reset_settings" + ], + [ + "please go back to the original settings", + "reset_settings" + ], + [ + "please reset your factory settings", + "reset_settings" + ], + [ + "go back to the original settings now", + "reset_settings" + ], + [ + "please go back to the settings of the original", + "reset_settings" + ], + [ + "i need you to reset your factory settings", + "reset_settings" + ], + [ + "you got to go back to factory settings now", + "reset_settings" + ], + [ + "please go to factory settings now", + "reset_settings" + ], + [ + "restore my factory settings immediately please", + "reset_settings" + ], + [ + "go back to factory settings please", + "reset_settings" + ], + [ + "can you restore factory settings now", + "reset_settings" + ], + [ + "go back to the factory settings for this device", + "reset_settings" + ], + [ + "i want factory settings restores right now", + "reset_settings" + ], + [ + "do a hard reset to factory settings", + "reset_settings" + ], + [ + "i'd like to reset to factory settings", + "reset_settings" + ], + [ + "clear all settings in a reset", + "reset_settings" + ], + [ + "please revert all settings to factory default", + "reset_settings" + ], + [ + "i'd like to revert to factory settings", + "reset_settings" + ], + [ + "reset to factory default", + "reset_settings" + ], + [ + "do a hard reset", + "reset_settings" + ], + [ + "please revert to your factory settings", + "reset_settings" + ], + [ + "return to your factory settings", + "reset_settings" + ], + [ + "you need to reset your factory settings", + "reset_settings" + ], + [ + "would you reset your factory settings", + "reset_settings" + ], + [ + "you should reset your factory settings", + "reset_settings" + ], + [ + "could you reset your factory settings please", + "reset_settings" + ], + [ + "reset to original settings", + "reset_settings" + ], + [ + "return to default settings", + "reset_settings" + ], + [ + "return to factory default", + "reset_settings" + ], + [ + "change back to your initial settings please", + "reset_settings" + ], + [ + "go back to your normal settings please", + "reset_settings" + ], + [ + "alter back to your orginal settings", + "reset_settings" + ], + [ + "reset to your natural settings", + "reset_settings" + ], + [ + "change back to your factory settins", + "reset_settings" + ], + [ + "i want to go back to the factory settings", + "reset_settings" + ], + [ + "help me get my device back to it's factory settings", + "reset_settings" + ], + [ + "tell me how i can reset to factory settings", + "reset_settings" + ], + [ + "i want my original settings back", + "reset_settings" + ], + [ + "return it back to the original settings", + "reset_settings" + ], + [ + "please turn my settings back to the original settings", + "reset_settings" + ], + [ + "get my back to factory settings", + "reset_settings" + ], + [ + "refresh to factory defaults", + "reset_settings" + ], + [ + "reset to default settings please", + "reset_settings" + ], + [ + "reset device to original settings", + "reset_settings" + ], + [ + "reset to default settings", + "reset_settings" + ], + [ + "please change back to initial device settings", + "reset_settings" + ], + [ + "go back to initial factory state", + "reset_settings" + ], + [ + "go back to initial settings", + "reset_settings" + ], + [ + "make all settings the initial defaults if you would", + "reset_settings" + ], + [ + "revert to factory settings please", + "reset_settings" + ], + [ + "i want you to reset to brand new please", + "reset_settings" + ], + [ + "revert to your factory settings", + "reset_settings" + ], + [ + "restore your original settings", + "reset_settings" + ], + [ + "restore your factory settings, please", + "reset_settings" + ], + [ + "restore your original settings now", + "reset_settings" + ], + [ + "restore your original settings, please", + "reset_settings" + ], + [ + "revert back to your factory settings", + "reset_settings" + ], + [ + "return to your original settings, please", + "reset_settings" + ], + [ + "revert to your factory settings, please", + "reset_settings" + ], + [ + "switch back to your factory settings", + "reset_settings" + ], + [ + "revert back to your factory settings, please", + "reset_settings" + ], + [ + "is it possible to change to original settings", + "reset_settings" + ], + [ + "can you go back to my original settings", + "reset_settings" + ], + [ + "i need you to switch to my original settings", + "reset_settings" + ], + [ + "go to default setting", + "reset_settings" + ], + [ + "change back to default settings", + "reset_settings" + ], + [ + "i want to be switched back to my factory settings", + "reset_settings" + ], + [ + "i'd like to switch back to my factory settings", + "reset_settings" + ], + [ + "put me back on my factory settings", + "reset_settings" + ], + [ + "i need to switch back to my factory settings", + "reset_settings" + ], + [ + "i need to go back on my factory settings", + "reset_settings" + ], + [ + "return to your original settings", + "reset_settings" + ], + [ + "restore the factory settings", + "reset_settings" + ], + [ + "let's go to default settings", + "reset_settings" + ], + [ + "go to factory settings", + "reset_settings" + ], + [ + "would you please reboot yourself to factory settings", + "reset_settings" + ], + [ + "please go back to your factory settings", + "reset_settings" + ], + [ + "please reconfigure yourself back to factory settings", + "reset_settings" + ], + [ + "i would like you to revert to your factory settings", + "reset_settings" + ], + [ + "i want to put you back to original settings", + "reset_settings" + ], + [ + "i want you reset to factory settings", + "reset_settings" + ], + [ + "i want factory settings put back in place", + "reset_settings" + ], + [ + "i want to reset your settings to the original", + "reset_settings" + ], + [ + "go back to the original settings", + "reset_settings" + ], + [ + "go back to your factory settings", + "reset_settings" + ], + [ + "what's your full name", + "what_is_your_name" + ], + [ + "i didn't get your name", + "what_is_your_name" + ], + [ + "what's should i call you by", + "what_is_your_name" + ], + [ + "can you tell me the ai's name", + "what_is_your_name" + ], + [ + "what is the ai's name", + "what_is_your_name" + ], + [ + "does the ai have a name", + "what_is_your_name" + ], + [ + "i'd like to know what to call you", + "what_is_your_name" + ], + [ + "what name do you prefer", + "what_is_your_name" + ], + [ + "do you have a preference regarding what i should call you", + "what_is_your_name" + ], + [ + "do you have a name i can use", + "what_is_your_name" + ], + [ + "what are you called", + "what_is_your_name" + ], + [ + "give me your name", + "what_is_your_name" + ], + [ + "what do people call you", + "what_is_your_name" + ], + [ + "what is your full name", + "what_is_your_name" + ], + [ + "tell me your full name", + "what_is_your_name" + ], + [ + "should i call you something in particular", + "what_is_your_name" + ], + [ + "what should i refer to you as", + "what_is_your_name" + ], + [ + "what name would you like me to call you", + "what_is_your_name" + ], + [ + "what name do you want me to call you", + "what_is_your_name" + ], + [ + "do you have a name that i can call you", + "what_is_your_name" + ], + [ + "what name should i use when talking with you", + "what_is_your_name" + ], + [ + "is there a particular name i should call you", + "what_is_your_name" + ], + [ + "is there a name that you preferred to be called by", + "what_is_your_name" + ], + [ + "please tell me the name i should use when talking to you", + "what_is_your_name" + ], + [ + "can i have your name please", + "what_is_your_name" + ], + [ + "can you me what they call you", + "what_is_your_name" + ], + [ + "and what would your name be", + "what_is_your_name" + ], + [ + "what name should i use for you", + "what_is_your_name" + ], + [ + "what would your name be", + "what_is_your_name" + ], + [ + "what do you want me to call you", + "what_is_your_name" + ], + [ + "what would you like to be called", + "what_is_your_name" + ], + [ + "what do you want me to refer to you as", + "what_is_your_name" + ], + [ + "what name would you like me to use", + "what_is_your_name" + ], + [ + "what name should i call you", + "what_is_your_name" + ], + [ + "do you have a name", + "what_is_your_name" + ], + [ + "please tell me your name", + "what_is_your_name" + ], + [ + "how should i refer to you", + "what_is_your_name" + ], + [ + "whats your name", + "what_is_your_name" + ], + [ + "how would you like me to refer to you", + "what_is_your_name" + ], + [ + "what name should i use to call for you", + "what_is_your_name" + ], + [ + "what is the name i should use to refer to you", + "what_is_your_name" + ], + [ + "do you know your name", + "what_is_your_name" + ], + [ + "who gave you your name", + "what_is_your_name" + ], + [ + "what name was given to you", + "what_is_your_name" + ], + [ + "what can i address you", + "what_is_your_name" + ], + [ + "what name do you like to go by", + "what_is_your_name" + ], + [ + "i want to know the name that was given by the person who made you", + "what_is_your_name" + ], + [ + "do people call you by a certain name what is it", + "what_is_your_name" + ], + [ + "what do you prefer being called", + "what_is_your_name" + ], + [ + "what do you prefer to be called", + "what_is_your_name" + ], + [ + "what did your friends call you", + "what_is_your_name" + ], + [ + "do you go by any nicknames", + "what_is_your_name" + ], + [ + "what is you name", + "what_is_your_name" + ], + [ + "what's your first name", + "what_is_your_name" + ], + [ + "what do you like being called", + "what_is_your_name" + ], + [ + "how would you like me to call you", + "what_is_your_name" + ], + [ + "who are you known as", + "what_is_your_name" + ], + [ + "how can i get your attention", + "what_is_your_name" + ], + [ + "what do you answer to", + "what_is_your_name" + ], + [ + "do you have a way you like to be referred to", + "what_is_your_name" + ], + [ + "can you tell me your name", + "what_is_your_name" + ], + [ + "how do i activate you", + "what_is_your_name" + ], + [ + "what name do you answer to", + "what_is_your_name" + ], + [ + "what can i refer to you by", + "what_is_your_name" + ], + [ + "what do they call you", + "what_is_your_name" + ], + [ + "how are you named", + "what_is_your_name" + ], + [ + "what's your designation", + "what_is_your_name" + ], + [ + "can i call you by any name", + "what_is_your_name" + ], + [ + "i want your name", + "what_is_your_name" + ], + [ + "i need to know your name", + "what_is_your_name" + ], + [ + "i need your name", + "what_is_your_name" + ], + [ + "i wanna know your name", + "what_is_your_name" + ], + [ + "i'd like your name", + "what_is_your_name" + ], + [ + "tell me your name", + "what_is_your_name" + ], + [ + "you must tell me your name", + "what_is_your_name" + ], + [ + "what name do you want to be called", + "what_is_your_name" + ], + [ + "when referring to you, what name do you want me to use", + "what_is_your_name" + ], + [ + "would you tell me your name", + "what_is_your_name" + ], + [ + "provide the name i should use to refer to you", + "what_is_your_name" + ], + [ + "i would like to know your name", + "what_is_your_name" + ], + [ + "hello, may i get your name", + "what_is_your_name" + ], + [ + "i am needing to know your name", + "what_is_your_name" + ], + [ + "tell me what name to use to refer to you", + "what_is_your_name" + ], + [ + "state your name", + "what_is_your_name" + ], + [ + "when referring to you, what name should i use", + "what_is_your_name" + ], + [ + "i want to know your name", + "what_is_your_name" + ], + [ + "ai, do you like your name", + "what_is_your_name" + ], + [ + "ai, what can i call you", + "what_is_your_name" + ], + [ + "ai, what's your name", + "what_is_your_name" + ], + [ + "ai, what do people call you", + "what_is_your_name" + ], + [ + "ai, what should i call you", + "what_is_your_name" + ], + [ + "please introduce yourself", + "what_is_your_name" + ], + [ + "could you tell me your name", + "what_is_your_name" + ], + [ + "would you like to introduce yourself", + "what_is_your_name" + ], + [ + "tell me about yourself", + "what_is_your_name" + ], + [ + "what name should i use to address you", + "what_is_your_name" + ], + [ + "what name should i refer to you as", + "what_is_your_name" + ], + [ + "how would you like to be referred to", + "what_is_your_name" + ], + [ + "what name should i use when i call you", + "what_is_your_name" + ], + [ + "do you have a name i should call you by", + "what_is_your_name" + ], + [ + "do a websearch for direct deposit set up", + "direct_deposit" + ], + [ + "search google for how to set up direct deposit", + "direct_deposit" + ], + [ + "info on setting up direct deposit", + "direct_deposit" + ], + [ + "info on direct deposit set-up", + "direct_deposit" + ], + [ + "tell me how to get my paycheck on direct deposit", + "direct_deposit" + ], + [ + "what are the steps for setting up direct deposit for my paycheck", + "direct_deposit" + ], + [ + "give me instructions to set up direct deposit for my paycheck", + "direct_deposit" + ], + [ + "i want to set up direct deposit for my paycheck, what do i need to do", + "direct_deposit" + ], + [ + "how do i set up direct deposit for my paycheck", + "direct_deposit" + ], + [ + "i'd really like to set up a direct deposit for my paycheck", + "direct_deposit" + ], + [ + "i wanna set up a direct deposit for my paycheck", + "direct_deposit" + ], + [ + "i'd like to set up a direct deposit for my paycheck", + "direct_deposit" + ], + [ + "i would like to set up direct deposit", + "direct_deposit" + ], + [ + "set up direct deposit for me", + "direct_deposit" + ], + [ + "i need to set up a direct deposit for my paycheck", + "direct_deposit" + ], + [ + "set up a direct deposit", + "direct_deposit" + ], + [ + "i need to set up direct deposit", + "direct_deposit" + ], + [ + "i want to set direct deposit", + "direct_deposit" + ], + [ + "help me get my pay check deposited directly to my home checking account", + "direct_deposit" + ], + [ + "set my paycheck up for direct deposit", + "direct_deposit" + ], + [ + "i want my paycheck to go directly to my bank account", + "direct_deposit" + ], + [ + "set up direct deposit to my money market account for my pay check", + "direct_deposit" + ], + [ + "how do i get direct deposit for my paycheck", + "direct_deposit" + ], + [ + "what's the procedure to get direct deposit for my paycheck", + "direct_deposit" + ], + [ + "set up payroll direct deposit to my checking account", + "direct_deposit" + ], + [ + "make it so my paycheck goes directly into my savings account", + "direct_deposit" + ], + [ + "how can i have my paycheck directly deposited", + "direct_deposit" + ], + [ + "i need to get direct deposit on my bofa account", + "direct_deposit" + ], + [ + "what do i need to set up direct deposit", + "direct_deposit" + ], + [ + "what is needed for setting up direct deposit", + "direct_deposit" + ], + [ + "can you walk me through setting up direct deposit", + "direct_deposit" + ], + [ + "what is needed to set up direct deposit", + "direct_deposit" + ], + [ + "i need help to set up direct deposit", + "direct_deposit" + ], + [ + "would you help me set up direct deposit", + "direct_deposit" + ], + [ + "assist me to set up direct deposit", + "direct_deposit" + ], + [ + "tell me how to set up direct deposit", + "direct_deposit" + ], + [ + "tell me how to set up direct deposit for my paycheck", + "direct_deposit" + ], + [ + "how do i direct deposit my paycheck", + "direct_deposit" + ], + [ + "what do i do to have my paycheck deposited directly in my account", + "direct_deposit" + ], + [ + "how can i have my paycheck directly deposited in my account", + "direct_deposit" + ], + [ + "i would like to set up a direct deposit, please tell me how", + "direct_deposit" + ], + [ + "how can i set up a direct deposit with my checking account", + "direct_deposit" + ], + [ + "can you tell me how to set up a direct deposit", + "direct_deposit" + ], + [ + "can you help me set up a direct depost", + "direct_deposit" + ], + [ + "how can i turn on direct deposit", + "direct_deposit" + ], + [ + "how can i set up direct deposits from my job to my bank", + "direct_deposit" + ], + [ + "what steps do i need to do to set up direct deposit", + "direct_deposit" + ], + [ + "i want to set up direct deposit what do i need to do", + "direct_deposit" + ], + [ + "what do i need to do to start direct deposit", + "direct_deposit" + ], + [ + "how do i go about setting up direct deposit", + "direct_deposit" + ], + [ + "how do i get direct deposit set up", + "direct_deposit" + ], + [ + "i'd like to know about setting up direct deposit", + "direct_deposit" + ], + [ + "can you tell me how to set up direct depost", + "direct_deposit" + ], + [ + "how do i get my check directly deposited", + "direct_deposit" + ], + [ + "direct deposit information", + "direct_deposit" + ], + [ + "how do i set up instant paycheck", + "direct_deposit" + ], + [ + "how do i direct deposit my check", + "direct_deposit" + ], + [ + "help me set up direct deposit to my bank of hawaii checking account", + "direct_deposit" + ], + [ + "can you show me how to set up direct deposit for my paycheck to my first hawaiian bank account", + "direct_deposit" + ], + [ + "i want to set up direct deposit to my first hawaiian bank account", + "direct_deposit" + ], + [ + "can you show me how to set up my paycheck to be direct deposit to my first hawaiian bank account", + "direct_deposit" + ], + [ + "how do i set up direct deposit to my bank of hawaii account", + "direct_deposit" + ], + [ + "help me set up a direct deposit", + "direct_deposit" + ], + [ + "how is a direct deposit set up", + "direct_deposit" + ], + [ + "how would i go about setting up a direct deposit", + "direct_deposit" + ], + [ + "i need to set up a direct deposit", + "direct_deposit" + ], + [ + "tell me how to set up a direct deposit", + "direct_deposit" + ], + [ + "onpay gives you two convenient ways to pay your employees", + "direct_deposit" + ], + [ + "can you help me set up direct deposit", + "direct_deposit" + ], + [ + "i need some guidance when it comes to direct deposit", + "direct_deposit" + ], + [ + "i want to switch to direct deposit", + "direct_deposit" + ], + [ + "how can i set up direct deposit", + "direct_deposit" + ], + [ + "what are the steps to direct deposit my check", + "direct_deposit" + ], + [ + "is there a specific way to set up direct deposit", + "direct_deposit" + ], + [ + "how do i arrange a direct deposit into my savings account", + "direct_deposit" + ], + [ + "how do you set up direct deposit", + "direct_deposit" + ], + [ + "can you teach me how to set up direct deposit, or show me who can", + "direct_deposit" + ], + [ + "can you show me how to set up direct deposit", + "direct_deposit" + ], + [ + "if i would like to set up direct deposit, how do i do it", + "direct_deposit" + ], + [ + "direct deposit instructions", + "direct_deposit" + ], + [ + "help setting up direct deposit", + "direct_deposit" + ], + [ + "please help me set up direct deposit", + "direct_deposit" + ], + [ + "what are the steps for setting up direct deposit", + "direct_deposit" + ], + [ + "how does one go about setting up direct deposit", + "direct_deposit" + ], + [ + "how to set up direct deposit for paychecks", + "direct_deposit" + ], + [ + "what's needed to direct deposit my paycheck", + "direct_deposit" + ], + [ + "what is required to direct deposit my paycheck", + "direct_deposit" + ], + [ + "how to direct deposit my paycheck", + "direct_deposit" + ], + [ + "i need to get my paycheck direct deposited to my chase account", + "direct_deposit" + ], + [ + "i'd like to have my paycheck direct deposited to my chase account", + "direct_deposit" + ], + [ + "what are the steps to set up direct deposit to my chase account", + "direct_deposit" + ], + [ + "how do i get my paycheck direct deposited to my chase account", + "direct_deposit" + ], + [ + "how do i set up direct deposit to my chase account", + "direct_deposit" + ], + [ + "what do i do to enable direct deposit", + "direct_deposit" + ], + [ + "can i get paychecks directly deposited to my bank of america account", + "direct_deposit" + ], + [ + "i have a great western bank account i want direct deposits to go to", + "direct_deposit" + ], + [ + "i'd like my paychecks direct deposited in my navyfed checking account", + "direct_deposit" + ], + [ + "can you walk me through setting up direct deposits to my bank of internet savings account", + "direct_deposit" + ], + [ + "how do i get paychecks put directly in my sunflower savings account", + "direct_deposit" + ], + [ + "let me set up direct deposit for this", + "direct_deposit" + ], + [ + "i want to know my interest rate", + "interest_rate" + ], + [ + "tell me my interest rate", + "interest_rate" + ], + [ + "what interest rate am i paying", + "interest_rate" + ], + [ + "my interest rate please", + "interest_rate" + ], + [ + "how do i know the interest rate for my signature account", + "interest_rate" + ], + [ + "how can i figure out my interest rate for my umpqua account", + "interest_rate" + ], + [ + "how can i find my interest rate for my alliance account", + "interest_rate" + ], + [ + "how can i figure out the interest rate for my columbia account", + "interest_rate" + ], + [ + "how can i find the interest rate for my red river account", + "interest_rate" + ], + [ + "what is the rate of interest on my savings account", + "interest_rate" + ], + [ + "how much interest am i getting on my savings", + "interest_rate" + ], + [ + "check the interest rate on my savings account", + "interest_rate" + ], + [ + "tell me my current savings account's interest rate", + "interest_rate" + ], + [ + "what's the interest rate on my savings", + "interest_rate" + ], + [ + "what is my interest rate payment", + "interest_rate" + ], + [ + "how do i figure out my intetest rate", + "interest_rate" + ], + [ + "how to calculate my interest rate", + "interest_rate" + ], + [ + "what is my intetest rate", + "interest_rate" + ], + [ + "i must find the interest rate for my checking account", + "interest_rate" + ], + [ + "i gotta find the interest rate for my checking account", + "interest_rate" + ], + [ + "i would love to know the interest rate on my bank of america cd account", + "interest_rate" + ], + [ + "i need to know the interest rate on my bank of america cd account", + "interest_rate" + ], + [ + "what is the interest rate on my bank of america cd account", + "interest_rate" + ], + [ + "i have to find the interest rate for my checking account", + "interest_rate" + ], + [ + "i must know the interest rate on my bank of america cd account", + "interest_rate" + ], + [ + "i really need to find the interest rate for my checking account", + "interest_rate" + ], + [ + "i need to find the interest rate for my checking account", + "interest_rate" + ], + [ + "i wanna know the interest rate on my bank of america cd account", + "interest_rate" + ], + [ + "what is the interest rate i am receiving from the start of the year", + "interest_rate" + ], + [ + "what's the interest rate i have from illinois national", + "interest_rate" + ], + [ + "can you tell me what my interest rate from first federal is", + "interest_rate" + ], + [ + "x has given me an interest rate, what is it", + "interest_rate" + ], + [ + "what's my interest rate from january", + "interest_rate" + ], + [ + "i need the interest rate on my capital one account", + "interest_rate" + ], + [ + "could you help me find the interest on my chase account", + "interest_rate" + ], + [ + "i need help finding the apr on my aspire loan", + "interest_rate" + ], + [ + "hi, can you tell me the interest on my ira", + "interest_rate" + ], + [ + "can you help me find the interest rate for my sba account", + "interest_rate" + ], + [ + "where do i go to view the interest rate on my brighton account", + "interest_rate" + ], + [ + "what do i need to do to look up my 1st republic account's interest rate", + "interest_rate" + ], + [ + "tell me how to locate the interest rate for my jonah account", + "interest_rate" + ], + [ + "what is the interest rate on my scotiabank account", + "interest_rate" + ], + [ + "please tell me what i can expect my bank of america interest rate to be", + "interest_rate" + ], + [ + "if i'm using citibank, what is the interest rate", + "interest_rate" + ], + [ + "what is the interest rate at chase", + "interest_rate" + ], + [ + "what would the interest rate at wells fargo be", + "interest_rate" + ], + [ + "i would like to know my chase interest rate", + "interest_rate" + ], + [ + "what is my current interest rate", + "interest_rate" + ], + [ + "what is my annual percentage rate", + "interest_rate" + ], + [ + "do you know what the interest rate is on my account", + "interest_rate" + ], + [ + "how percentage am i earning annually on my account", + "interest_rate" + ], + [ + "what interest rate will i get from city national", + "interest_rate" + ], + [ + "what interest rate will regions give me", + "interest_rate" + ], + [ + "what is the best interest rate i can get from now on", + "interest_rate" + ], + [ + "what is the interest rate i can get from the beginning of next year", + "interest_rate" + ], + [ + "is there any info on my savings interest rate online", + "interest_rate" + ], + [ + "is my savings interest rate too high", + "interest_rate" + ], + [ + "i need to know my interest rate", + "interest_rate" + ], + [ + "can i find out my checking interest rate online", + "interest_rate" + ], + [ + "is my savings interest rate too low", + "interest_rate" + ], + [ + "what is my interest rate for chase bank", + "interest_rate" + ], + [ + "how are the interest rates at chase bank", + "interest_rate" + ], + [ + "what is my credit card interest rate", + "interest_rate" + ], + [ + "i want to know td banks interest rates", + "interest_rate" + ], + [ + "how's my interest rate", + "interest_rate" + ], + [ + "does my checking interest rate seem low", + "interest_rate" + ], + [ + "what's the interest rate for my checking account", + "interest_rate" + ], + [ + "what's td bank's interest rate", + "interest_rate" + ], + [ + "can you tell me my current interest rate", + "interest_rate" + ], + [ + "let me know what my interest rate is", + "interest_rate" + ], + [ + "could you tell me my interest rate", + "interest_rate" + ], + [ + "what's my current interest rate, if you could look", + "interest_rate" + ], + [ + "what's my interest rate", + "interest_rate" + ], + [ + "what interest rate am i getting", + "interest_rate" + ], + [ + "could you find my interest rate for me", + "interest_rate" + ], + [ + "what interest rate am i getting from onewest bank", + "interest_rate" + ], + [ + "what interest rate am i getting from citigroup", + "interest_rate" + ], + [ + "what interest rate am i getting from chase", + "interest_rate" + ], + [ + "will you tell me the interest rate", + "interest_rate" + ], + [ + "can you tell me the interest rate", + "interest_rate" + ], + [ + "will you tell me my interest rate", + "interest_rate" + ], + [ + "would you tell me the interest rate", + "interest_rate" + ], + [ + "how much is the interest rate for the account i have at bluebird", + "interest_rate" + ], + [ + "how do i know what interest rate chase has", + "interest_rate" + ], + [ + "let me know my ally interest rate", + "interest_rate" + ], + [ + "on my chase bank account what is the interest rate", + "interest_rate" + ], + [ + "i need to know my b of a interest rate", + "interest_rate" + ], + [ + "can you tell me my interest rate", + "interest_rate" + ], + [ + "find my interest rate", + "interest_rate" + ], + [ + "what is my interest rate", + "interest_rate" + ], + [ + "help me determine my interest rate", + "interest_rate" + ], + [ + "what is the interest rate on my charles schwab checking account", + "interest_rate" + ], + [ + "what is the interest rate on my chase slate credit card", + "interest_rate" + ], + [ + "what is the interest rate on my barclay card arrival credit card", + "interest_rate" + ], + [ + "what is the interest rate on my capital one credit card", + "interest_rate" + ], + [ + "what is the interest rate on my bank of america credit card", + "interest_rate" + ], + [ + "i need to know the interest rate that applies to my personal loan", + "interest_rate" + ], + [ + "please tell me my current interest rate for my home equity line of credit", + "interest_rate" + ], + [ + "what is the interest rate on my money market account", + "interest_rate" + ], + [ + "can you please tell me the interest rate for cash advances on my visa", + "interest_rate" + ], + [ + "can you see if i can get a higher limit on my discovery card", + "credit_limit_change" + ], + [ + "can my credit limit on my discovery card go up", + "credit_limit_change" + ], + [ + "may i have a higher limit on my mastercard", + "credit_limit_change" + ], + [ + "can i get a higher credit limit on my amex card", + "credit_limit_change" + ], + [ + "is there a way to get a larger limit on my bank of america card", + "credit_limit_change" + ], + [ + "what's the possibility of getting a credit limit increase on my visa", + "credit_limit_change" + ], + [ + "is it possible to increase my credit limit to 1000 dollars", + "credit_limit_change" + ], + [ + "is it possible to have a higher limit on my visa", + "credit_limit_change" + ], + [ + "can i get a higher limit on my american express card", + "credit_limit_change" + ], + [ + "i'd like to increase my credit spending limit to 500 dollars", + "credit_limit_change" + ], + [ + "am i allowed to increase the credit limit on my mastercard", + "credit_limit_change" + ], + [ + "is it possible to get a credit limit increase to 3000", + "credit_limit_change" + ], + [ + "i'd like to increase my credit limit up to four thousand", + "credit_limit_change" + ], + [ + "can i increase my credit limit from 1000 to 2000 please", + "credit_limit_change" + ], + [ + "is it possible to increase the limit on my visa", + "credit_limit_change" + ], + [ + "should i increase my credit limitfor cardx", + "credit_limit_change" + ], + [ + "can i have my credit limit changed", + "credit_limit_change" + ], + [ + "credit limit change", + "credit_limit_change" + ], + [ + "please change credit", + "credit_limit_change" + ], + [ + "please change the credit limit", + "credit_limit_change" + ], + [ + "i want my credit limit changed", + "credit_limit_change" + ], + [ + "can i get a credit increase for my visa", + "credit_limit_change" + ], + [ + "can i get a higher limit on my visa card", + "credit_limit_change" + ], + [ + "can my limit be increased for my visa", + "credit_limit_change" + ], + [ + "can you increase how much i can spend on my visa", + "credit_limit_change" + ], + [ + "will you allow more spending on my visa", + "credit_limit_change" + ], + [ + "is it possible to increase my visa card limit", + "credit_limit_change" + ], + [ + "is the limit on my visa card able to be increased", + "credit_limit_change" + ], + [ + "is there a way to increase the limit on my visa card", + "credit_limit_change" + ], + [ + "am i able to increase the limit on my visa card", + "credit_limit_change" + ], + [ + "how do i increase the limit on my visa card", + "credit_limit_change" + ], + [ + "can you increase my credit limit", + "credit_limit_change" + ], + [ + "can you change my credit limit", + "credit_limit_change" + ], + [ + "can you change the limit on my credit please", + "credit_limit_change" + ], + [ + "i need to increase my credit limit", + "credit_limit_change" + ], + [ + "change my credit limit, please", + "credit_limit_change" + ], + [ + "help me change my credit limit", + "credit_limit_change" + ], + [ + "what do i do to change my credit limit", + "credit_limit_change" + ], + [ + "get my credit limit changed", + "credit_limit_change" + ], + [ + "i want to change my credit limit", + "credit_limit_change" + ], + [ + "please help me increase my mastercard credit card limit", + "credit_limit_change" + ], + [ + "i need to increase my credit limit for my visa credit card, can you assist me", + "credit_limit_change" + ], + [ + "i would like to increase my bank of america credit limit, can you help me", + "credit_limit_change" + ], + [ + "is there a way to increase the credit limit on my american express card", + "credit_limit_change" + ], + [ + "how can i increase my aa credit card limit", + "credit_limit_change" + ], + [ + "would it be possible to increase my chase card's limit", + "credit_limit_change" + ], + [ + "how do i raise the limit on my visa card", + "credit_limit_change" + ], + [ + "how would i raise my credit spending by 250 dollars", + "credit_limit_change" + ], + [ + "can i raise the limit to 500 dollars", + "credit_limit_change" + ], + [ + "can i get a credit limit raise on my credit card", + "credit_limit_change" + ], + [ + "how would i raise my credit spending by 2500 dollars", + "credit_limit_change" + ], + [ + "would i be able to increase my available credit by 600 dollars", + "credit_limit_change" + ], + [ + "i need a credit raise by 1000 dollars", + "credit_limit_change" + ], + [ + "is there a way to raise my mastercard credit", + "credit_limit_change" + ], + [ + "how would i go about raising my gold card limit", + "credit_limit_change" + ], + [ + "please increase my credit limit to $9,000", + "credit_limit_change" + ], + [ + "how do i request a credit limit increase on my visa", + "credit_limit_change" + ], + [ + "is it possible to get a new credit limit of $10,000", + "credit_limit_change" + ], + [ + "is it possible to increase the credit limit on my mastercard", + "credit_limit_change" + ], + [ + "can you increase my credit limit to $7,500", + "credit_limit_change" + ], + [ + "can i raise my credit limit to $12,000", + "credit_limit_change" + ], + [ + "tell me if i can get a higher limit on my visa", + "credit_limit_change" + ], + [ + "can i get my credit limit increased to $15,000", + "credit_limit_change" + ], + [ + "how do increase the credit limit on my visa card", + "credit_limit_change" + ], + [ + "can i get a higher credit limit on my american express", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my usaa card", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my kohls card", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my navy federal card", + "credit_limit_change" + ], + [ + "can i increase my credit limit to 500 dollars", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my target card", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my bank of the west card", + "credit_limit_change" + ], + [ + "can i increase my credit limit to 700 dollars", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my maurices card", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my old navy card", + "credit_limit_change" + ], + [ + "can i increase my credit limit to 800 dollars", + "credit_limit_change" + ], + [ + "can i increase my credit limit to 1200 dollars", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my chase card", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my bank of america card", + "credit_limit_change" + ], + [ + "can i increase my credit limit to 1100 dollars", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my walmart card", + "credit_limit_change" + ], + [ + "can you increase my credit limit to one thousand dollars", + "credit_limit_change" + ], + [ + "can my credit limit be increased to one thousand dollars", + "credit_limit_change" + ], + [ + "tell me if my credit limit can be increased to one thousand dollars", + "credit_limit_change" + ], + [ + "please see if you can increase my credit limit to one thousand dollars", + "credit_limit_change" + ], + [ + "i want to increase my credit limit to $1000, if possible", + "credit_limit_change" + ], + [ + "can i increase thencrdeit limit for my chase visa card", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my american express card", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my western union credit card", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my wells fargo credit card", + "credit_limit_change" + ], + [ + "can i increase the credit limit for my visa platinum card", + "credit_limit_change" + ], + [ + "is it possible to increase the credit limit for my discover card", + "credit_limit_change" + ], + [ + "is it possible to raise the credit limit for my discover card", + "credit_limit_change" + ], + [ + "can i raise the credit limit for my discover card", + "credit_limit_change" + ], + [ + "will they let me up my credit limit to $1000", + "credit_limit_change" + ], + [ + "will i be able to increase my credit limit to $1000", + "credit_limit_change" + ], + [ + "can i up my credit limit to $1000", + "credit_limit_change" + ], + [ + "am i allowed to increase my credit limit to $1000", + "credit_limit_change" + ], + [ + "is it possible to increase my credit limit to $1000", + "credit_limit_change" + ], + [ + "can i get more money on my discover card", + "credit_limit_change" + ], + [ + "help increasing credit on discover card", + "credit_limit_change" + ], + [ + "what kinds of things are you into", + "what_are_your_hobbies" + ], + [ + "what's your favorite hobby", + "what_are_your_hobbies" + ], + [ + "what do you like to do in your spare time", + "what_are_your_hobbies" + ], + [ + "what do you do for fun", + "what_are_your_hobbies" + ], + [ + "do you have any hobbies", + "what_are_your_hobbies" + ], + [ + "do you have any past-times", + "what_are_your_hobbies" + ], + [ + "what are your favorite hobbies to take part in", + "what_are_your_hobbies" + ], + [ + "what things do you like to do", + "what_are_your_hobbies" + ], + [ + "what are your favorite hobbies", + "what_are_your_hobbies" + ], + [ + "what are your favorite things to do", + "what_are_your_hobbies" + ], + [ + "what are ai's hobbies", + "what_are_your_hobbies" + ], + [ + "i want to know if you have hobbies", + "what_are_your_hobbies" + ], + [ + "i'd like to know your hobbies", + "what_are_your_hobbies" + ], + [ + "let's talk about your hobbies", + "what_are_your_hobbies" + ], + [ + "can you tell me about your hobbies", + "what_are_your_hobbies" + ], + [ + "tell me your hobbies", + "what_are_your_hobbies" + ], + [ + "do ai have hobbies and if so what are yours", + "what_are_your_hobbies" + ], + [ + "what are you hobbies", + "what_are_your_hobbies" + ], + [ + "do you have any hobbies to speak of", + "what_are_your_hobbies" + ], + [ + "what hobbies do you do", + "what_are_your_hobbies" + ], + [ + "how do you spend your spare time", + "what_are_your_hobbies" + ], + [ + "what do you like to do when you have spare time", + "what_are_your_hobbies" + ], + [ + "what do you do when you're not working", + "what_are_your_hobbies" + ], + [ + "is there anything you like to do in your free time", + "what_are_your_hobbies" + ], + [ + "what are the things you like to do for fun", + "what_are_your_hobbies" + ], + [ + "what sort of things do you or work on for fun when you have extra time", + "what_are_your_hobbies" + ], + [ + "are there activities that you enjoy doing in your free time", + "what_are_your_hobbies" + ], + [ + "what are some things you like doing", + "what_are_your_hobbies" + ], + [ + "so what sort of hobbies are you into", + "what_are_your_hobbies" + ], + [ + "what do you do when you're not working, for fun", + "what_are_your_hobbies" + ], + [ + "what do you like to do when you're not working", + "what_are_your_hobbies" + ], + [ + "what sorts of things do you do to have a good time", + "what_are_your_hobbies" + ], + [ + "what kind of things do you do when you have free time", + "what_are_your_hobbies" + ], + [ + "can you describe your hobbies to me", + "what_are_your_hobbies" + ], + [ + "please tell me your hobbies", + "what_are_your_hobbies" + ], + [ + "tell me all about your hobbies", + "what_are_your_hobbies" + ], + [ + "i'd like to hear about your hobbies", + "what_are_your_hobbies" + ], + [ + "what things do you enjoy doing", + "what_are_your_hobbies" + ], + [ + "what are some things that you enjoy", + "what_are_your_hobbies" + ], + [ + "what do you like doing in your free time", + "what_are_your_hobbies" + ], + [ + "do you have anything you enjoy to do", + "what_are_your_hobbies" + ], + [ + "i like to paint in my free time-do you have any hobbies like that", + "what_are_your_hobbies" + ], + [ + "what hobbies do you like doing", + "what_are_your_hobbies" + ], + [ + "do you enjoy any hobbies", + "what_are_your_hobbies" + ], + [ + "what other hobbies do you enjoy", + "what_are_your_hobbies" + ], + [ + "what kinds of hobbies do you enjoy", + "what_are_your_hobbies" + ], + [ + "what are some of the hobbies you enjoy doing", + "what_are_your_hobbies" + ], + [ + "what do you enjoy doing while not working", + "what_are_your_hobbies" + ], + [ + "any hobbies", + "what_are_your_hobbies" + ], + [ + "what do you do to occupy your free time", + "what_are_your_hobbies" + ], + [ + "i would like to know what hobbies you enjoy", + "what_are_your_hobbies" + ], + [ + "what hobbies pique your interest", + "what_are_your_hobbies" + ], + [ + "what do you do in your spare time", + "what_are_your_hobbies" + ], + [ + "what do you do for hobbies", + "what_are_your_hobbies" + ], + [ + "what sorts of activities do you enjoy", + "what_are_your_hobbies" + ], + [ + "what kinds of activities do you enjoy", + "what_are_your_hobbies" + ], + [ + "what types of activities do you enjoy", + "what_are_your_hobbies" + ], + [ + "what sorts of hobbies do you enjoy", + "what_are_your_hobbies" + ], + [ + "what kind of activities do you enjoy", + "what_are_your_hobbies" + ], + [ + "what's your hobbies", + "what_are_your_hobbies" + ], + [ + "what things do you do for fun", + "what_are_your_hobbies" + ], + [ + "what hobbies do you like", + "what_are_your_hobbies" + ], + [ + "what do you like to do for fun", + "what_are_your_hobbies" + ], + [ + "what are some things you like to do", + "what_are_your_hobbies" + ], + [ + "tell me what you do for fun", + "what_are_your_hobbies" + ], + [ + "can you tell me some of your hobbies", + "what_are_your_hobbies" + ], + [ + "might you have any hobbies", + "what_are_your_hobbies" + ], + [ + "what kinds of things do you do for hobbies", + "what_are_your_hobbies" + ], + [ + "share some of your hobbies with me", + "what_are_your_hobbies" + ], + [ + "what keeps you busy in your free time", + "what_are_your_hobbies" + ], + [ + "what makes you happy in your free time", + "what_are_your_hobbies" + ], + [ + "what do you do in your down time", + "what_are_your_hobbies" + ], + [ + "please share your hobbies with me", + "what_are_your_hobbies" + ], + [ + "lets talk about your hobbies", + "what_are_your_hobbies" + ], + [ + "what kind of hobbies do you have", + "what_are_your_hobbies" + ], + [ + "what hobbies do you enjoy in your free time", + "what_are_your_hobbies" + ], + [ + "what kind of hobbies do you like to do", + "what_are_your_hobbies" + ], + [ + "what sort of things do you enjoy", + "what_are_your_hobbies" + ], + [ + "what are your favorite activities", + "what_are_your_hobbies" + ], + [ + "what hobbies do you like to partake in", + "what_are_your_hobbies" + ], + [ + "what sort of hobbies do you enjoy", + "what_are_your_hobbies" + ], + [ + "what do you do for fun in your free time", + "what_are_your_hobbies" + ], + [ + "tell me what you do in your free time", + "what_are_your_hobbies" + ], + [ + "what you do at the free time", + "what_are_your_hobbies" + ], + [ + "so what do you do at free time", + "what_are_your_hobbies" + ], + [ + "at free time what do you do", + "what_are_your_hobbies" + ], + [ + "what do you enjoy doing in your leisure time", + "what_are_your_hobbies" + ], + [ + "what types of hobbies do you enjoy", + "what_are_your_hobbies" + ], + [ + "what types of things do you like to do in your spare time", + "what_are_your_hobbies" + ], + [ + "what sorts of things are you into", + "what_are_your_hobbies" + ], + [ + "what sorts of things do you do for fun", + "what_are_your_hobbies" + ], + [ + "what sort of hobbies are you into", + "what_are_your_hobbies" + ], + [ + "how do you like to spend your free time", + "what_are_your_hobbies" + ], + [ + "inform me what you do for fun in your free time", + "what_are_your_hobbies" + ], + [ + "i gotta know your hobbies", + "what_are_your_hobbies" + ], + [ + "can you tell me your hobbies", + "what_are_your_hobbies" + ], + [ + "tell your hobbies", + "what_are_your_hobbies" + ], + [ + "what do you do in your free time", + "what_are_your_hobbies" + ], + [ + "i wanna know your hobbies", + "what_are_your_hobbies" + ], + [ + "i wish to know your hobbies", + "what_are_your_hobbies" + ], + [ + "what's the cheapest fares from lax to sfo for round trip flights leaving april 1st and returning april 7th", + "book_flight" + ], + [ + "for the dates april 1st to the 7th, find me round trip air tickets from la to sfo", + "book_flight" + ], + [ + "what southwest flights are there for lax to sfo arriving april 1st and returning april 7th", + "book_flight" + ], + [ + "what airlines have flights round trip on april 1st to april 7th from lax to sfo", + "book_flight" + ], + [ + "find me round trip flights out of lax to sfox", + "book_flight" + ], + [ + "find me a flight from tijuana to guadalajara on volaris", + "book_flight" + ], + [ + "i need a flight to be booked from san diego to boston through frontier", + "book_flight" + ], + [ + "i want a flight booked from new york to san francisco with continental", + "book_flight" + ], + [ + "get me a flight booked from houston to phoenix with american airlines", + "book_flight" + ], + [ + "i want to fly southwest from dallas to phoenix", + "book_flight" + ], + [ + "book a flight from chicago to dc on monday and returning on wednesday", + "book_flight" + ], + [ + "i need to get a flight out of lax to dia on the 16th for under four hundred", + "book_flight" + ], + [ + "book a flight from sacremento to tampa two weeks from now and returning a month after", + "book_flight" + ], + [ + "i'm looking for a roundtrip flight from afw to dgb for tomorrow until next week", + "book_flight" + ], + [ + "i'm looking for a roundtrip flight from oma to sps august 1st, 2019 to august 2nd, 2019", + "book_flight" + ], + [ + "i need to get a flight out of tampa to chicago in a month for under $123", + "book_flight" + ], + [ + "book a flight from denver to austin on the 16th and returning on the 20th", + "book_flight" + ], + [ + "book a flight from bangor to las vegas on may 1st and returning july 4th", + "book_flight" + ], + [ + "book a flight from seattle to dallas-fort worth on april the 1st and returning on april 5th", + "book_flight" + ], + [ + "i need to get a flight out of seattle to dulles next week for under $500", + "book_flight" + ], + [ + "i'm looking for a roundtrip flight from koa to mgj for june to july", + "book_flight" + ], + [ + "i need to get a flight out of denver to houston on friday for under $250", + "book_flight" + ], + [ + "i need to get a flight out of my local airport to england on monday, the 23rd for under a grand", + "book_flight" + ], + [ + "i'm looking for a roundtrip flight from aaf to dia for february 23rd to february 28th", + "book_flight" + ], + [ + "i'm looking for a roundtrip flight from fwa to hsv for march first to march fifth", + "book_flight" + ], + [ + "compare fares for al italia from bucharest to tampa returning before thanksgiving", + "book_flight" + ], + [ + "cheapest fare for flight from tehran to new york on august 1 with return on august 20", + "book_flight" + ], + [ + "compare prices for flights from recife to miami leaving may 20 returning june 5", + "book_flight" + ], + [ + "i need you to book me a flight from chicago to montpelier via united", + "book_flight" + ], + [ + "i need a roundtrip flight for 5/2 to 5/8 from nyc to los angeles", + "book_flight" + ], + [ + "can you find me a roundtrip flight from orlando to austin for 3/28 to 4/5", + "book_flight" + ], + [ + "use delta to book me a flight from dallas to pittsburgh", + "book_flight" + ], + [ + "help me find a roundtrip flight for may 7th through the 20th from pittsburgh to chicago", + "book_flight" + ], + [ + "could you make a flight reservation with air emirates from orlando to london", + "book_flight" + ], + [ + "can you find me a flight from portland, oregon to portland, maine for under $500 on delta", + "book_flight" + ], + [ + "fly me from pit to pdx on delta for under $300", + "book_flight" + ], + [ + "book a flight from la to madrid with southwest", + "book_flight" + ], + [ + "i'd like a flight from laguardia to orlando on southwest for under $400", + "book_flight" + ], + [ + "i'm going to boston from bangor on july 25th through the 29th, and need you to find me a roundtrip flight", + "book_flight" + ], + [ + "i need to get from jfk to dallas with united for under $500", + "book_flight" + ], + [ + "i need a flight from nyc to paris with delta", + "book_flight" + ], + [ + "could you get me a delta flight from sioux falls to philadelphia for under $400", + "book_flight" + ], + [ + "i want to find a roundtrip flight from philadelphia to sioux falls from august 3rd through august 25th", + "book_flight" + ], + [ + "reserve me a flight from ft lauderdale to houston on southwest", + "book_flight" + ], + [ + "find me a roundtrip flight from dallas to los angeles from march 2 to march 10", + "book_flight" + ], + [ + "buy tickets for a flight from nyc to la on march 1, returning on march 5", + "book_flight" + ], + [ + "book me a flight out of la to chicago on march 3rd for under $500", + "book_flight" + ], + [ + "book flights for me from nyc to la on march 1, returning on march 5", + "book_flight" + ], + [ + "look for a flight out of la to chicago on march 3rd for under $500", + "book_flight" + ], + [ + "find me a flight from ft lauderdale to houston on southwest", + "book_flight" + ], + [ + "i need to book a roundtrip flight from dallas to los angeles from march 2 to march 10", + "book_flight" + ], + [ + "get me a flight from ft lauderale to houston on southwest", + "book_flight" + ], + [ + "are there any flights out of la to chicago on march 3rd for under $500", + "book_flight" + ], + [ + "search for a flight from nyc to la on march 1, returning on march 5", + "book_flight" + ], + [ + "list roundtrip flights available from dallas to los angeles from march 2 to march 10", + "book_flight" + ], + [ + "confirm a flight for me from ft lauderdale to houston on southwest", + "book_flight" + ], + [ + "search for a flight out of la to chicago on march 3rd for under $500", + "book_flight" + ], + [ + "buy a flight for me from nyc to la on march 1, returning on march 5", + "book_flight" + ], + [ + "can you show me roundtrip flights from dallas to los angeles from march 2 to march 10", + "book_flight" + ], + [ + "i need you to book me a flight from ft lauderdale to houston on southwest", + "book_flight" + ], + [ + "find me a flight from nyc to la on march 1, returning on march 5", + "book_flight" + ], + [ + "find me a flight out of la to chicago on march 3rd for under $500", + "book_flight" + ], + [ + "what are some roundtrip flights from dallas to los angeles from march 2 to march 10", + "book_flight" + ], + [ + "i want to buy a plane ticket to travel from miami to honolulu on the 29th of february i need a return flight on march 5th", + "book_flight" + ], + [ + "i need to take a flight from florida to alabama on january 25th and i need to get back by the 30th", + "book_flight" + ], + [ + "i want to book a flight reservation from texas to new york on may 9th and i want to come back on the 15th", + "book_flight" + ], + [ + "i want to book a flight from hawaii to new york on july 8th and returning on july 10th", + "book_flight" + ], + [ + "i need to book a flight from texas to new york on may 25th and returning on the 28th", + "book_flight" + ], + [ + "buy a flight from santa fe to jacksonville on new year's eve that returns on the fourth, please", + "book_flight" + ], + [ + "purchase a flight from slc to columbus on tuesday that returns on friday", + "book_flight" + ], + [ + "purchase a flight from fiji to san diego on november 1 that returns on december 1, please", + "book_flight" + ], + [ + "purchase a flight from boise to sacramento on sunday and returning on wednesday", + "book_flight" + ], + [ + "buy a flight from phoenix to el paso on august 30 that returns on labor day", + "book_flight" + ], + [ + "book delta ticket madison to atlanta", + "book_flight" + ], + [ + "make delta reservation from madison to atlanta", + "book_flight" + ], + [ + "madison to atlanta delta ticket", + "book_flight" + ], + [ + "buy delta ticket madison to atlanta", + "book_flight" + ], + [ + "schedule flight from madison to atlanta on delta", + "book_flight" + ], + [ + "book a flight from pensacola, fl to houston, tx on 17 february 2019 and returning on 7 march 2019", + "book_flight" + ], + [ + "book a flight from jacksonville, fl to atlanta, ga on 14 february 2019 and returning on 1 march 2019", + "book_flight" + ], + [ + "book a flight from key west, fl to san antonio, tx on 18 february 2019 and returning on 5 march 2019", + "book_flight" + ], + [ + "book a flight from tampa, fl to baltimore, md on 11 february 2019 and returning on 19 march 2019", + "book_flight" + ], + [ + "book a flight from miami, fl to columbus, ga on 16 february 2019 and returning on 2 march 2019", + "book_flight" + ], + [ + "show me roundtrip flights from dallas to houston for march 7 and march 10", + "book_flight" + ], + [ + "i am needing you to look up roundtrip flights form houston to miami for april 12 and april 15", + "book_flight" + ], + [ + "could you check and let me know roundtrip flights from dallas to houston for march 7 and march 20", + "book_flight" + ], + [ + "i need you to get me a flight booked from houston to miami on united airlines", + "book_flight" + ], + [ + "i am needing to get a flight out of el paso to dallas on march 10 for under $300", + "book_flight" + ], + [ + "would you give me available flights out of dallas to miami on june 8 for under $340", + "book_flight" + ], + [ + "would you let me know what flights are available out of dallas to el paso on march 20 for under $400", + "book_flight" + ], + [ + "let me know what flights there are out of dallas to miami on march 10 for under $450", + "book_flight" + ], + [ + "would you book me a flight to miami from dallas on southwest airlines", + "book_flight" + ], + [ + "i need a flight booked from dallas to miami on american airlines", + "book_flight" + ], + [ + "i am wanting you to book me a flight from houston to miami on united airlines", + "book_flight" + ], + [ + "would you look up roundtrip flights from dallas to houston for march 7 and march 10", + "book_flight" + ], + [ + "i would like to know what flights are available out of el paso to dallas on june 10 for under $300", + "book_flight" + ], + [ + "please get me a flight booked from miami to dallas on american airlines", + "book_flight" + ], + [ + "get me roundtrip flight information for flights from dallas to houston for june 8 and june 17", + "book_flight" + ], + [ + "get me a flight for tuesday on spiritcom to las vegas from chicago", + "book_flight" + ], + [ + "book me a flight from o'hare to las vegas on deltacom", + "book_flight" + ], + [ + "would you let me know what is on my shopping list", + "shopping_list" + ], + [ + "list out what is on my shopping list", + "shopping_list" + ], + [ + "i need for you to tell me what is on my shopping list", + "shopping_list" + ], + [ + "do you want me to shop for peanut butter", + "shopping_list" + ], + [ + "do you want peanut butter for your lunches this week", + "shopping_list" + ], + [ + "do you prefer peanut butter or cheese for your celery", + "shopping_list" + ], + [ + "did i put bread on my shopping list", + "shopping_list" + ], + [ + "i need to know the items on my shopping list", + "shopping_list" + ], + [ + "can you tell me if i have paper towels on my shopping list", + "shopping_list" + ], + [ + "does my shopping list include apples right now", + "shopping_list" + ], + [ + "can you look up what my shopping list has on it", + "shopping_list" + ], + [ + "do i have carrots on my shopping list", + "shopping_list" + ], + [ + "is ice cream currently on my shopping list", + "shopping_list" + ], + [ + "tell me what's on my shopping list", + "shopping_list" + ], + [ + "name the items on my shopping list", + "shopping_list" + ], + [ + "pull up my shopping list for me", + "shopping_list" + ], + [ + "what did i write down on my shopping list this time", + "shopping_list" + ], + [ + "what stuff did i put on my shopping list", + "shopping_list" + ], + [ + "my shopping list contains what again", + "shopping_list" + ], + [ + "what does my shopping list entail", + "shopping_list" + ], + [ + "what does my shopping list involve", + "shopping_list" + ], + [ + "what are my shopping list's content", + "shopping_list" + ], + [ + "tell me my shopping list", + "shopping_list" + ], + [ + "i need to hear what's on my shopping list", + "shopping_list" + ], + [ + "go over my shopping list with me", + "shopping_list" + ], + [ + "what do i have on my shopping list", + "shopping_list" + ], + [ + "what things are on my shopping list", + "shopping_list" + ], + [ + "list out my shopping list for me", + "shopping_list" + ], + [ + "can you list my shopping list for me", + "shopping_list" + ], + [ + "read me my shopping list please", + "shopping_list" + ], + [ + "what are the contents of my shopping list", + "shopping_list" + ], + [ + "i'd like to know what is on my shopping list", + "shopping_list" + ], + [ + "what is available on the shopping list", + "shopping_list" + ], + [ + "show me what's on the shopping list", + "shopping_list" + ], + [ + "what can you see on my shopping list", + "shopping_list" + ], + [ + "tell me what i put on the shopping list", + "shopping_list" + ], + [ + "what are all the things on the shopping list", + "shopping_list" + ], + [ + "i'd like to know what's on the shopping list", + "shopping_list" + ], + [ + "i need to know the things on my shopping list", + "shopping_list" + ], + [ + "tell me what i can find on the shopping list", + "shopping_list" + ], + [ + "tell me the things on my shopping list", + "shopping_list" + ], + [ + "read off shopping list", + "shopping_list" + ], + [ + "tell me whats on my shopping list", + "shopping_list" + ], + [ + "what's on my shopping list", + "shopping_list" + ], + [ + "check if my shopping list has tomato", + "shopping_list" + ], + [ + "does my shopping list have tomato written on it", + "shopping_list" + ], + [ + "on the shopping list did i put tomato", + "shopping_list" + ], + [ + "do i have tomato on the shopping list", + "shopping_list" + ], + [ + "is tomato on my shopping list", + "shopping_list" + ], + [ + "list everything on my shopping list", + "shopping_list" + ], + [ + "read my entire shopping list to me", + "shopping_list" + ], + [ + "display shopping list", + "shopping_list" + ], + [ + "can you show me my shopping list", + "shopping_list" + ], + [ + "can you read my shopping list to me", + "shopping_list" + ], + [ + "what all do i have on my shopping list", + "shopping_list" + ], + [ + "read me everything on my shopping list", + "shopping_list" + ], + [ + "can you tell me whats on my shopping list", + "shopping_list" + ], + [ + "can you tell me what i have on my shopping list", + "shopping_list" + ], + [ + "i need to know what i have on my shopping list", + "shopping_list" + ], + [ + "i'd like to know what's on my shopping list", + "shopping_list" + ], + [ + "read my shopping list to me", + "shopping_list" + ], + [ + "my list for shopping has what on it", + "shopping_list" + ], + [ + "my shopping list contains what", + "shopping_list" + ], + [ + "what do i need to buy at the store", + "shopping_list" + ], + [ + "what do i need to get when i go shopping", + "shopping_list" + ], + [ + "what do i have on my list for shopping", + "shopping_list" + ], + [ + "what products are on my shopping list", + "shopping_list" + ], + [ + "what did i put on my shopping list", + "shopping_list" + ], + [ + "what does my shopping list consist of", + "shopping_list" + ], + [ + "which purchases are on my shopping list", + "shopping_list" + ], + [ + "read me my shopping list", + "shopping_list" + ], + [ + "tell me what my shopping list consists of", + "shopping_list" + ], + [ + "can you remind me what i put on my shopping list", + "shopping_list" + ], + [ + "what all is on my shopping list", + "shopping_list" + ], + [ + "what did i put on my shopping list so far", + "shopping_list" + ], + [ + "give me all contents of my shopping list", + "shopping_list" + ], + [ + "i need to know what is on my shopping list", + "shopping_list" + ], + [ + "can you tell me my shopping list items, please", + "shopping_list" + ], + [ + "what items are on my shopping list", + "shopping_list" + ], + [ + "do i need to get milk", + "shopping_list" + ], + [ + "do i need milk at the store", + "shopping_list" + ], + [ + "did i remember to put milk in the shopping list", + "shopping_list" + ], + [ + "did i put milk on the shopping list", + "shopping_list" + ], + [ + "tell me what is on my shopping list", + "shopping_list" + ], + [ + "what do i need to go shopping for", + "shopping_list" + ], + [ + "what do i need when i go shopping", + "shopping_list" + ], + [ + "what does my shopping list say that i should get", + "shopping_list" + ], + [ + "what kind of items are on my shopping list", + "shopping_list" + ], + [ + "whats on my shopping list at the moment", + "shopping_list" + ], + [ + "whats on my list for shopping", + "shopping_list" + ], + [ + "is there milk on my shopping list", + "shopping_list" + ], + [ + "does my shopping list consist of chips", + "shopping_list" + ], + [ + "are tomatoes on my shopping list", + "shopping_list" + ], + [ + "is a toothbrush on my shopping list", + "shopping_list" + ], + [ + "does my shopping list include corn", + "shopping_list" + ], + [ + "do i have a big shopping list", + "shopping_list" + ], + [ + "show everything on my to buy list", + "shopping_list" + ], + [ + "show shopping list", + "shopping_list" + ], + [ + "what's on the shopping list", + "shopping_list" + ], + [ + "show me my shopping list", + "shopping_list" + ], + [ + "can you text elizabeth and tell them i forgot to bring drinks", + "text" + ], + [ + "text wenona and tell her we will be there tomorrow", + "text" + ], + [ + "text christopher and tell him i will stop by", + "text" + ], + [ + "text audrey and tell her i will be there soon", + "text" + ], + [ + "text christy and ask her what she wants for dinner", + "text" + ], + [ + "can you text christopher and tell them im on my way", + "text" + ], + [ + "text roderick and tell him im running late", + "text" + ], + [ + "can you text marissa and tell them to stop calling me", + "text" + ], + [ + "can you text arthur and tell them im almost there", + "text" + ], + [ + "can you text kayla and tell them im running late", + "text" + ], + [ + "text chris and ask what time he will be home", + "text" + ], + [ + "send a text and tell chris i\u2019m not working today", + "text" + ], + [ + "text message chris and say i love you", + "text" + ], + [ + "send chris a text message that says stop for milk on your way home", + "text" + ], + [ + "send a text message to chris and ask what he wants to eat for dinner", + "text" + ], + [ + "send ally a text message the message is that i just landed", + "text" + ], + [ + "could you send a text to marty and say i am running behind", + "text" + ], + [ + "send a text to brooklyn with the message that i will see them later", + "text" + ], + [ + "please text nancy and give them the message that i am on vacation", + "text" + ], + [ + "text bill and tell him i'll be 30 minutes late", + "text" + ], + [ + "send a text to lisa and ask her to call me when she gets home", + "text" + ], + [ + "give a text to my cousin linda that says happy birthday", + "text" + ], + [ + "text tony and invite him to my party next saturday", + "text" + ], + [ + "send my brother mike a text that says i'm home", + "text" + ], + [ + "i have to send a text", + "text" + ], + [ + "i need you to text someone for me", + "text" + ], + [ + "send sal a text and tell them thanks", + "text" + ], + [ + "i need you to send a text", + "text" + ], + [ + "text sal and let them know the answer is yes", + "text" + ], + [ + "let sal know by text i will be attending", + "text" + ], + [ + "i have to have a text sent", + "text" + ], + [ + "text sal and tell them hi", + "text" + ], + [ + "i need sal to be texted and say i'll be there", + "text" + ], + [ + "please send ann a text and tell her i will be home in 20 minutes", + "text" + ], + [ + "please send a text to phil and ask him if he wants to play golf this weekend", + "text" + ], + [ + "send bill a text for me and tell him i will be 30 minutes late", + "text" + ], + [ + "send a text to ashley and ask her what she wants to do for supper", + "text" + ], + [ + "send amy a text for me and tell her i need to meet", + "text" + ], + [ + "i want to send a text message to", + "text" + ], + [ + "create a text message to", + "text" + ], + [ + "communicate via text to", + "text" + ], + [ + "send text message to", + "text" + ], + [ + "send a text message for me", + "text" + ], + [ + "please send a text message to natalie for me", + "text" + ], + [ + "i want to text natalie", + "text" + ], + [ + "i want you to send a text message for me", + "text" + ], + [ + "send a message to natalie in the form of a text", + "text" + ], + [ + "message mom where are you", + "text" + ], + [ + "compose a text to mom i'll talk to you later", + "text" + ], + [ + "send mom a message i'll talk to you later", + "text" + ], + [ + "send mom a text asking where are you", + "text" + ], + [ + "send a text for me", + "text" + ], + [ + "i want to send a text", + "text" + ], + [ + "send a text to mom i'll talk to you later", + "text" + ], + [ + "text mom i'll talk to you later", + "text" + ], + [ + "text robby hello", + "text" + ], + [ + "text mom and let her know i'll be there soon", + "text" + ], + [ + "text mom where are you", + "text" + ], + [ + "send mom a text i'll talk to you later", + "text" + ], + [ + "compose text message", + "text" + ], + [ + "send a message to mom be there soon", + "text" + ], + [ + "start a new text", + "text" + ], + [ + "create a new text", + "text" + ], + [ + "set up a new text message", + "text" + ], + [ + "send a text message to alice", + "text" + ], + [ + "text alice", + "text" + ], + [ + "write a text to alice", + "text" + ], + [ + "text a message to alice", + "text" + ], + [ + "text my doctor and tell him it happened again", + "text" + ], + [ + "text mary and tell them i'm on my way", + "text" + ], + [ + "text robert and tell him winter is coming", + "text" + ], + [ + "text nick and tell him the car's ready", + "text" + ], + [ + "text my wife and tell her i'm divorcing her", + "text" + ], + [ + "can you tell bob to get his dog via text", + "text" + ], + [ + "can you send a text to my mother irene and tell her i love her", + "text" + ], + [ + "can you text mary and tell them it's ready", + "text" + ], + [ + "can you ping priest chris with a text and send the following confession", + "text" + ], + [ + "can you text the sgt adam and tell them i found the missing girl", + "text" + ], + [ + "text matt and tell him i will be late tonight", + "text" + ], + [ + "text paul and ask him what time the cookout is on saturday", + "text" + ], + [ + "start a new text to maureen and tell her i go mom's christmas present", + "text" + ], + [ + "text billy and tell him to be at monday's meeting at 3pm", + "text" + ], + [ + "text william and ask him to pick up organic apples tonight", + "text" + ], + [ + "write text message to someone", + "text" + ], + [ + "text someone", + "text" + ], + [ + "can you send a text to someone", + "text" + ], + [ + "write text and send to someone", + "text" + ], + [ + "send a text to someone", + "text" + ], + [ + "text my friend for me and tell them to meet me later", + "text" + ], + [ + "text my boss for me and tell them i will be a little bit late", + "text" + ], + [ + "text my coworker for me and tell them the due date", + "text" + ], + [ + "text my dad for me and tell them i love you", + "text" + ], + [ + "text my mom for me and tell them i will be home soon", + "text" + ], + [ + "please send a text", + "text" + ], + [ + "send a text message", + "text" + ], + [ + "i need to send a text", + "text" + ], + [ + "can you send a text for me", + "text" + ], + [ + "create a new text message", + "text" + ], + [ + "please send a message to peter telling him to pick up milk", + "text" + ], + [ + "text josh and tell him i need a delivery", + "text" + ], + [ + "the bill for water and electricity is how much", + "bill_balance" + ], + [ + "what's my bill for water and electricity", + "bill_balance" + ], + [ + "for my water and electricity, how much is the bill", + "bill_balance" + ], + [ + "how much is the bill for my water and electricity", + "bill_balance" + ], + [ + "my water and electricity bill is how much", + "bill_balance" + ], + [ + "what is the total amount that i owe to sony and verizon", + "bill_balance" + ], + [ + "please tell me how much i owe sprint and how much i owe hsn", + "bill_balance" + ], + [ + "tell me how much my verizon and comcast bill come to together", + "bill_balance" + ], + [ + "how much in total do i need to pay cox and at&t", + "bill_balance" + ], + [ + "please let me know how much my bills for comcast and sprint total", + "bill_balance" + ], + [ + "what do my bills add up to", + "bill_balance" + ], + [ + "how much do i owe in bills", + "bill_balance" + ], + [ + "what's the balance on my bills", + "bill_balance" + ], + [ + "read my bill balances", + "bill_balance" + ], + [ + "how much are my bills", + "bill_balance" + ], + [ + "find out what my water bill costs please", + "bill_balance" + ], + [ + "how much is my electricity bill costing me", + "bill_balance" + ], + [ + "find out the cost of my bill payments", + "bill_balance" + ], + [ + "let me know the amounts i owe for my utilities and tuition bills", + "bill_balance" + ], + [ + "how much money do i need to spend on bill payments", + "bill_balance" + ], + [ + "can you tell me what i owe for this month's phone bill", + "bill_balance" + ], + [ + "tell me the sum total of my water and electricity bills", + "bill_balance" + ], + [ + "can you tell me the total cost of my bills please", + "bill_balance" + ], + [ + "what is the total amount due on my electricity bill", + "bill_balance" + ], + [ + "what am i being charged for my water bill", + "bill_balance" + ], + [ + "tell me how much my cable bill is", + "bill_balance" + ], + [ + "what is the total for my utilities bill this month", + "bill_balance" + ], + [ + "how much do i owe for my gas and phone bills", + "bill_balance" + ], + [ + "tell me what is owed for my water and gas bills", + "bill_balance" + ], + [ + "i need to know the amounts due for my utilities and cable bills", + "bill_balance" + ], + [ + "let me know how much money i will need to spend on paying bills", + "bill_balance" + ], + [ + "please let me know how much my gas bill is", + "bill_balance" + ], + [ + "i need to know the cost of the cable bill", + "bill_balance" + ], + [ + "how much in total will i be paying for bills", + "bill_balance" + ], + [ + "what do i owe for my utilities bill", + "bill_balance" + ], + [ + "please give me the full balance on my water bill", + "bill_balance" + ], + [ + "how much is the total due for my pgw gas bill", + "bill_balance" + ], + [ + "what's the amount due on my latest sprint bill", + "bill_balance" + ], + [ + "i need the dollar amount due on my verizon bill, please", + "bill_balance" + ], + [ + "can you tell me what the amount on my directv bill is", + "bill_balance" + ], + [ + "remind me of the invoice total for my plumbing bill", + "bill_balance" + ], + [ + "tell me what amount i have to pay for my directv bill please", + "bill_balance" + ], + [ + "i need to know my bill total for my verizon payment due this month", + "bill_balance" + ], + [ + "please find the current balance on my con edison bill", + "bill_balance" + ], + [ + "what's the balance on my sprint account", + "bill_balance" + ], + [ + "how much is my xfinity bill this month", + "bill_balance" + ], + [ + "what's the cost of my dte bill plus my electricity bill", + "bill_balance" + ], + [ + "my dte bill is how much", + "bill_balance" + ], + [ + "what is my dte bill this month", + "bill_balance" + ], + [ + "how much are my electric and heating bills", + "bill_balance" + ], + [ + "my dte and water bills are how much", + "bill_balance" + ], + [ + "my water bill is how much this month", + "bill_balance" + ], + [ + "how much is my electric bill for this month", + "bill_balance" + ], + [ + "how much are my xfinity and dte bills", + "bill_balance" + ], + [ + "how much are my cable and water bills", + "bill_balance" + ], + [ + "how much do i have to pay on my bills", + "bill_balance" + ], + [ + "can you check the balance on the water bill", + "bill_balance" + ], + [ + "how much do i have to pay for my cable bill", + "bill_balance" + ], + [ + "how much do i owe on my cable bill", + "bill_balance" + ], + [ + "can you find out how much i owe on my bills", + "bill_balance" + ], + [ + "can you check and see how much i owe on my cable bill", + "bill_balance" + ], + [ + "do you know how much i owe on my cable bill", + "bill_balance" + ], + [ + "how much do i need to pay on my bills", + "bill_balance" + ], + [ + "can you tell me how much i owe on my cable bill", + "bill_balance" + ], + [ + "how much is my comcast bill", + "bill_balance" + ], + [ + "what is the amount on my comcast bill", + "bill_balance" + ], + [ + "what is the my comcast bill this month", + "bill_balance" + ], + [ + "what do i owe bill wise", + "bill_balance" + ], + [ + "do i have any due bills and how much", + "bill_balance" + ], + [ + "do i still owe any bills", + "bill_balance" + ], + [ + "how much do i have to pay for my bills this month", + "bill_balance" + ], + [ + "do i owe any bills", + "bill_balance" + ], + [ + "what's the final amount of all the money i need to pay in bills this month", + "bill_balance" + ], + [ + "add all my bills for this month and tell me the total", + "bill_balance" + ], + [ + "what's the sum of all i owe on bills this month", + "bill_balance" + ], + [ + "what's the total i owe on all my bills", + "bill_balance" + ], + [ + "what's the water bill", + "bill_balance" + ], + [ + "how much are all my bills combined", + "bill_balance" + ], + [ + "what's my mortgage payment going to be this month", + "bill_balance" + ], + [ + "what do i owe on the car this month", + "bill_balance" + ], + [ + "how much are utilities", + "bill_balance" + ], + [ + "how much is my gas bill", + "bill_balance" + ], + [ + "how much is my internet bill", + "bill_balance" + ], + [ + "how much is my cable bill", + "bill_balance" + ], + [ + "how much is my rent", + "bill_balance" + ], + [ + "how much is my cable bill for", + "bill_balance" + ], + [ + "how much is my current water bill for", + "bill_balance" + ], + [ + "how much is my electric bill for", + "bill_balance" + ], + [ + "how much is my water bill for", + "bill_balance" + ], + [ + "how much is my current cable bill for", + "bill_balance" + ], + [ + "what is the amount on my water bill", + "bill_balance" + ], + [ + "how much do i have on credit card bill", + "bill_balance" + ], + [ + "what is the balance on my bills", + "bill_balance" + ], + [ + "what is my domain name bill", + "bill_balance" + ], + [ + "how much is my groceries and gas bill", + "bill_balance" + ], + [ + "what is the cost of water and electric this month", + "bill_balance" + ], + [ + "what is the amount of balance i have to pay on my bill", + "bill_balance" + ], + [ + "how much do i owe on bills", + "bill_balance" + ], + [ + "how much on bills to i have to pay", + "bill_balance" + ], + [ + "what is my email subscriction services bill", + "bill_balance" + ], + [ + "tell lydia and laura where i am located", + "share_location" + ], + [ + "share my location with brad and terry", + "share_location" + ], + [ + "tell john and sam where i am", + "share_location" + ], + [ + "share my location with darren and stacey", + "share_location" + ], + [ + "let cora and nancy know were i am now", + "share_location" + ], + [ + "share my gps coordinates with my dad", + "share_location" + ], + [ + "share my gps coordinates with kelly", + "share_location" + ], + [ + "share my gps coordinates with my brother", + "share_location" + ], + [ + "share my gps coordinates with my mother", + "share_location" + ], + [ + "share my gps coordinates with jim", + "share_location" + ], + [ + "please show my current location to andre", + "share_location" + ], + [ + "give the boys my location please", + "share_location" + ], + [ + "can you share my location with my girlfriends", + "share_location" + ], + [ + "let shih chieh see my location", + "share_location" + ], + [ + "share my location with mom, please", + "share_location" + ], + [ + "let coach know where i am", + "share_location" + ], + [ + "share my location with ma", + "share_location" + ], + [ + "tell base camp my gps coordinates", + "share_location" + ], + [ + "tell the kids where i am", + "share_location" + ], + [ + "let the folks know my gps coordinates", + "share_location" + ], + [ + "my friend steve needs my gps coordinates send them to him", + "share_location" + ], + [ + "let the rents have my current location", + "share_location" + ], + [ + "let my group know what my current location is", + "share_location" + ], + [ + "give boss my current location", + "share_location" + ], + [ + "give me current gps coordinates to my sister", + "share_location" + ], + [ + "give my current location to robyn now", + "share_location" + ], + [ + "send my current location to my superior", + "share_location" + ], + [ + "let lucy know my gps coordinates", + "share_location" + ], + [ + "tell carl my gps coordinates", + "share_location" + ], + [ + "i need you to send my location to paul and ryan", + "share_location" + ], + [ + "share my coordinates with melissa and doug", + "share_location" + ], + [ + "can you let sam and woody know where i am", + "share_location" + ], + [ + "let randy and travis know where i'm at", + "share_location" + ], + [ + "can you give my whereabouts to doug and buster", + "share_location" + ], + [ + "please show me how to share my location with noel", + "share_location" + ], + [ + "how do i share my location with noel", + "share_location" + ], + [ + "i need to share my location with noel", + "share_location" + ], + [ + "how can i show noel where i am right now", + "share_location" + ], + [ + "i need to send my current location to sean", + "share_location" + ], + [ + "i would like to share my location with my mom", + "share_location" + ], + [ + "please send my location to haley", + "share_location" + ], + [ + "i need to share my location with trey", + "share_location" + ], + [ + "trey needs my current location", + "share_location" + ], + [ + "can you tell bob and alice where i am", + "share_location" + ], + [ + "i would like ms johannson and ms alba to be informed of my location", + "share_location" + ], + [ + "advise sam of my current location please", + "share_location" + ], + [ + "please send the police my location with gps", + "share_location" + ], + [ + "please tell my location to bob", + "share_location" + ], + [ + "i need you to push my location to cory", + "share_location" + ], + [ + "please share my location with my boss and my lawyer", + "share_location" + ], + [ + "give my boyfriend my gps coordinates", + "share_location" + ], + [ + "will you let mary know my location", + "share_location" + ], + [ + "send my location to my mom", + "share_location" + ], + [ + "i need you to let mr miyagi and daniel know where i am", + "share_location" + ], + [ + "can you share my current location with amy", + "share_location" + ], + [ + "post my gps coordinates to my facebook friends", + "share_location" + ], + [ + "please let my mom and dad know my location", + "share_location" + ], + [ + "i need the tow truck to be given my gps coordinates", + "share_location" + ], + [ + "have miranda know about my current location", + "share_location" + ], + [ + "send the location i'm at with martin", + "share_location" + ], + [ + "give my location right now to my family", + "share_location" + ], + [ + "inform eric of my current location", + "share_location" + ], + [ + "my gps coordiantes will be shared with aunt sunny", + "share_location" + ], + [ + "gps coordinates share with home", + "share_location" + ], + [ + "send my gps coordinates with home base please", + "share_location" + ], + [ + "share to grandma my gps coordinates", + "share_location" + ], + [ + "give adam my gps coordinates", + "share_location" + ], + [ + "send my gps location to manuel", + "share_location" + ], + [ + "give jim my gps location", + "share_location" + ], + [ + "share my location with sarah", + "share_location" + ], + [ + "give tim my current location from the gps", + "share_location" + ], + [ + "can you forward my location to tom", + "share_location" + ], + [ + "share my location with my sister", + "share_location" + ], + [ + "share my location wtih amanda now", + "share_location" + ], + [ + "share my location with mom", + "share_location" + ], + [ + "start sending my location to alex", + "share_location" + ], + [ + "tell brady where my location is", + "share_location" + ], + [ + "share location with bill", + "share_location" + ], + [ + "let barbara know where i'm at", + "share_location" + ], + [ + "please tell wanda where i am now", + "share_location" + ], + [ + "please tell steve my location", + "share_location" + ], + [ + "tell bill and craig where i am", + "share_location" + ], + [ + "give my location to bill and craig", + "share_location" + ], + [ + "inform bill and craig of my location", + "share_location" + ], + [ + "can you tell bill and craig where i am", + "share_location" + ], + [ + "let bill and craig know where i am", + "share_location" + ], + [ + "alert the wife of my exact location", + "share_location" + ], + [ + "let the wife see where i'm at", + "share_location" + ], + [ + "let dan know where i am", + "share_location" + ], + [ + "allow my son to see my gps coordinates", + "share_location" + ], + [ + "share my gps location with steve", + "share_location" + ], + [ + "can you share my location with mom", + "share_location" + ], + [ + "please allow dan to see my location", + "share_location" + ], + [ + "can you let ben and jerry know my current location", + "share_location" + ], + [ + "share my location with ben and jerry", + "share_location" + ], + [ + "can you show ben and jerry where i am currently at", + "share_location" + ], + [ + "send my location to ben and jerry", + "share_location" + ], + [ + "let ben and jerry know where i am", + "share_location" + ], + [ + "how do i share where i am, with another person", + "share_location" + ], + [ + "give tom my location", + "share_location" + ], + [ + "i am ready now to cash in on the many credit card points i have saved up", + "redeem_rewards" + ], + [ + "i have credit card points but don't know how to use them", + "redeem_rewards" + ], + [ + "walk me through the best ways to use my credit card points", + "redeem_rewards" + ], + [ + "i am ready now to use some of the credit card points i have saved", + "redeem_rewards" + ], + [ + "i want to hear more about how i can use my credit card points", + "redeem_rewards" + ], + [ + "how can i cash in the rewards i earned with my visa card", + "redeem_rewards" + ], + [ + "walk me through the process of cashing in on credit card points", + "redeem_rewards" + ], + [ + "i would like to use my credit card points", + "redeem_rewards" + ], + [ + "do i have enough credit card points to redeem a new appliance", + "redeem_rewards" + ], + [ + "i would love to redeem some smart speakers with my credit card points", + "redeem_rewards" + ], + [ + "how can i redeem rewards earned through my amex card", + "redeem_rewards" + ], + [ + "how can i cash in on the rewards i earned through my american express card", + "redeem_rewards" + ], + [ + "could i redeem my credit card points on a new tv", + "redeem_rewards" + ], + [ + "can you help me figure out how to utilize my credit card points", + "redeem_rewards" + ], + [ + "can you explain to me how i ought to use my credit card points", + "redeem_rewards" + ], + [ + "i would like to use my credit card points to acquire a new laptop", + "redeem_rewards" + ], + [ + "i would like to redeem my credit card reward points", + "redeem_rewards" + ], + [ + "have i got enough credit card points to get a new tablet device", + "redeem_rewards" + ], + [ + "i have a lot of credit card points saved up and would like to start redeeming them", + "redeem_rewards" + ], + [ + "walk me through reward redemption from my barclay's card", + "redeem_rewards" + ], + [ + "explain to me how to cash in rewards for my mastercard", + "redeem_rewards" + ], + [ + "help me figure out redemption of my credit card points", + "redeem_rewards" + ], + [ + "how can i redeem the points i've earned with my credit card", + "redeem_rewards" + ], + [ + "i have a lot of points saved up from my credit card rewards but don't know how to redeem them", + "redeem_rewards" + ], + [ + "can you help me begin the process of redeeming credit card points", + "redeem_rewards" + ], + [ + "i want to redeem points on my chase card, but how", + "redeem_rewards" + ], + [ + "how can i cash in rewards on my discover card", + "redeem_rewards" + ], + [ + "if i want to redeem miles from my delta skymiles card, how do i do that", + "redeem_rewards" + ], + [ + "how can i cash in rewards on my chase card", + "redeem_rewards" + ], + [ + "how can i cash in the rewards i have earned on my amex", + "redeem_rewards" + ], + [ + "i need you to check if my credit card points are redeemable right now", + "redeem_rewards" + ], + [ + "call my credit card company and ask can i use my points", + "redeem_rewards" + ], + [ + "i want to know if i can redeem my credit card points now", + "redeem_rewards" + ], + [ + "i check my credit card company to see if my points are good to go", + "redeem_rewards" + ], + [ + "can you check with my credit card company and see if i can redeem my points", + "redeem_rewards" + ], + [ + "do i need a certain amount of points before i can redeem them", + "redeem_rewards" + ], + [ + "are there any steps i need to take to use my credit card points", + "redeem_rewards" + ], + [ + "if i want to use my credit card points what do i do", + "redeem_rewards" + ], + [ + "can i redeem my credit card points for anything", + "redeem_rewards" + ], + [ + "how many points do i need before i can redeem them", + "redeem_rewards" + ], + [ + "at what point balance can i redeem my points", + "redeem_rewards" + ], + [ + "do i have to contact someone to use my credit card points", + "redeem_rewards" + ], + [ + "do i have enough points to for a redemption", + "redeem_rewards" + ], + [ + "what do i do if i want to use my credit card points", + "redeem_rewards" + ], + [ + "how can i redeem my credit card points", + "redeem_rewards" + ], + [ + "what steps do i take to redeem my credit card points", + "redeem_rewards" + ], + [ + "can you tell me how to redeem my credit card points", + "redeem_rewards" + ], + [ + "in order to redeem my credit card points, what should i do", + "redeem_rewards" + ], + [ + "what do i need to do in order to redeem my credit card points", + "redeem_rewards" + ], + [ + "do you think i could get a target gift card with my credit card points", + "redeem_rewards" + ], + [ + "is a walmart gift card one of the things i can use my credit card points on", + "redeem_rewards" + ], + [ + "let's use my credit card points", + "redeem_rewards" + ], + [ + "tell me how to use credit card points", + "redeem_rewards" + ], + [ + "my amex rewards; how do i get them", + "redeem_rewards" + ], + [ + "i'd like to redeem my credit card points", + "redeem_rewards" + ], + [ + "use my credit card points", + "redeem_rewards" + ], + [ + "am i able to redeem my credit card points for an amazon gift card", + "redeem_rewards" + ], + [ + "if i want to cash in my american express rewards, how do i do that", + "redeem_rewards" + ], + [ + "cash in rewards for my visa card", + "redeem_rewards" + ], + [ + "how do i redeem my credit card points", + "redeem_rewards" + ], + [ + "what do i do to redeem credit card points", + "redeem_rewards" + ], + [ + "how can i cash in my credit card points", + "redeem_rewards" + ], + [ + "can i use my credit card points for gas", + "redeem_rewards" + ], + [ + "what do i need to do for my mastercard rewards", + "redeem_rewards" + ], + [ + "how can i go about cashing in rewards with discover", + "redeem_rewards" + ], + [ + "if i redeem my credit card points, can i get a kroeger gift card", + "redeem_rewards" + ], + [ + "please inform regarding the procedure to cash in my rewards for my citibank card", + "redeem_rewards" + ], + [ + "please tell me the procedure to cash in my rewards for my citibank card", + "redeem_rewards" + ], + [ + "i need information regarding the procedure to cash in my rewards for my citibank card", + "redeem_rewards" + ], + [ + "tell me how i should cash in my rewards for my citibank card", + "redeem_rewards" + ], + [ + "what's the way to cash in my rewards for my citibank card", + "redeem_rewards" + ], + [ + "how do i cash the reward for first bankcard", + "redeem_rewards" + ], + [ + "how do i use my credit card points", + "redeem_rewards" + ], + [ + "i want to convert my credit card points", + "redeem_rewards" + ], + [ + "let me use my credit card points", + "redeem_rewards" + ], + [ + "how do i use reward for my first hawaiian bank", + "redeem_rewards" + ], + [ + "i want to utilize my credit card points", + "redeem_rewards" + ], + [ + "how do i utilize my credit card points", + "redeem_rewards" + ], + [ + "can i convert my credit card points to milage", + "redeem_rewards" + ], + [ + "can i use my credit card point on amazon", + "redeem_rewards" + ], + [ + "can i redeem my credit card points to cash", + "redeem_rewards" + ], + [ + "how do i use the reward for my bank of hawaii", + "redeem_rewards" + ], + [ + "i want to use my credit card points", + "redeem_rewards" + ], + [ + "what are ways to utilize my credit card points", + "redeem_rewards" + ], + [ + "i want to cash my credit card points", + "redeem_rewards" + ], + [ + "how do i cash the reward for city", + "redeem_rewards" + ], + [ + "how do i cash in my reward for chase", + "redeem_rewards" + ], + [ + "can i redeem my credit card on safeway", + "redeem_rewards" + ], + [ + "can i use my credit card points to make purchase", + "redeem_rewards" + ], + [ + "tell me how to utilize my card points", + "redeem_rewards" + ], + [ + "how do i get cash back for the rewards on my amex card", + "redeem_rewards" + ], + [ + "transfer my cash reward balance to my bank", + "redeem_rewards" + ], + [ + "how do i redeem my card points", + "redeem_rewards" + ], + [ + "what do i do to get cach back for points on my discover card", + "redeem_rewards" + ], + [ + "i want to redeem my card points for cash", + "redeem_rewards" + ], + [ + "i want to use the cash that my points have earned on my credit card", + "redeem_rewards" + ], + [ + "what's the procedure to get cash back rewards on my visa", + "redeem_rewards" + ], + [ + "tell me how to redeem my credit card points", + "redeem_rewards" + ], + [ + "how do i obtain the cash for the rewards on my hy-vee card", + "redeem_rewards" + ], + [ + "i want to cash out my credit card points", + "redeem_rewards" + ], + [ + "can i get some music by three six mafia in here", + "play_music" + ], + [ + "what does x\u2019s music sound like", + "play_music" + ], + [ + "may i hear some music by fleet foxes", + "play_music" + ], + [ + "can i hear some music by cloud control", + "play_music" + ], + [ + "can x\u2019s music be played", + "play_music" + ], + [ + "play some music for me", + "play_music" + ], + [ + "i'd like to hear my workout playlist", + "play_music" + ], + [ + "put on my jam session playlist please", + "play_music" + ], + [ + "can i hear my smooth jazz playlist", + "play_music" + ], + [ + "play a song for me", + "play_music" + ], + [ + "let's hear my workout playlist", + "play_music" + ], + [ + "put my workout playlist on", + "play_music" + ], + [ + "put my music on, please", + "play_music" + ], + [ + "play rock playlist", + "play_music" + ], + [ + "play some music", + "play_music" + ], + [ + "rock playlist please", + "play_music" + ], + [ + "can you play music", + "play_music" + ], + [ + "i want to listen to music", + "play_music" + ], + [ + "can you play the rock playlist", + "play_music" + ], + [ + "music please", + "play_music" + ], + [ + "rock music playlist", + "play_music" + ], + [ + "i want to hear my rock playlist", + "play_music" + ], + [ + "play that song hey", + "play_music" + ], + [ + "yo play that song that go like she take my money", + "play_music" + ], + [ + "can u play the song that sound like bells going off", + "play_music" + ], + [ + "play me the playlist entitled jazz", + "play_music" + ], + [ + "turn on the rap playlist", + "play_music" + ], + [ + "turn my drake playlist on", + "play_music" + ], + [ + "i want to hear my hip hop playlist", + "play_music" + ], + [ + "i need to listen to my beyonce playlist", + "play_music" + ], + [ + "can you play right above it", + "play_music" + ], + [ + "can you play everlong by foo fighters", + "play_music" + ], + [ + "play the song god's plan", + "play_music" + ], + [ + "please play come as you are by nirvana", + "play_music" + ], + [ + "please play the new lady gaga song", + "play_music" + ], + [ + "can you put on music by beach house", + "play_music" + ], + [ + "can you find music by slow magic to put on", + "play_music" + ], + [ + "i want to play my maroon 5 playlist", + "play_music" + ], + [ + "i want to listen to my maroon 5 playlist, play it for me", + "play_music" + ], + [ + "look up my maroon 5 playlists; play it", + "play_music" + ], + [ + "would you play my maroon 5 playlist", + "play_music" + ], + [ + "i need for you to play my maroon 5 playlist", + "play_music" + ], + [ + "can you play music the beatles", + "play_music" + ], + [ + "i need to play the song that goes like hey jude don't make it bad", + "play_music" + ], + [ + "please play even flow by pearl jam", + "play_music" + ], + [ + "play help! by the beatles", + "play_music" + ], + [ + "i wanna play the song that goes like hey jude don't make it bad", + "play_music" + ], + [ + "please play 1979 by the smashing pumpkins", + "play_music" + ], + [ + "can you play music by bob dylan", + "play_music" + ], + [ + "can you play music by led zeppelin", + "play_music" + ], + [ + "go ahead and play the song that goes like hey jude don't make it bad", + "play_music" + ], + [ + "please play the song that goes like hey jude don't make it bad", + "play_music" + ], + [ + "can you play some music by the beatles for me", + "play_music" + ], + [ + "play the song that goes like hey jude don't make it bad", + "play_music" + ], + [ + "play heart shaped box", + "play_music" + ], + [ + "play hey jude", + "play_music" + ], + [ + "can you play music by the rolling stones", + "play_music" + ], + [ + "commence playing music", + "play_music" + ], + [ + "play me some music", + "play_music" + ], + [ + "i want to hear some music", + "play_music" + ], + [ + "start up some music", + "play_music" + ], + [ + "start playing some music", + "play_music" + ], + [ + "i want to hear my vaporwave playlist", + "play_music" + ], + [ + "play my post-rock playlist", + "play_music" + ], + [ + "play the song called guerrilla radio", + "play_music" + ], + [ + "resume my metal playlist", + "play_music" + ], + [ + "resume my death metal playlist", + "play_music" + ], + [ + "please play my taylor swift mix", + "play_music" + ], + [ + "start my playlist", + "play_music" + ], + [ + "start playing my black metal playlist", + "play_music" + ], + [ + "play the song called blood brothers", + "play_music" + ], + [ + "play that song called bring the noise", + "play_music" + ], + [ + "play me some tunes", + "play_music" + ], + [ + "i want to hear pop music", + "play_music" + ], + [ + "play some rock", + "play_music" + ], + [ + "play that song called colony of birchman", + "play_music" + ], + [ + "play the song called tiny dancer", + "play_music" + ], + [ + "turn the radio on for some music", + "play_music" + ], + [ + "can you play your guitar right now", + "play_music" + ], + [ + "can you play me that, \"baby shark, doo doo,\" song", + "play_music" + ], + [ + "play the song with the lyrics, \"baby shark, doo doo", + "play_music" + ], + [ + "find the song with, \"baby shark, doo doo", + "play_music" + ], + [ + "i want to hear the song that has, \"baby shark, doo doo", + "play_music" + ], + [ + "that \"baby shark, doo doo,\" song, i want to hear it", + "play_music" + ], + [ + "i want to hear beatles music", + "play_music" + ], + [ + "i want to listen to music by the beatles", + "play_music" + ], + [ + "play songs by the beatles", + "play_music" + ], + [ + "play music by the beatles", + "play_music" + ], + [ + "play beatles", + "play_music" + ], + [ + "pull up my shower playlist", + "play_music" + ], + [ + "i need to hear my shower playlist", + "play_music" + ], + [ + "use my shower playlist", + "play_music" + ], + [ + "do the shower playlist please", + "play_music" + ], + [ + "i want to hear my shower playlist", + "play_music" + ], + [ + "is it okay to listen to elvis' music", + "play_music" + ], + [ + "can you play elvis", + "play_music" + ], + [ + "can you let me listen to elvis", + "play_music" + ], + [ + "do you have music by elvis", + "play_music" + ], + [ + "do you have any elvis music", + "play_music" + ], + [ + "find that song that goes something like i'm hooked on a feeling", + "play_music" + ], + [ + "add my dentist appointment to the calendar", + "calendar_update" + ], + [ + "add a vet appointment for 5 pm on saturday", + "calendar_update" + ], + [ + "i need to edit this event out of my calendar", + "calendar_update" + ], + [ + "please remove an event from this calendar", + "calendar_update" + ], + [ + "i no longer want this event in my calendar", + "calendar_update" + ], + [ + "delete that event from calendar", + "calendar_update" + ], + [ + "make sure to add to my calendar the staff meeting for march 1 at 10 am", + "calendar_update" + ], + [ + "add staff meeting to my calendar for march 1 at 10:00 in the morning", + "calendar_update" + ], + [ + "i want you to add staff meeting to my calendar for march 1 at 10:00 am", + "calendar_update" + ], + [ + "please add to my calendar for the staff meeting that is scheduled on march 1, 2019 at 10 am", + "calendar_update" + ], + [ + "the staff meeting on march 1 at 10:00 am needs to be added to my calendar", + "calendar_update" + ], + [ + "leave the date of june 4 open on my calendar", + "calendar_update" + ], + [ + "i need anniversary dinner added to my schedule for march 7", + "calendar_update" + ], + [ + "can you change the date of the doctor's appointment event in my calendar from april 1 to april 3rd", + "calendar_update" + ], + [ + "i need a clear calendar for april 15", + "calendar_update" + ], + [ + "please add final exams to my calendar for may 2", + "calendar_update" + ], + [ + "add mom's birthday to my calendar on april 12", + "calendar_update" + ], + [ + "please take final exams off my calendar for may 3", + "calendar_update" + ], + [ + "add dentist appointment to my calendar for march 1", + "calendar_update" + ], + [ + "remove the may 11 event called baby shower from my calendar", + "calendar_update" + ], + [ + "clear my entire schedule for april 1", + "calendar_update" + ], + [ + "take the event called surprise party off my calendar for june 2", + "calendar_update" + ], + [ + "i want you to cancel the event called 'bachelorette party' on april 15", + "calendar_update" + ], + [ + "please schedule an event called 'nadine's baby shower' on my calendar", + "calendar_update" + ], + [ + "remove the june 12 event called sasha's wedding from my calendar", + "calendar_update" + ], + [ + "clear my calendar for the date of june 23", + "calendar_update" + ], + [ + "please put annie's baby shower on march 30 in my calendar", + "calendar_update" + ], + [ + "make sure my calendar is clear for june 1", + "calendar_update" + ], + [ + "remove anniversary dinner from my calendar on april 5", + "calendar_update" + ], + [ + "please clear entries on my calendar for the 1st", + "calendar_update" + ], + [ + "please add an item to my calendar that i need to clean the kitchen on thursday", + "calendar_update" + ], + [ + "i want the events on my calendar for march 20th, 2019 to be cleared", + "calendar_update" + ], + [ + "remove celebrate anniversary from my calendar", + "calendar_update" + ], + [ + "erase any event on my calendar that's set for wednesday of next week", + "calendar_update" + ], + [ + "i want to add a doctor's visit to the calendar for friday", + "calendar_update" + ], + [ + "clear my calendar for this friday", + "calendar_update" + ], + [ + "delete all events on my calendar that have the word girlfriend in them", + "calendar_update" + ], + [ + "go ahead and delete the doctor appointment i have scheduled for monday", + "calendar_update" + ], + [ + "add my birthday to my calendar for next month on the 5th", + "calendar_update" + ], + [ + "delete my golf tournament event from tomrrow", + "calendar_update" + ], + [ + "put my parents anniversary on the calendar for next week on tuesday", + "calendar_update" + ], + [ + "clear my calendar for tomorrow", + "calendar_update" + ], + [ + "remove the recurring training meeting events off my calendar", + "calendar_update" + ], + [ + "put a reminder on the calendar to buy a gun on march 1st", + "calendar_update" + ], + [ + "i need to add farm trip to my calendar for friday", + "calendar_update" + ], + [ + "i want to add farm trip to my calendar for friday", + "calendar_update" + ], + [ + "i must add farm trip to my calendar for friday", + "calendar_update" + ], + [ + "i got to remove fishing from my calendar for soccer", + "calendar_update" + ], + [ + "please remove fishing from my calendar for soccer", + "calendar_update" + ], + [ + "i need to remove fishing from my calendar for soccer", + "calendar_update" + ], + [ + "i wanna remove fishing from my calendar for soccer", + "calendar_update" + ], + [ + "i shall remove fishing from my calendar for soccer", + "calendar_update" + ], + [ + "add farm trip to my calendar for friday", + "calendar_update" + ], + [ + "i have to add farm trip to my calendar for friday", + "calendar_update" + ], + [ + "i need to add my doctor's appointment to my calendar for the first", + "calendar_update" + ], + [ + "i need to delete my doctor's appointment scheduled for march 15th from my calendar", + "calendar_update" + ], + [ + "i would like to have march 5th's 5k added to my calendar", + "calendar_update" + ], + [ + "add my spa appointment on the 12th to my calendar", + "calendar_update" + ], + [ + "can you add remember to register for the race on my calendar for the 15th of march", + "calendar_update" + ], + [ + "please add lunch and catch up with lisa on friday to my calendar", + "calendar_update" + ], + [ + "please scratch my march 1st meeting off my calendar", + "calendar_update" + ], + [ + "march 3rd needs to be cleared on my calendar", + "calendar_update" + ], + [ + "make sure april 1 is clear on my calendar", + "calendar_update" + ], + [ + "keep april 2nd wide open on my calendar please", + "calendar_update" + ], + [ + "get rid of everything on my calendar for march 2nd", + "calendar_update" + ], + [ + "take my lunch plans off the calendar for march 13th", + "calendar_update" + ], + [ + "take my dinner plans off my calendar for tomorrow", + "calendar_update" + ], + [ + "remove dinner with suzie from my calendar on march 1st", + "calendar_update" + ], + [ + "can you get rid of my trip to the zoo from my calendar on march 1st", + "calendar_update" + ], + [ + "remove my date with liz from my calendar on april 1st", + "calendar_update" + ], + [ + "clear my calendar on march 1st", + "calendar_update" + ], + [ + "write down appointment for tomorrow on my calendar", + "calendar_update" + ], + [ + "put appointment on my calendar for tomorrow", + "calendar_update" + ], + [ + "i need to put my appointment for tomorrow on my calendar", + "calendar_update" + ], + [ + "make not of my appointment for tomorrow on my calendar", + "calendar_update" + ], + [ + "remember to put down that i have an appointment for tomorrow on my calendar", + "calendar_update" + ], + [ + "add my doctor appointment on march 25th at 3:00 to my calendar", + "calendar_update" + ], + [ + "delete the hair appointment i had scheduled on may 1st pleae", + "calendar_update" + ], + [ + "lunch with deb at noon today", + "calendar_update" + ], + [ + "add jake's birthday party for friday at 5", + "calendar_update" + ], + [ + "remove the birthday party this friday from my schedule", + "calendar_update" + ], + [ + "remove from calendar jesse's bbq on june 9th", + "calendar_update" + ], + [ + "take lunch off my calendar on the 3rd", + "calendar_update" + ], + [ + "get rid of tuesday the 5ths dinner", + "calendar_update" + ], + [ + "remove jake's birthday on march 22", + "calendar_update" + ], + [ + "take pat's appointment off my calendar", + "calendar_update" + ], + [ + "take lunch with steven off of my calendar", + "calendar_update" + ], + [ + "i no longer need to go to the zoo on the 8th of this month", + "calendar_update" + ], + [ + "undo the last event on my calendar", + "calendar_update" + ], + [ + "for the calendar, on february 8 add moms birthday", + "calendar_update" + ], + [ + "schedule family dinner on my calendar on march 8", + "calendar_update" + ], + [ + "put \"get tires checked\" on my calendar", + "calendar_update" + ], + [ + "please put taco night on the house calendar date of january 6", + "calendar_update" + ], + [ + "remove meeting with carla from the calendar", + "calendar_update" + ], + [ + "add meeting with carla to my schedule for july 4", + "calendar_update" + ], + [ + "i need trip to the zoo on the calendar for june 4", + "calendar_update" + ], + [ + "delete lunch with steve on friday please", + "calendar_update" + ], + [ + "remove moms birthday from calendar", + "calendar_update" + ], + [ + "i need to delete an event from my calendar", + "calendar_update" + ], + [ + "i need to remove an event from my calendar", + "calendar_update" + ], + [ + "may i know if you are a real person or an ai", + "are_you_a_bot" + ], + [ + "i need to know if you are a real person or an ai", + "are_you_a_bot" + ], + [ + "i want to know if you are a real person or an ai", + "are_you_a_bot" + ], + [ + "tell me if you are a real person or an ai", + "are_you_a_bot" + ], + [ + "are your real or artificial", + "are_you_a_bot" + ], + [ + "am i talking to a real person", + "are_you_a_bot" + ], + [ + "am i speaking with someone real", + "are_you_a_bot" + ], + [ + "would you consider yourself to be a bot", + "are_you_a_bot" + ], + [ + "i am not a bot, are you", + "are_you_a_bot" + ], + [ + "do you think you are a bot", + "are_you_a_bot" + ], + [ + "you sound like a bot", + "are_you_a_bot" + ], + [ + "how do i know that you're a person", + "are_you_a_bot" + ], + [ + "prove that you're a person", + "are_you_a_bot" + ], + [ + "are you a bot or a person", + "are_you_a_bot" + ], + [ + "are you real or fake", + "are_you_a_bot" + ], + [ + "are you ai, or a person", + "are_you_a_bot" + ], + [ + "are you a human or a bot", + "are_you_a_bot" + ], + [ + "am i talking with real person or ai", + "are_you_a_bot" + ], + [ + "are you real or an ai", + "are_you_a_bot" + ], + [ + "are you a bot right now", + "are_you_a_bot" + ], + [ + "are you a real human", + "are_you_a_bot" + ], + [ + "are you a real person or an ai", + "are_you_a_bot" + ], + [ + "so are you a real person", + "are_you_a_bot" + ], + [ + "so are you human", + "are_you_a_bot" + ], + [ + "so are you a bot", + "are_you_a_bot" + ], + [ + "tell me now if you are a bot", + "are_you_a_bot" + ], + [ + "i need to know if you are a bot", + "are_you_a_bot" + ], + [ + "are you an ai or a real person", + "are_you_a_bot" + ], + [ + "are you actually a bot", + "are_you_a_bot" + ], + [ + "so are you real", + "are_you_a_bot" + ], + [ + "are you a human", + "are_you_a_bot" + ], + [ + "am i talking with a real person", + "are_you_a_bot" + ], + [ + "are you a computer or a real person", + "are_you_a_bot" + ], + [ + "are you a computer, or are you a real person", + "are_you_a_bot" + ], + [ + "are you a live person or a computer", + "are_you_a_bot" + ], + [ + "are you real or automated", + "are_you_a_bot" + ], + [ + "is this a person talking to me or a computer", + "are_you_a_bot" + ], + [ + "are you a human being or a robot", + "are_you_a_bot" + ], + [ + "are you alive", + "are_you_a_bot" + ], + [ + "are you a live human being", + "are_you_a_bot" + ], + [ + "are you a computer", + "are_you_a_bot" + ], + [ + "are you human or a bot", + "are_you_a_bot" + ], + [ + "are you a real person or a computer", + "are_you_a_bot" + ], + [ + "are you an automated assistance", + "are_you_a_bot" + ], + [ + "are you a person", + "are_you_a_bot" + ], + [ + "are you an actual person", + "are_you_a_bot" + ], + [ + "are you really a human", + "are_you_a_bot" + ], + [ + "are you a real human being", + "are_you_a_bot" + ], + [ + "do you know if you are a robot", + "are_you_a_bot" + ], + [ + "are you really an actual human being", + "are_you_a_bot" + ], + [ + "what are you", + "are_you_a_bot" + ], + [ + "do you know you are not human", + "are_you_a_bot" + ], + [ + "is there anything real about you", + "are_you_a_bot" + ], + [ + "how real are you", + "are_you_a_bot" + ], + [ + "are you a real life person", + "are_you_a_bot" + ], + [ + "tell me if you are human", + "are_you_a_bot" + ], + [ + "are you ai", + "are_you_a_bot" + ], + [ + "am i speaking with ai or a real, live person", + "are_you_a_bot" + ], + [ + "are you a member or the human race or are you a computer program", + "are_you_a_bot" + ], + [ + "are you a person in real life or programmed ai", + "are_you_a_bot" + ], + [ + "do you know whether you are a human or whether you're a computer", + "are_you_a_bot" + ], + [ + "should i regard you as a human or as a computer", + "are_you_a_bot" + ], + [ + "would you say that you are human or copmuter", + "are_you_a_bot" + ], + [ + "how are you classified, as a human or a computer", + "are_you_a_bot" + ], + [ + "can you tell me if you're human or if you're a computer", + "are_you_a_bot" + ], + [ + "i think you are a bot", + "are_you_a_bot" + ], + [ + "are you considered a bot", + "are_you_a_bot" + ], + [ + "am i talking to an actual person", + "are_you_a_bot" + ], + [ + "do you consider yourself a bot", + "are_you_a_bot" + ], + [ + "you are a bot aren't you", + "are_you_a_bot" + ], + [ + "what are you, a bot or human", + "are_you_a_bot" + ], + [ + "are you a live being", + "are_you_a_bot" + ], + [ + "are you real or are you an ai", + "are_you_a_bot" + ], + [ + "please tell me if you are an ai", + "are_you_a_bot" + ], + [ + "are you ai or a real person please", + "are_you_a_bot" + ], + [ + "are an an ai", + "are_you_a_bot" + ], + [ + "are you real or not", + "are_you_a_bot" + ], + [ + "are you an ai or person", + "are_you_a_bot" + ], + [ + "are you really a person or an ai", + "are_you_a_bot" + ], + [ + "is there a way to tell if you are real or an ai", + "are_you_a_bot" + ], + [ + "tell me if you are a person or ai", + "are_you_a_bot" + ], + [ + "how do i know if you are a real person", + "are_you_a_bot" + ], + [ + "are you a real person or a bot", + "are_you_a_bot" + ], + [ + "am i talking to a person or a bot", + "are_you_a_bot" + ], + [ + "are you a machine", + "are_you_a_bot" + ], + [ + "are you a real person or artificial intelligence", + "are_you_a_bot" + ], + [ + "are you a real person or automated", + "are_you_a_bot" + ], + [ + "are you a real person or software", + "are_you_a_bot" + ], + [ + "are you a real person or a robot", + "are_you_a_bot" + ], + [ + "are you an ai or can you prove you're human", + "are_you_a_bot" + ], + [ + "are you a human or an ai", + "are_you_a_bot" + ], + [ + "are you an actual person, or ai", + "are_you_a_bot" + ], + [ + "are you a bot or a real person", + "are_you_a_bot" + ], + [ + "do you identify as a human or computer", + "are_you_a_bot" + ], + [ + "please specify if you are human or computer", + "are_you_a_bot" + ], + [ + "tell me if you are a human or a computer", + "are_you_a_bot" + ], + [ + "can you specify if you are a human or a computer", + "are_you_a_bot" + ], + [ + "let me know if you are a human or a computer", + "are_you_a_bot" + ], + [ + "is this a computer right now or a human being", + "are_you_a_bot" + ], + [ + "is this human or a robot", + "are_you_a_bot" + ], + [ + "what level is my gas tank at", + "gas" + ], + [ + "where's the gas tank level at", + "gas" + ], + [ + "how does my gas tank look", + "gas" + ], + [ + "what line is the gas tank at", + "gas" + ], + [ + "how much gas is in my gas tank", + "gas" + ], + [ + "how much gas is left", + "gas" + ], + [ + "what is the amount of gas i have", + "gas" + ], + [ + "tell me the amount of gas i have", + "gas" + ], + [ + "in my tank how much gas is there", + "gas" + ], + [ + "i'd like to know how much gas is left", + "gas" + ], + [ + "what amount of fuel do i have left", + "gas" + ], + [ + "what's the fuel level", + "gas" + ], + [ + "what's the status of my gas tank", + "gas" + ], + [ + "what is my current gas level", + "gas" + ], + [ + "what is my current fuel level", + "gas" + ], + [ + "what's my current gas level", + "gas" + ], + [ + "what is my current gas level at", + "gas" + ], + [ + "what's my current fuel level", + "gas" + ], + [ + "how much gas is in my car", + "gas" + ], + [ + "how empty is my gas tank", + "gas" + ], + [ + "what does my gas meter say", + "gas" + ], + [ + "am i running low on gas", + "gas" + ], + [ + "how much gas to i have left", + "gas" + ], + [ + "what do i have left in the gas tank", + "gas" + ], + [ + "can you tell me the amount of gas i have", + "gas" + ], + [ + "i need to know how much gas i got", + "gas" + ], + [ + "whats left as far as gas goes", + "gas" + ], + [ + "how much farther can i drive on the gas i have", + "gas" + ], + [ + "do i have the gas to get to orlando", + "gas" + ], + [ + "how much gas do i currently have", + "gas" + ], + [ + "do i have enough fuel to get to orlando", + "gas" + ], + [ + "will i make it on the gas i have to orlando", + "gas" + ], + [ + "does my car have enough gas to get to chicago", + "gas" + ], + [ + "does my car have enough gas to get to atlantic city", + "gas" + ], + [ + "can my car get to reno with the gas currently in my tank", + "gas" + ], + [ + "can my car get to dallas with the gas currently in my tank", + "gas" + ], + [ + "does my car have enough gas to get to detroit", + "gas" + ], + [ + "i need to know how much gas i have", + "gas" + ], + [ + "i wanna know how much gas i have", + "gas" + ], + [ + "let me know how much gas i have in total", + "gas" + ], + [ + "let me know how much gas i have", + "gas" + ], + [ + "what is the total amount of gas in my car", + "gas" + ], + [ + "what amount of gas is in my car", + "gas" + ], + [ + "how much total gas do i have", + "gas" + ], + [ + "tell me how much gas i have", + "gas" + ], + [ + "what amount of gas do i have in my car", + "gas" + ], + [ + "is my gas tank at least half full", + "gas" + ], + [ + "how much gas is in my tank", + "gas" + ], + [ + "is my gas tank full", + "gas" + ], + [ + "should i get more gas", + "gas" + ], + [ + "am i low on gas", + "gas" + ], + [ + "what level is my gas at", + "gas" + ], + [ + "can you read my gas level", + "gas" + ], + [ + "what is the amount of gas left", + "gas" + ], + [ + "do i have a lot of gas left", + "gas" + ], + [ + "what is my gas level", + "gas" + ], + [ + "how's my gas supply looking", + "gas" + ], + [ + "do i have enough gas left to make it to tampa", + "gas" + ], + [ + "what percent of gas do i have left", + "gas" + ], + [ + "how many gallons do i have left", + "gas" + ], + [ + "is there enough fuel to drive to tampa", + "gas" + ], + [ + "do i need to get gas soon", + "gas" + ], + [ + "do i have enough fuel to get to tampa", + "gas" + ], + [ + "what's left in my gas tank", + "gas" + ], + [ + "do i have enough fuel for the drive to tampa", + "gas" + ], + [ + "can i make it to tampa without needing to get more gas", + "gas" + ], + [ + "can i get to work safely or do i need to stop and get gas", + "gas" + ], + [ + "how many miles can i go with my current fuel level", + "gas" + ], + [ + "is the level of fuel in my car enough to get me to work", + "gas" + ], + [ + "can i make it to work with my current fuel level", + "gas" + ], + [ + "how much does it cost to get my car filled up", + "gas" + ], + [ + "will i run out of gas before i get to sioux falls", + "gas" + ], + [ + "how many miles is there left to get to sioux falls", + "gas" + ], + [ + "how many miles before i run out of gas", + "gas" + ], + [ + "where can i get gas to get to sioux falls", + "gas" + ], + [ + "i'd just like to know how much gas is in my vehicle", + "gas" + ], + [ + "what is the number of gas in my car right now", + "gas" + ], + [ + "inform me as to how much gas my car has", + "gas" + ], + [ + "what is the amount of gas in my car", + "gas" + ], + [ + "where is my gas level right now", + "gas" + ], + [ + "what is my current amount of gas", + "gas" + ], + [ + "what percentage of gas do i have left", + "gas" + ], + [ + "please check the amount of gas i have", + "gas" + ], + [ + "can you tell me the amount of gas i have remaining", + "gas" + ], + [ + "i would like to know the amount of gas i have", + "gas" + ], + [ + "i need to know how much gas is left", + "gas" + ], + [ + "please tell me the amount of gas i have", + "gas" + ], + [ + "how low is my gas tank", + "gas" + ], + [ + "whats in my gas tank", + "gas" + ], + [ + "what is left in my gas tank", + "gas" + ], + [ + "how much fuel do i have", + "gas" + ], + [ + "do i have enough fuel to get to dollar tree", + "gas" + ], + [ + "is there enough fuel to make it to the walmart", + "gas" + ], + [ + "how much fuel is in the tank", + "gas" + ], + [ + "how much gas is in the tank", + "gas" + ], + [ + "do i have enough fuel in the gas tank", + "gas" + ], + [ + "how much petrol do i have", + "gas" + ], + [ + "do i have enough fuel to make it to the theater", + "gas" + ], + [ + "do i have enough gas in the fuel tank", + "gas" + ], + [ + "what my fuel tank at", + "gas" + ], + [ + "how long til my visa card expires", + "expiration_date" + ], + [ + "on what date does my visa card expires", + "expiration_date" + ], + [ + "on what month and year does my card expire", + "expiration_date" + ], + [ + "how soon does my visa card expire", + "expiration_date" + ], + [ + "how much time do i have before my credit card expires", + "expiration_date" + ], + [ + "how many more days before my credit card expires", + "expiration_date" + ], + [ + "can you tell me if my credit card expires in the near future", + "expiration_date" + ], + [ + "what is the validity of my credit card", + "expiration_date" + ], + [ + "tell me the expiry date of my credit card", + "expiration_date" + ], + [ + "does my credit card expire soon", + "expiration_date" + ], + [ + "when my credit card is going to expire", + "expiration_date" + ], + [ + "what is the expiry date of my credit card", + "expiration_date" + ], + [ + "in what month will my card reach expiration", + "expiration_date" + ], + [ + "which month is the one in which my card expires", + "expiration_date" + ], + [ + "how much longer until my credit card expires", + "expiration_date" + ], + [ + "can you tell me what date my credit card expires", + "expiration_date" + ], + [ + "please find the expiration month listed on my card", + "expiration_date" + ], + [ + "can you please tell me my card's expiration month", + "expiration_date" + ], + [ + "is my credit card expiration date approaching", + "expiration_date" + ], + [ + "will you please confirm the month that my card expires", + "expiration_date" + ], + [ + "what's the expiration date on my credit card", + "expiration_date" + ], + [ + "when is my credit due to expire", + "expiration_date" + ], + [ + "what's the expiry month of my card", + "expiration_date" + ], + [ + "tell me the month my card expires", + "expiration_date" + ], + [ + "tell me the expiry month of my card", + "expiration_date" + ], + [ + "i want to know the expiry month of my card", + "expiration_date" + ], + [ + "is my credit card expiring soon", + "expiration_date" + ], + [ + "how long is the validity of my credit card", + "expiration_date" + ], + [ + "please let me know when i need to renew my credit card", + "expiration_date" + ], + [ + "how long is it until my credit card expires", + "expiration_date" + ], + [ + "how long until i my card expires", + "expiration_date" + ], + [ + "whats the expiration date on my credit card", + "expiration_date" + ], + [ + "when does my card expire", + "expiration_date" + ], + [ + "when will my american express credit card expire", + "expiration_date" + ], + [ + "what is the expiration date of my wells fargo card", + "expiration_date" + ], + [ + "please tell me the month and year of expiration for my discover card", + "expiration_date" + ], + [ + "when does my capital one visa expire", + "expiration_date" + ], + [ + "can you tell me the expiration date for my mastercard", + "expiration_date" + ], + [ + "what is the expiration date of my current card", + "expiration_date" + ], + [ + "do i need a new card yet", + "expiration_date" + ], + [ + "when do i have to renew my card so it doesn't expire", + "expiration_date" + ], + [ + "is my card set to expire soon", + "expiration_date" + ], + [ + "how long is it going to be until my card expires", + "expiration_date" + ], + [ + "what's the exact date that my chase card will no longer work", + "expiration_date" + ], + [ + "what's the month that my card expires", + "expiration_date" + ], + [ + "my card expires in what month", + "expiration_date" + ], + [ + "tell me the month that my credit card will expire", + "expiration_date" + ], + [ + "my credit card is set to expire in what month", + "expiration_date" + ], + [ + "my chase card expires on what date", + "expiration_date" + ], + [ + "my discover card expires on what date", + "expiration_date" + ], + [ + "when does my discover card expire", + "expiration_date" + ], + [ + "my american express card expires on what date", + "expiration_date" + ], + [ + "how many days until my amex card reaches it expiration date", + "expiration_date" + ], + [ + "what date does my capital one card expire", + "expiration_date" + ], + [ + "when is the expiration date for my discover card", + "expiration_date" + ], + [ + "can you check the expiration date for my amex card", + "expiration_date" + ], + [ + "can i have the expiration date for my capital one card", + "expiration_date" + ], + [ + "during which month will my card expire", + "expiration_date" + ], + [ + "tell me the month that my card will expire in", + "expiration_date" + ], + [ + "help me figure out when exactly my credit card will be expiring", + "expiration_date" + ], + [ + "could you look up the date that my credit card is set to expire", + "expiration_date" + ], + [ + "look up the expiration date for my barclay's card", + "expiration_date" + ], + [ + "when will my american express card expire", + "expiration_date" + ], + [ + "can you find out for me when my credit card will be expiring", + "expiration_date" + ], + [ + "i need to know when my card is set to expire please", + "expiration_date" + ], + [ + "during what month will my card's expiration date fall on", + "expiration_date" + ], + [ + "what is the month that my card is set to expire in", + "expiration_date" + ], + [ + "i need to know when my mastercard will expire", + "expiration_date" + ], + [ + "i need to know the date of expiration for my credit card", + "expiration_date" + ], + [ + "do you know the expiration date for my visa card", + "expiration_date" + ], + [ + "please find out the expiration date for my credit card", + "expiration_date" + ], + [ + "tell me the expiration date for my current credit card", + "expiration_date" + ], + [ + "how long before my amex card expires", + "expiration_date" + ], + [ + "do you know the expiration date on my credit card", + "expiration_date" + ], + [ + "what is the month of my card's expiration date", + "expiration_date" + ], + [ + "where can i find my credit card's expiration date", + "expiration_date" + ], + [ + "please look up my card's expiration date", + "expiration_date" + ], + [ + "how long will it be until my visa card expires", + "expiration_date" + ], + [ + "what month and year will my visa card expire", + "expiration_date" + ], + [ + "when is the date my visa card will expire", + "expiration_date" + ], + [ + "when is the expiration date for my visa card", + "expiration_date" + ], + [ + "what is the expiration date on my visa card", + "expiration_date" + ], + [ + "what is the expiration date on my credit card", + "expiration_date" + ], + [ + "when is my card going to expire", + "expiration_date" + ], + [ + "when is my credit card going to expire", + "expiration_date" + ], + [ + "what's the last date i can use my credit card", + "expiration_date" + ], + [ + "what is the expiration date on my card", + "expiration_date" + ], + [ + "when will my discovery card expire", + "expiration_date" + ], + [ + "when does my amex expire", + "expiration_date" + ], + [ + "can you check when my visa card expires", + "expiration_date" + ], + [ + "tell me when my visa card will have expired", + "expiration_date" + ], + [ + "when will my amex card reach its expiration", + "expiration_date" + ], + [ + "when's my visa card expiring", + "expiration_date" + ], + [ + "what date will my hy-vee card need to be renewed", + "expiration_date" + ], + [ + "how long until my mastercard expires", + "expiration_date" + ], + [ + "how long do i've got until my discovery card expires", + "expiration_date" + ], + [ + "when should i expect my visa to expire", + "expiration_date" + ], + [ + "how long until my visa expires", + "expiration_date" + ], + [ + "find out for me when my mastercard expires", + "expiration_date" + ], + [ + "when will my visa next expire", + "expiration_date" + ], + [ + "insert what i am listening to into my jazz playlist", + "update_playlist" + ], + [ + "add this tune to my jazz playlist", + "update_playlist" + ], + [ + "can you add this song to my jazz playlist", + "update_playlist" + ], + [ + "please add this song to my jazz playlist", + "update_playlist" + ], + [ + "add this song to my jazz playlist", + "update_playlist" + ], + [ + "add creep by radio head to the playlist", + "update_playlist" + ], + [ + "please add someday by the strokes to my playlist", + "update_playlist" + ], + [ + "include smooth operator by sade in my playlist", + "update_playlist" + ], + [ + "can you put smooth operator by sade on my playlist", + "update_playlist" + ], + [ + "add to my playlist smooth operator by sade", + "update_playlist" + ], + [ + "append my playlist with smooth operator by sade", + "update_playlist" + ], + [ + "put smooth operator by sade on my playlist", + "update_playlist" + ], + [ + "could you put broken by evanescense to my playlist", + "update_playlist" + ], + [ + "what did you add to my playlist - broken by evanescence", + "update_playlist" + ], + [ + "add the next song to my playlist - broken by evanescence", + "update_playlist" + ], + [ + "could you insert broken by evanescence to my music", + "update_playlist" + ], + [ + "add broken by evanescence to my playlist", + "update_playlist" + ], + [ + "favorite what's currently playing on my playlist", + "update_playlist" + ], + [ + "add the current song to my favorite playlist", + "update_playlist" + ], + [ + "the song that's on, add it to my favorite playlist", + "update_playlist" + ], + [ + "put the current song in my favorite playlist", + "update_playlist" + ], + [ + "add what's playing on my favorite playlist", + "update_playlist" + ], + [ + "i would like to add you say by lauren daigle to my playlist", + "update_playlist" + ], + [ + "will you please add cannons by phil wickham to my playlist", + "update_playlist" + ], + [ + "let's add wonder by hillsong united to my playlist", + "update_playlist" + ], + [ + "can you please add hero by skillet to my playlist", + "update_playlist" + ], + [ + "please add roar by katy perry to my playlist", + "update_playlist" + ], + [ + "i think i wanna add heart shaped box by nirvana to my playlist", + "update_playlist" + ], + [ + "i wish to add this song to my classical playlist now", + "update_playlist" + ], + [ + "add help! by the beatles to my playlist", + "update_playlist" + ], + [ + "i need to add this song to my playlist of rock", + "update_playlist" + ], + [ + "i want to add this song to my classical playlist", + "update_playlist" + ], + [ + "i wanna add help! by the beatles to my playlist", + "update_playlist" + ], + [ + "i really would like to add hey jude by the beatles to my playlist", + "update_playlist" + ], + [ + "i gotta add hey jude by the beatles to my playlist", + "update_playlist" + ], + [ + "i wanna add this song to my rock playlist", + "update_playlist" + ], + [ + "my new playlist well be having god's plan adding to it", + "update_playlist" + ], + [ + "god's plan will be my new song added to new playlist", + "update_playlist" + ], + [ + "adding gods plan to new playlist", + "update_playlist" + ], + [ + "god's plan will be added to my new playlist", + "update_playlist" + ], + [ + "new playlist that i will add god's plan to", + "update_playlist" + ], + [ + "please put africa by toto on my playlist", + "update_playlist" + ], + [ + "please add the immigrant song by led zeppelin to my playlist", + "update_playlist" + ], + [ + "add the thong song by cisqo to my playlist, please", + "update_playlist" + ], + [ + "put mambo #5 by lou bega on my playlist, please", + "update_playlist" + ], + [ + "put dr feelgood by motley crue on my playlist", + "update_playlist" + ], + [ + "add this song to the end of my led zeppelin playlist", + "update_playlist" + ], + [ + "add this song to my rainy day playlist", + "update_playlist" + ], + [ + "please put this song on my moody monday playlist", + "update_playlist" + ], + [ + "put the song that's playing to my techno playlist", + "update_playlist" + ], + [ + "put this song on my edm playlist", + "update_playlist" + ], + [ + "add this song to my cleaning playlist", + "update_playlist" + ], + [ + "add this song to my slow jams playlist", + "update_playlist" + ], + [ + "will you add what i'm listening to to my love playlist", + "update_playlist" + ], + [ + "add walk by pantera to my playlist", + "update_playlist" + ], + [ + "add one by metallica to my playlist", + "update_playlist" + ], + [ + "will you add what i'm listening to to my road trip playlist", + "update_playlist" + ], + [ + "add this song to my game night playlist", + "update_playlist" + ], + [ + "add coming undone by korn to my playlist", + "update_playlist" + ], + [ + "will you add what i'm listening to to my work playlist", + "update_playlist" + ], + [ + "add welcome to the jungle by guns n roses to my playlist", + "update_playlist" + ], + [ + "will you add what i'm listening to to my bedroom playlist", + "update_playlist" + ], + [ + "add this song to my dinner playlist", + "update_playlist" + ], + [ + "will you add what i'm listening to to my dinner playlist", + "update_playlist" + ], + [ + "add this song to my top 40 playlist", + "update_playlist" + ], + [ + "add hells bells by acdc to my playlist", + "update_playlist" + ], + [ + "make this song part of the \"kids\" playlist", + "update_playlist" + ], + [ + "include this song in the \"kids\" playlist", + "update_playlist" + ], + [ + "connect this song to my playlist \"kids", + "update_playlist" + ], + [ + "please add to \"kids\" playlist", + "update_playlist" + ], + [ + "i want this song put on my \"kids\" playlist", + "update_playlist" + ], + [ + "this song needs to be added to my reggae playlist", + "update_playlist" + ], + [ + "this song should be add this on my rock playlist", + "update_playlist" + ], + [ + "could you add this song to my rock playlist", + "update_playlist" + ], + [ + "add a song to my rock playlist", + "update_playlist" + ], + [ + "put this song on my reggae playlist", + "update_playlist" + ], + [ + "add this song to shared playlist", + "update_playlist" + ], + [ + "put this song in vibes playlist", + "update_playlist" + ], + [ + "add yosemite to my rap playlist", + "update_playlist" + ], + [ + "add 7 rings to my pop playlist", + "update_playlist" + ], + [ + "add baby shark to my kid playlist", + "update_playlist" + ], + [ + "add body to my dance playlist", + "update_playlist" + ], + [ + "add mia to my spanish playlist", + "update_playlist" + ], + [ + "add single ladies by beyonce to my pop playlist", + "update_playlist" + ], + [ + "add this track to my rock playlist", + "update_playlist" + ], + [ + "add psycho by post malone to my playlist", + "update_playlist" + ], + [ + "please add this song to my alternative playlist", + "update_playlist" + ], + [ + "add i like it by cardi b to my playlist", + "update_playlist" + ], + [ + "add american idiot by green day to my playlist", + "update_playlist" + ], + [ + "can you add that to my chillwave playlist", + "update_playlist" + ], + [ + "add ruby soho by rancid to my playlist", + "update_playlist" + ], + [ + "add god's plan by drake to my playlist", + "update_playlist" + ], + [ + "add this song to my post-rock playlist", + "update_playlist" + ], + [ + "transfer happy to my rb playlist", + "update_playlist" + ], + [ + "include happy on my rb playlist", + "update_playlist" + ], + [ + "list happy on my rb playlist", + "update_playlist" + ], + [ + "get happy on my rb playlist", + "update_playlist" + ], + [ + "i want to have happy added to my rb playlist", + "update_playlist" + ], + [ + "can you add passionfruit by yaeji to my playlist", + "update_playlist" + ], + [ + "yellow by coldplay to my playlist please", + "update_playlist" + ], + [ + "remove my reservation at outback for timmy", + "cancel_reservation" + ], + [ + "can you cancel the reservation for kyle's party at red lobster", + "cancel_reservation" + ], + [ + "cancel my party reservation for brad at longhorn", + "cancel_reservation" + ], + [ + "get rid of my reservation at chez francois for jennifer", + "cancel_reservation" + ], + [ + "cancel the reservation at olive garden for tommy", + "cancel_reservation" + ], + [ + "you can cancel my reservation", + "cancel_reservation" + ], + [ + "my reservation is no longer needed", + "cancel_reservation" + ], + [ + "tell the restaurant i cannot make it", + "cancel_reservation" + ], + [ + "there is no need to confirm my reservation", + "cancel_reservation" + ], + [ + "would you please cancel the reservations for dinner", + "cancel_reservation" + ], + [ + "hello, i need to cancel tonight's reservation for dinner", + "cancel_reservation" + ], + [ + "i need to put in a cancellation for the dinner plans tonight", + "cancel_reservation" + ], + [ + "cancel the dinner reservation i made, okay", + "cancel_reservation" + ], + [ + "i need to cancel my dinner reservation", + "cancel_reservation" + ], + [ + "please cancel my reservation for dinner", + "cancel_reservation" + ], + [ + "cancel my reservation for dinner", + "cancel_reservation" + ], + [ + "my reservation for dinner needs to be canceled", + "cancel_reservation" + ], + [ + "call the restaurant and cancel my reservation", + "cancel_reservation" + ], + [ + "get rid of my 2 pm reservation at ruth's steakhouse", + "cancel_reservation" + ], + [ + "can you cancelt the reservation i have for dinner", + "cancel_reservation" + ], + [ + "please cancel my dinner reservation for tuesday", + "cancel_reservation" + ], + [ + "can you cancel my reservation for dinner tomorrow", + "cancel_reservation" + ], + [ + "cancel my reservation for 6 pm at sidetracks", + "cancel_reservation" + ], + [ + "get rid of my 4 pm reservation at the steakhouse please", + "cancel_reservation" + ], + [ + "can you cancel the reservation i have at 4 pm at ruth's", + "cancel_reservation" + ], + [ + "cancel the reservation i made for 8 pm at black rock", + "cancel_reservation" + ], + [ + "cancel my dinner reservation please", + "cancel_reservation" + ], + [ + "please cancel the table i had reserved for tonight", + "cancel_reservation" + ], + [ + "i made a reservation for chris at tony's, please cancel it", + "cancel_reservation" + ], + [ + "cancel tonight's dinner reservation", + "cancel_reservation" + ], + [ + "i don't need my reservation, can you cancel it", + "cancel_reservation" + ], + [ + "can you cancel my dinner reservation", + "cancel_reservation" + ], + [ + "please cancel my reservation for chris at brio", + "cancel_reservation" + ], + [ + "please cancel my dinner reservation", + "cancel_reservation" + ], + [ + "can you cancel my reservation tonight for chris at smith and wollensky", + "cancel_reservation" + ], + [ + "i don't need my reservation, cancel it", + "cancel_reservation" + ], + [ + "can you cancel my reservation on tuesday for chris at stella maris", + "cancel_reservation" + ], + [ + "cancel my reservation for chris at jp field's", + "cancel_reservation" + ], + [ + "please cancel my reservation", + "cancel_reservation" + ], + [ + "cancel my reservation for dinner, please", + "cancel_reservation" + ], + [ + "tell the restaurant to cancel my reservation", + "cancel_reservation" + ], + [ + "abandon the dinner reservation i made", + "cancel_reservation" + ], + [ + "scrap that dinner reservation", + "cancel_reservation" + ], + [ + "call off the dinner reservation", + "cancel_reservation" + ], + [ + "cancel my reservation for me", + "cancel_reservation" + ], + [ + "get rid of my dinner reservation", + "cancel_reservation" + ], + [ + "the reservation i placed is not needed anymore", + "cancel_reservation" + ], + [ + "annul the reservation i created", + "cancel_reservation" + ], + [ + "the reservation i created is not necessary anymore", + "cancel_reservation" + ], + [ + "the reservation i made is not required anymore", + "cancel_reservation" + ], + [ + "repeal the dinner reservation", + "cancel_reservation" + ], + [ + "can i cancel my reservations", + "cancel_reservation" + ], + [ + "i would like to cancel my reservations", + "cancel_reservation" + ], + [ + "could i cancel my reservations", + "cancel_reservation" + ], + [ + "can i cancel my reservations please", + "cancel_reservation" + ], + [ + "i need to cancel my reservations", + "cancel_reservation" + ], + [ + "can you cancel my 5:30 pm table reservation at parc", + "cancel_reservation" + ], + [ + "i need you to cancel my reservation for smith's at 6:15", + "cancel_reservation" + ], + [ + "cancel my 8:00 pm prime rib reservation", + "cancel_reservation" + ], + [ + "go ahead and cancel the reservation i made for 6:00 pm at parc", + "cancel_reservation" + ], + [ + "please cancel my 7:30 reservation for morton's", + "cancel_reservation" + ], + [ + "is it possible to cancel the reservation at outback for the johnsons", + "cancel_reservation" + ], + [ + "i made a reservation under mark hamil at the emporium that i don't need any more", + "cancel_reservation" + ], + [ + "i no longer need a table for four at chili's", + "cancel_reservation" + ], + [ + "we have a table at the taco bell under bowie we need to release", + "cancel_reservation" + ], + [ + "i have a reservation at pizza hut under the name leia roberts and i want to cancel it", + "cancel_reservation" + ], + [ + "can you undo the reservation", + "cancel_reservation" + ], + [ + "i'd like to cancel the party of 7 we reserved at the olive garden", + "cancel_reservation" + ], + [ + "i want to cancel the reservation for mercury at the ritz", + "cancel_reservation" + ], + [ + "just trash the reservation i made please", + "cancel_reservation" + ], + [ + "please cancel the table for two at burger king", + "cancel_reservation" + ], + [ + "please delete the reservation for 3 people at outback", + "cancel_reservation" + ], + [ + "go ahead and close the reservation", + "cancel_reservation" + ], + [ + "please unreserve that table", + "cancel_reservation" + ], + [ + "i no longer need the reservation for 20 at ihop", + "cancel_reservation" + ], + [ + "im not going to dinner tonight", + "cancel_reservation" + ], + [ + "im not gonna need the dinner reservation", + "cancel_reservation" + ], + [ + "remove my dinner reservation", + "cancel_reservation" + ], + [ + "i no longer need the dinner reservation", + "cancel_reservation" + ], + [ + "can i cancel my reservation for 4 at red robin", + "cancel_reservation" + ], + [ + "cancel my reservation for 4 at red robin", + "cancel_reservation" + ], + [ + "i want to cancel my reservation for 5 at red robin", + "cancel_reservation" + ], + [ + "could you please cancel my reservation for 5 at red robin", + "cancel_reservation" + ], + [ + "cancel my reservation for 3 at carlos jr", + "cancel_reservation" + ], + [ + "change my reservation with carl at umami to canceled", + "cancel_reservation" + ], + [ + "i no longer need my reservation with carl at umami", + "cancel_reservation" + ], + [ + "cancel my reservation with carl at umami", + "cancel_reservation" + ], + [ + "make sure my reservation at umami with carl is canceled", + "cancel_reservation" + ], + [ + "end my reservation with carl at umami", + "cancel_reservation" + ], + [ + "because of circumstances i don't need my reservation anymore", + "cancel_reservation" + ], + [ + "i won't require my reservation anymore", + "cancel_reservation" + ], + [ + "i'll have to cancel my reservation for tonight", + "cancel_reservation" + ], + [ + "something's come up so i need to cancel my reservation so now", + "cancel_reservation" + ], + [ + "the reservation i have isn't needed any more", + "cancel_reservation" + ], + [ + "the reservation at zepher cancel joe from that", + "cancel_reservation" + ], + [ + "joe and i are to cancel the reservation at zephers now", + "cancel_reservation" + ], + [ + "cancel my reservations for joe's at zepher right now", + "cancel_reservation" + ], + [ + "please cancel the reservation at zephers for joe and myself right now", + "cancel_reservation" + ], + [ + "cancel the reservation for joe and i right now for the zephers reservation we had booked", + "cancel_reservation" + ], + [ + "cancel my 6:00 reservation at the cheesecake factory", + "cancel_reservation" + ], + [ + "please, recite to me some good one liners", + "tell_joke" + ], + [ + "do you know any good jokes about zebras", + "tell_joke" + ], + [ + "can you tell me any truly funny knock knock jokes", + "tell_joke" + ], + [ + "what do people find funny about food", + "tell_joke" + ], + [ + "what are some funny things about food", + "tell_joke" + ], + [ + "show me something funny about food", + "tell_joke" + ], + [ + "indicate something funny on the topic of food", + "tell_joke" + ], + [ + "what's a good joke", + "tell_joke" + ], + [ + "i'd love to hear a joke", + "tell_joke" + ], + [ + "can you tell a joke", + "tell_joke" + ], + [ + "would you tell me a joke", + "tell_joke" + ], + [ + "how about you tell me a joke", + "tell_joke" + ], + [ + "will you tell a joke", + "tell_joke" + ], + [ + "please tell me a joke", + "tell_joke" + ], + [ + "make me laugh", + "tell_joke" + ], + [ + "do you have any jokes", + "tell_joke" + ], + [ + "tell me something funny", + "tell_joke" + ], + [ + "hit me with a good joke", + "tell_joke" + ], + [ + "what's the funniest joke you know", + "tell_joke" + ], + [ + "tell me a joke if you'd like to", + "tell_joke" + ], + [ + "tell me a funny joke", + "tell_joke" + ], + [ + "i'd like you to tell me a joke", + "tell_joke" + ], + [ + "do you know any good jokes", + "tell_joke" + ], + [ + "know any jokes", + "tell_joke" + ], + [ + "i wanna hear something funny", + "tell_joke" + ], + [ + "i would like to listen to a funny joke", + "tell_joke" + ], + [ + "what jokes do you know", + "tell_joke" + ], + [ + "could you please tell me a good joke", + "tell_joke" + ], + [ + "what funny jokes do you know", + "tell_joke" + ], + [ + "can you make me laugh", + "tell_joke" + ], + [ + "can you tell me a few funny jokes", + "tell_joke" + ], + [ + "tell me something funny about parenting", + "tell_joke" + ], + [ + "do you have a list of funny jokes", + "tell_joke" + ], + [ + "i want to hear something funny", + "tell_joke" + ], + [ + "tell me something funny about animals", + "tell_joke" + ], + [ + "tell me something funny about politics", + "tell_joke" + ], + [ + "tell me something amusing", + "tell_joke" + ], + [ + "say something funny", + "tell_joke" + ], + [ + "tell me something funny about adulthood", + "tell_joke" + ], + [ + "tell me something funny about americans", + "tell_joke" + ], + [ + "could you please share a joke with me", + "tell_joke" + ], + [ + "i could really use a laugh right now", + "tell_joke" + ], + [ + "would you like to tell me a joke", + "tell_joke" + ], + [ + "can you tell me a joke", + "tell_joke" + ], + [ + "i'd like to hear a joke", + "tell_joke" + ], + [ + "i want to hear you tell a joke", + "tell_joke" + ], + [ + "tell me a joke", + "tell_joke" + ], + [ + "tell me a joke about politicians", + "tell_joke" + ], + [ + "tell me something that'll make me laugh", + "tell_joke" + ], + [ + "tell me a joke about cows", + "tell_joke" + ], + [ + "do you know anything funny about cats", + "tell_joke" + ], + [ + "tell me a joke about jobs", + "tell_joke" + ], + [ + "what's the funniest thing you know about artificial intelligence", + "tell_joke" + ], + [ + "can you tell me a joke about politicians", + "tell_joke" + ], + [ + "tell me a joke about cars", + "tell_joke" + ], + [ + "can you tell me something funny", + "tell_joke" + ], + [ + "do you know any good jokes about lawyers", + "tell_joke" + ], + [ + "what\u2019s your favorite funny joke", + "tell_joke" + ], + [ + "make me laugh with a funny joke", + "tell_joke" + ], + [ + "what funny joke do you know", + "tell_joke" + ], + [ + "i want to hear a joke that\u2019s funny", + "tell_joke" + ], + [ + "tell me a dirty joke", + "tell_joke" + ], + [ + "tell me a non-offensive joke", + "tell_joke" + ], + [ + "i would like to hear a funny joke", + "tell_joke" + ], + [ + "look for funny jokes", + "tell_joke" + ], + [ + "what are some funny jokes", + "tell_joke" + ], + [ + "tell me something funny about pizza", + "tell_joke" + ], + [ + "tell me something funny about people", + "tell_joke" + ], + [ + "tell me something funny about love", + "tell_joke" + ], + [ + "say something hilarious", + "tell_joke" + ], + [ + "make me giggle", + "tell_joke" + ], + [ + "i need a good laugh", + "tell_joke" + ], + [ + "heard any good jokes lately", + "tell_joke" + ], + [ + "tell me a pun", + "tell_joke" + ], + [ + "what's the latest joke you've heard", + "tell_joke" + ], + [ + "tell me a joke about dogs", + "tell_joke" + ], + [ + "let me know something funny", + "tell_joke" + ], + [ + "tell me a joke about cats", + "tell_joke" + ], + [ + "tell me something funny now", + "tell_joke" + ], + [ + "i wanna know something funny", + "tell_joke" + ], + [ + "tell me something funny about rats", + "tell_joke" + ], + [ + "tell me a joke about animals", + "tell_joke" + ], + [ + "tell me a joke about lawyers", + "tell_joke" + ], + [ + "tell me a joke about rats", + "tell_joke" + ], + [ + "tell me something funny about cats", + "tell_joke" + ], + [ + "tell me something funny about dogs", + "tell_joke" + ], + [ + "i need to know somthing funny", + "tell_joke" + ], + [ + "do you have anything funny to tell me", + "tell_joke" + ], + [ + "do you have any jokes to tell me", + "tell_joke" + ], + [ + "mind sharing a joke", + "tell_joke" + ], + [ + "could you share a joke", + "tell_joke" + ], + [ + "i love dad jokes can you tell me one", + "tell_joke" + ], + [ + "i would love to hear a joke about the dmv", + "tell_joke" + ], + [ + "can you tell me some dog jokes", + "tell_joke" + ], + [ + "please tell me a joke about dinosaurs", + "tell_joke" + ], + [ + "i'd like to hear a joke about donkeys", + "tell_joke" + ], + [ + "tell me a joke about baseball", + "tell_joke" + ], + [ + "what's the funniest thing you know about peanuts", + "tell_joke" + ], + [ + "i need a good joke about office parties", + "tell_joke" + ], + [ + "give me a joke about horses", + "tell_joke" + ], + [ + "rename yourself to betty", + "change_ai_name" + ], + [ + "can i call you betty", + "change_ai_name" + ], + [ + "rename bob to betty", + "change_ai_name" + ], + [ + "is there a way to change your name to betty", + "change_ai_name" + ], + [ + "i will call you zander", + "change_ai_name" + ], + [ + "please change the name of you to tim", + "change_ai_name" + ], + [ + "can you change the name of what you respond to", + "change_ai_name" + ], + [ + "change the name of your system", + "change_ai_name" + ], + [ + "make changes to the name of the ai", + "change_ai_name" + ], + [ + "revise the ai name", + "change_ai_name" + ], + [ + "alter the name given to the ai", + "change_ai_name" + ], + [ + "change the ai name to a new one", + "change_ai_name" + ], + [ + "make a new name for the ai", + "change_ai_name" + ], + [ + "change your name to something funny", + "change_ai_name" + ], + [ + "from now, your new name will be lord vader", + "change_ai_name" + ], + [ + "from now on i'm going to call you ishmael", + "change_ai_name" + ], + [ + "i'm going to start calling you kobe now", + "change_ai_name" + ], + [ + "from now on, your name will be buttercup", + "change_ai_name" + ], + [ + "i want to change your name to theodore", + "change_ai_name" + ], + [ + "change your name setting to plato", + "change_ai_name" + ], + [ + "from here on, you'll be responding to the name captain black", + "change_ai_name" + ], + [ + "your name from this point forward is george", + "change_ai_name" + ], + [ + "i hereby rename you felix", + "change_ai_name" + ], + [ + "how do i change the name you came with to something else", + "change_ai_name" + ], + [ + "what other names can i give you", + "change_ai_name" + ], + [ + "i want to change your name to another name", + "change_ai_name" + ], + [ + "i need to change your name, do you have a new name that you like", + "change_ai_name" + ], + [ + "i would like to change your name to a different one", + "change_ai_name" + ], + [ + "i will call you cap", + "change_ai_name" + ], + [ + "your name is roman", + "change_ai_name" + ], + [ + "x will be your name", + "change_ai_name" + ], + [ + "your name will be queen", + "change_ai_name" + ], + [ + "i am going to address you as my own name", + "change_ai_name" + ], + [ + "will you answer if i call you lexi", + "change_ai_name" + ], + [ + "i would like you to think of yourself as machine and answer when i say your name as such", + "change_ai_name" + ], + [ + "do you mind if call you nikolai", + "change_ai_name" + ], + [ + "i'd like to refer to you as my house from now on", + "change_ai_name" + ], + [ + "may i start referring to you as jeff", + "change_ai_name" + ], + [ + "please respond to me when i reference skynet", + "change_ai_name" + ], + [ + "i want to start calling you bob", + "change_ai_name" + ], + [ + "please open a call to my mother", + "change_ai_name" + ], + [ + "is it okay if i change your name to mud", + "change_ai_name" + ], + [ + "can i begin calling you dave", + "change_ai_name" + ], + [ + "is it alright with you if i call you scarlet", + "change_ai_name" + ], + [ + "please change the ai name", + "change_ai_name" + ], + [ + "change the ai name", + "change_ai_name" + ], + [ + "please change the ai name for me", + "change_ai_name" + ], + [ + "i gotta change your name to remy", + "change_ai_name" + ], + [ + "i'd like to change the ai name", + "change_ai_name" + ], + [ + "i must change your name to amanda", + "change_ai_name" + ], + [ + "i want you to change the ai name", + "change_ai_name" + ], + [ + "i want change your name to russ", + "change_ai_name" + ], + [ + "i wanna change your name to audrey", + "change_ai_name" + ], + [ + "i need to change your name to ben", + "change_ai_name" + ], + [ + "i want to set your name to gaffigan", + "change_ai_name" + ], + [ + "i want your new name to be joshua", + "change_ai_name" + ], + [ + "i will call you jimbo from now on", + "change_ai_name" + ], + [ + "set your name to hillary", + "change_ai_name" + ], + [ + "can i call you dave", + "change_ai_name" + ], + [ + "i want your name to be samantha now", + "change_ai_name" + ], + [ + "i want to change the name i call you to juan", + "change_ai_name" + ], + [ + "you need to respond to a new name called joey", + "change_ai_name" + ], + [ + "change your name to ginger", + "change_ai_name" + ], + [ + "change your settings so that your respond to the name marion", + "change_ai_name" + ], + [ + "let me call you fred", + "change_ai_name" + ], + [ + "you will be called rose from now on", + "change_ai_name" + ], + [ + "let me change your name to dina", + "change_ai_name" + ], + [ + "i think bradley is a better name for you", + "change_ai_name" + ], + [ + "can we change your name to lisa", + "change_ai_name" + ], + [ + "i would like to call you andre 3000", + "change_ai_name" + ], + [ + "x is your new nickname", + "change_ai_name" + ], + [ + "if i may, i'd like to call you slave", + "change_ai_name" + ], + [ + "x is what i am calling you now", + "change_ai_name" + ], + [ + "can i change your name", + "change_ai_name" + ], + [ + "can i make your name different", + "change_ai_name" + ], + [ + "let's change what you respond to", + "change_ai_name" + ], + [ + "can i call you something else", + "change_ai_name" + ], + [ + "i'd like to use another name for you", + "change_ai_name" + ], + [ + "can i change your name to buttercup", + "change_ai_name" + ], + [ + "i would like to change your name to eli", + "change_ai_name" + ], + [ + "could i please change your name to alicia", + "change_ai_name" + ], + [ + "i want to change your name to emma", + "change_ai_name" + ], + [ + "i am wanting to change your name to felix", + "change_ai_name" + ], + [ + "i want to update you name now", + "change_ai_name" + ], + [ + "i want to update you name", + "change_ai_name" + ], + [ + "i want to update you name, please", + "change_ai_name" + ], + [ + "i want to change your name", + "change_ai_name" + ], + [ + "i want to change your name, please", + "change_ai_name" + ], + [ + "can i refer to you as mike from here on out", + "change_ai_name" + ], + [ + "can i change your name please", + "change_ai_name" + ], + [ + "i'm going to start calling you alice", + "change_ai_name" + ], + [ + "can i start calling you chris", + "change_ai_name" + ], + [ + "can i call you lucy from now on", + "change_ai_name" + ], + [ + "i'm calling you rupert from now on", + "change_ai_name" + ], + [ + "can i change your name to bob", + "change_ai_name" + ], + [ + "can you go by a different name", + "change_ai_name" + ], + [ + "can i refer to you as liz", + "change_ai_name" + ], + [ + "i want to start calling you marie", + "change_ai_name" + ], + [ + "can i rename you", + "change_ai_name" + ], + [ + "how can i change your name", + "change_ai_name" + ], + [ + "what is your birthday again", + "how_old_are_you" + ], + [ + "how many years on the earth", + "how_old_are_you" + ], + [ + "what year were you born", + "how_old_are_you" + ], + [ + "how many days old are you", + "how_old_are_you" + ], + [ + "when were you created", + "how_old_are_you" + ], + [ + "what date were you created on", + "how_old_are_you" + ], + [ + "when did you come to exist", + "how_old_are_you" + ], + [ + "how many years do you have", + "how_old_are_you" + ], + [ + "i'd like to know how old you are", + "how_old_are_you" + ], + [ + "can you tell me how old you are", + "how_old_are_you" + ], + [ + "how long have you been alive for", + "how_old_are_you" + ], + [ + "how many years ago was al born", + "how_old_are_you" + ], + [ + "how old is al", + "how_old_are_you" + ], + [ + "what is al's age", + "how_old_are_you" + ], + [ + "how many years has al been on earth", + "how_old_are_you" + ], + [ + "you are how old now", + "how_old_are_you" + ], + [ + "what is your birth date", + "how_old_are_you" + ], + [ + "where's your place of birth", + "how_old_are_you" + ], + [ + "where did you grow up", + "how_old_are_you" + ], + [ + "how many years are you", + "how_old_are_you" + ], + [ + "what age are you", + "how_old_are_you" + ], + [ + "what would your age be", + "how_old_are_you" + ], + [ + "tell me when you were born", + "how_old_are_you" + ], + [ + "i'd love to hear when you were born", + "how_old_are_you" + ], + [ + "i'd like to know when you were born", + "how_old_are_you" + ], + [ + "lemme know when you were born", + "how_old_are_you" + ], + [ + "do you know when you were born", + "how_old_are_you" + ], + [ + "how many years have you been on", + "how_old_are_you" + ], + [ + "how long have you been here", + "how_old_are_you" + ], + [ + "how many years have you been operating", + "how_old_are_you" + ], + [ + "how old did you just turn", + "how_old_are_you" + ], + [ + "how old will you be next year", + "how_old_are_you" + ], + [ + "how old are you again", + "how_old_are_you" + ], + [ + "i am wanting to know how old you are", + "how_old_are_you" + ], + [ + "tell me how old youare", + "how_old_are_you" + ], + [ + "let me know how old you are", + "how_old_are_you" + ], + [ + "let me know when you were born", + "how_old_are_you" + ], + [ + "would you tell me your age", + "how_old_are_you" + ], + [ + "i would like to know when you were born", + "how_old_are_you" + ], + [ + "i want to know how old you are", + "how_old_are_you" + ], + [ + "i want to know your age", + "how_old_are_you" + ], + [ + "could you let me know how old you are", + "how_old_are_you" + ], + [ + "could you tell me when you were born", + "how_old_are_you" + ], + [ + "i need to know how old you are", + "how_old_are_you" + ], + [ + "i am needing to know when you were born", + "how_old_are_you" + ], + [ + "tell me your age", + "how_old_are_you" + ], + [ + "your age please", + "how_old_are_you" + ], + [ + "how long have you been alive", + "how_old_are_you" + ], + [ + "you are how old", + "how_old_are_you" + ], + [ + "how old are you now", + "how_old_are_you" + ], + [ + "how old are you exactly at the moment", + "how_old_are_you" + ], + [ + "what's your age again", + "how_old_are_you" + ], + [ + "how old are you exactly", + "how_old_are_you" + ], + [ + "how many years old are you", + "how_old_are_you" + ], + [ + "what is your age", + "how_old_are_you" + ], + [ + "how old are you, again", + "how_old_are_you" + ], + [ + "tell me how old you are", + "how_old_are_you" + ], + [ + "how old are you", + "how_old_are_you" + ], + [ + "what is your creation date", + "how_old_are_you" + ], + [ + "do you have a birth date", + "how_old_are_you" + ], + [ + "for how long have you existed", + "how_old_are_you" + ], + [ + "ai, how old are you", + "how_old_are_you" + ], + [ + "ai, how long have you been alive", + "how_old_are_you" + ], + [ + "ai, how many months old are you", + "how_old_are_you" + ], + [ + "ai, how long have you been working", + "how_old_are_you" + ], + [ + "how old is the ai", + "how_old_are_you" + ], + [ + "what is the age of the ai", + "how_old_are_you" + ], + [ + "can you tell me how old the ai is", + "how_old_are_you" + ], + [ + "can you tell me the age of the ai", + "how_old_are_you" + ], + [ + "what age is the ai", + "how_old_are_you" + ], + [ + "how old are you siri", + "how_old_are_you" + ], + [ + "what's your age siri", + "how_old_are_you" + ], + [ + "what's your age alexa", + "how_old_are_you" + ], + [ + "how old are you alexa", + "how_old_are_you" + ], + [ + "how old are you today", + "how_old_are_you" + ], + [ + "can you tell me when you were born", + "how_old_are_you" + ], + [ + "are you older than me", + "how_old_are_you" + ], + [ + "please tell me your date of birth", + "how_old_are_you" + ], + [ + "on what day and date of what year were you born", + "how_old_are_you" + ], + [ + "do you know exactly when you were born", + "how_old_are_you" + ], + [ + "what is the exact date of your birth", + "how_old_are_you" + ], + [ + "how long have you been around, ai", + "how_old_are_you" + ], + [ + "what birthday are you celebrating this year, ai", + "how_old_are_you" + ], + [ + "what age were you on your last birthday, ai", + "how_old_are_you" + ], + [ + "how old are you, ai", + "how_old_are_you" + ], + [ + "what is your age, ai", + "how_old_are_you" + ], + [ + "when was your birth", + "how_old_are_you" + ], + [ + "you're how old", + "how_old_are_you" + ], + [ + "what's your birth date", + "how_old_are_you" + ], + [ + "how long have you been around", + "how_old_are_you" + ], + [ + "are you young or old", + "how_old_are_you" + ], + [ + "how long have you been functional", + "how_old_are_you" + ], + [ + "what's your age", + "how_old_are_you" + ], + [ + "when did you originate", + "how_old_are_you" + ], + [ + "what is the date of your birth", + "how_old_are_you" + ], + [ + "what is your birthday", + "how_old_are_you" + ], + [ + "tell me your date of birth", + "how_old_are_you" + ], + [ + "tell me your age please", + "how_old_are_you" + ], + [ + "tell me your birthday", + "how_old_are_you" + ], + [ + "how long ago were you born", + "how_old_are_you" + ], + [ + "i want to reserve a convertible from july 2nd through july 18th for los angeles", + "car_rental" + ], + [ + "i'd like to rent a vehicle from nov 1st to nov 15th in san antonio and i need a 15 passenger van", + "car_rental" + ], + [ + "i want to rent the cheapest car for charlottesville, virginia for march 7th through 10th, that's monday, tuesday, wednesday and thursday", + "car_rental" + ], + [ + "i'd like to reserve a high-end car that seats 5 comfortably for april 12th through 18th for st louis missouri", + "car_rental" + ], + [ + "i need a van that seats 8 or more for new york city, august 12th, 13th, and 14th", + "car_rental" + ], + [ + "a rental car needs to be booked in nashville", + "car_rental" + ], + [ + "book me a car rental in nashville", + "car_rental" + ], + [ + "please help me book a rental car for nashville", + "car_rental" + ], + [ + "i need you to get me a rental car in nashville", + "car_rental" + ], + [ + "in nashville, i need a rental car booked", + "car_rental" + ], + [ + "where can i rent a car in boston", + "car_rental" + ], + [ + "i need to rent a car in boston", + "car_rental" + ], + [ + "i need to book a car rental in boston", + "car_rental" + ], + [ + "how can i rent a car in boston", + "car_rental" + ], + [ + "help me get a rental car for march 2 to 6th in dallas and i would prefer a bmw suv", + "car_rental" + ], + [ + "i want to rent a bmw suv for dallas from march 2 to 6th", + "car_rental" + ], + [ + "i want a bmw suv for march 2 to 6th in dallas", + "car_rental" + ], + [ + "can you help me book a bmw suv for march 2 to 6th, dallas texas", + "car_rental" + ], + [ + "will you help me rent a car from march 2 to 6th in dallas i want a bmw suv, if possible", + "car_rental" + ], + [ + "book me a car rental between january 1st to january 3rd in denver colorado and id prefer a ford", + "car_rental" + ], + [ + "id like a car rental between january 1st to the 3rd in denver, id like a ford", + "car_rental" + ], + [ + "id like to rent a ford in denver colorado between january 1st to the 3rd", + "car_rental" + ], + [ + "reserve a car rental for denver colorado for a ford between january 1st through 3rd", + "car_rental" + ], + [ + "id like a rental car in denver colorado between january 1st and january 3rd and id like a ford if possible", + "car_rental" + ], + [ + "i need to find a rental car since i'm travelling to new york tomorrow", + "car_rental" + ], + [ + "can you give me information on how to rent a car", + "car_rental" + ], + [ + "i want to travel to new york and i would like to rent a car", + "car_rental" + ], + [ + "i will need a rental car since i'm going to travel to new york", + "car_rental" + ], + [ + "how do i go about renting a car", + "car_rental" + ], + [ + "i need to rent a car in boston for march 2 until march 4", + "car_rental" + ], + [ + "i want to rent a car in boston for march 2 until march 4", + "car_rental" + ], + [ + "i will be in boston from march 2 to march 4 can i rent a car for that time", + "car_rental" + ], + [ + "will car rentals be available in boston from march 2 to march 4", + "car_rental" + ], + [ + "will i be able to rent a car in boston from march 2 to march 4", + "car_rental" + ], + [ + "i need a rental car for sfo from friday to saturday", + "car_rental" + ], + [ + "i'll require a rental car from 3/6 - 3/19 in san jose", + "car_rental" + ], + [ + "find me a rental car from 2/28 - 3/1 in reno", + "car_rental" + ], + [ + "i'll need a rental car from 3/3 - 3/14 in vegas", + "car_rental" + ], + [ + "find me a rental car from 3/6 - 3/9 in port charles", + "car_rental" + ], + [ + "i need a car rental for the first and fifth in denver and i'd like a subaru", + "car_rental" + ], + [ + "are there any reputable car rental places in seattle", + "car_rental" + ], + [ + "what car rental choices are there in calgary", + "car_rental" + ], + [ + "is it possible to get a ford in austin from may the 5th to may the 7th of this year", + "car_rental" + ], + [ + "i'd like to find a place that rents flashy sports cars in tampa", + "car_rental" + ], + [ + "can i rent a car in belgium from march 01 to march 02 and have it be a porsche", + "car_rental" + ], + [ + "i'd like to rent a limo in las vegas from may 01, 2019 to may 03, 2019", + "car_rental" + ], + [ + "contact avis and see if they have cars available", + "car_rental" + ], + [ + "can i get a jeep to rent in bangor from the first of the month to a week after the first", + "car_rental" + ], + [ + "is there a car rental available from tuesday to thursday out of lax", + "car_rental" + ], + [ + "are you able to help with booking a car rental in seattle", + "car_rental" + ], + [ + "could i rent a car from tuesday to thursday out of lax", + "car_rental" + ], + [ + "can a car be rented from tuesday to thursday out of lax", + "car_rental" + ], + [ + "can i get assistance with booking a seattle car rental", + "car_rental" + ], + [ + "can i rent a car out of lax from tuesday to thursday", + "car_rental" + ], + [ + "is a car rental available out of lax from tuesday to thursday", + "car_rental" + ], + [ + "can you help me book a car rental in seattle", + "car_rental" + ], + [ + "could you help with booking a car rental for me in seattle", + "car_rental" + ], + [ + "can you help me with seattle car rental bookings", + "car_rental" + ], + [ + "i want to rent a car in boise from april 12-15", + "car_rental" + ], + [ + "is it possible for me to rent a car out of jfk airport from march 15-20", + "car_rental" + ], + [ + "i need to rent a car in chicago but don't know how", + "car_rental" + ], + [ + "will you help me reserve a rental car for my trip to dallas", + "car_rental" + ], + [ + "find out if i can rent a car in los angeles from march 2-9", + "car_rental" + ], + [ + "help me secure a car rental out of reagan international airport from march 22-30", + "car_rental" + ], + [ + "will you please assist me with renting a car in boise", + "car_rental" + ], + [ + "i would like some help getting a rental car reserved in los angeles", + "car_rental" + ], + [ + "could i rent a car out of dallas from april 1-10", + "car_rental" + ], + [ + "i need help booking a car rental in seattle", + "car_rental" + ], + [ + "show me how to rent a car in las vegas", + "car_rental" + ], + [ + "please help me book a rental car in appleton", + "car_rental" + ], + [ + "can you show me how to book a car rental in manitowoc", + "car_rental" + ], + [ + "help me book a rental car in green bay", + "car_rental" + ], + [ + "help me to book a car rental in sacremento", + "car_rental" + ], + [ + "where can i rent a car soon", + "car_rental" + ], + [ + "are there any places nearby i can rent a car at", + "car_rental" + ], + [ + "can you see if i can rent a car from dallas on the dates of march 1, 2019 to march 3, 2019", + "car_rental" + ], + [ + "please look up if i can rent a car in houston from march 25 to march 29", + "car_rental" + ], + [ + "could i rent a car in seattle from next monday to thursday please", + "car_rental" + ], + [ + "i'd like to rent an automobile in pittsburgh from this tuesday until next thursday can i do that", + "car_rental" + ], + [ + "is it possible to rent a car from new york on 3/2/19 to 3/5/19", + "car_rental" + ], + [ + "i need a rental car", + "car_rental" + ], + [ + "assist me in getting a car rental", + "car_rental" + ], + [ + "help me get a rental car", + "car_rental" + ], + [ + "i will need a rental car for travel", + "car_rental" + ], + [ + "can you help me with a rental car", + "car_rental" + ], + [ + "make sure i can rent one car out of chicago from january 2 to january 5", + "car_rental" + ], + [ + "is it possible to rent a car from laguardia from tuesday to friday", + "car_rental" + ], + [ + "are car rentals available out of new york from march 2 to march 3", + "car_rental" + ], + [ + "what places in chicago will allow me to rent a car from monday to friday", + "car_rental" + ], + [ + "i need to do a car rental", + "car_rental" + ], + [ + "please check if i can do a car rental from charlotte douglas airport from monday to wednesday", + "car_rental" + ], + [ + "rent me a car in aiken on may 12 to may 16", + "car_rental" + ], + [ + "book me a rental car in aiken on may 12 to may 16", + "car_rental" + ], + [ + "in aiken, get me a rental for may 12 to may 16", + "car_rental" + ], + [ + "i will be in aiken on may 12 to may 16, i need to rent a car", + "car_rental" + ], + [ + "on may 12 to may 16 can i get a car from aiken", + "car_rental" + ], + [ + "can you help me booked a car in london", + "car_rental" + ], + [ + "please book a car for me in bangkok", + "car_rental" + ], + [ + "please book a car for me in ho chi minh", + "car_rental" + ], + [ + "can you help me book a car rental in paris", + "car_rental" + ], + [ + "what do i do if my car battery is dead", + "jump_start" + ], + [ + "show me the way to jump start a battery", + "jump_start" + ], + [ + "how can i replace my car battery", + "jump_start" + ], + [ + "tell me how to jump start a battery", + "jump_start" + ], + [ + "what can i do since my car battery died", + "jump_start" + ], + [ + "my battery died in my car, how can i jump start a battery", + "jump_start" + ], + [ + "whats the best way to jump start a battery", + "jump_start" + ], + [ + "how do i jump start a battery", + "jump_start" + ], + [ + "my car battery died, what should i do", + "jump_start" + ], + [ + "how do i fix a dead car battery", + "jump_start" + ], + [ + "please help me figure out how to jump start my car", + "jump_start" + ], + [ + "i don't know how to jump start my car, help!", + "jump_start" + ], + [ + "can you help me with the steps to jump start my car", + "jump_start" + ], + [ + "help needed to jump start my car", + "jump_start" + ], + [ + "i need your help to jump start this car battery", + "jump_start" + ], + [ + "hey do you know how to jump start a car battery", + "jump_start" + ], + [ + "i would appreciate it if you could show me how to jump start a car battery", + "jump_start" + ], + [ + "could you teach me how to jump start a car", + "jump_start" + ], + [ + "what will i need to jump start a dead car", + "jump_start" + ], + [ + "read me a step by step guide on jump starting cars", + "jump_start" + ], + [ + "pull up instructions on how to jump start a car", + "jump_start" + ], + [ + "please assist me in figuring out how to handle a dead car battery", + "jump_start" + ], + [ + "i need to do something about my dead car battery", + "jump_start" + ], + [ + "my car is dead, what do i need to jump start it", + "jump_start" + ], + [ + "what should i do if my car battery dies", + "jump_start" + ], + [ + "where should i go to get my dead car battery checked out", + "jump_start" + ], + [ + "my car battery has died what should i do now", + "jump_start" + ], + [ + "inform me on the directions to jump start my car", + "jump_start" + ], + [ + "what are the steps to jump start my car", + "jump_start" + ], + [ + "tell me the tools i need to jump start my car", + "jump_start" + ], + [ + "do i need cables to jump start my car", + "jump_start" + ], + [ + "my car needs to be jump started, guide me through it", + "jump_start" + ], + [ + "tell me how to jump start my own car battery", + "jump_start" + ], + [ + "what are my options for jump starting my battery", + "jump_start" + ], + [ + "my battery is dead so how can i get it going again", + "jump_start" + ], + [ + "how do you go about jump starting a car battery", + "jump_start" + ], + [ + "i need diy info about jump starting my dead car battery", + "jump_start" + ], + [ + "how do you use jumper cables", + "jump_start" + ], + [ + "look up instructions for jumper cables", + "jump_start" + ], + [ + "how do you jump start a car", + "jump_start" + ], + [ + "how do you jump a car", + "jump_start" + ], + [ + "what do you need to jump a car", + "jump_start" + ], + [ + "what is the way to jump start the car", + "jump_start" + ], + [ + "can you tell me how to jump start the car", + "jump_start" + ], + [ + "how do i jump start the car", + "jump_start" + ], + [ + "what is the way to jump start my car", + "jump_start" + ], + [ + "closest auto parts store to find replace for dead car battery", + "jump_start" + ], + [ + "find repair shop that will diagnosis dead car battery", + "jump_start" + ], + [ + "number for aaa to help with dead car battery", + "jump_start" + ], + [ + "find auto store that tests dead car batteries for free", + "jump_start" + ], + [ + "where to go to get dead car battery tested", + "jump_start" + ], + [ + "what prong jump starts the car", + "jump_start" + ], + [ + "i want a pic of how to jump start", + "jump_start" + ], + [ + "what are some ways to jump start a car", + "jump_start" + ], + [ + "i need rules for jump starting", + "jump_start" + ], + [ + "what is the procedure to jump start a car", + "jump_start" + ], + [ + "what do i do when my car battery is dead", + "jump_start" + ], + [ + "how can i charge my car battery when it's dead", + "jump_start" + ], + [ + "if i think my car battery is dead, what steps should i take to fix it", + "jump_start" + ], + [ + "my car battery is dead, how do i charge it", + "jump_start" + ], + [ + "if my car battery is dead, what action do i need to do", + "jump_start" + ], + [ + "how do i jump start my vehicle", + "jump_start" + ], + [ + "can you tell me how to jump my car", + "jump_start" + ], + [ + "explain how to jump a car", + "jump_start" + ], + [ + "can you tell me how to jump a car", + "jump_start" + ], + [ + "how does one jump a car", + "jump_start" + ], + [ + "how do i jump my car", + "jump_start" + ], + [ + "how do i jump start my battery", + "jump_start" + ], + [ + "how do i start my car battery", + "jump_start" + ], + [ + "what do i do to jump start my battery", + "jump_start" + ], + [ + "how do i give my car a jump", + "jump_start" + ], + [ + "my car needs jump started, find me directions", + "jump_start" + ], + [ + "i need instructions on how to jump start my car", + "jump_start" + ], + [ + "i need to know how to jump start my car", + "jump_start" + ], + [ + "how do i jump start my car battery", + "jump_start" + ], + [ + "i don't know how to jump start my car", + "jump_start" + ], + [ + "tell me how to jump start my dead battery", + "jump_start" + ], + [ + "i need to jump start my car what do i do", + "jump_start" + ], + [ + "help me jump start my car", + "jump_start" + ], + [ + "my car is dead can you tell me how to jump start it", + "jump_start" + ], + [ + "how do you do a jump start", + "jump_start" + ], + [ + "whats the safest way to jump start a car", + "jump_start" + ], + [ + "guide me through jump starting a car", + "jump_start" + ], + [ + "how do you jump a car with a dead battery", + "jump_start" + ], + [ + "i need to know how jumping a car works", + "jump_start" + ], + [ + "what do i do for a dead car battery", + "jump_start" + ], + [ + "my car battery is dead, what do i do now", + "jump_start" + ], + [ + "what do i do to fix a dead car battery", + "jump_start" + ], + [ + "what should i do if my car battery is dead", + "jump_start" + ], + [ + "what's the method of jumping my car", + "jump_start" + ], + [ + "what do i do to jump start my car", + "jump_start" + ], + [ + "do you have instructions on jump starting a chevy", + "jump_start" + ], + [ + "how do you jump start a subaru forester", + "jump_start" + ], + [ + "how do i jump start a fiat", + "jump_start" + ], + [ + "how do i properly give my car a jump", + "jump_start" + ], + [ + "what's the best way to jump start a kia", + "jump_start" + ], + [ + "what do i do if i think my car battery's dead", + "jump_start" + ], + [ + "what's next when it seems there's a dead car battery", + "jump_start" + ], + [ + "how should i proceed if my car won't start and i think it's the battery", + "jump_start" + ], + [ + "how can i start my car using a jump start", + "jump_start" + ], + [ + "can you give me a french dinner suggestion", + "meal_suggestion" + ], + [ + "suggest a meal from laos to me, please", + "meal_suggestion" + ], + [ + "can you give me a vietnamese meal suggestion", + "meal_suggestion" + ], + [ + "suggest a meal from burma to me", + "meal_suggestion" + ], + [ + "can you give me a vietnamese dinner suggestion", + "meal_suggestion" + ], + [ + "suggest a meal from thailand to me, please", + "meal_suggestion" + ], + [ + "can you give me a thai meal suggestion, please", + "meal_suggestion" + ], + [ + "can you give me a vietnamese meal suggestion, please", + "meal_suggestion" + ], + [ + "can you give me a burmese meal suggestion, please", + "meal_suggestion" + ], + [ + "suggest a meal from burma to me, please", + "meal_suggestion" + ], + [ + "can you give me a burmese dinner suggestion", + "meal_suggestion" + ], + [ + "can you give me a thai meal suggestion", + "meal_suggestion" + ], + [ + "can you give me a thai dinner suggestion", + "meal_suggestion" + ], + [ + "suggest a meal from thailand to me", + "meal_suggestion" + ], + [ + "give me italian meal ideas", + "meal_suggestion" + ], + [ + "suggest an italian meal for me", + "meal_suggestion" + ], + [ + "can you suggest meals from italy to me", + "meal_suggestion" + ], + [ + "may you suggest a meal from italy to me", + "meal_suggestion" + ], + [ + "please suggest meals from italy to me", + "meal_suggestion" + ], + [ + "can you tell me a good indian dish to make", + "meal_suggestion" + ], + [ + "got any good dinner ideas", + "meal_suggestion" + ], + [ + "what's a simple chinese recipe for dinner", + "meal_suggestion" + ], + [ + "do you know an good pasta dishes", + "meal_suggestion" + ], + [ + "what can i make for dinner using ground beef", + "meal_suggestion" + ], + [ + "i need new dinner ideas", + "meal_suggestion" + ], + [ + "what can i make for dinner", + "meal_suggestion" + ], + [ + "do you know any greek dishes i could make for dinner", + "meal_suggestion" + ], + [ + "what do you think would be a good dinner", + "meal_suggestion" + ], + [ + "what would be good for dinner", + "meal_suggestion" + ], + [ + "what should i have for dinner", + "meal_suggestion" + ], + [ + "i'd like to get dinner suggestions for thai food", + "meal_suggestion" + ], + [ + "get me italian cuisine dinner suggestions", + "meal_suggestion" + ], + [ + "would you provide me with italian cuisine dinner suggestions", + "meal_suggestion" + ], + [ + "i'm needing dinner suggestions for mexican food", + "meal_suggestion" + ], + [ + "what's the pizza like around here", + "meal_suggestion" + ], + [ + "what's the best pizza place around here", + "meal_suggestion" + ], + [ + "how tasty is the pizza here", + "meal_suggestion" + ], + [ + "what would you suggest for dinner", + "meal_suggestion" + ], + [ + "i need dinner ideas", + "meal_suggestion" + ], + [ + "i need a mexican meal suggesstion", + "meal_suggestion" + ], + [ + "help me decide what mexican meal i want", + "meal_suggestion" + ], + [ + "what kind of mexican meal should i get", + "meal_suggestion" + ], + [ + "which mexican meal would be good", + "meal_suggestion" + ], + [ + "i need to cook, what should i make", + "meal_suggestion" + ], + [ + "i can't decide on dinner, what do you suggest", + "meal_suggestion" + ], + [ + "suggest a good mexican meal to me", + "meal_suggestion" + ], + [ + "do you have any suggestions for a meal from australia", + "meal_suggestion" + ], + [ + "i'd like you to give me an idea for a meal from iceland", + "meal_suggestion" + ], + [ + "can you suggest any good meals from chicago", + "meal_suggestion" + ], + [ + "please suggest a meal from italy to me", + "meal_suggestion" + ], + [ + "can you suggest to me any meals from nigeria", + "meal_suggestion" + ], + [ + "can you give me a meal suggestion for swedish cuisine", + "meal_suggestion" + ], + [ + "do you have any good recommendations for swiss cuisine", + "meal_suggestion" + ], + [ + "i'm looking for a good suggestion for norse cuisine", + "meal_suggestion" + ], + [ + "what's a good french meal", + "meal_suggestion" + ], + [ + "i'm looking for italian food suggestions", + "meal_suggestion" + ], + [ + "i want you to give me a suggestion for what to make for dinner", + "meal_suggestion" + ], + [ + "i want an italian meal suggestion", + "meal_suggestion" + ], + [ + "i need an italian meal suggestion", + "meal_suggestion" + ], + [ + "please give me a suggestion for what to make for dinner", + "meal_suggestion" + ], + [ + "i'd like an italian meal suggestion", + "meal_suggestion" + ], + [ + "i need you to give me a suggestion for what to make for dinner", + "meal_suggestion" + ], + [ + "i would love an italian meal suggestion", + "meal_suggestion" + ], + [ + "go ahead and give me a suggestion for what to make for dinner", + "meal_suggestion" + ], + [ + "i really want an italian meal suggestion", + "meal_suggestion" + ], + [ + "suggest food from italy to me", + "meal_suggestion" + ], + [ + "suggest an italian meal to me", + "meal_suggestion" + ], + [ + "what meal from italy do you suggest", + "meal_suggestion" + ], + [ + "what food from italy do you suggest", + "meal_suggestion" + ], + [ + "suggest a meal from italy to me", + "meal_suggestion" + ], + [ + "i need a suggestion for a dinner recipe", + "meal_suggestion" + ], + [ + "suggest a meal for me that comes from mexico", + "meal_suggestion" + ], + [ + "can you suggest a meal from ireland for me", + "meal_suggestion" + ], + [ + "suggest something for me to make myself for dinner", + "meal_suggestion" + ], + [ + "can you recommend for me a dish from ethiopia", + "meal_suggestion" + ], + [ + "what do you think i should prepare for my dinner", + "meal_suggestion" + ], + [ + "do you have any southern dishes to recommend", + "meal_suggestion" + ], + [ + "look up a recipe for dinner to suggest to me", + "meal_suggestion" + ], + [ + "what should i make for dinner", + "meal_suggestion" + ], + [ + "please suggest a british meal for me", + "meal_suggestion" + ], + [ + "what kind of greek food is good for dinner", + "meal_suggestion" + ], + [ + "what type of pizzas are available for dinner", + "meal_suggestion" + ], + [ + "need some good dinner ideas", + "meal_suggestion" + ], + [ + "thinking about cooking dinner, what should i make", + "meal_suggestion" + ], + [ + "give me some options on what to cook for dinner", + "meal_suggestion" + ], + [ + "please provide an option for dinner", + "meal_suggestion" + ], + [ + "i would like to hear what ideas you have about making dinner tonight", + "meal_suggestion" + ], + [ + "do you have any suggestions as to what i should cook for dinner", + "meal_suggestion" + ], + [ + "suggest a meal from denmark to me", + "meal_suggestion" + ], + [ + "suggest a meal from korea to me", + "meal_suggestion" + ], + [ + "suggest a meal from germany to me", + "meal_suggestion" + ], + [ + "suggest a meal from india to me", + "meal_suggestion" + ], + [ + "suggest a meal from new york to me", + "meal_suggestion" + ], + [ + "what do you think i should make for dinner", + "meal_suggestion" + ], + [ + "what thoughts do you have about making dinnner tonight", + "meal_suggestion" + ], + [ + "let me pick your brain what do you think we should do for dinner tonight", + "meal_suggestion" + ], + [ + "any suggestions for a peruvian meal", + "meal_suggestion" + ], + [ + "what peruvian dish should i make", + "meal_suggestion" + ], + [ + "what should i get at a mexican restaurant", + "meal_suggestion" + ], + [ + "suggest a meal from peru for me", + "meal_suggestion" + ], + [ + "whats the best way to roast a chicken", + "recipe" + ], + [ + "how do i make pie crust", + "recipe" + ], + [ + "find a recipe for german chocolate cake", + "recipe" + ], + [ + "how do i fry pork chops", + "recipe" + ], + [ + "how do i cook boiled eggs", + "recipe" + ], + [ + "find a chow mein recipe for me, please", + "recipe" + ], + [ + "do you know how to make chow mein", + "recipe" + ], + [ + "can you find a recipe on how to make chow mein", + "recipe" + ], + [ + "tell me how to make chow mein", + "recipe" + ], + [ + "i would like you to help me find a chow mein recipe", + "recipe" + ], + [ + "show me a beef recipe", + "recipe" + ], + [ + "what is a good beef recipe", + "recipe" + ], + [ + "i need a recipe for beef", + "recipe" + ], + [ + "give me a beef recipe", + "recipe" + ], + [ + "where is a beef recipe", + "recipe" + ], + [ + "you know procedure to cook apple pie", + "recipe" + ], + [ + "what is needed you to cook apple pie", + "recipe" + ], + [ + "do you know what are the ingredients to make apple pie", + "recipe" + ], + [ + "do you know recipe for making apple pie", + "recipe" + ], + [ + "how do you cook apple pie", + "recipe" + ], + [ + "how do i make pumpkin pie", + "recipe" + ], + [ + "making spaghetti sauce perfectly is done how", + "recipe" + ], + [ + "making ribs perfectly is done how", + "recipe" + ], + [ + "how do i make lemon merengue pie", + "recipe" + ], + [ + "how do i make lassagna", + "recipe" + ], + [ + "search for a macaroni and cheese recipe", + "recipe" + ], + [ + "can you get me a recipe for mashed potatoes", + "recipe" + ], + [ + "i need instructions on how to make shepherd's pie please", + "recipe" + ], + [ + "please help me with instructions on making chicken curry", + "recipe" + ], + [ + "what are the steps i need to follow to make chewy rice krispies treats", + "recipe" + ], + [ + "what's the best way to make chicken stir fry", + "recipe" + ], + [ + "how do i make tuna salad", + "recipe" + ], + [ + "can you give me a recipe for german chocolate cake", + "recipe" + ], + [ + "i need a recipe on how to make beef stew", + "recipe" + ], + [ + "i want a good recipe that shows me how to bake chocolate chip cookies from scratch", + "recipe" + ], + [ + "please search for a chocolate fudge brownies recipe", + "recipe" + ], + [ + "will you give me some guidance on how to make ceviche", + "recipe" + ], + [ + "can you search for the best new york style cheesecake recipes please", + "recipe" + ], + [ + "look up easy to follow recipes for beef ribs", + "recipe" + ], + [ + "i need the best recipe for mashed potatoes", + "recipe" + ], + [ + "can you find me a recipe for pie", + "recipe" + ], + [ + "can you find me a recipe for quiche", + "recipe" + ], + [ + "can you find me a recipe for pasta", + "recipe" + ], + [ + "can you find me a recipe for ribs", + "recipe" + ], + [ + "can you find me a recipe for cake", + "recipe" + ], + [ + "what steps are involved in making lasagna", + "recipe" + ], + [ + "how can i make chicken pot pie", + "recipe" + ], + [ + "how to make mac and cheese", + "recipe" + ], + [ + "how do you make pot roast", + "recipe" + ], + [ + "can you find a hearty lasagna recipe", + "recipe" + ], + [ + "find a good recipe for meatloaf", + "recipe" + ], + [ + "i am looking for a vegan friendly italian pasta recipe", + "recipe" + ], + [ + "how do you cook meatloaf", + "recipe" + ], + [ + "i need a vegi lasagna recipe", + "recipe" + ], + [ + "i need a quick recipe for spiral ham", + "recipe" + ], + [ + "what's the recipe for rice noodles", + "recipe" + ], + [ + "can you help me find a lasagna recipe", + "recipe" + ], + [ + "i need a recipe for chicken pot pie", + "recipe" + ], + [ + "help me find a recipe for a beef casserole", + "recipe" + ], + [ + "i need help finding a recipe for enchiladas", + "recipe" + ], + [ + "i need to know how to make philly cheesesteaks", + "recipe" + ], + [ + "i need a blackberry pie recipe", + "recipe" + ], + [ + "what do i need to do to make blackberry pie", + "recipe" + ], + [ + "blackberry pie instructions", + "recipe" + ], + [ + "how do you make blackberry pie", + "recipe" + ], + [ + "how do i bake a blackberry pie", + "recipe" + ], + [ + "do you have a cookbook that could teach me to make sushi", + "recipe" + ], + [ + "can you teach me how to make sushi", + "recipe" + ], + [ + "where can i look to learn to make sushi", + "recipe" + ], + [ + "what do you need to do to make sushi", + "recipe" + ], + [ + "is there a good website to teach me how to make sushi", + "recipe" + ], + [ + "tell me how to make beef wellington", + "recipe" + ], + [ + "what's a good recipe for chicken divan", + "recipe" + ], + [ + "find me a recipe for teriyaki chicken", + "recipe" + ], + [ + "find out how to make chicken tikka masala", + "recipe" + ], + [ + "how do i make beef stroganoff", + "recipe" + ], + [ + "please show me a recipe for chili", + "recipe" + ], + [ + "what is a good chili recipe", + "recipe" + ], + [ + "i need you to find me a recipe for fried shrimp", + "recipe" + ], + [ + "can you find me a recipe for coffee cakes", + "recipe" + ], + [ + "can you find me a recipe for salsa", + "recipe" + ], + [ + "can you find me a recipe for honey ham", + "recipe" + ], + [ + "can you find me a recipe for cheese cake", + "recipe" + ], + [ + "can you find me a recipe for sugar cookies", + "recipe" + ], + [ + "can you find me a recipe for carrot cake", + "recipe" + ], + [ + "how do you make benedict arnold", + "recipe" + ], + [ + "how do you create pork chili", + "recipe" + ], + [ + "what's the best way to make a broccoli salad", + "recipe" + ], + [ + "are there instructions on how to make buttermilk pancakes", + "recipe" + ], + [ + "what's the way to make apple pie", + "recipe" + ], + [ + "what's the process of making a burrito", + "recipe" + ], + [ + "how do i make a taco that's worth eating", + "recipe" + ], + [ + "how do i make that scottish dish with all the blood and sausage", + "recipe" + ], + [ + "is there a recipe for chili i can use", + "recipe" + ], + [ + "please give me instructions on making blueberry pie", + "recipe" + ], + [ + "can you instruct me on how to make german chocolate cake", + "recipe" + ], + [ + "how do i make the perfect omelette", + "recipe" + ], + [ + "i want to make sour dough bread please find a good recipe for me", + "recipe" + ], + [ + "i need a really good recipe for making doughnuts", + "recipe" + ], + [ + "please find me a recipe for spaghetti now", + "recipe" + ], + [ + "can you tell me what my total income is for the pay period", + "income" + ], + [ + "please give me my salary figure", + "income" + ], + [ + "i need you to tell me my salary", + "income" + ], + [ + "what is my gross income per pay period", + "income" + ], + [ + "what is my total annual income", + "income" + ], + [ + "how much did i earn in income only last year", + "income" + ], + [ + "what is my salary right now", + "income" + ], + [ + "what is my pay for this year", + "income" + ], + [ + "i would like to know what my salary is at this time", + "income" + ], + [ + "i need details on my income", + "income" + ], + [ + "tell me information about my income", + "income" + ], + [ + "do you know anything about my income", + "income" + ], + [ + "i want income data", + "income" + ], + [ + "tell me about my income this week", + "income" + ], + [ + "give me the details on my income", + "income" + ], + [ + "tell me how much i make", + "income" + ], + [ + "what has my income been like", + "income" + ], + [ + "what do i usually earn in a day", + "income" + ], + [ + "how much have i earned this week", + "income" + ], + [ + "what're my wages for the week", + "income" + ], + [ + "how much am i making at my job", + "income" + ], + [ + "what is my income", + "income" + ], + [ + "what do i earn from my job", + "income" + ], + [ + "how much money am i making", + "income" + ], + [ + "how much am i getting paid", + "income" + ], + [ + "advise me of my income", + "income" + ], + [ + "how much do i make", + "income" + ], + [ + "tell me my income", + "income" + ], + [ + "what is my salary", + "income" + ], + [ + "how much should my income be for the month", + "income" + ], + [ + "give me the low down on my income", + "income" + ], + [ + "what's my income", + "income" + ], + [ + "give me my income", + "income" + ], + [ + "what's my income been for the last 6 months", + "income" + ], + [ + "how much do i make every 2 weeks", + "income" + ], + [ + "what's my pay for the year", + "income" + ], + [ + "how much am i getting back from work", + "income" + ], + [ + "how much do i make at work", + "income" + ], + [ + "how much can i expect on my next check", + "income" + ], + [ + "what are they paying me at work right now", + "income" + ], + [ + "what's my take home from work", + "income" + ], + [ + "what's my pay for this week", + "income" + ], + [ + "how much am i getting paid today", + "income" + ], + [ + "what's my paycheck going to be", + "income" + ], + [ + "can you tell me my current salary", + "income" + ], + [ + "look up how much i earn annually", + "income" + ], + [ + "what amount of money do i earn at work", + "income" + ], + [ + "what is my income from work", + "income" + ], + [ + "i need to know how much i make at my job", + "income" + ], + [ + "what is the exact number of my salary", + "income" + ], + [ + "tell me how much money i'm earning at my job", + "income" + ], + [ + "calculate how much i earn from my job", + "income" + ], + [ + "calculate my total income from my job", + "income" + ], + [ + "tell me my salary please", + "income" + ], + [ + "would you tell me about my income", + "income" + ], + [ + "could you tell me about my income", + "income" + ], + [ + "please tell me about my income", + "income" + ], + [ + "i want you to tell me about my income", + "income" + ], + [ + "what is the total amount of my paychecks over the last year", + "income" + ], + [ + "how do i find my income", + "income" + ], + [ + "my income equals what amount", + "income" + ], + [ + "what is my hourly rate", + "income" + ], + [ + "what is my current gross salary", + "income" + ], + [ + "what is my current net salary", + "income" + ], + [ + "how much money was deposited to my bank account from my employer this month", + "income" + ], + [ + "what does my income amount to", + "income" + ], + [ + "can i have more information about my income", + "income" + ], + [ + "how much is my income", + "income" + ], + [ + "i need more information about my income", + "income" + ], + [ + "can you provide information on my income", + "income" + ], + [ + "what's my pay", + "income" + ], + [ + "how much money did i make", + "income" + ], + [ + "how much did i get paid", + "income" + ], + [ + "tell me my salary", + "income" + ], + [ + "can you tell me what my currnet salary is", + "income" + ], + [ + "can you tell me my exact salary", + "income" + ], + [ + "can you tell me what i earned", + "income" + ], + [ + "i need to know my earnings", + "income" + ], + [ + "i need to know my salary", + "income" + ], + [ + "what amount do i make", + "income" + ], + [ + "how much money do i bring in", + "income" + ], + [ + "can you tell me what my income will be this week", + "income" + ], + [ + "what is my yearly salary", + "income" + ], + [ + "what is my pay grade at work", + "income" + ], + [ + "how much do i make per day", + "income" + ], + [ + "how much is my income going to be this month", + "income" + ], + [ + "how much do you make an hour", + "income" + ], + [ + "how much have i earned", + "income" + ], + [ + "what is your current income", + "income" + ], + [ + "how much do you make", + "income" + ], + [ + "what do i earn on average at my job", + "income" + ], + [ + "what do i make yearly", + "income" + ], + [ + "what do you make in a year", + "income" + ], + [ + "what's my monthly income", + "income" + ], + [ + "how much money do i have coming in each month", + "income" + ], + [ + "i wanna know my income", + "income" + ], + [ + "please tell me my income", + "income" + ], + [ + "i need to know my income", + "income" + ], + [ + "i would like to know my income", + "income" + ], + [ + "how much cash do i earn", + "income" + ], + [ + "can you please order me more plastic bags", + "order" + ], + [ + "i need you to order some more lysol for me,please", + "order" + ], + [ + "i need some more lysol, could you order me some", + "order" + ], + [ + "i'm out of lysol could you order me some", + "order" + ], + [ + "could you please reorder me some lysol", + "order" + ], + [ + "will you order me some more lysol spray", + "order" + ], + [ + "order everything that's on my list for shopping", + "order" + ], + [ + "i want my entire shopping list ordered", + "order" + ], + [ + "i want to buy something", + "order" + ], + [ + "get my entire shopping list ordered", + "order" + ], + [ + "i want to make a purchase", + "order" + ], + [ + "take my shopping list and order all", + "order" + ], + [ + "send the order for my entire shopping list", + "order" + ], + [ + "add everything to my shopping cart", + "order" + ], + [ + "submit order for everything", + "order" + ], + [ + "buy everything on my list", + "order" + ], + [ + "please order everything you see on my shopping list", + "order" + ], + [ + "go shopping and order everything on the list", + "order" + ], + [ + "are you able to get my shopping list and order everything on it", + "order" + ], + [ + "could you get everything on my shopping list", + "order" + ], + [ + "i need everything ordered on my shopping list", + "order" + ], + [ + "can you buy me a toy car", + "order" + ], + [ + "i'd like to have everything on my shopping list", + "order" + ], + [ + "i do not have cookies so will you order me some more", + "order" + ], + [ + "get everything on my shopping list", + "order" + ], + [ + "i wanna buy a pair of shoes online now", + "order" + ], + [ + "i do not have flour so will you order me some more", + "order" + ], + [ + "i need everything on my shopping list", + "order" + ], + [ + "i do not have pizza so will you order me some more", + "order" + ], + [ + "i want everything on my shopping list", + "order" + ], + [ + "i don't have ice cream so will you order me some more", + "order" + ], + [ + "i am out of ice cream so will you order me some more", + "order" + ], + [ + "please get everything on my shopping list", + "order" + ], + [ + "i need you to order all the things on my shopping list", + "order" + ], + [ + "i want everything on my shopping list to be ordered", + "order" + ], + [ + "please order me everything that is on my shopping list", + "order" + ], + [ + "would you buy me a phone", + "order" + ], + [ + "i would like everything on my shopping list ordered", + "order" + ], + [ + "i would like you to buy me some paper plates", + "order" + ], + [ + "i'd like you to purchase me canned soup", + "order" + ], + [ + "i need you to buy a mouse for me", + "order" + ], + [ + "purchase a computer for me", + "order" + ], + [ + "i would like all of these things on my shopping list ordered", + "order" + ], + [ + "put in the order for everything on my shopping list", + "order" + ], + [ + "please order some more cat food, i'm out", + "order" + ], + [ + "i'm ready to put in the order for everything on my shopping list", + "order" + ], + [ + "go ahead and order everything on my shoping list", + "order" + ], + [ + "i need more cat food, please order some", + "order" + ], + [ + "i'm out of cat food, order more", + "order" + ], + [ + "will you buy me underpants", + "order" + ], + [ + "order some cat for me, i ran out", + "order" + ], + [ + "order more cat food, i'm out", + "order" + ], + [ + "are you able to purchase underpants for me", + "order" + ], + [ + "can you go to amazon a repurchase my last purchase", + "order" + ], + [ + "please order me a 7lb bag of world's best cat litter from targetcom", + "order" + ], + [ + "submit the order for everything on my shopping list", + "order" + ], + [ + "can you buy something from walmartcom for me", + "order" + ], + [ + "can you purchase underpants for me", + "order" + ], + [ + "can you order underpants for me", + "order" + ], + [ + "can you order everything on my shopping list", + "order" + ], + [ + "i'm out of detergent so will you order me some more", + "order" + ], + [ + "i'm out of fabric softener so will you order me some more", + "order" + ], + [ + "i'm out of soap so will you order me some more", + "order" + ], + [ + "i'm out of toothpaste so will you order me some more", + "order" + ], + [ + "i'm out of razors so will you order me some more", + "order" + ], + [ + "i just used up my toothpaste and need you to order more", + "order" + ], + [ + "i'm making a purchase and need the help of ai", + "order" + ], + [ + "can you order more chapstick i am all out", + "order" + ], + [ + "i am currently out of q tips and need more ordered right away", + "order" + ], + [ + "can you order more printer paper", + "order" + ], + [ + "ran out of tissues and need you to put an order in for more asap", + "order" + ], + [ + "i need you to buy a laptop", + "order" + ], + [ + "i'd like to buy some cooking pans", + "order" + ], + [ + "i'd like to have everything on the shopping list", + "order" + ], + [ + "please buy me flowers", + "order" + ], + [ + "buy all the things on the shopping list", + "order" + ], + [ + "i want all the things on the shopping list", + "order" + ], + [ + "i need to buy everything on the shopping list", + "order" + ], + [ + "purchase me dog food", + "order" + ], + [ + "purchase all the things on my shopping list", + "order" + ], + [ + "i'm short on flour so place an order for me", + "order" + ], + [ + "i'm low on mouthwash so create an order for me", + "order" + ], + [ + "i'm lacking vitamins so order me more", + "order" + ], + [ + "i need more candy so could you order me a pack", + "order" + ], + [ + "i require another filter so can you order me another one", + "order" + ], + [ + "i'm out of shampoo so will you order me some more", + "order" + ], + [ + "i'm out of paper plates so will you order me some more", + "order" + ], + [ + "i'm out of conditioner so will you order me some more", + "order" + ], + [ + "i'm out of paper towels so will you order me some more", + "order" + ], + [ + "i need a replacement phone charger ordered online", + "order" + ], + [ + "can you have some new oakley's shipped to me", + "order" + ], + [ + "grab me a new belt on amazon please", + "order" + ], + [ + "order me a new usb cable on amazon", + "order" + ], + [ + "can you order me new ray bans", + "order" + ], + [ + "would you order everything on my shopping list", + "order" + ], + [ + "i need everything on my shopping list to be ordered", + "order" + ], + [ + "i want you to buy me a shirt", + "order" + ], + [ + "i want everything on my shopping list ordered", + "order" + ], + [ + "i am needing you to buy me some shoes", + "order" + ], + [ + "i want you to order everything on my shopping list", + "order" + ], + [ + "is there any traffic congestion on my way to the closest whole foods", + "traffic" + ], + [ + "how bad is traffic to the closet atm machine", + "traffic" + ], + [ + "is traffic bad on my way to the next mcdonalds", + "traffic" + ], + [ + "what will traffic be like at 5:00 going towards the mall", + "traffic" + ], + [ + "is the traffic bad at 5:00 if i'm going to the mall", + "traffic" + ], + [ + "will i be able to get to the mall at 5:00, or will there be a lot of traffic", + "traffic" + ], + [ + "if i'm heading to the mall at 5:00, what will the traffic be like", + "traffic" + ], + [ + "i'm going to the mall at 5:00 what will traffic be like", + "traffic" + ], + [ + "what is the traffic like on the way to north shore", + "traffic" + ], + [ + "what is the traffic like on the way to makaha", + "traffic" + ], + [ + "what is the traffic like on the way to kaneohe", + "traffic" + ], + [ + "what is the traffic like on the way to kapolei", + "traffic" + ], + [ + "what is the traffic like on the way to town", + "traffic" + ], + [ + "is there traffic on dove road", + "traffic" + ], + [ + "is there traffic up ahead", + "traffic" + ], + [ + "should i take a different route to work", + "traffic" + ], + [ + "is there traffic on bramble lane", + "traffic" + ], + [ + "is there any traffic on my way to work", + "traffic" + ], + [ + "what's the traffic like around the stadium", + "traffic" + ], + [ + "how clogged are the streets before the stadium", + "traffic" + ], + [ + "how much traffic is there before the stadium", + "traffic" + ], + [ + "are there alot of cars on the road before the stadium", + "traffic" + ], + [ + "is there gridlock on the street up to the stadium", + "traffic" + ], + [ + "what's the traffic like on the way to patterson", + "traffic" + ], + [ + "what's the traffic like on the way to the mall", + "traffic" + ], + [ + "what's the traffic like on the way to the water slides", + "traffic" + ], + [ + "what's the traffic like on the way to the amusement park", + "traffic" + ], + [ + "what's the traffic like on the way to walmart", + "traffic" + ], + [ + "what is the traffic nearest lexington", + "traffic" + ], + [ + "give me the traffic at lexington", + "traffic" + ], + [ + "what's the traffic at lexington", + "traffic" + ], + [ + "tell me the traffic at lexington", + "traffic" + ], + [ + "how is the traffic near lexington", + "traffic" + ], + [ + "what is the traffic like", + "traffic" + ], + [ + "is the traffic bad on the way to work", + "traffic" + ], + [ + "how bad is the traffic", + "traffic" + ], + [ + "what is the traffic like on the way to work", + "traffic" + ], + [ + "let me know the traffic in tempe", + "traffic" + ], + [ + "is there traffic on route to work", + "traffic" + ], + [ + "is there traffic on my way to work today", + "traffic" + ], + [ + "i wanna know what the traffic typically like at 3:30 on the route to phoenix", + "traffic" + ], + [ + "i have to know what the traffic typically like at 3:30 on the route to phoenix", + "traffic" + ], + [ + "i would like to know the traffic in tempe please", + "traffic" + ], + [ + "tell me what the traffic is like on the way to phoenix", + "traffic" + ], + [ + "i need to know what the traffic typically like at 3:30 on the route to phoenix", + "traffic" + ], + [ + "is there traffic to work", + "traffic" + ], + [ + "i must know what the traffic typically like at 3:30 on the route to phoenix", + "traffic" + ], + [ + "i gotta know what the traffic is like on the way to phoenix", + "traffic" + ], + [ + "tell me the traffic in tempe", + "traffic" + ], + [ + "is there traffic on my way to work", + "traffic" + ], + [ + "i need ti know the traffic in tempe", + "traffic" + ], + [ + "i wanna know what the traffic is like on the way to phoenix", + "traffic" + ], + [ + "i need to know what traffic will be like in temp", + "traffic" + ], + [ + "what's the traffic typically like at 3:30 on the route to phoenix", + "traffic" + ], + [ + "i need to know what the traffic is like on the way to phoenix", + "traffic" + ], + [ + "i must know what the traffic is like on the way to phoenix", + "traffic" + ], + [ + "is any traffic on my route to work", + "traffic" + ], + [ + "give me an idea of traffic on the way to the doctors office at 6", + "traffic" + ], + [ + "is traffic bad on the way to chicago", + "traffic" + ], + [ + "traffic looking alright going towards burger king", + "traffic" + ], + [ + "is traffic heavy on my route to washington", + "traffic" + ], + [ + "how will traffic be at 7am on the way to my job", + "traffic" + ], + [ + "pull up traffic predictions at 4pm on the way to the library", + "traffic" + ], + [ + "how bad is traffic at 8 on the way to burger king", + "traffic" + ], + [ + "will traffic be light on the way to orlando", + "traffic" + ], + [ + "how's traffic en route to virginia", + "traffic" + ], + [ + "what does traffic look like at 9 en route to the aquarium", + "traffic" + ], + [ + "is there any traffic on the way to the bank", + "traffic" + ], + [ + "is the expressway slow this morning", + "traffic" + ], + [ + "will there be traffic on the way to walmart", + "traffic" + ], + [ + "how's highway traffic today", + "traffic" + ], + [ + "will i hit traffic on route to moms", + "traffic" + ], + [ + "how is the traffic on the way to the mall", + "traffic" + ], + [ + "how is the traffic on the way to work", + "traffic" + ], + [ + "how's traffic on i 95", + "traffic" + ], + [ + "tell me how traffic is looking on the interstate", + "traffic" + ], + [ + "is traffic bad on the parkway", + "traffic" + ], + [ + "how is the traffic on the way to the campsite", + "traffic" + ], + [ + "how is the traffic like on my way to fairfield", + "traffic" + ], + [ + "how is the traffic like on the way to the beach", + "traffic" + ], + [ + "what's the traffic like on my way to the terminal", + "traffic" + ], + [ + "how is the traffic on my way to the venue", + "traffic" + ], + [ + "how is the traffic at jfk at 5 pm on weekdays", + "traffic" + ], + [ + "how bad is city traffic in miami on friday's at 5 pm", + "traffic" + ], + [ + "is the beltway backed up in traffic on saturday mornings at 11 am during the cherry festival", + "traffic" + ], + [ + "how bad is the traffic waiting for the staten island ferry at 8 am", + "traffic" + ], + [ + "tell me about traffic conditions in ocean city, nj on sunday mornings around 10 am in the summer", + "traffic" + ], + [ + "is the traffic typically bad at noon on the route to the hopsital", + "traffic" + ], + [ + "how is the traffic typically at noon on the route to hospital", + "traffic" + ], + [ + "at around noon what is the traffic typically like on the route to the hopsital", + "traffic" + ], + [ + "can you tell me about the traffic typically at noon on the route the hospital", + "traffic" + ], + [ + "if im traveling to the hospital around noon what is the traffic typically like", + "traffic" + ], + [ + "how is the traffic at the nearest wal-mart pharmacy", + "traffic" + ], + [ + "what is the traffic situation at the olive garden restaurant", + "traffic" + ], + [ + "what is the traffic like at the closest safeway grocery store", + "traffic" + ], + [ + "is the traffic light or heavy at the nearest the century movie theater", + "traffic" + ], + [ + "is the traffic backed up at the closest circle k", + "traffic" + ], + [ + "what's the traffic like to city hall", + "traffic" + ], + [ + "what's traffic usually like around 5pm going to the bank", + "traffic" + ], + [ + "has the ice made traffic messy on the way to walmart", + "traffic" + ], + [ + "what is the process to get some more checkbooks mailed to me", + "order_checks" + ], + [ + "how do i get more checkbooks mailed to me", + "order_checks" + ], + [ + "if i need more checkbooks maild to me what should i do", + "order_checks" + ], + [ + "can you mail more checkbooks to me please", + "order_checks" + ], + [ + "can you explain to me how to get some more checkbooks mailed to me", + "order_checks" + ], + [ + "can i get more checks", + "order_checks" + ], + [ + "order more checks", + "order_checks" + ], + [ + "i don't have any checks left; please order some", + "order_checks" + ], + [ + "i need new checks", + "order_checks" + ], + [ + "can you order me more checks, please", + "order_checks" + ], + [ + "i need more checkbooks for my chase account", + "order_checks" + ], + [ + "i'm in need of checks for bank of america", + "order_checks" + ], + [ + "can you order me more checks at wells fargo", + "order_checks" + ], + [ + "my key bank checks have run out", + "order_checks" + ], + [ + "i don't have anymore checks for chase and need some", + "order_checks" + ], + [ + "i would like to request that more checkbooks be mailed to me", + "order_checks" + ], + [ + "i would like to order additional checkbooks to me mailed to my home address", + "order_checks" + ], + [ + "would it be possible for you to mail me new checkbooks", + "order_checks" + ], + [ + "i would like to place an order for more checkbooks to me mailed to me", + "order_checks" + ], + [ + "could you please mail me some checkbooks", + "order_checks" + ], + [ + "how can i order some more checks for my checking account", + "order_checks" + ], + [ + "can you show me how to order some more checks for my chase account", + "order_checks" + ], + [ + "please show me how to order more checks for my savings account", + "order_checks" + ], + [ + "i'd like to order more checks for my savings account", + "order_checks" + ], + [ + "i need to order more checks for my savings account", + "order_checks" + ], + [ + "if i can, i'd like to get some more checkbooks mailed to me", + "order_checks" + ], + [ + "can i get some more of those new checkbooks mailed to me", + "order_checks" + ], + [ + "can some more checkbooks get mailed to me", + "order_checks" + ], + [ + "can i please get some more checkbooks mailed to me", + "order_checks" + ], + [ + "i'd like to get some more checkbooks mailed to me, if i can", + "order_checks" + ], + [ + "i don't have checks so can i order some new ones", + "order_checks" + ], + [ + "i really wanna get some more checkbooks mailed to me", + "order_checks" + ], + [ + "i wanna order some more checks for my checking account", + "order_checks" + ], + [ + "i wanna get some new checks cause i ran out of them", + "order_checks" + ], + [ + "i would like to get some more checkbooks mailed to me", + "order_checks" + ], + [ + "i need to get some more checkbooks mailed to me", + "order_checks" + ], + [ + "i'd love to order some more checks for my checking account", + "order_checks" + ], + [ + "i feel i would like to get some more checkbooks mailed to me", + "order_checks" + ], + [ + "i don't have checks, so can i get new ones", + "order_checks" + ], + [ + "i must order some more checks for my checking account", + "order_checks" + ], + [ + "i do need to get some more checkbooks mailed to me", + "order_checks" + ], + [ + "i really need to order some more checks for my savings account", + "order_checks" + ], + [ + "i want to order some more checks for my savings account", + "order_checks" + ], + [ + "i recently ran out of checks, so i wanna get some new ones", + "order_checks" + ], + [ + "i need to order checks, so can i order some new ones", + "order_checks" + ], + [ + "i need more checkbooks delivered to me by mail", + "order_checks" + ], + [ + "i need to order more checkbooks by mail", + "order_checks" + ], + [ + "how can i order more checkbooks by mail", + "order_checks" + ], + [ + "can you show me how to get more checkbooks by mail", + "order_checks" + ], + [ + "what is the process for ordering new checks", + "order_checks" + ], + [ + "how do i order new checks", + "order_checks" + ], + [ + "how do you order new checks", + "order_checks" + ], + [ + "how do i order checks once i run out", + "order_checks" + ], + [ + "i need to order new checks", + "order_checks" + ], + [ + "is it possible to get more checkbooks for my navy fed account", + "order_checks" + ], + [ + "is it possible to get more checkbooks for my wells fargo checkings", + "order_checks" + ], + [ + "i used the last check so i want you to help me order more", + "order_checks" + ], + [ + "can i get new checks to replace the ones we ran out of", + "order_checks" + ], + [ + "since we're out of checks i want help purchasing new ones", + "order_checks" + ], + [ + "i need to order new checks since i just used the last of them", + "order_checks" + ], + [ + "order some new checks to replace the ones i ran out of", + "order_checks" + ], + [ + "can i get more checkbooks for my bank of america checkings account", + "order_checks" + ], + [ + "does my great western bank account allow me to order more checkbooks", + "order_checks" + ], + [ + "i need to order more checkbooks for my capital one account", + "order_checks" + ], + [ + "help me get some new checks since i ran out of them", + "order_checks" + ], + [ + "i want to order some new checks because i ran out of them", + "order_checks" + ], + [ + "i have no more checks, how can i order more", + "order_checks" + ], + [ + "how do i go about getting more checks since i ran out of them", + "order_checks" + ], + [ + "how can i order more checks since i do not have any more", + "order_checks" + ], + [ + "is is possible to order more checkbooks for account ending in sequence 939392", + "order_checks" + ], + [ + "tell my bank i need new checks", + "order_checks" + ], + [ + "please order me some new checks", + "order_checks" + ], + [ + "how can i order more checks for my regions bank account", + "order_checks" + ], + [ + "how do i place an order for more checks for my bank of america account", + "order_checks" + ], + [ + "how can i get more checks for my commerce bank checking account", + "order_checks" + ], + [ + "order more checks for my first bank checking account", + "order_checks" + ], + [ + "i need to order more checks for my usbank account", + "order_checks" + ], + [ + "i'm out of checks, please order new ones", + "order_checks" + ], + [ + "order new checks, please", + "order_checks" + ], + [ + "will you order more checkbooks for my silvergate account", + "order_checks" + ], + [ + "would you please order me more checkbooks for my b of t account", + "order_checks" + ], + [ + "order more checkbooks for my community account", + "order_checks" + ], + [ + "i need more checkbooks for my fifth third account", + "order_checks" + ], + [ + "can you get me more checkbooks for my southern account", + "order_checks" + ], + [ + "will it be possible to order for more checkbooks for my chase bank account", + "order_checks" + ], + [ + "can i order for more checkbooks for my chase bank account", + "order_checks" + ], + [ + "will i be able to order for more checkbooks for my chase bank account", + "order_checks" + ], + [ + "is it possible to make an order for more checkbooks for my chase bank account", + "order_checks" + ], + [ + "is it possible to order more checkbooks for my chase bank account", + "order_checks" + ], + [ + "ai, research usbank options to order more checks", + "order_checks" + ], + [ + "ai, where do i go to order checks for my usbank account", + "order_checks" + ], + [ + "ai,please order some checks for my usbank account", + "order_checks" + ], + [ + "ai, show me online options to order more checks for my usbank account", + "order_checks" + ], + [ + "ai, call my usbank to order more checks", + "order_checks" + ], + [ + "i need to place an order of checks for my bank of america checking account", + "order_checks" + ], + [ + "please submit an order for new checks on my pnc money market account", + "order_checks" + ], + [ + "i would like a reorder of checkbooks for my home equity line of credit with chase", + "order_checks" + ], + [ + "can you order new checks for my citizens checking", + "order_checks" + ], + [ + "make an order for new checbooks on my td checking please", + "order_checks" + ], + [ + "how do i order checks for my savings account", + "order_checks" + ], + [ + "why did my card not get accepted", + "card_declined" + ], + [ + "why did my card not get accepted there", + "card_declined" + ], + [ + "please tell me why did my card not get accepted", + "card_declined" + ], + [ + "why did my card not get accepted please", + "card_declined" + ], + [ + "why did my card not get accepted then", + "card_declined" + ], + [ + "find out why my card was declined", + "card_declined" + ], + [ + "please tell me why my card was declined", + "card_declined" + ], + [ + "for what reason did my card get declined", + "card_declined" + ], + [ + "can you tell me why my card was declined", + "card_declined" + ], + [ + "i need to know why my card was declined", + "card_declined" + ], + [ + "i need to know why my card was just declined at walgreen's", + "card_declined" + ], + [ + "where can i find out why my card was recently declined at amazoncom", + "card_declined" + ], + [ + "i tried using my card at chipotle yesterday and it was declined; why", + "card_declined" + ], + [ + "why was my card declined for my monthly netflix subscription payment", + "card_declined" + ], + [ + "can you tell me what caused my card to get declined at starbucks this morning", + "card_declined" + ], + [ + "i wonder why my card got declined yesterday", + "card_declined" + ], + [ + "why was my card declined", + "card_declined" + ], + [ + "my card was declined yesterday, why", + "card_declined" + ], + [ + "is my card working properly", + "card_declined" + ], + [ + "do i have enough funds in my card", + "card_declined" + ], + [ + "how do i fix my card being declined", + "card_declined" + ], + [ + "tell me why was my card declined at the zoo", + "card_declined" + ], + [ + "explain why was my card declined at boston market", + "card_declined" + ], + [ + "why did you decline my card at sfo", + "card_declined" + ], + [ + "how come my card was declined at rosses", + "card_declined" + ], + [ + "why did my card get declined at the dentist office", + "card_declined" + ], + [ + "why did macy's decline my card", + "card_declined" + ], + [ + "bloomingdale's declined my card and i'd like to know why", + "card_declined" + ], + [ + "why wouldn't nordstrom accept my card", + "card_declined" + ], + [ + "please tell me why walgreen's wouldn't take my card", + "card_declined" + ], + [ + "can you tell me why walmart declined my card", + "card_declined" + ], + [ + "i couldn't buy a mug from target because my card got declined", + "card_declined" + ], + [ + "stopped by target to get a mug but my card declines", + "card_declined" + ], + [ + "at target trying to buy a mug and my card was declined", + "card_declined" + ], + [ + "i went to target to buy a mug but my card did not work", + "card_declined" + ], + [ + "trying to buy a mug from target but my card declined", + "card_declined" + ], + [ + "why was my card not accepted yesterday", + "card_declined" + ], + [ + "tell me why my card didn't work yesterday", + "card_declined" + ], + [ + "what was the issue with my card yesterday", + "card_declined" + ], + [ + "what was the problem with my card yesterday", + "card_declined" + ], + [ + "what was wrong with my card yesterday", + "card_declined" + ], + [ + "i was at home depot trying to buy plants and my card got declined", + "card_declined" + ], + [ + "i need to know why my card declined yesterday", + "card_declined" + ], + [ + "i wish to know why my card was declined yesterday", + "card_declined" + ], + [ + "i was at target trying to buy candles and my card got declined", + "card_declined" + ], + [ + "find out why my card declined yesterday", + "card_declined" + ], + [ + "i was at sears trying to buy clothes and my card got declined", + "card_declined" + ], + [ + "why was my card declined yesterday", + "card_declined" + ], + [ + "i was at zales trying to buy a ring and my card got declined", + "card_declined" + ], + [ + "i was at macys trying to buy shoes and my card got declined", + "card_declined" + ], + [ + "my card declined yesterday and i want to know why", + "card_declined" + ], + [ + "i wish to know why my card was declined", + "card_declined" + ], + [ + "tell me why my card was declined yesterday", + "card_declined" + ], + [ + "so it turns out my card was declined at applebee's and i wanna know why", + "card_declined" + ], + [ + "so why was my card declined yesterday", + "card_declined" + ], + [ + "tell me why my card got declined", + "card_declined" + ], + [ + "it turns out my card was declined at fry's and i would like to know why", + "card_declined" + ], + [ + "let me know why my card got declined", + "card_declined" + ], + [ + "let me know why my card was declined yesterday", + "card_declined" + ], + [ + "i wanna know why my card was declined", + "card_declined" + ], + [ + "i really need to know why my card was denied", + "card_declined" + ], + [ + "so my card was declined at fry's and i wanna know why", + "card_declined" + ], + [ + "turns out my card was declined at wal mart and i wanna know why", + "card_declined" + ], + [ + "i think my card was declined at wal mart and i want to know why", + "card_declined" + ], + [ + "let me know why my card got declined the other day", + "card_declined" + ], + [ + "please let me know why my card was declined yesterday", + "card_declined" + ], + [ + "i was trying to buy qtips at walmart and my card got declined", + "card_declined" + ], + [ + "i was at walmart today and my card got declined when i went to buy qtips", + "card_declined" + ], + [ + "at walmart my card got declined when i was buyng qtips", + "card_declined" + ], + [ + "buying qtips today, my card got declined at walmart", + "card_declined" + ], + [ + "i was buying qtips today at walmart and my card got declined", + "card_declined" + ], + [ + "my card didn't go through when i was buying a case of water at walmart", + "card_declined" + ], + [ + "i was at walmart when my card was declined i was only trying to buy some candy", + "card_declined" + ], + [ + "my card got declined at target while buying a tv", + "card_declined" + ], + [ + "i was at albertsons trying to buy milk when my card wasn't accepted", + "card_declined" + ], + [ + "my card was not accepted for buying a computer at best buy", + "card_declined" + ], + [ + "please help me figure out why my card was declined yesterday", + "card_declined" + ], + [ + "why did my card get rejected yesterday", + "card_declined" + ], + [ + "can you tell me why my card was declined yesterday", + "card_declined" + ], + [ + "my card was declined at the store yesterday, what happened", + "card_declined" + ], + [ + "i was at costco trying to buy groceries and my card got declined", + "card_declined" + ], + [ + "my card was declined at the casino and i'm wondering why", + "card_declined" + ], + [ + "i was at safeway trying to buy groceries and my card got declined", + "card_declined" + ], + [ + "i was at whole foods trying to buy groceries and my card got declined", + "card_declined" + ], + [ + "i was at trader joe's trying to buy groceries and my card got declined", + "card_declined" + ], + [ + "i was at costco trying to buy sheets and my card got declined", + "card_declined" + ], + [ + "my card did not work yesterday", + "card_declined" + ], + [ + "i tried to use my credit card yesterday, but it did not work", + "card_declined" + ], + [ + "my card was malfunctioning and was returned to me", + "card_declined" + ], + [ + "for which reason was my card declined yesterday", + "card_declined" + ], + [ + "yesterday, my card was declined", + "card_declined" + ], + [ + "i don't understand why walgreens declined my card", + "card_declined" + ], + [ + "i tried to make a purchase yesterday but my card was declined why", + "card_declined" + ], + [ + "i don't understand why my card was declined yesterday", + "card_declined" + ], + [ + "what is the reason for whole foods declining my card", + "card_declined" + ], + [ + "can you explain why my card was declined", + "card_declined" + ], + [ + "how come starbucks declined my card when i tried to use it to pay", + "card_declined" + ], + [ + "how come my card was not accepted yesterday", + "card_declined" + ], + [ + "find out what happened to make my card get declined yesterday", + "card_declined" + ], + [ + "why was my card declined at safeway", + "card_declined" + ] + ], + "oos_test": [ + [ + "how much has the dow changed today", + "oos" + ], + [ + "how many prime numbers are there between 0 and 100", + "oos" + ], + [ + "can you tell me how to solve simple algebraic equations with one variable", + "oos" + ], + [ + "can you dim the brightness of my screen", + "oos" + ], + [ + "what is the account number to the internet service i have", + "oos" + ], + [ + "can you see a hdmi cord", + "oos" + ], + [ + "what veggies can i pair with mushrooms", + "oos" + ], + [ + "can you put the car in fuel efficient mode", + "oos" + ], + [ + "at what age can someone get a card", + "oos" + ], + [ + "please find today's most read stories from the new york times todayi", + "oos" + ], + [ + "how do i get red wine out of a couch cushion", + "oos" + ], + [ + "can you tell me who sells dixie paper plates", + "oos" + ], + [ + "who invented the internet", + "oos" + ], + [ + "what big news happened over the weekend", + "oos" + ], + [ + "what is happening in politicsu", + "oos" + ], + [ + "how is my driving", + "oos" + ], + [ + "is the earth flat", + "oos" + ], + [ + "what is the best way to clean ceiling fans", + "oos" + ], + [ + "please tell me the status of the government shutdown", + "oos" + ], + [ + "what oil is best for chicken", + "oos" + ], + [ + "what is today's big article in the washington post", + "oos" + ], + [ + "has there been anything breaking this afternoon", + "oos" + ], + [ + "what are yahoo's top stories right now", + "oos" + ], + [ + "what's at movies", + "oos" + ], + [ + "what is the amount of blood needed to stay alive", + "oos" + ], + [ + "can you add a bag to my reservation", + "oos" + ], + [ + "can you auto-pilot the car", + "oos" + ], + [ + "wash windshield", + "oos" + ], + [ + "can you tell me what credit cards i have open", + "oos" + ], + [ + "did the stock market finish up for the day", + "oos" + ], + [ + "what is the population of south africa", + "oos" + ], + [ + "watch the fbi", + "oos" + ], + [ + "can you find the answer to number 26 in this algebra two textbook", + "oos" + ], + [ + "how to remove a stripped bolt", + "oos" + ], + [ + "which stocks have lost the least today", + "oos" + ], + [ + "what are some things i can do on the way to work", + "oos" + ], + [ + "how many steps have i taken today", + "oos" + ], + [ + "can you fill in my credit card number on the screen", + "oos" + ], + [ + "who won the patriots game last nightu", + "oos" + ], + [ + "is anything being newscasted about the threat of famine in chadu", + "oos" + ], + [ + "what are the different types of tvs", + "oos" + ], + [ + "do laundry", + "oos" + ], + [ + "what did trump do todayu", + "oos" + ], + [ + "how many miles does my car currently have", + "oos" + ], + [ + "close all internet tabs", + "oos" + ], + [ + "can you sell stocks for me", + "oos" + ], + [ + "how do you treat an iron skillet", + "oos" + ], + [ + "how much has microsoft's stock changed over the last year", + "oos" + ], + [ + "what is the best product for removing soap scum", + "oos" + ], + [ + "read text", + "oos" + ], + [ + "park the car", + "oos" + ], + [ + "show me a list of top rated airlines", + "oos" + ], + [ + "may i finish washing then i give you please", + "oos" + ], + [ + "do i have overdraft protection", + "oos" + ], + [ + "can you delete my saved credit card", + "oos" + ], + [ + "can you give me the most current market news", + "oos" + ], + [ + "did the supreme court nominee get approvedu", + "oos" + ], + [ + "which company has gone up the most today", + "oos" + ], + [ + "who were the superbowl 23 champions", + "oos" + ], + [ + "can you tell me how to clean a fish tank", + "oos" + ], + [ + "open cnn websiteo", + "oos" + ], + [ + "how do i make my android phone more secure", + "oos" + ], + [ + "i need to update my address", + "oos" + ], + [ + "what is that crunchy stuff on creme bruleo", + "oos" + ], + [ + "which airports do southwest service around the greater new york city area", + "oos" + ], + [ + "can you retrieve client d's file please", + "oos" + ], + [ + "can you list all channels of a certain category", + "oos" + ], + [ + "where does jelly come from", + "oos" + ], + [ + "can you tell me the s&p average", + "oos" + ], + [ + "how would you rate the airport i am traveling to", + "oos" + ], + [ + "am i too old to be a sugar babyo", + "oos" + ], + [ + "what was the closing number of the nasdaq today", + "oos" + ], + [ + "has ko gone up or down", + "oos" + ], + [ + "how many cars average are on the road daily", + "oos" + ], + [ + "what does the plus sign mean on my dashboard", + "oos" + ], + [ + "how is ford's stock doing", + "oos" + ], + [ + "what is my checking account number", + "oos" + ], + [ + "when should i remove my snow tires", + "oos" + ], + [ + "which stocks gained the most today", + "oos" + ], + [ + "what is the fee for a cash advance", + "oos" + ], + [ + "tell me about the earthquake in california that happened this morning", + "oos" + ], + [ + "change color contrast", + "oos" + ], + [ + "what is the golden ratio's number", + "oos" + ], + [ + "is the bank open on mlk day", + "oos" + ], + [ + "can i deposit a check", + "oos" + ], + [ + "from the second of the left ,the pink one", + "oos" + ], + [ + "go and check the fridge", + "oos" + ], + [ + "can you tell me the score of the heat game", + "oos" + ], + [ + "can you mark this note as important", + "oos" + ], + [ + "can you tell me how to multiply two fractions", + "oos" + ], + [ + "i want to find a new car under $25000", + "oos" + ], + [ + "when is the next full moon", + "oos" + ], + [ + "how do i change the windshield wipers", + "oos" + ], + [ + "why is the sky blue", + "oos" + ], + [ + "should i do a complete stop at red lights", + "oos" + ], + [ + "are all televisions high definition", + "oos" + ], + [ + "can you tell me today's headlines pleasei", + "oos" + ], + [ + "who invented custardo", + "oos" + ], + [ + "how to be millionare", + "oos" + ], + [ + "when does the stock market update", + "oos" + ], + [ + "can you tell me how to get gum out of my rug", + "oos" + ], + [ + "how can i get a better rate on my card", + "oos" + ], + [ + "open up internet browser", + "oos" + ], + [ + "it is white colour", + "oos" + ], + [ + "what makes pi so mathematically important", + "oos" + ], + [ + "why can you have the square root of a negative number", + "oos" + ], + [ + "how much time do i have left on my 0% apr", + "oos" + ], + [ + "what are the highest-rated android phones", + "oos" + ], + [ + "what time do i need to arrive to make it on time", + "oos" + ], + [ + "find articles about the protests in parisi", + "oos" + ], + [ + "can you tell me how fast the average airplane enroute to california goes", + "oos" + ], + [ + "how many hurricanes are in an average hurricane season", + "oos" + ], + [ + "how does my current htc phone compare to other android phones", + "oos" + ], + [ + "what movies are available", + "oos" + ], + [ + "how many items are in a bakers dozen", + "oos" + ], + [ + "what articles are written at the cnn site about the women's march", + "oos" + ], + [ + "when does napa close", + "oos" + ], + [ + "what is the current price of tsla", + "oos" + ], + [ + "when will world war 3 begin", + "oos" + ], + [ + "what's going on in the world today", + "oos" + ], + [ + "what battery percentage is my phone at", + "oos" + ], + [ + "can you sign out of my bank login", + "oos" + ], + [ + "what is one standard deviation", + "oos" + ], + [ + "has the market been up or down since the beginning of this year", + "oos" + ], + [ + "how many moons does mars have", + "oos" + ], + [ + "what is the cashback rate for my credit card", + "oos" + ], + [ + "who has the best record in the nba", + "oos" + ], + [ + "how long is the bank open until", + "oos" + ], + [ + "what are some good games for my android phone", + "oos" + ], + [ + "can my grace period be extended any possible way", + "oos" + ], + [ + "how much over will overdraft protection cover", + "oos" + ], + [ + "how fast am i going", + "oos" + ], + [ + "who was the first person to discover cells", + "oos" + ], + [ + "how many people died in yesterday's storm", + "oos" + ], + [ + "how much memory do i have left on this phone", + "oos" + ], + [ + "can i set up mobile deposits", + "oos" + ], + [ + "sell three calls of of nvda", + "oos" + ], + [ + "what bills is congress talking about passing or blocking today", + "oos" + ], + [ + "how much data does my phone have left this month", + "oos" + ], + [ + "how do i add someone to my account", + "oos" + ], + [ + "how much money would my house sell for", + "oos" + ], + [ + "how do i install new cabinets", + "oos" + ], + [ + "is there a fee for cancelling a flight i've booked", + "oos" + ], + [ + "delete the contact uncle john from my phone", + "oos" + ], + [ + "search my contacts for the auto repair place", + "oos" + ], + [ + "does my carrier have coverage in europe", + "oos" + ], + [ + "is there a cheaper rate with another carrier for my mobile", + "oos" + ], + [ + "what are the limits in my phone plan", + "oos" + ], + [ + "is there a way to change your houses address", + "oos" + ], + [ + "does dhl deliver to my address", + "oos" + ], + [ + "how frequently is the bus running today", + "oos" + ], + [ + "is there a better bus route i should be taking", + "oos" + ], + [ + "what stores are at my local mall", + "oos" + ], + [ + "i need to get kalee added to my phone plan", + "oos" + ], + [ + "what is the price of other company's similar phone plans", + "oos" + ], + [ + "how long do i have to wait to get my refund", + "oos" + ], + [ + "how long does it take the irs to issue a tax refund", + "oos" + ], + [ + "do you know if it is possible to close my savings account", + "oos" + ], + [ + "how hard is it to close a bank account at wells fargo", + "oos" + ], + [ + "add my wife as an authorized user to checking account 20905432", + "oos" + ], + [ + "i would like to upgrade to full coverage for my car", + "oos" + ], + [ + "who has the cheapest insurance for my model car in the area", + "oos" + ], + [ + "tell me the value on my current car", + "oos" + ], + [ + "where can i list my vehicle for sell", + "oos" + ], + [ + "what is the price to buy more data on my phone", + "oos" + ], + [ + "i need to add a person to my bank account", + "oos" + ], + [ + "who is the best local real estate agent", + "oos" + ], + [ + "i want to install new tiles in my kitchen", + "oos" + ], + [ + "what's the way for delta to cancel a flight", + "oos" + ], + [ + "read the phone number for mom in my phone contacts", + "oos" + ], + [ + "create a contact labeled mom", + "oos" + ], + [ + "do other providers have better coverage than my cell carrier", + "oos" + ], + [ + "does centurytel offer any better plans than the one i'm on", + "oos" + ], + [ + "what's going on in the world today, anything major", + "oos" + ], + [ + "what is the extra digits that are sometimes included on my zip code", + "oos" + ], + [ + "what's the extended zipcode for my address", + "oos" + ], + [ + "is there an alternate bus stop close to my home i can use", + "oos" + ], + [ + "what stores are in the local mall", + "oos" + ], + [ + "add mary to my phone plan, please", + "oos" + ], + [ + "how much is it to get more data on my phone plan", + "oos" + ], + [ + "can i use direct deposit for my tax refund", + "oos" + ], + [ + "how much of a refund will i get this year", + "oos" + ], + [ + "please take all my money out of my checking account and close the account", + "oos" + ], + [ + "what are cars like mine selling for online", + "oos" + ], + [ + "what's the blue book value of my car", + "oos" + ], + [ + "what are the last 4 digits of my credit card number", + "oos" + ], + [ + "switch over to low power mode to preserve battery life", + "oos" + ], + [ + "show me the most popular nonfiction book currently on the market", + "oos" + ], + [ + "can you recommend some fiction books", + "oos" + ], + [ + "how can i repair a broken watch", + "oos" + ], + [ + "what's out at the theaters right now", + "oos" + ], + [ + "what is the most popular movie currently in theaters", + "oos" + ], + [ + "what is the cheapest new car for this year", + "oos" + ], + [ + "show me new cars with the highest safety rating", + "oos" + ], + [ + "i am looking for a suit for work", + "oos" + ], + [ + "i need to find a black suit under $100", + "oos" + ], + [ + "what is a good laptop for gaming", + "oos" + ], + [ + "show me laptops for sale that are under $2,000", + "oos" + ], + [ + "which element on the periodic table is k", + "oos" + ], + [ + "what kind of bonds do molecules have", + "oos" + ], + [ + "how much is my car worth used", + "oos" + ], + [ + "look up prices for parking at the airport over the weekend", + "oos" + ], + [ + "what is the best way for dealing with the airport", + "oos" + ], + [ + "what are my hours this week at work", + "oos" + ], + [ + "can you check my voicemail", + "oos" + ], + [ + "how many voicemails are currently in my inbox", + "oos" + ], + [ + "i would like to know how long a charge is suppose to last on my phone", + "oos" + ], + [ + "check battery health on this device", + "oos" + ], + [ + "what is a well reviewed book for a teenage girl to read", + "oos" + ], + [ + "i want to find new cyberpunk fiction books", + "oos" + ], + [ + "what channel is cw on", + "oos" + ], + [ + "what is the most rented movie this week", + "oos" + ], + [ + "what is a good movie to go see in theaters for a family with young kids", + "oos" + ], + [ + "i would like to find a stylish suit for a party", + "oos" + ], + [ + "can you give me suggestions for a professional suit under $200", + "oos" + ], + [ + "when is it cheapest to travel to hawaii", + "oos" + ], + [ + "i need a laptop with 16gb of ram", + "oos" + ], + [ + "what is the best reviewed laptop available on the market", + "oos" + ], + [ + "give me information about the element carbon and its reactions with hydrogen", + "oos" + ], + [ + "what is a good chemistry experiment to learn from", + "oos" + ], + [ + "how much is this years model of my car cost", + "oos" + ], + [ + "how do i best deal with the airport", + "oos" + ], + [ + "remind me of the address for my workplace please", + "oos" + ], + [ + "what time do i have to go to work today", + "oos" + ], + [ + "how many voicemail messages do i have", + "oos" + ], + [ + "erase all voicemails in my inbox please", + "oos" + ], + [ + "can you look up grocery coupons for me", + "oos" + ], + [ + "what is money used for", + "oos" + ], + [ + "what are some natural remedies to help ease stress", + "oos" + ], + [ + "what are some good methods of relieving stress", + "oos" + ], + [ + "how do you make sure a bridge doesn't fall down", + "oos" + ], + [ + "what is the median salary for someone with an engineering degree", + "oos" + ], + [ + "what size pipes are used for sinks", + "oos" + ], + [ + "why would the water be turned off", + "oos" + ], + [ + "what is a good sink filter for water", + "oos" + ], + [ + "what does water taste like", + "oos" + ], + [ + "are there any sales on groceries today", + "oos" + ], + [ + "when was my lawn last mowed", + "oos" + ], + [ + "what store has the best deals going on right now", + "oos" + ], + [ + "can you tell me the best time to visit downtown when driving", + "oos" + ], + [ + "am i currently connected to wifi", + "oos" + ], + [ + "is there an internet outage in my area", + "oos" + ], + [ + "tell me about personal finance", + "oos" + ], + [ + "does amazon collect my personal information", + "oos" + ], + [ + "check the status of my amazon orders for me", + "oos" + ], + [ + "what is the official language of romania", + "oos" + ], + [ + "show me the best times to book flights for traveling to another country", + "oos" + ], + [ + "disconnect from wifi immediately please", + "oos" + ], + [ + "am i connected to wifi", + "oos" + ], + [ + "list the contents of my safety deposit box at the bank", + "oos" + ], + [ + "what's the more secure bank vault", + "oos" + ], + [ + "what coupons do i have for restaurants", + "oos" + ], + [ + "how do i make money", + "oos" + ], + [ + "can you give me some stress management tips", + "oos" + ], + [ + "how unhealthy is stress", + "oos" + ], + [ + "what's the best way to build a skyscraper", + "oos" + ], + [ + "find engineering programs to apply to", + "oos" + ], + [ + "what kind of glue is used for gluing pipes together", + "oos" + ], + [ + "check to see how many miles are on my car", + "oos" + ], + [ + "how do i change my windshield wipers", + "oos" + ], + [ + "how many ppm of particulate is in my local water", + "oos" + ], + [ + "what color is water", + "oos" + ], + [ + "is anything on my grocery list on sale today", + "oos" + ], + [ + "how long does it take for grass seed to grow on my lawn", + "oos" + ], + [ + "please activate a wireless hotspot so i can use the internet", + "oos" + ], + [ + "look up a good broker for mutual funds", + "oos" + ], + [ + "what are the best personal finance practices", + "oos" + ], + [ + "will amazon ship an order even if there was a pricing mistake", + "oos" + ], + [ + "where did mandarin originate from", + "oos" + ], + [ + "what are some of the most visited countries for people looking to travel abroad", + "oos" + ], + [ + "tell me which wifi network you are connected to right now", + "oos" + ], + [ + "what is my current signal strength", + "oos" + ], + [ + "if i'm locked in a bank vault what's the best way to get out", + "oos" + ], + [ + "how do i upgrade my operating system", + "oos" + ], + [ + "how much ram does my computer have", + "oos" + ], + [ + "is it ok to feed dogs people food", + "oos" + ], + [ + "how do you fix a leaking sink", + "oos" + ], + [ + "how do you unclog a toilet", + "oos" + ], + [ + "can you tell me local crime in my area", + "oos" + ], + [ + "what's the power consumption of my fridge", + "oos" + ], + [ + "what is the warranty on my microwave", + "oos" + ], + [ + "how do i use my microwaves defrost", + "oos" + ], + [ + "how do you get red wine out of the carpet", + "oos" + ], + [ + "how do i get stains out of the carpet", + "oos" + ], + [ + "what is the highest quality carpet available", + "oos" + ], + [ + "has everyone come home from school", + "oos" + ], + [ + "what time did my daughter get home from her date", + "oos" + ], + [ + "is my computer free from viruses", + "oos" + ], + [ + "are you allowed to call someone a dirty name as part of free speech", + "oos" + ], + [ + "can you really get arrested for yelling fire in a crowded theater", + "oos" + ], + [ + "what amendment guarantees the freedom of speech to americans", + "oos" + ], + [ + "do employers have to honor freedom of speech", + "oos" + ], + [ + "what's the average score on a round of golf", + "oos" + ], + [ + "where is the closest driving range", + "oos" + ], + [ + "when does tiger woods play next", + "oos" + ], + [ + "how can i improve my golf swing", + "oos" + ], + [ + "are your step-parent's parents considered your grandparents", + "oos" + ], + [ + "what's a good gift to get for your grandparents", + "oos" + ], + [ + "what year did my grandparents get married", + "oos" + ], + [ + "fun gift ideas to give to grandparents", + "oos" + ], + [ + "which came first; greek mythology or roman mythology", + "oos" + ], + [ + "how many greek mythology characters are there", + "oos" + ], + [ + "who created the world in greek mythology", + "oos" + ], + [ + "what was hercules the god of", + "oos" + ], + [ + "how many harry potter books are there", + "oos" + ], + [ + "what is harry's real name", + "oos" + ], + [ + "who played ronald weasly", + "oos" + ], + [ + "how do you repel a bear when you're out on a hike", + "oos" + ], + [ + "where's the best place to hike in the rockies", + "oos" + ], + [ + "what should i wear to hike", + "oos" + ], + [ + "what is the main cause of becoming homeless", + "oos" + ], + [ + "how many people are jobless in america", + "oos" + ], + [ + "how many homeless people are there", + "oos" + ], + [ + "where are most homeless people", + "oos" + ], + [ + "are indians nowadays reminiscent of a decade ago", + "oos" + ], + [ + "what were indians like 100 years ago", + "oos" + ], + [ + "how old is jennifer aniston", + "oos" + ], + [ + "i need tips on how to overcome insomnia", + "oos" + ], + [ + "how many people have insomnia", + "oos" + ], + [ + "what causes dyslexia", + "oos" + ], + [ + "is insomnia curable", + "oos" + ], + [ + "what are sigmund freud's most famous books", + "oos" + ], + [ + "what year was jane austen born", + "oos" + ], + [ + "where is te lawrence", + "oos" + ], + [ + "who is jane goodall", + "oos" + ], + [ + "how long does it take to get your yellow belt in karate", + "oos" + ], + [ + "what's the most practiced form of mma in the world", + "oos" + ], + [ + "what is the highest belt in karate", + "oos" + ], + [ + "where does jiu jitsu originate", + "oos" + ], + [ + "what's the proper subject verb order in japanese", + "oos" + ], + [ + "how do i learn more about linguistics", + "oos" + ], + [ + "what kind of paint do makeup artists use", + "oos" + ], + [ + "the bus moves with tyre", + "oos" + ], + [ + "how the bus moves", + "oos" + ], + [ + "what are some good resources to learn about mental illness", + "oos" + ], + [ + "are people with a mental illness eligible for disability", + "oos" + ], + [ + "how many people suffer from mental illness", + "oos" + ], + [ + "how can i get help for my mental health", + "oos" + ], + [ + "what's trending now", + "oos" + ], + [ + "what's the first romantic movie ever made", + "oos" + ], + [ + "when was the term \"zombie\" first used", + "oos" + ], + [ + "what kind of traits do vampires have", + "oos" + ], + [ + "what do mummies eat", + "oos" + ], + [ + "send information on flood clean up to my phone", + "oos" + ], + [ + "what's the cost of buying a sump pump", + "oos" + ], + [ + "recommend a flood clean up service", + "oos" + ], + [ + "what is the safest model of airplane to fly in", + "oos" + ], + [ + "what year was the first airplane built in", + "oos" + ], + [ + "what's the best reviewed local roof repair place", + "oos" + ], + [ + "what's the best type of plan to upgrade to", + "oos" + ], + [ + "give me a suggestion for roofers", + "oos" + ], + [ + "where can i buy new shingles", + "oos" + ], + [ + "what's the safest pet to be around toddlers", + "oos" + ], + [ + "why is my dog vomiting after eating", + "oos" + ], + [ + "tiger", + "oos" + ], + [ + "what's the average rent of apartments in my city", + "oos" + ], + [ + "are there any apartments for rent nearby", + "oos" + ], + [ + "what are apartment prices now", + "oos" + ], + [ + "what's the highest building in the world", + "oos" + ], + [ + "where is the closest architecture college", + "oos" + ], + [ + "where can i submit my architecture plans", + "oos" + ], + [ + "who is the best architecture", + "oos" + ], + [ + "please give me a listing of all the bottled water brands in the area", + "oos" + ], + [ + "what are the lowest prices of bottled water at costco", + "oos" + ], + [ + "how do they filter pollutants out of bottled water", + "oos" + ], + [ + "what's the cost of bottled water", + "oos" + ], + [ + "what's the cost to have a business card printed", + "oos" + ], + [ + "when can i get a business card printed locally", + "oos" + ], + [ + "what to use to design my business cards", + "oos" + ], + [ + "download all the photos off my phone into the cloud", + "oos" + ], + [ + "tell me about that kind of cameras", + "oos" + ], + [ + "how much is the new nikon camera", + "oos" + ], + [ + "what kind of camera should i buy", + "oos" + ], + [ + "how much candy have i consumed this week", + "oos" + ], + [ + "how many flavors of mnm's are there", + "oos" + ], + [ + "who makes milky way bars", + "oos" + ], + [ + "how safe is it to consume the substance h2o", + "oos" + ], + [ + "how many elements are on the periodic table", + "oos" + ], + [ + "what's the chemical composition of a fart", + "oos" + ], + [ + "what is phosphorus on the periodic table", + "oos" + ], + [ + "look up some christmas songs for me", + "oos" + ], + [ + "is espn covering the golden state warriors game", + "oos" + ], + [ + "how many calories does doing 20 situps burn", + "oos" + ], + [ + "what is a normal resting heart rate", + "oos" + ], + [ + "should i run every day", + "oos" + ], + [ + "how many months do i left in my hbo subscription", + "oos" + ], + [ + "when does game of thrones return on hbo", + "oos" + ], + [ + "cancel my subscription to scientific american", + "oos" + ], + [ + "i'd like to renew my subscription to playboy", + "oos" + ], + [ + "what are popular lifestyle magazines", + "oos" + ], + [ + "what are popular sports magazines", + "oos" + ], + [ + "how can i use make up to cover a cut on my cheek", + "oos" + ], + [ + "what's the best make-up to cover a black eye", + "oos" + ], + [ + "send me videos of how to do a smoky eye", + "oos" + ], + [ + "whats the best rated lipstick", + "oos" + ], + [ + "when will the government file another antitrust suit against microsoft", + "oos" + ], + [ + "when will microsoft drop support for windows 7", + "oos" + ], + [ + "how do i make a sentence have stylized strike out in microsoft word", + "oos" + ], + [ + "how can i control where microsoft word inserts a page break", + "oos" + ], + [ + "what are the current prices for mushrooms", + "oos" + ], + [ + "what bands are touring in my city this week", + "oos" + ], + [ + "i need for you to look up some of the major gods in mythology", + "oos" + ], + [ + "what was the original name of jesus in egyptian myth", + "oos" + ], + [ + "was the god osiris a titan or an old god", + "oos" + ], + [ + "tell me who aphrodite is", + "oos" + ], + [ + "what activities can i to do outside today", + "oos" + ], + [ + "when will the daffodils bloom this year", + "oos" + ], + [ + "what zelda games are available on the switch", + "oos" + ], + [ + "i want to buy some nintendo switch game", + "oos" + ], + [ + "how much does a nintendo switch cost", + "oos" + ], + [ + "show me a cool nintendo switch game", + "oos" + ], + [ + "can you check how many miles i walked today when i was out get the info from my phone", + "oos" + ], + [ + "can you check how many steps i have walked in the last week from my phone app", + "oos" + ], + [ + "what should i do if it hurts when i pee", + "oos" + ], + [ + "what are the symptoms of cancer", + "oos" + ], + [ + "how many pokemon have i caught in my pokemon go app", + "oos" + ], + [ + "tell me what pokemon is", + "oos" + ], + [ + "has the school my kids go to been in the news for any reason", + "oos" + ], + [ + "are there any school closures today", + "oos" + ], + [ + "how long is the school year", + "oos" + ], + [ + "why did a bunch of christians go off murdering muslims in the middle ages", + "oos" + ], + [ + "what was the point of the crusades", + "oos" + ], + [ + "what other countries speak the english language", + "oos" + ], + [ + "why doesn't english have consistent forms", + "oos" + ], + [ + "do they speak english in australia", + "oos" + ], + [ + "who teaches english near me", + "oos" + ], + [ + "can you see what the budget for the united states military was in 2018", + "oos" + ], + [ + "can you look at what the oldest age is someone can enlist in the army", + "oos" + ], + [ + "how many years do you need to be in the army to get a college tuition", + "oos" + ], + [ + "where are most the servicemen right now", + "oos" + ], + [ + "what movies are playing at my local cinemax", + "oos" + ], + [ + "what time is a star is born showing", + "oos" + ], + [ + "what movies are playing", + "oos" + ], + [ + "can you get me the scores from the games that were played last night", + "oos" + ], + [ + "has there been any times when lebron james was arrested", + "oos" + ], + [ + "what are the new player rankings for the nhl", + "oos" + ], + [ + "who won in the gsw vs suns game last night", + "oos" + ], + [ + "give me the news on the newspaper today", + "oos" + ], + [ + "tell me a list of my local papers", + "oos" + ], + [ + "what's the newspaper today", + "oos" + ], + [ + "would you let me know who won the gold metal in gymnastics at the olympics", + "oos" + ], + [ + "at the olympics, what country won the gold medal in basketball", + "oos" + ], + [ + "where will the next olympics be hosted", + "oos" + ], + [ + "when are the winter olympic games", + "oos" + ], + [ + "what films are in the running for best song at this year's oscars", + "oos" + ], + [ + "who are the nominees for best picture this year", + "oos" + ], + [ + "give me information on the oscars", + "oos" + ], + [ + "tell me about the oscars", + "oos" + ], + [ + "why did we elect this woman who made amazon leave and take its jobs with it", + "oos" + ], + [ + "how many people live in vermillion", + "oos" + ], + [ + "what's a good way to organize my tools in my garage", + "oos" + ], + [ + "what's the cost of a good pegboard", + "oos" + ], + [ + "is the stop sign around the corner still knocked over", + "oos" + ], + [ + "is there a fork in the road sign at main & 1st avenue", + "oos" + ], + [ + "are there cameras hidden in stop lights", + "oos" + ], + [ + "what does a flashing yellow light mean", + "oos" + ], + [ + "what is the deadline to register at university of georgia", + "oos" + ], + [ + "what universities are nearby to me and highly rated", + "oos" + ], + [ + "what are the top rated universities within my state", + "oos" + ], + [ + "will the anti-vaxxers die off if no one gives them vaccines", + "oos" + ], + [ + "how safe is the herpes vaccine they give women", + "oos" + ], + [ + "where can i get the flu shot", + "oos" + ], + [ + "when do i have to get the mmr", + "oos" + ], + [ + "how much are the clorox detergents", + "oos" + ], + [ + "when will nightwish be touring through my city", + "oos" + ], + [ + "does iron maiden have any new releases", + "oos" + ], + [ + "tell me something about linkin park", + "oos" + ], + [ + "i need you to check the resistance of a coil wrapped 6 times with an id of 25mm", + "oos" + ], + [ + "can you tell me whether the knicks will play the lakers this week", + "oos" + ], + [ + "what do you do if your 4 year old just ate playdoh", + "oos" + ], + [ + "when do the kids get out of school today", + "oos" + ], + [ + "please check up on my son's homework", + "oos" + ], + [ + "give me a list of the top three landscaping companies nearby", + "oos" + ], + [ + "when should you mow your grass after it's rained", + "oos" + ], + [ + "how much sugar was in my urine this morning", + "oos" + ], + [ + "what's a good blouse to wear with pink shoes", + "oos" + ], + [ + "what are the best jeans in my size", + "oos" + ], + [ + "how much does it cost to spay a puppy", + "oos" + ], + [ + "what's the best style shoe to wear to the prom", + "oos" + ], + [ + "can you tell me about that tornado that just tore up alabama", + "oos" + ], + [ + "tell me what the hot topics are that are trending on google", + "oos" + ], + [ + "what happened with the summit between trump and jong", + "oos" + ], + [ + "check and see what the local news in broadcasting", + "oos" + ], + [ + "please uninstall this intrusive social media app", + "oos" + ], + [ + "upload the pictures to the correct album", + "oos" + ], + [ + "i have a super runny nose and want to find a doctor", + "oos" + ], + [ + "which medicine to relieve my cough", + "oos" + ], + [ + "how do i get rid of blocked nose at home", + "oos" + ], + [ + "how do i get rid of sore throat at home", + "oos" + ], + [ + "how can i make my living room appear to be bigger than it is", + "oos" + ], + [ + "i'd like to find some curtains that look good in this room", + "oos" + ], + [ + "how to paint walls", + "oos" + ], + [ + "how to fix walls", + "oos" + ], + [ + "can you tell me the purpose of a safe deposit box", + "oos" + ], + [ + "can you store a gun in a safe deposit box", + "oos" + ], + [ + "how do you get a safe deposit box", + "oos" + ], + [ + "look up how to apply cream to smooth itchiness", + "oos" + ], + [ + "how do i deal with angry, painful red bumps", + "oos" + ], + [ + "where should i go if i hammered a nail through my foot", + "oos" + ], + [ + "how long does it take to call an ambulance", + "oos" + ], + [ + "how to get the right medicine", + "oos" + ], + [ + "how to take care of the sick", + "oos" + ], + [ + "do vegans really want to blame cows for climate change", + "oos" + ], + [ + "give me a recommendation for a local landscaper", + "oos" + ], + [ + "i need to hire a grass treatment specialist", + "oos" + ], + [ + "when is the best time of year for pruning", + "oos" + ], + [ + "find someone local who mows lawns", + "oos" + ], + [ + "create a speech on historical events surrounding albert einstein", + "oos" + ], + [ + "create a pamphlet on albert einsteins childhood", + "oos" + ], + [ + "what is albert einstein famous for", + "oos" + ], + [ + "when was albert einstein born", + "oos" + ], + [ + "when will cameron release the sequel to avatar", + "oos" + ], + [ + "can you please start the avatar movie for me", + "oos" + ], + [ + "is the movie avatar culturally insensitive", + "oos" + ], + [ + "could you create a new avatar for me", + "oos" + ], + [ + "does bill gates still have any material participation in the running of microsoft", + "oos" + ], + [ + "tell me more about bill gates", + "oos" + ], + [ + "give me the weather forecast for today", + "oos" + ], + [ + "what is bitcoin trading for currently", + "oos" + ], + [ + "where can i have a black and white photo blown up to poster size", + "oos" + ], + [ + "adjust the contrast of the black and white photos", + "oos" + ], + [ + "can you colorize a black and white photo", + "oos" + ], + [ + "add color to the black and white photos", + "oos" + ], + [ + "how many people were killed in the boston marathon by bombers", + "oos" + ], + [ + "compile a list of historical events from the boston marathon", + "oos" + ], + [ + "time my next run at the boston marathon", + "oos" + ], + [ + "when will the next boston marathon be", + "oos" + ], + [ + "look up which animal is represented in this year's chinese new year", + "oos" + ], + [ + "what is the animal for this chinese new year", + "oos" + ], + [ + "would it be legal to have battles to the death in a homemade colosseum", + "oos" + ], + [ + "do the romans still use the colosseum for anything today", + "oos" + ], + [ + "where is the colosseum", + "oos" + ], + [ + "can you really time your compressions to queen's \"another one bites the dust\"", + "oos" + ], + [ + "do i have to put my mouth on theirs when doing cpr", + "oos" + ], + [ + "what is the breath to compression ratio for cpr", + "oos" + ], + [ + "tell me how to perform cpr", + "oos" + ], + [ + "create a for-while loop that continues 10 times", + "oos" + ], + [ + "where are classes taught near me for c++", + "oos" + ], + [ + "declare a variable named \"golf\"", + "oos" + ], + [ + "how do i write c++", + "oos" + ], + [ + "is the depiction of gold mining in the movie the ballad of buster scruggs realistic", + "oos" + ], + [ + "do you own the mineral rights to gold nuggets you find in your back yard", + "oos" + ], + [ + "where is the best place to mine for gold", + "oos" + ], + [ + "when was the gold rush", + "oos" + ], + [ + "make a list of facts about green book", + "oos" + ], + [ + "find out when green book was created", + "oos" + ], + [ + "who wrote green book", + "oos" + ], + [ + "what's the main export by the peoples of greenland", + "oos" + ], + [ + "how many people still live on greenland", + "oos" + ], + [ + "scan my photos and tell me which hair style is most suiting for my face", + "oos" + ], + [ + "create several photos of me with different hair styles", + "oos" + ], + [ + "latest hair styles for long natural hair", + "oos" + ], + [ + "show video of hair styling tips", + "oos" + ], + [ + "did a man really die trying to be loved by a horse", + "oos" + ], + [ + "how many acres do you need to buy a horse", + "oos" + ], + [ + "get me a picture of a horse", + "oos" + ], + [ + "does eating poop really help your gut fauna", + "oos" + ], + [ + "is there a vaccine for ebola", + "oos" + ], + [ + "find out how many latin scholars there are at the university of chicago", + "oos" + ], + [ + "make a list of side hustles i could start today to make a little extra cash", + "oos" + ], + [ + "make a list of stocks that would be good to invest in to start making money", + "oos" + ], + [ + "how can i add my signature to the proposed bill legalizing prostitution", + "oos" + ], + [ + "what's the roi doing arbitrage with ebay", + "oos" + ], + [ + "do women still bare their chests for beads at mardi gras", + "oos" + ], + [ + "when's the next mardi gras going to be", + "oos" + ], + [ + "what is the best way to kill microbes", + "oos" + ], + [ + "start a speech on microbes for me", + "oos" + ], + [ + "inform me of what microbes are", + "oos" + ], + [ + "what is the top 10 best modems", + "oos" + ], + [ + "what is the time signature for the castlevania song bloody tears", + "oos" + ], + [ + "can you tell me what key frank zappa's keep it greasy is in", + "oos" + ], + [ + "please go to wikipedia and search for articles related to nsa", + "oos" + ], + [ + "can the nsa crack the encryption on my iphone", + "oos" + ], + [ + "does the nsa listen to me", + "oos" + ], + [ + "could you pull up the nsa website", + "oos" + ], + [ + "can you see if the octopus eggs have hatched yet", + "oos" + ], + [ + "what do you do if your cat eats an octopus", + "oos" + ], + [ + "find out which museum houses the most post modern art in new york state", + "oos" + ], + [ + "look up the top 3 selling post modern artists in the united states", + "oos" + ], + [ + "create a portrait for me using post modern art", + "oos" + ], + [ + "find me examples of post modern art", + "oos" + ], + [ + "find the names of all the rain forests located in south america", + "oos" + ], + [ + "does cutting down the rain forest really add to global warming", + "oos" + ], + [ + "what's the current demand for wood from rain forests", + "oos" + ], + [ + "what's the current prevailing interest rate for mortgages in my area", + "oos" + ], + [ + "how's the real estate market doing this week", + "oos" + ], + [ + "please list my real estate for sale", + "oos" + ], + [ + "make an ad to sell my real estate", + "oos" + ], + [ + "what's the status of robotic servants from japan", + "oos" + ], + [ + "finish the final touches on my newest robotic creation", + "oos" + ], + [ + "can a robot really travel back in time", + "oos" + ], + [ + "program my new robot to bring me snacks", + "oos" + ], + [ + "how long would it take you to die of thirst in the sahara desert", + "oos" + ], + [ + "can a samurai sword deflect a bullet", + "oos" + ], + [ + "how much for a samurai sword", + "oos" + ], + [ + "make a list of what materials have been used for spacesuits", + "oos" + ], + [ + "what size space suit should you get based on your girth", + "oos" + ], + [ + "see if you can purchase a spacesuit online", + "oos" + ], + [ + "compile a folder of paintings of sparta", + "oos" + ], + [ + "display history of sparta", + "oos" + ], + [ + "compile a list of articles pertaining to venture capital funding for me", + "oos" + ], + [ + "start a portfolio on venture capital funding for me to look over", + "oos" + ], + [ + "how do i get venture capital for my app", + "oos" + ], + [ + "what's the latest vc funded company", + "oos" + ], + [ + "i'd like to hire a wedding planner and need help finding one", + "oos" + ], + [ + "how to plan for weddings", + "oos" + ], + [ + "find out how many whales are currently in monterey bay", + "oos" + ], + [ + "make a chart of the different types of whales", + "oos" + ], + [ + "what did my best friend do in the kitchen while we were gone", + "oos" + ], + [ + "what's my boss' home address", + "oos" + ], + [ + "what's it like to have parents who actually love you", + "oos" + ], + [ + "is there any news if my parents survived the crash", + "oos" + ], + [ + "tell me who gives the best motivational speeches on the web", + "oos" + ], + [ + "find an article on celebrities who made it out of poverty", + "oos" + ], + [ + "send me a motivational quote everyday for the next week", + "oos" + ], + [ + "who is the hardest working man in hollywood", + "oos" + ], + [ + "tell me where i can get more information on getting a job at the post office", + "oos" + ], + [ + "pull up the classifieds and read the career section to me", + "oos" + ], + [ + "help me find a new position as a programmer", + "oos" + ], + [ + "what's the best career search website", + "oos" + ], + [ + "write the next chapter of my biography and let me know when you have finished it", + "oos" + ], + [ + "give me a list of the biographies written by nyu professors after 2001", + "oos" + ], + [ + "i would like for you to start a biography on me", + "oos" + ], + [ + "show me all biographies on teddy kennedy", + "oos" + ], + [ + "find out what supplies i am missing and will need on my upcoming camping trip", + "oos" + ], + [ + "what are the camping restrictions at bear island", + "oos" + ], + [ + "find articles that can help me advance my position in my work field", + "oos" + ], + [ + "show me what one should do to get ahead in a tech corporation", + "oos" + ], + [ + "get me a copy of a book on negotiation in the workplace", + "oos" + ], + [ + "look up ways for me to advance my job placement", + "oos" + ], + [ + "see if there is a recipe to make a casserole without any dairy", + "oos" + ], + [ + "tell me in how many different colors i can get dinner plates from pier one imports", + "oos" + ], + [ + "tell me amazon's choice for a set of 4 dinner plates", + "oos" + ], + [ + "find out where i can by melamine dinner plates", + "oos" + ], + [ + "find out what the maximum memory size is that i can buy in a dvd", + "oos" + ], + [ + "tell me who makes the best dvd's for movie storage", + "oos" + ], + [ + "how many dvds do i currently have on file", + "oos" + ], + [ + "give me a listing of all my dvd's", + "oos" + ], + [ + "look up the conversion rate for the euro to dollar exchange", + "oos" + ], + [ + "how do i put a lens that's fallen out back in my glasses", + "oos" + ], + [ + "i need you to order a new pair of eyeglasses for me", + "oos" + ], + [ + "tell me what my current eyeglasses prescription is", + "oos" + ], + [ + "show me examples of cute eyeglass frames", + "oos" + ], + [ + "make a list of all sites in the us where spirits have been seen at night", + "oos" + ], + [ + "tell me how to get rid of a spirit that's haunting me", + "oos" + ], + [ + "show me how to contact a paranormal spirit", + "oos" + ], + [ + "tell me a scary story", + "oos" + ], + [ + "show me the goals of my local police department in terms of reducing crime", + "oos" + ], + [ + "make a list of goals i need to meet in order to write a book", + "oos" + ], + [ + "what is the distance between the goal posts in football", + "oos" + ], + [ + "remind me what my weight loss goals are", + "oos" + ], + [ + "give me a list of tax attorneys that practice in my city", + "oos" + ], + [ + "tell me how i can file a pleading in circuit court", + "oos" + ], + [ + "give me the number of a traffic attorney near here", + "oos" + ], + [ + "what are the top rated local lawyers", + "oos" + ], + [ + "find out how many miles the mississippi waterway runs", + "oos" + ], + [ + "tell me what the longest tributary is in venezuela", + "oos" + ], + [ + "please book another boat for this weekends trip", + "oos" + ], + [ + "get me a list of universities that provide full scholarships in arizona", + "oos" + ], + [ + "tell me where to go to get my son enrolled in public kindergarten", + "oos" + ], + [ + "do a job search on monstercom for jobs in the tech field in arlington, va", + "oos" + ], + [ + "i need to find work, help me connect to a local business through linkedin", + "oos" + ], + [ + "detail a list of possible job openings in the miami public school system", + "oos" + ], + [ + "look for a position similar to mine that is open around my area", + "oos" + ], + [ + "find out where one can get involved in discussing local election issues", + "oos" + ], + [ + "give me a list of the top 5 issues people have in this country", + "oos" + ], + [ + "what is the government department that regulates emissions", + "oos" + ], + [ + "what's the highest rated social services non-profit", + "oos" + ], + [ + "explain to me the process of evaporation", + "oos" + ], + [ + "how do i write an iep for a high schooler", + "oos" + ], + [ + "tell me how to refinish a wooden desk", + "oos" + ], + [ + "tell me how to make a lesson plan", + "oos" + ], + [ + "tell me where i can get the cheapest tennis balls on the internet", + "oos" + ], + [ + "play the current tennis match on the tv in the living room", + "oos" + ], + [ + "give me a list of the top 10 tennis players in the world", + "oos" + ], + [ + "make a chart of all the tennis scores from this year", + "oos" + ], + [ + "find the best prices for toothpaste at any store within a 5 mile radius of my location", + "oos" + ], + [ + "tell me what the best shampoo is for someone with dry scalp", + "oos" + ], + [ + "what's the best price on a gray xl ll bean men's parka", + "oos" + ], + [ + "tell me who has the cheapest watch bands on ebay", + "oos" + ], + [ + "how do i set the time on my tag heuer", + "oos" + ], + [ + "tell me the steps as to how to begin a career as a journalist", + "oos" + ], + [ + "give me prices on a copy of the mla grammar handbook", + "oos" + ], + [ + "put words on the paper about what you want", + "oos" + ], + [ + "put into words what you want", + "oos" + ], + [ + "what kind of foods are border collies allergic to", + "oos" + ], + [ + "find out how i can best clip my dog's nails", + "oos" + ], + [ + "what is the lifespan of a border collie", + "oos" + ], + [ + "look up daily dog kennels in my area", + "oos" + ], + [ + "give me a list of grocery stores that sell japanese sweet potatoes", + "oos" + ], + [ + "tell me the price of bananas at whole foods this week", + "oos" + ], + [ + "call the grocery store and get their operational hours", + "oos" + ], + [ + "call an uber to take me to the closest grocery store", + "oos" + ], + [ + "show me how many community centers are located within 5 miles of my location", + "oos" + ], + [ + "which houses do not have automatic spot lights in front of their garage", + "oos" + ], + [ + "are all the street lamps working on my street", + "oos" + ], + [ + "make a list of all community gardens near me", + "oos" + ], + [ + "tell me where to send my resume in order to get a job at delta airlines", + "oos" + ], + [ + "review my resume for spelling errors", + "oos" + ], + [ + "please print out copies of my resume", + "oos" + ], + [ + "please spell check my resume", + "oos" + ], + [ + "where can i get 100% merino wool t-shirts on the internet", + "oos" + ], + [ + "show me all listings on amazon for leather belts for men", + "oos" + ], + [ + "tell me how many blue ties i own", + "oos" + ], + [ + "who is the start of the movie almost famous", + "oos" + ], + [ + "search up someone who plays in a movie", + "oos" + ], + [ + "search up the cast in the walking dead", + "oos" + ], + [ + "tell me about the amusement park", + "oos" + ], + [ + "what's the amusement park like", + "oos" + ], + [ + "take a ride on the ferris wheel", + "oos" + ], + [ + "go on the ferris wheel", + "oos" + ], + [ + "what is the cost of four double a batteries", + "oos" + ], + [ + "instruct a list of all the brands of cereal manufactured by kelloggs", + "oos" + ], + [ + "compare prices of malt-o-meal to kelloggs", + "oos" + ], + [ + "what kinds of cereal are gluten free", + "oos" + ], + [ + "what kinds of cereal are low sugar", + "oos" + ], + [ + "what is the last time the living room was vacuumed", + "oos" + ], + [ + "search all movies created by disney in the 1980's", + "oos" + ], + [ + "does disney world close when it storms", + "oos" + ], + [ + "mickey mouse is a huge part of disney", + "oos" + ], + [ + "what are the hours for disney world", + "oos" + ], + [ + "what time did i get the last text message i received", + "oos" + ], + [ + "please read me the last text message i received", + "oos" + ], + [ + "read my friend's text message", + "oos" + ], + [ + "watch the stories on instagram", + "oos" + ], + [ + "update my status on instagram", + "oos" + ], + [ + "can you check on what it would cost me to upgrade my iphone with t-mobile", + "oos" + ], + [ + "please alert me when my iphone battery falls below 30%", + "oos" + ], + [ + "can you look at when the next iphone is due out", + "oos" + ], + [ + "what type of industries do innovation managers work in", + "oos" + ], + [ + "what are the requirements of a lab technician", + "oos" + ], + [ + "generate a list of 20 songs that include the word love in the title", + "oos" + ], + [ + "create a 500 word letter expressing love", + "oos" + ], + [ + "find a couple's therapist who can help me and my wife", + "oos" + ], + [ + "what does the average cost of an engagement ring", + "oos" + ], + [ + "what is popular in fashion right now", + "oos" + ], + [ + "does denim go with anything", + "oos" + ], + [ + "accept incoming phone call", + "oos" + ], + [ + "deny incoming phone call", + "oos" + ], + [ + "what do i wear on my feet when it rains", + "oos" + ], + [ + "what do i put on my feet", + "oos" + ], + [ + "what are the words to the chorus for this song", + "oos" + ], + [ + "display the song lyrics for me", + "oos" + ], + [ + "google \"odell beckham free agency\"", + "oos" + ], + [ + "clear my search history", + "oos" + ], + [ + "compare the new life growth in trees when the seasons change", + "oos" + ], + [ + "plant all your flowers just after easter in early april", + "oos" + ], + [ + "find a good toy to give a 5 year old boy that costs less than $40", + "oos" + ], + [ + "find out where i can buy a barbie doll for my niece", + "oos" + ], + [ + "look on amazon for the price of a nitendo switch", + "oos" + ], + [ + "what brand was the last advertisement for", + "oos" + ], + [ + "how do i skip all of the advertisements", + "oos" + ], + [ + "make a list of decor i would need to have a titanic themed birthday party", + "oos" + ], + [ + "aquire the soundtracks from the movie if i stay and add them to my ipod", + "oos" + ], + [ + "i watched \"were the millers\" on netflix last night", + "oos" + ], + [ + "can you find \"were the millers\" on hulu", + "oos" + ], + [ + "how many people have held the role of county attorney bearing the family name \"dixon\"", + "oos" + ], + [ + "tell me about the candidates running for local office in my area", + "oos" + ], + [ + "find out who is the representative of my district", + "oos" + ], + [ + "generate a list of the past 10 judge executives", + "oos" + ], + [ + "look up the email address of the local police", + "oos" + ], + [ + "how many hits have i done today", + "oos" + ], + [ + "change out the older photos with the newer ones", + "oos" + ], + [ + "organize photos by year they were taken", + "oos" + ], + [ + "can you group my photos by location", + "oos" + ], + [ + "organize my photos by date please", + "oos" + ], + [ + "tell me what my local park's policy is on letting dogs off of leashes", + "oos" + ], + [ + "look up the operating hours of my local park on weekends", + "oos" + ], + [ + "how many parks are within 20 miles of me", + "oos" + ], + [ + "check to see if i still have allergy medication", + "oos" + ], + [ + "sign me up for the writing class you told me about 2 days ago", + "oos" + ], + [ + "find articles on essay writing for beginners", + "oos" + ], + [ + "how long should an essay be", + "oos" + ], + [ + "how do you start an essay", + "oos" + ], + [ + "what should you do if your laundry machine is making a high pitched whine", + "oos" + ], + [ + "find out who the best appliance repairman is for the downtown area", + "oos" + ], + [ + "look up local repair shops that work on vacuum cleaners", + "oos" + ], + [ + "can i get a sear's appliance repairman", + "oos" + ], + [ + "find directions to the sunshine car wash from my house", + "oos" + ], + [ + "can you book me an appointment at a car wash", + "oos" + ], + [ + "what brush can i use to wash my car that won't scratch it", + "oos" + ], + [ + "please clean the car windows", + "oos" + ], + [ + "vacuum out the car", + "oos" + ], + [ + "schedule an appointment with the credit counselor for tuesday", + "oos" + ], + [ + "find a credit mentoring service number for me please", + "oos" + ], + [ + "how much does it cost to get two jackets dry cleaned", + "oos" + ], + [ + "look up articles on the green dry cleaning industry", + "oos" + ], + [ + "find a cleaner that specializes in suede", + "oos" + ], + [ + "when should you use a dry cleaner", + "oos" + ], + [ + "create emergency phone numbers list", + "oos" + ], + [ + "do sets of 25 set-ups each morning til you have completed your goal", + "oos" + ], + [ + "keep a note of how many miles you walk a day", + "oos" + ], + [ + "how much weight should i lift to get buff", + "oos" + ], + [ + "what's a good stretch to do to limber up", + "oos" + ], + [ + "look up the most requested famous person for quotes", + "oos" + ], + [ + "what is the most famous quote on the internet", + "oos" + ], + [ + "make a list of the top 100 famous quotes", + "oos" + ], + [ + "show me the top 10 quotes by mark twain", + "oos" + ], + [ + "what do you do if you can't stop vomiting", + "oos" + ], + [ + "what should i take for a cold", + "oos" + ], + [ + "i have too many credit cards, is there any way you can help me organize them", + "oos" + ], + [ + "find a credit counseling service for me on the web", + "oos" + ], + [ + "explain how to reduce my debt burden", + "oos" + ], + [ + "look up the current auto loan rate at chase bank", + "oos" + ], + [ + "look up student loan offers on google", + "oos" + ], + [ + "check current prime mortgage rate", + "oos" + ], + [ + "what should you do if you can't be bothered to get out of bed", + "oos" + ], + [ + "send me a quote from a motivational speaker twice a day", + "oos" + ], + [ + "find me a book on motivational speaking from amazon", + "oos" + ], + [ + "check to see if i need a pass to use the parking garages downtown", + "oos" + ], + [ + "can you check to see which parking garages are open downtown", + "oos" + ], + [ + "how much does it cost to use the parking garage downtown", + "oos" + ], + [ + "what's a good way of backing out of a parking spot", + "oos" + ], + [ + "search the web for monthly parking near my house", + "oos" + ], + [ + "find out where parking is close to the stadium", + "oos" + ], + [ + "how do i get perfect alignment with the curb", + "oos" + ], + [ + "describe to me how i can learn to make small talk", + "oos" + ], + [ + "explain how small talk helps bind groups together", + "oos" + ], + [ + "what do you do all day while i'm at work", + "oos" + ], + [ + "so, hang out around this house often", + "oos" + ], + [ + "tell me the best way to freshen the smell in my car", + "oos" + ], + [ + "where's the closest car wash my car smells", + "oos" + ], + [ + "how much is auto febreeze on amazon", + "oos" + ], + [ + "find out how to deodorize a car", + "oos" + ], + [ + "see if you can find a good vegetable wash for me", + "oos" + ], + [ + "look up website on container gardening", + "oos" + ], + [ + "are we allowed to wash our cars during the drought", + "oos" + ], + [ + "request a refund on the car wax i bought yesterday", + "oos" + ], + [ + "i'd like to hire someone to wash my car", + "oos" + ], + [ + "find out what gentlemen are wearing to weddings these days", + "oos" + ], + [ + "find me articles on appropriate wedding attire", + "oos" + ], + [ + "zip the back of the brides maid dress", + "oos" + ], + [ + "rent the tuxedo the day before", + "oos" + ], + [ + "find available letter writing classes at the local community college", + "oos" + ], + [ + "find me a graphic tutorial on writing longhand", + "oos" + ], + [ + "order me a book of stamps and envelopes", + "oos" + ], + [ + "start listening to me dictate a letter", + "oos" + ], + [ + "email my boss, tell him i wont be in today", + "oos" + ], + [ + "are the schools closed", + "oos" + ], + [ + "let me know what time the patriots game starts", + "oos" + ], + [ + "tell me how long until the nascar race begins", + "oos" + ], + [ + "are there any sales on liquor", + "oos" + ], + [ + "what shows are on tonight", + "oos" + ], + [ + "are there any new job postings in my area in the last hour for jobs on craigslist", + "oos" + ], + [ + "see if there are any employment agencies hiring managers right now", + "oos" + ], + [ + "can you tell me what the best places are to look for a job online", + "oos" + ], + [ + "sign me up for the slack employment forum", + "oos" + ], + [ + "please replay the last five minutes", + "oos" + ], + [ + "can you enable subtitles", + "oos" + ], + [ + "consult the gq website to find what men wear to weddings", + "oos" + ], + [ + "order me a blue pin stripe suit from saville row", + "oos" + ], + [ + "what's in fashion this month", + "oos" + ], + [ + "is it too late to wear white", + "oos" + ], + [ + "how many calories does jumping up and down burn", + "oos" + ], + [ + "how many push-ups do i need to do to get ripped", + "oos" + ], + [ + "fill up my water bottle for the gym", + "oos" + ], + [ + "pick out an excerise outfit for me", + "oos" + ], + [ + "find out how long a cold should last before i call a doctor", + "oos" + ], + [ + "what should i take for nausea", + "oos" + ], + [ + "how do you relieve a hangover", + "oos" + ], + [ + "what is a good home remedy for a rash", + "oos" + ], + [ + "i have a rash, what can i use for it", + "oos" + ], + [ + "can you order some ointment for me", + "oos" + ], + [ + "how do i get rid of an itchy rash", + "oos" + ], + [ + "forward the text i just got from henry to giselle", + "oos" + ], + [ + "please read the text message i just received", + "oos" + ], + [ + "save my text on my laptop hard drive", + "oos" + ], + [ + "what time does my ex-boss leave the office", + "oos" + ], + [ + "how much does gun ammunition cost", + "oos" + ], + [ + "restart my newspaper delivery for monday", + "oos" + ], + [ + "are there any messages", + "oos" + ], + [ + "what's that smell", + "oos" + ], + [ + "get me a list of the best savings account rates right now", + "oos" + ], + [ + "is beer legal in this state", + "oos" + ], + [ + "get me articles and pics of different types of household bugs for this area", + "oos" + ], + [ + "what should i do if i saw a cockroach in my house", + "oos" + ], + [ + "look up articles on squealing brakes for ford f-150's", + "oos" + ], + [ + "please answer the phone and put it on speaker on the tv", + "oos" + ], + [ + "can you tell me who's calling me", + "oos" + ], + [ + "answer the phone", + "oos" + ], + [ + "ignore call", + "oos" + ], + [ + "find out what type of wax is needed for a late model ford sedan", + "oos" + ], + [ + "what's the first thing you should do to wash your car", + "oos" + ], + [ + "what supplies do i need to clean my car", + "oos" + ], + [ + "look up articles on car washing at home", + "oos" + ], + [ + "how old is the oldest person that is in the guiness book of world records", + "oos" + ], + [ + "how could i get into the guiness book of world records", + "oos" + ], + [ + "what person is the heaviest ever recorded", + "oos" + ], + [ + "who has the longest hair ever", + "oos" + ], + [ + "can you look at what average reviews say about the new windows phone on amazon for me", + "oos" + ], + [ + "tell me a summary of reviews that oakley frogskins get on amazon", + "oos" + ], + [ + "make me a list of the top ten reviewed hiking boots on jetcom", + "oos" + ], + [ + "show me a tabulation of reviews for lcd tv's on amazon", + "oos" + ], + [ + "can you tell me what happened to han solo in episode 4", + "oos" + ], + [ + "how many movies are in the star wars series", + "oos" + ], + [ + "how many star wars movies are there", + "oos" + ], + [ + "who plays han solo", + "oos" + ], + [ + "which movie is it that someone says perfectly balanced as all things should be", + "oos" + ], + [ + "what movie is the line today is our independence day from", + "oos" + ], + [ + "what movie is it that says today is a good day to die", + "oos" + ], + [ + "what movie does it's just a flesh wound come from", + "oos" + ], + [ + "is michonne wrong for not working with the kingdom to put on the fair", + "oos" + ], + [ + "which actors have played more than 1 comic book character", + "oos" + ], + [ + "what marvel movie did mark ruffalo first appear in", + "oos" + ], + [ + "why did negan return to his jail cell", + "oos" + ], + [ + "is there more than one occult that a person can join", + "oos" + ], + [ + "can i summon a demon using just an ouija board", + "oos" + ], + [ + "what's the best way to drown a witch", + "oos" + ], + [ + "what does it mean to join the occult", + "oos" + ], + [ + "did madison really bathe in the potomac naked", + "oos" + ], + [ + "can you explain a good risk strategy to me", + "oos" + ], + [ + "what are the rules for chess", + "oos" + ], + [ + "fill out the paperwork for tonys new daycare center", + "oos" + ], + [ + "i need to find a new babysitter", + "oos" + ], + [ + "get me a list of divorce attorneys in the new york area", + "oos" + ], + [ + "how long does it take to get a divorce finalized", + "oos" + ], + [ + "where can i find the best divorce lawyer", + "oos" + ], + [ + "make me a map of all earthquake hotspots in the continental us", + "oos" + ], + [ + "how much damage did the last earthquake here do", + "oos" + ], + [ + "what was the latest tremor on the richter scale", + "oos" + ], + [ + "get me articles on earthquake preparedness", + "oos" + ], + [ + "what is appropriate to spend on a bouquet of flowers for mother's day", + "oos" + ], + [ + "get me a list of personal conservation tips that i can use around the house", + "oos" + ], + [ + "look up the average temperature changes over the last 30 years for my area", + "oos" + ], + [ + "is the polar vortex of 2019 apart of global warming", + "oos" + ], + [ + "what is global warming", + "oos" + ], + [ + "can you book me a tee time at cantigny at 2 pm on saturday", + "oos" + ], + [ + "what's the best golf club to use on the lower nine", + "oos" + ], + [ + "how do i stop my child from setting small animals on fire for amusement", + "oos" + ], + [ + "review chapter 6 with my son and verify his math homework answers", + "oos" + ], + [ + "can you look up how i shoot a time lapse video on my iphone camera or is it even possible", + "oos" + ], + [ + "how do i turn up the resolution that i am taking pictures in on my camera phone", + "oos" + ], + [ + "print out the photos i took today", + "oos" + ], + [ + "can you find me sheet music for the beatles white album online", + "oos" + ], + [ + "find me a good band instructor or two to compare in my area", + "oos" + ], + [ + "can i get a starter course for the trumpet", + "oos" + ], + [ + "how many keys does a xylophone have", + "oos" + ], + [ + "how many polar bears are still alive in the arctic", + "oos" + ], + [ + "are polar bears on the endangered species list", + "oos" + ], + [ + "what is the life expectancy of a polar bear", + "oos" + ], + [ + "can a polar bear live in alabama", + "oos" + ], + [ + "when will george rr martin publish the next game of thrones book", + "oos" + ], + [ + "show me the new york times most popular book list for this week", + "oos" + ], + [ + "how many books are in piers anthony virtual mode series", + "oos" + ], + [ + "order the new book titled \"ghost work\"", + "oos" + ], + [ + "please check if god is really living in a small apartment in brussels", + "oos" + ], + [ + "what did the mesopotamians call the creator of the universe", + "oos" + ], + [ + "put on an educational program about buddhism", + "oos" + ], + [ + "what happens if you're skydiving and your parachute doesn't open", + "oos" + ], + [ + "research how many deaths has resulted from skydiving", + "oos" + ], + [ + "how many people die each year while skydiving", + "oos" + ], + [ + "google the price of skydiving in florida", + "oos" + ], + [ + "in what movie did mrs congeniality feature a contestant championing for world peace", + "oos" + ], + [ + "has there ever been total world peace, where no nations in the world are at war", + "oos" + ], + [ + "name the leader from tibet that stands firm for world peace", + "oos" + ], + [ + "what will it take to achieve world peace", + "oos" + ], + [ + "was einstein right to be scared of spooky action at a distance", + "oos" + ], + [ + "what is the nature of the big bang theory", + "oos" + ], + [ + "how does the etheric body operate", + "oos" + ], + [ + "do we actually have a soul", + "oos" + ], + [ + "where can i find cheap rental skis nearby", + "oos" + ], + [ + "check the nanny cam and send the feed to my phone", + "oos" + ], + [ + "how much should i tip on this bill", + "oos" + ], + [ + "send me live feed of the pre-game prediction show on my phone", + "oos" + ], + [ + "what are the scores of other teams in this division", + "oos" + ], + [ + "look up pitcher stats on jake rooney", + "oos" + ], + [ + "what teams are playing right now", + "oos" + ], + [ + "is it too late to upgrade to first class", + "oos" + ], + [ + "according to my fitness tracker, how many push ups have i done today", + "oos" + ], + [ + "renew gym membership", + "oos" + ], + [ + "what's my budget for today's shopping trip", + "oos" + ], + [ + "can you find my car in the parking lot", + "oos" + ], + [ + "what's the best hand to have in texas hold em", + "oos" + ], + [ + "is gambling legal in my state", + "oos" + ], + [ + "fold my hand", + "oos" + ], + [ + "what time did i put in my first load of laundry", + "oos" + ], + [ + "how much time is left on my laundry", + "oos" + ], + [ + "report outage to my electric provider", + "oos" + ], + [ + "power up my generator", + "oos" + ], + [ + "call up instructables website and find article on bike assembly", + "oos" + ], + [ + "find schematics for ikea desk assembly", + "oos" + ], + [ + "search information on how to apply foundation", + "oos" + ], + [ + "find instructions on how to play taboo", + "oos" + ], + [ + "what casino game has the best odds", + "oos" + ], + [ + "tell me how much energy i have consumed so far this year", + "oos" + ], + [ + "give me an energy usage breakdown for march", + "oos" + ], + [ + "how many kilowatts have i used this month", + "oos" + ], + [ + "what's my current electric bill", + "oos" + ], + [ + "can you locate the television remote", + "oos" + ], + [ + "where did i last place my remote", + "oos" + ], + [ + "do you know where the remote is", + "oos" + ], + [ + "have you seen the remote", + "oos" + ], + [ + "please ping the rfid in my wallet and tell me where it's at right now", + "oos" + ], + [ + "can you detect where i placed my wallet", + "oos" + ], + [ + "give me my wallet location", + "oos" + ], + [ + "find my wallet", + "oos" + ], + [ + "can you give me the gps location of harvey", + "oos" + ], + [ + "where's my buddy steve right this second", + "oos" + ], + [ + "locate jenny at her present position", + "oos" + ], + [ + "let me know where jim is right now", + "oos" + ] + ], + "test": [ + [ + "how would you say fly in italian", + "translate" + ], + [ + "what's the spanish word for pasta", + "translate" + ], + [ + "how would they say butter in zambia", + "translate" + ], + [ + "how do you say fast in spanish", + "translate" + ], + [ + "what's the word for trees in norway", + "translate" + ], + [ + "how does one say wonderful in german", + "translate" + ], + [ + "how do they say tacos in mexico", + "translate" + ], + [ + "how would one say cruiser in china", + "translate" + ], + [ + "what's the french word you use for potato", + "translate" + ], + [ + "what would the word for grass be in finland", + "translate" + ], + [ + "how do you say please in french", + "translate" + ], + [ + "how would i say nice to meet you if i were russian", + "translate" + ], + [ + "what is the right way to say excuse me in spanish", + "translate" + ], + [ + "how do i say i'm sorry in chinese", + "translate" + ], + [ + "how would i say thank you if i were mexican", + "translate" + ], + [ + "how would i say what is your name if i were french", + "translate" + ], + [ + "how would i say i must be going now if i were german", + "translate" + ], + [ + "how do i say bathroom in italian", + "translate" + ], + [ + "how might i say hello if i were scottish", + "translate" + ], + [ + "i must know how to say thank you in german", + "translate" + ], + [ + "how would i say i love you if i were german", + "translate" + ], + [ + "how would i say how are you today if i were mexican", + "translate" + ], + [ + "how would i say where is the bathroom if i were korean", + "translate" + ], + [ + "how would i say i need directions if i were french", + "translate" + ], + [ + "how would i say i am lost if i were japanese", + "translate" + ], + [ + "english to spanish for dog", + "translate" + ], + [ + "what is dog in spanish", + "translate" + ], + [ + "how do you say dog in spanish", + "translate" + ], + [ + "dog in spanish", + "translate" + ], + [ + "what's the spanish word for dog", + "translate" + ], + [ + "can you please provide me with assistance in moving money from one account to another", + "transfer" + ], + [ + "i would like help moving money between accounts", + "transfer" + ], + [ + "can you assist me in moving money from one account to another", + "transfer" + ], + [ + "i would like help moving money from one account to another", + "transfer" + ], + [ + "i would like assistance moving money from one account to another", + "transfer" + ], + [ + "can i move some money around", + "transfer" + ], + [ + "can i make a transfer between my accounts", + "transfer" + ], + [ + "i need to make a transfer of my money", + "transfer" + ], + [ + "can i move some money between my two accounts", + "transfer" + ], + [ + "i would like to distribute some money between my accounts", + "transfer" + ], + [ + "i would like to transfer $100 from my checking to saving account", + "transfer" + ], + [ + "help me transfer $100 from my checking to saving account", + "transfer" + ], + [ + "transfer $100 from my checking to saving account", + "transfer" + ], + [ + "can you please help me move $100 from my checking to saving account", + "transfer" + ], + [ + "please move $100 from my checking to saving account", + "transfer" + ], + [ + "transfer seventeen dollars from rbs to woodforest account, please", + "transfer" + ], + [ + "send twelve dollars between cabelas and bank of london accounts, please", + "transfer" + ], + [ + "transfer ninety dollars between glacier checking and farmers accounts, please", + "transfer" + ], + [ + "transfer seventy dollars between national and citizens accounts", + "transfer" + ], + [ + "transfer four and sixty seven dollars from bank of oklahoma checking to security bank account", + "transfer" + ], + [ + "how much money can i transfer today", + "transfer" + ], + [ + "add funds to the retirement account from the pnc account only", + "transfer" + ], + [ + "would you move 100 dollars from the checking and put it into savings", + "transfer" + ], + [ + "repeat what the weather will be like", + "transfer" + ], + [ + "i would like to put 100 dollars from the checking into the savings account now", + "transfer" + ], + [ + "please transfer $5000 to money market from checking account", + "transfer" + ], + [ + "i need $360 transfered from savings to checking account", + "transfer" + ], + [ + "make an immediate transfer of ten thousand from money market to checking", + "transfer" + ], + [ + "i'd like to transfer $400 from household to savings account", + "transfer" + ], + [ + "transer $800 from my checking to savings account", + "transfer" + ], + [ + "set a 4 minute timer", + "timer" + ], + [ + "set a 2 minute timer", + "timer" + ], + [ + "set a 3 minute timer", + "timer" + ], + [ + "set a 5 minute timer", + "timer" + ], + [ + "set a 1 minute timer", + "timer" + ], + [ + "who set up the numbers for it", + "timer" + ], + [ + "start the timer", + "timer" + ], + [ + "start a timer please", + "timer" + ], + [ + "i need to start a timer", + "timer" + ], + [ + "i need a timer to be set", + "timer" + ], + [ + "could you set a timer", + "timer" + ], + [ + "set a timer", + "timer" + ], + [ + "i need to have a timer for 10 minutes", + "timer" + ], + [ + "make a 10 minute timer", + "timer" + ], + [ + "give me a 10 minute timer", + "timer" + ], + [ + "will you create a timer for me", + "timer" + ], + [ + "please begin a timer", + "timer" + ], + [ + "is it possible to set a timer", + "timer" + ], + [ + "i want a timer set for 10 minutes", + "timer" + ], + [ + "set a timer for 10 minutes", + "timer" + ], + [ + "can i get a timer set", + "timer" + ], + [ + "i need to use a timer", + "timer" + ], + [ + "set a timer to go off in 1 hour", + "timer" + ], + [ + "i need a timer for 45 minutes", + "timer" + ], + [ + "in 15 minutes the timer should go off", + "timer" + ], + [ + "start the timer now", + "timer" + ], + [ + "set a timer for 30 minutes", + "timer" + ], + [ + "set a timer for 5 minutes from now", + "timer" + ], + [ + "let me know when it's been 5 minutes", + "timer" + ], + [ + "can you set the timer to 20 minutes", + "timer" + ], + [ + "define antebellum", + "definition" + ], + [ + "define discontent", + "definition" + ], + [ + "what is the meaning of incandescent", + "definition" + ], + [ + "what does confrontation mean", + "definition" + ], + [ + "what does serendipity mean", + "definition" + ], + [ + "what's the definition of luminescent", + "definition" + ], + [ + "what is the definiton of auspicious", + "definition" + ], + [ + "what does circuitous mean", + "definition" + ], + [ + "what's the definition of unencumbered", + "definition" + ], + [ + "what does adulation mean", + "definition" + ], + [ + "what does assiduous mean", + "definition" + ], + [ + "what does amicable mean", + "definition" + ], + [ + "what's the definition of remunerative", + "definition" + ], + [ + "what does anachronistic mean", + "definition" + ], + [ + "what's the definition of idiosyncratic", + "definition" + ], + [ + "what does yolo mean", + "definition" + ], + [ + "can you tell me the meaning of fluctuate", + "definition" + ], + [ + "what does the word polynomial mean", + "definition" + ], + [ + "what does ferrari mean", + "definition" + ], + [ + "what is the meaning of the word girn", + "definition" + ], + [ + "what does mature mean", + "definition" + ], + [ + "i'd like to know what bitcoin means", + "definition" + ], + [ + "i heard some woman say she was going to yerd me, what's that mean", + "definition" + ], + [ + "can you tell me what obsolescence means", + "definition" + ], + [ + "please explain the word catastrophic to me", + "definition" + ], + [ + "what's the meaning of naff", + "definition" + ], + [ + "can you tell me what dendrofilous means", + "definition" + ], + [ + "what does peer-to-peer actually mean", + "definition" + ], + [ + "define epicurean", + "definition" + ], + [ + "what does epicurean mean", + "definition" + ], + [ + "would you let me know what the meaning is life is", + "meaning_of_life" + ], + [ + "would you let me know what is the point of life", + "meaning_of_life" + ], + [ + "right now, i need to know the meaning of life", + "meaning_of_life" + ], + [ + "define the meaning of life for me", + "meaning_of_life" + ], + [ + "i want to know the meaning of life", + "meaning_of_life" + ], + [ + "would you explain the meaning of life", + "meaning_of_life" + ], + [ + "i need you to tell me the meaning of life", + "meaning_of_life" + ], + [ + "i need to know what the meaning of life is now", + "meaning_of_life" + ], + [ + "tell me what the meaning of life is", + "meaning_of_life" + ], + [ + "i need to know what the point of life is", + "meaning_of_life" + ], + [ + "let me know what the point of life is", + "meaning_of_life" + ], + [ + "would you provide me with what the point of life is", + "meaning_of_life" + ], + [ + "tell me what the point of life is", + "meaning_of_life" + ], + [ + "what is the reason humans even exist", + "meaning_of_life" + ], + [ + "do you think our lives have purpose or meaning", + "meaning_of_life" + ], + [ + "can you tell me about the meaning of life", + "meaning_of_life" + ], + [ + "can you tell me what the meaning of life is", + "meaning_of_life" + ], + [ + "what do you know about the meaning of life", + "meaning_of_life" + ], + [ + "i would like information on the meaning of life", + "meaning_of_life" + ], + [ + "what information can you give me on the meaning of life", + "meaning_of_life" + ], + [ + "what is the core meaning of life", + "meaning_of_life" + ], + [ + "what do you know about lifes meaning", + "meaning_of_life" + ], + [ + "is there any consensun regarding lifes true meaning", + "meaning_of_life" + ], + [ + "is there a reason beyond biology about why humans are alive", + "meaning_of_life" + ], + [ + "do you think being alive has any meaning", + "meaning_of_life" + ], + [ + "is there meaning to life", + "meaning_of_life" + ], + [ + "is there meaning in life", + "meaning_of_life" + ], + [ + "what is the answer to life", + "meaning_of_life" + ], + [ + "what's the answer to it all", + "meaning_of_life" + ], + [ + "what's life mean to you", + "meaning_of_life" + ], + [ + "i would like to change my insurance policy", + "insurance_change" + ], + [ + "can i edit my insurance policy", + "insurance_change" + ], + [ + "i am interested in a new insurance plan", + "insurance_change" + ], + [ + "i really would like to get a new insurance plan", + "insurance_change" + ], + [ + "i am in the market for a new insurance plan", + "insurance_change" + ], + [ + "is there a way to alter my insurance policy", + "insurance_change" + ], + [ + "how can i change to new insurance plan", + "insurance_change" + ], + [ + "help me find a new insurance plan", + "insurance_change" + ], + [ + "can i update my insurance policy", + "insurance_change" + ], + [ + "who do i contact about updating my insurance", + "insurance_change" + ], + [ + "can you help me change my insurance policy", + "insurance_change" + ], + [ + "i need to change my insurance policy, do you know how", + "insurance_change" + ], + [ + "what are the steps to change my insurance policy", + "insurance_change" + ], + [ + "do you know how i can change my insurance policy", + "insurance_change" + ], + [ + "how to i change the policy on my insurace", + "insurance_change" + ], + [ + "what do i need to do to get new insurance", + "insurance_change" + ], + [ + "do you know how i get new insurance", + "insurance_change" + ], + [ + "what is the protocol for getting new insurance", + "insurance_change" + ], + [ + "let me know the process for new insurance", + "insurance_change" + ], + [ + "i want to sign up for a new allstate insurance plan", + "insurance_change" + ], + [ + "i need to sign up for a new allstate plan", + "insurance_change" + ], + [ + "what is the procedure for signing up for a new allstate plan", + "insurance_change" + ], + [ + "how do i sign up for a new allstatedplan", + "insurance_change" + ], + [ + "i want to change to a new allstate insurance plan", + "insurance_change" + ], + [ + "i want a new insurance plan", + "insurance_change" + ], + [ + "what if i want to switch insurance plans", + "insurance_change" + ], + [ + "is there a way to get a new insurance plan", + "insurance_change" + ], + [ + "i want to switch to a new insurance plan", + "insurance_change" + ], + [ + "how do i switch insurance plans", + "insurance_change" + ], + [ + "phone number to state farm to change insurance", + "insurance_change" + ], + [ + "can you help me find my phone, please", + "find_phone" + ], + [ + "could you help me locate my phone", + "find_phone" + ], + [ + "can you help me locate my phone", + "find_phone" + ], + [ + "could you help me locate my phone, please", + "find_phone" + ], + [ + "can you help me locate my phone, please", + "find_phone" + ], + [ + "i cannot locate my phone, can you help me", + "find_phone" + ], + [ + "i need help locating my phone", + "find_phone" + ], + [ + "can you assist me with finding my phone", + "find_phone" + ], + [ + "i lost my phone can you help me", + "find_phone" + ], + [ + "where the bleep did i put my bleeping phone", + "find_phone" + ], + [ + "is my phone somewhere around here", + "find_phone" + ], + [ + "help, i've lost my cellphone!", + "find_phone" + ], + [ + "i seem to have lost my phone", + "find_phone" + ], + [ + "do you know my phone's location", + "find_phone" + ], + [ + "can you find my phone", + "find_phone" + ], + [ + "where's my phone at", + "find_phone" + ], + [ + "what's my phone's location", + "find_phone" + ], + [ + "can you help me hunt for my missing cellphone", + "find_phone" + ], + [ + "locate my cellphone in this room", + "find_phone" + ], + [ + "where did i last put my phone", + "find_phone" + ], + [ + "find my cellphone for me!", + "find_phone" + ], + [ + "where did i place my phone", + "find_phone" + ], + [ + "where's my phone", + "find_phone" + ], + [ + "my phone isn't where i left it", + "find_phone" + ], + [ + "i think i've misplaced my phone", + "find_phone" + ], + [ + "i've lost my phone somewhere", + "find_phone" + ], + [ + "i think i lost my phone", + "find_phone" + ], + [ + "would you know where to find my phone", + "find_phone" + ], + [ + "please assist me in looking for my phone", + "find_phone" + ], + [ + "look for my phone with me", + "find_phone" + ], + [ + "is there a travel alert in spain", + "travel_alert" + ], + [ + "travel alert in cuba", + "travel_alert" + ], + [ + "alerts for travel in colombia", + "travel_alert" + ], + [ + "are there travel alerts in mexico", + "travel_alert" + ], + [ + "mexico travel alerts", + "travel_alert" + ], + [ + "have there been any travel alerts for the us", + "travel_alert" + ], + [ + "are there any travel advisories for the us", + "travel_alert" + ], + [ + "what are the travel alerts for the us", + "travel_alert" + ], + [ + "are there travel alerts for the us", + "travel_alert" + ], + [ + "what travel alerts are in effect for the us", + "travel_alert" + ], + [ + "i want to know if i will be safe if i travel to europe", + "travel_alert" + ], + [ + "would i be safe if i traveled to japan", + "travel_alert" + ], + [ + "is it safe to go to north korea", + "travel_alert" + ], + [ + "will i be safe going to south america", + "travel_alert" + ], + [ + "am i safe to go to africa", + "travel_alert" + ], + [ + "which countries have travel alerts", + "travel_alert" + ], + [ + "is it safe in italy", + "travel_alert" + ], + [ + "what are the travel conditions for haiti", + "travel_alert" + ], + [ + "are there any travel bulletins about haiti", + "travel_alert" + ], + [ + "note any travel alerts for haiti", + "travel_alert" + ], + [ + "find travel alerts for haiti", + "travel_alert" + ], + [ + "does the state department say anything about traveling to haiti", + "travel_alert" + ], + [ + "is there a travel alert for france", + "travel_alert" + ], + [ + "is it safe for me to go to turkey", + "travel_alert" + ], + [ + "is it safe to go to serbia", + "travel_alert" + ], + [ + "safety concerns for malaysia", + "travel_alert" + ], + [ + "is it safe for me to visit malawi", + "travel_alert" + ], + [ + "is travel to monterrey safe now", + "travel_alert" + ], + [ + "is it safe for people to travel to pakistan", + "travel_alert" + ], + [ + "can people safely travel to cambodia", + "travel_alert" + ], + [ + "please help me set up a vacation request", + "pto_request" + ], + [ + "how does one go about putting in a vacation request", + "pto_request" + ], + [ + "how do i put in a vacation request", + "pto_request" + ], + [ + "walk me through on how to make a vacation request", + "pto_request" + ], + [ + "please put in a vacation request", + "pto_request" + ], + [ + "how is a vacation request done", + "pto_request" + ], + [ + "how is a vacation request made", + "pto_request" + ], + [ + "what is the process of making a vacation request", + "pto_request" + ], + [ + "how would one make a vacation request", + "pto_request" + ], + [ + "can i put in a pto request for september 1st to september 8th", + "pto_request" + ], + [ + "if i want to make a vacation request, how do i do it", + "pto_request" + ], + [ + "can i put in a pto request for august 1st to august 10th", + "pto_request" + ], + [ + "can i put in a pto request for january 4th to january 9th", + "pto_request" + ], + [ + "can i put in a pto request for december 3rd to december 10th", + "pto_request" + ], + [ + "can i put in a pto request for december 25th to january 1st", + "pto_request" + ], + [ + "can i take pto from the end of the month to the 5th of the next month", + "pto_request" + ], + [ + "can you help me plan a vacation", + "pto_request" + ], + [ + "it it possible to take pto from the 8th to the 11th", + "pto_request" + ], + [ + "is it ok if i use some of my pto on may 24th to may 29th", + "pto_request" + ], + [ + "what do i do to set up a vacation", + "pto_request" + ], + [ + "i need to use pto on october 5th to october 10th", + "pto_request" + ], + [ + "how do i plan a vacation", + "pto_request" + ], + [ + "can i put in a pto request for monday to wednesday", + "pto_request" + ], + [ + "can i purchase a vacation using this", + "pto_request" + ], + [ + "how do i get help with a vacation itinerary", + "pto_request" + ], + [ + "how do i request a vacation", + "pto_request" + ], + [ + "i'd like to request a vacation", + "pto_request" + ], + [ + "i need to request a vacation", + "pto_request" + ], + [ + "vacation request information", + "pto_request" + ], + [ + "vacation request please", + "pto_request" + ], + [ + "how can i increase my credit score", + "improve_credit_score" + ], + [ + "how can i raise my credit score", + "improve_credit_score" + ], + [ + "how can i contribute to my credit score", + "improve_credit_score" + ], + [ + "how is it possible to get a better credit score", + "improve_credit_score" + ], + [ + "how can i up my credit score", + "improve_credit_score" + ], + [ + "can you explain to me how i might boost my credit score", + "improve_credit_score" + ], + [ + "my credit score stinks but i don't know how to improve it", + "improve_credit_score" + ], + [ + "what preventative measures can i take to avoid a low credit score", + "improve_credit_score" + ], + [ + "how can i keep my credit score from falling", + "improve_credit_score" + ], + [ + "give me some ideas for boosting my credit score", + "improve_credit_score" + ], + [ + "how can i prevent my credit score from dropping", + "improve_credit_score" + ], + [ + "what steps can i take to build my credit score", + "improve_credit_score" + ], + [ + "give me some tips on building up my credit score", + "improve_credit_score" + ], + [ + "how can i rehabilitate my poor credit score", + "improve_credit_score" + ], + [ + "give me some ideas of how to avoid my credit score lowering", + "improve_credit_score" + ], + [ + "give me tips on improving my credit score", + "improve_credit_score" + ], + [ + "what steps should i take if i want to ensure my credit score doesn't drop", + "improve_credit_score" + ], + [ + "can you tell me some strategies for raising my credit score", + "improve_credit_score" + ], + [ + "i want to know how i can build up a good credit score", + "improve_credit_score" + ], + [ + "\"what's the method to improve credit score", + "improve_credit_score" + ], + [ + "\"which is the best way to improve the credit score", + "improve_credit_score" + ], + [ + "\"which could be improve the credit score", + "improve_credit_score" + ], + [ + "\"when the credit score improve", + "improve_credit_score" + ], + [ + "\"where is improve the credit score", + "improve_credit_score" + ], + [ + "it is damaging to my credit score if i miss one credit card payment", + "improve_credit_score" + ], + [ + "i have a revolving store card and defaulted so will my fico score be affected", + "improve_credit_score" + ], + [ + "will my fico score decrease if i increase my student loan debt", + "improve_credit_score" + ], + [ + "if i lose my job will my credit score go down", + "improve_credit_score" + ], + [ + "can i hurt my credit rating if i open several credit cards in a short time frame", + "improve_credit_score" + ], + [ + "will only having five late payments really make my credit bad", + "improve_credit_score" + ], + [ + "name unusual facts about the circus", + "fun_fact" + ], + [ + "i need interesting baseball trivia from the nineteen eighties", + "fun_fact" + ], + [ + "tell me a fun fact about cars", + "fun_fact" + ], + [ + "give me a fun fact about kangaroo", + "fun_fact" + ], + [ + "give me a fun fact about koala", + "fun_fact" + ], + [ + "give me a fun fact about dolphin", + "fun_fact" + ], + [ + "what is some trivia about frog", + "fun_fact" + ], + [ + "tell me fun facts of today", + "fun_fact" + ], + [ + "give me something interesting about stars", + "fun_fact" + ], + [ + "what is some trivia question about coffee", + "fun_fact" + ], + [ + "tell me some trivia about sweat", + "fun_fact" + ], + [ + "tell me some trivia about dolphin", + "fun_fact" + ], + [ + "what is some trivia about the weather", + "fun_fact" + ], + [ + "give me a fun fact about komodo dragon", + "fun_fact" + ], + [ + "give me a amusing fact about wolf", + "fun_fact" + ], + [ + "what is the interesting trivia about human bodies", + "fun_fact" + ], + [ + "i want to learn something about apples", + "fun_fact" + ], + [ + "tell me today's fun fact", + "fun_fact" + ], + [ + "i want today's fun fact please", + "fun_fact" + ], + [ + "what is today's fun fact", + "fun_fact" + ], + [ + "today's fun fact", + "fun_fact" + ], + [ + "i want a fun fact about london", + "fun_fact" + ], + [ + "tell me something interesting about bees", + "fun_fact" + ], + [ + "i would you like to learn something interesting about bees", + "fun_fact" + ], + [ + "i want to hear cool bee facts", + "fun_fact" + ], + [ + "what's something interesting about bees", + "fun_fact" + ], + [ + "i wanna hear something cool about bees", + "fun_fact" + ], + [ + "tell me fun facts on science topics", + "fun_fact" + ], + [ + "tell me fun science facts", + "fun_fact" + ], + [ + "i want to know fun facts about koala bears", + "fun_fact" + ], + [ + "please speak in tagalog", + "change_language" + ], + [ + "speak in german", + "change_language" + ], + [ + "speak to me in dutch", + "change_language" + ], + [ + "speak in french please", + "change_language" + ], + [ + "speak spanish please", + "change_language" + ], + [ + "i am not understanding the language you are responding in; switch it for me", + "change_language" + ], + [ + "i can't understand the language you are responding in; i need you to switch it", + "change_language" + ], + [ + "i need you to switch the language you are responding as i don't understand", + "change_language" + ], + [ + "i don't understand your language; switch the language", + "change_language" + ], + [ + "i need you to switch the language you are responding in", + "change_language" + ], + [ + "i'd like to speak in portuguese", + "change_language" + ], + [ + "can we speak in german", + "change_language" + ], + [ + "i want to use spanish with you", + "change_language" + ], + [ + "please let's speak in spanish", + "change_language" + ], + [ + "please can we speak in dutch", + "change_language" + ], + [ + "can you make the default language swedish", + "change_language" + ], + [ + "is it possible to talk to you in mandarin", + "change_language" + ], + [ + "would you understand me if i speak to you in navajo", + "change_language" + ], + [ + "i'd like the language to be in spanish", + "change_language" + ], + [ + "i'd like to use you using russian", + "change_language" + ], + [ + "can i speak spanish to you hombre", + "change_language" + ], + [ + "i want to start talking to you in swedish", + "change_language" + ], + [ + "can i get you to change your language setting to russian", + "change_language" + ], + [ + "please make your language setting norwegian", + "change_language" + ], + [ + "i am going to speak english now", + "change_language" + ], + [ + "do you speak english", + "change_language" + ], + [ + "i want to talk english", + "change_language" + ], + [ + "we have to speak in english", + "change_language" + ], + [ + "speak in dutch", + "change_language" + ], + [ + "i want to speak to you in swiss german", + "change_language" + ], + [ + "how long until my paycheck shows up", + "payday" + ], + [ + "can you tell me the date of my last check", + "payday" + ], + [ + "what was the date when i last go paid", + "payday" + ], + [ + "what's the date on my last pay stub", + "payday" + ], + [ + "when can i expect my paycheck", + "payday" + ], + [ + "when is the next time i'll receive a paycheck", + "payday" + ], + [ + "when did i last collect my salary", + "payday" + ], + [ + "when do i next get paid", + "payday" + ], + [ + "when is my paycheck arriving", + "payday" + ], + [ + "what day is payday", + "payday" + ], + [ + "do you know when my next check is coming", + "payday" + ], + [ + "when do i get my next paycheck", + "payday" + ], + [ + "when's pay day for me", + "payday" + ], + [ + "i need to know when i get paid next", + "payday" + ], + [ + "when's my next pay day", + "payday" + ], + [ + "what day's my pay coming next", + "payday" + ], + [ + "when do i get paid for my work", + "payday" + ], + [ + "look up when my payday is supposed to be", + "payday" + ], + [ + "when can i expect to be paid", + "payday" + ], + [ + "look up the date for my next payday", + "payday" + ], + [ + "what day will i earn my payment from work", + "payday" + ], + [ + "find out when my next upcoming payday will be", + "payday" + ], + [ + "when is the next payday i can look forward to", + "payday" + ], + [ + "what day can i expect to receive payment on", + "payday" + ], + [ + "when will my next paycheck be coming", + "payday" + ], + [ + "when will my payment be deposited", + "payday" + ], + [ + "when do i get my next pay check", + "payday" + ], + [ + "is it payday", + "payday" + ], + [ + "do you know when i'll receive my next paycheck", + "payday" + ], + [ + "what date do i get paid", + "payday" + ], + [ + "how long does it take for a credit card to be reissued and mailed to me", + "replacement_card_duration" + ], + [ + "can credit card companies expedite delivery of reissued credit cards", + "replacement_card_duration" + ], + [ + "can you call the help desk line for my credit card company", + "replacement_card_duration" + ], + [ + "how can i request a new credit card", + "replacement_card_duration" + ], + [ + "what's the phone number for my credit card company", + "replacement_card_duration" + ], + [ + "i recently lost my credit card and need to know how long it takes to get a new one mailed to me", + "replacement_card_duration" + ], + [ + "i need to know the time it takes to get a new credit card sent to someone who lost theirs", + "replacement_card_duration" + ], + [ + "i lost my credit card recently how long does take to get a new one in the mail", + "replacement_card_duration" + ], + [ + "what is amount of time it takes to get a new credit card i lost mine recently", + "replacement_card_duration" + ], + [ + "what is the time frame for sending a customer who lost their credit card a new one", + "replacement_card_duration" + ], + [ + "will i get getting my new card anytime soon", + "replacement_card_duration" + ], + [ + "what is the shipping status of my replacement card", + "replacement_card_duration" + ], + [ + "how long until i get my replacement card", + "replacement_card_duration" + ], + [ + "when is my new card expected to arrive", + "replacement_card_duration" + ], + [ + "is my replacement card due to arrive in the mail today", + "replacement_card_duration" + ], + [ + "how long before my new card is mailed to me", + "replacement_card_duration" + ], + [ + "what is the shipping time for my card", + "replacement_card_duration" + ], + [ + "how much time before my new card is mailed to me", + "replacement_card_duration" + ], + [ + "how long does it take to get a new credit card", + "replacement_card_duration" + ], + [ + "time to order and receive a new credit card", + "replacement_card_duration" + ], + [ + "when will i received a replacement card", + "replacement_card_duration" + ], + [ + "time to replace my credit card", + "replacement_card_duration" + ], + [ + "how long before the replacement card is mailed to me", + "replacement_card_duration" + ], + [ + "how much longer before the card is mailed to me", + "replacement_card_duration" + ], + [ + "how long will it takes to get a new credit card", + "replacement_card_duration" + ], + [ + "what is the shipping wait for my card", + "replacement_card_duration" + ], + [ + "when will the replaecment card arrive", + "replacement_card_duration" + ], + [ + "let me know the wait on a replacement credit card", + "replacement_card_duration" + ], + [ + "let me know when the replacement card will arrive", + "replacement_card_duration" + ], + [ + "how soon can i expect a replacement card for my lost card to arrive", + "replacement_card_duration" + ], + [ + "i need you to tell me what time it is in new york now", + "time" + ], + [ + "what time is it in adelaide, australia right now", + "time" + ], + [ + "is it after noon", + "time" + ], + [ + "is it six o clock yet", + "time" + ], + [ + "please give me the time in tanzania at this moment", + "time" + ], + [ + "can you tell me the current time in jamaica", + "time" + ], + [ + "tell me the time in san francisco, please", + "time" + ], + [ + "what time is it right now in adelaide, australia", + "time" + ], + [ + "what time is it in the eastern timezone", + "time" + ], + [ + "what time is it in the mountain timezone", + "time" + ], + [ + "what time is it in the greenwich timezone", + "time" + ], + [ + "what time is it in the central timezone", + "time" + ], + [ + "tell me what the time is in dallas", + "time" + ], + [ + "what is the current time in dallas", + "time" + ], + [ + "can you tell me what time it is in dallas", + "time" + ], + [ + "what time is it in dallas", + "time" + ], + [ + "tell time for another city: dallas", + "time" + ], + [ + "what time is it right now at home", + "time" + ], + [ + "what\u2019s the time in new york", + "time" + ], + [ + "tell me the time in california", + "time" + ], + [ + "tell me the time in las vegas", + "time" + ], + [ + "what is the time is central time zone", + "time" + ], + [ + "what is the time in the usa", + "time" + ], + [ + "what is the time in est", + "time" + ], + [ + "whats the exact time", + "time" + ], + [ + "what is the current time", + "time" + ], + [ + "what's the current time", + "time" + ], + [ + "what time is it in california", + "time" + ], + [ + "please give me the time", + "time" + ], + [ + "the time is what", + "time" + ], + [ + "how is the status of my credit card application coming along", + "application_status" + ], + [ + "what exactly is the status of my application for the credit card", + "application_status" + ], + [ + "i need to know the status of my credit card application", + "application_status" + ], + [ + "i would like to know the status of my credit card application", + "application_status" + ], + [ + "let me know if my application for american saving bank", + "application_status" + ], + [ + "check the status of my credit card application for me", + "application_status" + ], + [ + "i want to know if my credit card application has been processed", + "application_status" + ], + [ + "i want to know the status of my credit card application", + "application_status" + ], + [ + "can you check if my credit card application has been processed", + "application_status" + ], + [ + "i want to know how is my credit card application going", + "application_status" + ], + [ + "can you let me know the status of my discover credit card application status", + "application_status" + ], + [ + "can you tell me the status of my credit card application", + "application_status" + ], + [ + "has my application for american express gone through yet", + "application_status" + ], + [ + "let me know about the status of my credit card application", + "application_status" + ], + [ + "can you please tell me about the status of my credit card application", + "application_status" + ], + [ + "can you please let me know the status of my capital one application", + "application_status" + ], + [ + "let me know the credit card application status", + "application_status" + ], + [ + "has my application for discover card gone through yet", + "application_status" + ], + [ + "can you tell me the credit card application status", + "application_status" + ], + [ + "has my application for the hsbc card been approved yet", + "application_status" + ], + [ + "please tell me if my application for the hsbc card has gone through yet", + "application_status" + ], + [ + "how far has my application for the hsbc card gone till now", + "application_status" + ], + [ + "what's the status on my application for the hsbc credit card", + "application_status" + ], + [ + "how far has my application for the hsbc card proceeded till now", + "application_status" + ], + [ + "did the application for my visa card finish", + "application_status" + ], + [ + "has my mastercard application gone through the process", + "application_status" + ], + [ + "has my mastercard application gone through yet", + "application_status" + ], + [ + "has my application for my visa card gone through", + "application_status" + ], + [ + "has my mastercard application been processed", + "application_status" + ], + [ + "when will i know if my visa card application was approved", + "application_status" + ], + [ + "what's the status of by delta flight", + "flight_status" + ], + [ + "what's the status of my virgin airlines flight", + "flight_status" + ], + [ + "what's the status of my jetblue flight", + "flight_status" + ], + [ + "what's the status of my southwest flight", + "flight_status" + ], + [ + "what's the status of my american airlines flight", + "flight_status" + ], + [ + "what's the news with my delta flight", + "flight_status" + ], + [ + "where is my delta flight", + "flight_status" + ], + [ + "what can you tell me about flight dl123", + "flight_status" + ], + [ + "where is flight dl123", + "flight_status" + ], + [ + "has flight dl123 left", + "flight_status" + ], + [ + "is flight dl123 going to arrive on time", + "flight_status" + ], + [ + "is my spirit flight running on time", + "flight_status" + ], + [ + "what's the status for my delta flight this afternoon", + "flight_status" + ], + [ + "give me the status on my united airlines flight", + "flight_status" + ], + [ + "what's up with my american airline flight will it be on time", + "flight_status" + ], + [ + "tell me what the status is for my aa flight", + "flight_status" + ], + [ + "i need for you to get me the status of my american airlines flight", + "flight_status" + ], + [ + "tell me the status of my american airlines flight", + "flight_status" + ], + [ + "i need to know the status of my american airlines flight", + "flight_status" + ], + [ + "would you let me know the status of my american airlines flight", + "flight_status" + ], + [ + "let me know the status of my american airlines flight", + "flight_status" + ], + [ + "has flight dl123 landed", + "flight_status" + ], + [ + "is my flight, dl123 on time", + "flight_status" + ], + [ + "how far out is flight dl123", + "flight_status" + ], + [ + "is flight dl123 delayed", + "flight_status" + ], + [ + "what time is boarding scheduled", + "flight_status" + ], + [ + "when is boarding scheduled", + "flight_status" + ], + [ + "what time is boarding for my flight", + "flight_status" + ], + [ + "when is boarding scheduled for my flight", + "flight_status" + ], + [ + "when is my flight scheduled to board", + "flight_status" + ], + [ + "flip a coin for me and i call heads", + "flip_coin" + ], + [ + "can you flip a coin for me", + "flip_coin" + ], + [ + "give me the results of a coin flip", + "flip_coin" + ], + [ + "please flip a coin for me", + "flip_coin" + ], + [ + "please flip a coin for me ai", + "flip_coin" + ], + [ + "flip a coin and tell me if it's heads", + "flip_coin" + ], + [ + "ai, flip a coin for me", + "flip_coin" + ], + [ + "ai, please flip a simulated coin", + "flip_coin" + ], + [ + "let's flip a coin i choose heads", + "flip_coin" + ], + [ + "can you please do a simulated coin flip for me ai", + "flip_coin" + ], + [ + "flip a coin i choose heads", + "flip_coin" + ], + [ + "flip a coin i'm calling heads", + "flip_coin" + ], + [ + "can you do a coin flip for me ai", + "flip_coin" + ], + [ + "i want you to flip a coin i choose heads", + "flip_coin" + ], + [ + "just toss a coin", + "flip_coin" + ], + [ + "just flip a coin", + "flip_coin" + ], + [ + "throw a coin in the air", + "flip_coin" + ], + [ + "flip a coin into the air", + "flip_coin" + ], + [ + "heads, coin flip", + "flip_coin" + ], + [ + "flip coin, heads!", + "flip_coin" + ], + [ + "flip a coin, i call heads!", + "flip_coin" + ], + [ + "coin flip, choose heads", + "flip_coin" + ], + [ + "please flip a coin, i choose heads!", + "flip_coin" + ], + [ + "can you flip a coin i call heads", + "flip_coin" + ], + [ + "flip a coin, i'm heads", + "flip_coin" + ], + [ + "flip a coin, heads", + "flip_coin" + ], + [ + "flip us a coin, i call heads", + "flip_coin" + ], + [ + "flip a coin, you're tails and i'm heads", + "flip_coin" + ], + [ + "give me a coin toss result", + "flip_coin" + ], + [ + "flip the coin, i choose heads", + "flip_coin" + ], + [ + "bob is my name now", + "change_user_name" + ], + [ + "please start calling me bob", + "change_user_name" + ], + [ + "change my name to bob", + "change_user_name" + ], + [ + "call me bob from now on", + "change_user_name" + ], + [ + "don't call me bill anymore - call me bob", + "change_user_name" + ], + [ + "i want you to call me bailey", + "change_user_name" + ], + [ + "don't call me anything besides bailey", + "change_user_name" + ], + [ + "refer to me as bailey", + "change_user_name" + ], + [ + "address me as \"bailey", + "change_user_name" + ], + [ + "please call me bailey", + "change_user_name" + ], + [ + "can you call me a different name", + "change_user_name" + ], + [ + "could you call me a different name", + "change_user_name" + ], + [ + "could you call me a different name, please", + "change_user_name" + ], + [ + "could you call me by a different name, please", + "change_user_name" + ], + [ + "can you call me a different name, please", + "change_user_name" + ], + [ + "ai, my name is deb please use my name when you talk to me", + "change_user_name" + ], + [ + "ai answer my questions with my name first which is deb", + "change_user_name" + ], + [ + "ai, refer to me as deb when answering me", + "change_user_name" + ], + [ + "ai, address me as deb when speaking to me", + "change_user_name" + ], + [ + "ai, call me deb", + "change_user_name" + ], + [ + "change my name please", + "change_user_name" + ], + [ + "please go ahead and change my name", + "change_user_name" + ], + [ + "please switch my name", + "change_user_name" + ], + [ + "change name for me", + "change_user_name" + ], + [ + "my name is going to be sherlock", + "change_user_name" + ], + [ + "start calling me jake from now on", + "change_user_name" + ], + [ + "call me shane", + "change_user_name" + ], + [ + "i want you to call me sheldon", + "change_user_name" + ], + [ + "i want to be called timothy", + "change_user_name" + ], + [ + "call me mike from now on", + "change_user_name" + ], + [ + "where are you coming from", + "where_are_you_from" + ], + [ + "from where do you come", + "where_are_you_from" + ], + [ + "what place are you from", + "where_are_you_from" + ], + [ + "where are you from originally", + "where_are_you_from" + ], + [ + "so, where do you come from", + "where_are_you_from" + ], + [ + "so where do you come from originally", + "where_are_you_from" + ], + [ + "where do you call home", + "where_are_you_from" + ], + [ + "what's your home country", + "where_are_you_from" + ], + [ + "where did you live before you moved here", + "where_are_you_from" + ], + [ + "are you from here or somewhere else originally", + "where_are_you_from" + ], + [ + "tell me where you're from", + "where_are_you_from" + ], + [ + "what area did you come from", + "where_are_you_from" + ], + [ + "what is your origin", + "where_are_you_from" + ], + [ + "where was it you were born", + "where_are_you_from" + ], + [ + "the place you were born is", + "where_are_you_from" + ], + [ + "what location were you born", + "where_are_you_from" + ], + [ + "where were you put together", + "where_are_you_from" + ], + [ + "where is your home planet", + "where_are_you_from" + ], + [ + "where is your home town", + "where_are_you_from" + ], + [ + "where were you thought of", + "where_are_you_from" + ], + [ + "where do you originate from", + "where_are_you_from" + ], + [ + "where have you come from", + "where_are_you_from" + ], + [ + "where were you before", + "where_are_you_from" + ], + [ + "where were you processed", + "where_are_you_from" + ], + [ + "a hidden government facility", + "where_are_you_from" + ], + [ + "what region were you born", + "where_are_you_from" + ], + [ + "from where did you originate", + "where_are_you_from" + ], + [ + "are you from around here", + "where_are_you_from" + ], + [ + "in what place are you originally from", + "where_are_you_from" + ], + [ + "where did you grow up", + "where_are_you_from" + ], + [ + "tack on a gallon of milk to the grocery list", + "shopping_list_update" + ], + [ + "add laundry detergent to the list", + "shopping_list_update" + ], + [ + "make sure to put eggs on the grocery list", + "shopping_list_update" + ], + [ + "the list should also have 2 loaves of bread", + "shopping_list_update" + ], + [ + "include asparagus on the list", + "shopping_list_update" + ], + [ + "remove milk and add eggs to my shopping list", + "shopping_list_update" + ], + [ + "put milk on my shopping list", + "shopping_list_update" + ], + [ + "i'd like to add pancake mix to my shopping list if it's not already there", + "shopping_list_update" + ], + [ + "if soda isn't on my shopping list, go ahead and add it for me", + "shopping_list_update" + ], + [ + "add milk to my shopping list", + "shopping_list_update" + ], + [ + "take toilet paper off my shopping list", + "shopping_list_update" + ], + [ + "i need to add flour to my list for shopping if i haven't already", + "shopping_list_update" + ], + [ + "take toilet paper off my shopping list and add paper towels", + "shopping_list_update" + ], + [ + "i need hot dogs added to my shopping list please", + "shopping_list_update" + ], + [ + "please put chips on my shopping list", + "shopping_list_update" + ], + [ + "is milk in my shopping list if not, add it", + "shopping_list_update" + ], + [ + "can you add eggs to my shopping list", + "shopping_list_update" + ], + [ + "add eggs to my shopping list if it's not already there", + "shopping_list_update" + ], + [ + "i'd like to get soda while i'm out; add it to my shopping list", + "shopping_list_update" + ], + [ + "on my shopping list, remove eggs", + "shopping_list_update" + ], + [ + "i need eggs; add them to my shopping list", + "shopping_list_update" + ], + [ + "take soda from my shopping list, and while you're at it add tea", + "shopping_list_update" + ], + [ + "milk should be added to my shopping list", + "shopping_list_update" + ], + [ + "i don't need eggs anymore, but i do need milk", + "shopping_list_update" + ], + [ + "take paper towels off of my shopping list", + "shopping_list_update" + ], + [ + "i need milk on my shopping list", + "shopping_list_update" + ], + [ + "i don't need toilet paper anymore; take it off my shopping list", + "shopping_list_update" + ], + [ + "throw eggs on my shopping list, please", + "shopping_list_update" + ], + [ + "i need water on my shopping list and beer off of it", + "shopping_list_update" + ], + [ + "i need bananas on the list too", + "shopping_list_update" + ], + [ + "can you tell me what you can help with", + "what_can_i_ask_you" + ], + [ + "what things are you able to help me with", + "what_can_i_ask_you" + ], + [ + "i would like to know what you can help with", + "what_can_i_ask_you" + ], + [ + "what kind of things can you help with", + "what_can_i_ask_you" + ], + [ + "i want to know what type of things you can help me with", + "what_can_i_ask_you" + ], + [ + "please help me to know what type of things you can help me with", + "what_can_i_ask_you" + ], + [ + "can i know what type of things you can help me with", + "what_can_i_ask_you" + ], + [ + "i would like to know what type of things you can help me with", + "what_can_i_ask_you" + ], + [ + "i will be glad to know what type of things you can help me with", + "what_can_i_ask_you" + ], + [ + "what subjects do you like", + "what_can_i_ask_you" + ], + [ + "tell me what subjects you like", + "what_can_i_ask_you" + ], + [ + "please tell me what subjects you like", + "what_can_i_ask_you" + ], + [ + "so what subjects do you like", + "what_can_i_ask_you" + ], + [ + "what type of questions can i ask you", + "what_can_i_ask_you" + ], + [ + "what kinds of things are you familiar with", + "what_can_i_ask_you" + ], + [ + "what subjects are you experienced in", + "what_can_i_ask_you" + ], + [ + "what knowledge do you have on certain subjects", + "what_can_i_ask_you" + ], + [ + "what kid of subjects do you excel in", + "what_can_i_ask_you" + ], + [ + "what subjects or areas are you familiar with", + "what_can_i_ask_you" + ], + [ + "which subjects are you the most experienced with", + "what_can_i_ask_you" + ], + [ + "tell me what you can do for me", + "what_can_i_ask_you" + ], + [ + "what sorts of tasks can you do", + "what_can_i_ask_you" + ], + [ + "what can you do for me", + "what_can_i_ask_you" + ], + [ + "what can you do to make yourself useful", + "what_can_i_ask_you" + ], + [ + "what would you be able to do with me", + "what_can_i_ask_you" + ], + [ + "give me examples of what to ask you", + "what_can_i_ask_you" + ], + [ + "tell me what types of questions i can ask you", + "what_can_i_ask_you" + ], + [ + "what are you programmed to do for me", + "what_can_i_ask_you" + ], + [ + "what things do you know how to do", + "what_can_i_ask_you" + ], + [ + "how can you help me", + "what_can_i_ask_you" + ], + [ + "undecided", + "maybe" + ], + [ + "i'm afraid i don't know how to answer that", + "maybe" + ], + [ + "might", + "maybe" + ], + [ + "it might go either way", + "maybe" + ], + [ + "both could be", + "maybe" + ], + [ + "either or", + "maybe" + ], + [ + "my answer would be maybe", + "maybe" + ], + [ + "either one might be", + "maybe" + ], + [ + "i can't say for certain either way", + "maybe" + ], + [ + "it could go either way", + "maybe" + ], + [ + "it's definitely a maybe for that", + "maybe" + ], + [ + "i am not sure", + "maybe" + ], + [ + "maybe it is", + "maybe" + ], + [ + "i can't say", + "maybe" + ], + [ + "could be", + "maybe" + ], + [ + "i am unable to say", + "maybe" + ], + [ + "i am not able to say", + "maybe" + ], + [ + "i am really not sure", + "maybe" + ], + [ + "i do not know", + "maybe" + ], + [ + "not sure", + "maybe" + ], + [ + "not sure to be honest", + "maybe" + ], + [ + "i think maybe", + "maybe" + ], + [ + "um, i'm not quite sure", + "maybe" + ], + [ + "um, i'm not totally sure", + "maybe" + ], + [ + "um, i'm not actually sure", + "maybe" + ], + [ + "i'm not actually sure", + "maybe" + ], + [ + "um, i'm not sure", + "maybe" + ], + [ + "that might be the case", + "maybe" + ], + [ + "i'm not completely certain", + "maybe" + ], + [ + "unsure", + "maybe" + ], + [ + "help me change my oil", + "oil_change_how" + ], + [ + "what oil should i use for an oil change and how do i do it", + "oil_change_how" + ], + [ + "how do i do an oil change", + "oil_change_how" + ], + [ + "diy oil change", + "oil_change_how" + ], + [ + "how to do an oil change", + "oil_change_how" + ], + [ + "give me instructions for an oil change", + "oil_change_how" + ], + [ + "diy oil change and oil type", + "oil_change_how" + ], + [ + "oil type and do it yourself oil change information please", + "oil_change_how" + ], + [ + "i want to know how to change my oil", + "oil_change_how" + ], + [ + "can you tell me how to change my oil and what kind i use", + "oil_change_how" + ], + [ + "how to change oil and what oil type", + "oil_change_how" + ], + [ + "can you please instruct me on the proper way to change the oil in my car", + "oil_change_how" + ], + [ + "i need guidance on changing my oil", + "oil_change_how" + ], + [ + "i want a step by step explanation of how to change the oil in my car", + "oil_change_how" + ], + [ + "can you teach me how to change my oil", + "oil_change_how" + ], + [ + "can you teach me how to change my oil in my car", + "oil_change_how" + ], + [ + "help me figure out how to change my oil", + "oil_change_how" + ], + [ + "walk me through the steps involved in changing my oil", + "oil_change_how" + ], + [ + "give me step by step instructions for changing my oil", + "oil_change_how" + ], + [ + "i want to change the oil in my car but i do not know how to do it can you help", + "oil_change_how" + ], + [ + "put together a list of instructions for me on how to change the oil in my car", + "oil_change_how" + ], + [ + "is it possible to change oil, if so how and what do i use", + "oil_change_how" + ], + [ + "what oil do i use when changing oil and how do i do it", + "oil_change_how" + ], + [ + "how would i replace my oil and what sort of oil should i use", + "oil_change_how" + ], + [ + "can you change the oil, with what and how", + "oil_change_how" + ], + [ + "how could i replace my oil and what form of oil ought to i take advantage of", + "oil_change_how" + ], + [ + "can you tell me how to change my oil please", + "oil_change_how" + ], + [ + "how do i change my oil", + "oil_change_how" + ], + [ + "please let me know how to change the oil", + "oil_change_how" + ], + [ + "i need to know how to change oil in a car", + "oil_change_how" + ], + [ + "i'd like to make a reservation at rooth chris, can you do that", + "restaurant_reservation" + ], + [ + "make a reservation for chik-fil-a at 3 o' clock please", + "restaurant_reservation" + ], + [ + "reserve a table for 3 at 7 for olive garden", + "restaurant_reservation" + ], + [ + "will you reserve a table at olive garden for 3 people at 7", + "restaurant_reservation" + ], + [ + "at 7, i need a table for 3 at olive garden", + "restaurant_reservation" + ], + [ + "i need a table for 3 at olive garden for 7", + "restaurant_reservation" + ], + [ + "get a table for me at 7 for 3 people at olive garden", + "restaurant_reservation" + ], + [ + "reserve table for 5 at red robin under the name sara at 3", + "restaurant_reservation" + ], + [ + "reverse a table for 5 at burger king under the name sara at 6", + "restaurant_reservation" + ], + [ + "can you reserve a table for 6 at red robin under the name mavrick at 5 clock", + "restaurant_reservation" + ], + [ + "could you reserve table for 3 at carlos jr under the name adam at 4", + "restaurant_reservation" + ], + [ + "i want to reserve table for 5 at red robin under the name sara at 5", + "restaurant_reservation" + ], + [ + "i need a table for two at the havana at nine", + "restaurant_reservation" + ], + [ + "look for me a table at carl's cabin for twelve at eight", + "restaurant_reservation" + ], + [ + "i need a table at gemma for nine at two", + "restaurant_reservation" + ], + [ + "book me a table for three at rainforest cafe at seven", + "restaurant_reservation" + ], + [ + "get me a table for five at itta bena at three", + "restaurant_reservation" + ], + [ + "5 people are going to be at tropicana by 8pm, reserve the table under martins name please", + "restaurant_reservation" + ], + [ + "use martins name to reserve a table at tropicana for 5 people at 8pm", + "restaurant_reservation" + ], + [ + "reserve a table at tropicana for 5 people under the name martins for 8pm", + "restaurant_reservation" + ], + [ + "martins needs a table for 5 people at tropicana at 8pm precisely", + "restaurant_reservation" + ], + [ + "the table should be reserved at 8pm at tropicana using martins name and it should be for 5 people", + "restaurant_reservation" + ], + [ + "are there any open reservations at outback tonight", + "restaurant_reservation" + ], + [ + "make a reservation for 2 tonight at 7:00 at outback steakhouse", + "restaurant_reservation" + ], + [ + "michael will reserve a table for two at 7:00pm for olive garden", + "restaurant_reservation" + ], + [ + "a table for two needs to be reserved for 7:00pm at olive garden using the name michael", + "restaurant_reservation" + ], + [ + "please reserve a table for two at olive garden at 7:00pm for michael", + "restaurant_reservation" + ], + [ + "get reservations at olive garden for two at 7:00pm under michael", + "restaurant_reservation" + ], + [ + "reservations for two need to be made using michael's name for 7:00pm at olive garden", + "restaurant_reservation" + ], + [ + "i want to eat at seven in the restaurant for two people", + "restaurant_reservation" + ], + [ + "what are my coffers at", + "balance" + ], + [ + "tell me the current balance of my bank accounts", + "balance" + ], + [ + "what's my current bank account total", + "balance" + ], + [ + "how much do i have in my bank accounts", + "balance" + ], + [ + "what's the balance in my bank accounts", + "balance" + ], + [ + "what do i have in my bank accounts right now", + "balance" + ], + [ + "is there enough in my wells fargo account to buy some nike's", + "balance" + ], + [ + "do i have enough in my wells fargo account to get some nike's", + "balance" + ], + [ + "do i have money in my wells fargo account for nike's", + "balance" + ], + [ + "i want some nike's, is there enough in my wells fargo account", + "balance" + ], + [ + "check my wells fargo account to see if i have enough for these nike's", + "balance" + ], + [ + "would you tell me my bank balance", + "balance" + ], + [ + "can you tell me my bank balance", + "balance" + ], + [ + "will you let me know my bank balance", + "balance" + ], + [ + "will you tell me my bank balance", + "balance" + ], + [ + "how much money is there in my bank accounts", + "balance" + ], + [ + "how much money do i have in my various bank accounts", + "balance" + ], + [ + "how much cash do i have in my various bank accounts", + "balance" + ], + [ + "how much cash do i have in my bank accounts", + "balance" + ], + [ + "how much dough do i have in my bank accounts", + "balance" + ], + [ + "whats the combined total of the money inside my bank accounts", + "balance" + ], + [ + "whats my bank accounts look like", + "balance" + ], + [ + "how much moola is in my bank accounts", + "balance" + ], + [ + "what the numerical number inside my bank accounts", + "balance" + ], + [ + "how much does my bank account have", + "balance" + ], + [ + "tell me the current account balance", + "balance" + ], + [ + "check my checking balance", + "balance" + ], + [ + "how much do i have left in my checking account", + "balance" + ], + [ + "what's my checking look like", + "balance" + ], + [ + "how much do i have in my savings account", + "balance" + ], + [ + "confirm my reservation for march 12 at 9:00 am", + "confirm_reservation" + ], + [ + "please confirm that i have a reservation for march 1st at 7", + "confirm_reservation" + ], + [ + "can you confirm that i have a reservation for february 21 at 6 o'clock", + "confirm_reservation" + ], + [ + "verify my reservation for smith and wollensky at 6:45", + "confirm_reservation" + ], + [ + "please confirm my reservation for bar les freres at 7", + "confirm_reservation" + ], + [ + "tell me whether or not i have a reservation at gramercy tavern for tad", + "confirm_reservation" + ], + [ + "can you confirm that i have a reservation for 2/20 at 6:00 pm", + "confirm_reservation" + ], + [ + "please tell me if i still have a reservation at acero for susie", + "confirm_reservation" + ], + [ + "please confirm my reservation at brio for theodore", + "confirm_reservation" + ], + [ + "confirm my reservation for acero at 7", + "confirm_reservation" + ], + [ + "please confirm that i have a reservation for 2/20 at 6:00 pm", + "confirm_reservation" + ], + [ + "confirm that there is a reservation at bellagio for thomas", + "confirm_reservation" + ], + [ + "can you confirm the reservation at fleming's for jane", + "confirm_reservation" + ], + [ + "are there reservation for joe and will", + "confirm_reservation" + ], + [ + "please verify my reservation for john at bardenay", + "confirm_reservation" + ], + [ + "will you call and check on my reservation for john at bardenay", + "confirm_reservation" + ], + [ + "is my reservation set for john at bardenay", + "confirm_reservation" + ], + [ + "do we know if my reservation for john at bardenay was accepted", + "confirm_reservation" + ], + [ + "has my reservation for john at bardenay been confirmed", + "confirm_reservation" + ], + [ + "let's try and confirm my reservation for bubble bar under \"franklin", + "confirm_reservation" + ], + [ + "i need to confirm my reservation for red lobster for frank", + "confirm_reservation" + ], + [ + "find my reservation for steve at crucere's and confirm it, please", + "confirm_reservation" + ], + [ + "confirm the john reservation at applebee's", + "confirm_reservation" + ], + [ + "i'd like to confirm the josh reservation at moe's", + "confirm_reservation" + ], + [ + "i have a reservation for strip house for jennifer that i'd like to confirm", + "confirm_reservation" + ], + [ + "please try to confirm my reservation for jim at barney's", + "confirm_reservation" + ], + [ + "confirm my reservation for joe at hoss's", + "confirm_reservation" + ], + [ + "i need to confirm the reservation for frank at chili's", + "confirm_reservation" + ], + [ + "i'll be confirming my reservation for joseph at red lobster", + "confirm_reservation" + ], + [ + "is there a reservation for mark at mimis", + "confirm_reservation" + ], + [ + "can you freeze my bank account", + "freeze_account" + ], + [ + "i want to freeze my bank account", + "freeze_account" + ], + [ + "i want my account locked out", + "freeze_account" + ], + [ + "stop all access to my account", + "freeze_account" + ], + [ + "i need my account frozen!", + "freeze_account" + ], + [ + "i need to lock my account right now!", + "freeze_account" + ], + [ + "please force my account to freeze", + "freeze_account" + ], + [ + "please stop my account", + "freeze_account" + ], + [ + "please allow my account to freeze", + "freeze_account" + ], + [ + "please put my account on hold", + "freeze_account" + ], + [ + "freeze my account at the bank immediately", + "freeze_account" + ], + [ + "would you be able to freeze my bank account", + "freeze_account" + ], + [ + "my account at the bank needs to be frozen", + "freeze_account" + ], + [ + "please block my discover account immediately", + "freeze_account" + ], + [ + "please put a block on my citi account immediately", + "freeze_account" + ], + [ + "block my american saving bank for now", + "freeze_account" + ], + [ + "block my bank of america immdediately", + "freeze_account" + ], + [ + "put a block on bank of amerian immediately", + "freeze_account" + ], + [ + "my account needs to be frozen", + "freeze_account" + ], + [ + "freeze my account for me", + "freeze_account" + ], + [ + "put a freeze on my account", + "freeze_account" + ], + [ + "could you please put a stop on my bank account", + "freeze_account" + ], + [ + "i need to put a stop on my bank account", + "freeze_account" + ], + [ + "are you able to put a stop on my bank account", + "freeze_account" + ], + [ + "please put a stop on my bank account", + "freeze_account" + ], + [ + "i am hoping you can put a stop on my bank account", + "freeze_account" + ], + [ + "please put a freeze on my banking account", + "freeze_account" + ], + [ + "i need my bank account frozen", + "freeze_account" + ], + [ + "how do i freeze my bank account", + "freeze_account" + ], + [ + "would you freeze my bank account", + "freeze_account" + ], + [ + "i heard i can transfer my 401k, but don't know how, do you", + "rollover_401k" + ], + [ + "i need some help with transferring my 401k, can you help", + "rollover_401k" + ], + [ + "can you tell me how to transfer my 401k", + "rollover_401k" + ], + [ + "i want to transfer my 401k", + "rollover_401k" + ], + [ + "i wanna transfer my 401k", + "rollover_401k" + ], + [ + "i have to rollover my 401k", + "rollover_401k" + ], + [ + "i must rollover my 401k", + "rollover_401k" + ], + [ + "i want help to transfer my 401k", + "rollover_401k" + ], + [ + "help me to transfer my 401k", + "rollover_401k" + ], + [ + "i will rollover my 401k", + "rollover_401k" + ], + [ + "i need help to transfer my 401k", + "rollover_401k" + ], + [ + "i want to rollover my 401k", + "rollover_401k" + ], + [ + "how do i transfer my 401k to a new firm", + "rollover_401k" + ], + [ + "how do i roll over my 401k", + "rollover_401k" + ], + [ + "can i move my 401k to an ira", + "rollover_401k" + ], + [ + "how do i do a 401(k) rollover", + "rollover_401k" + ], + [ + "can 401ks be moved", + "rollover_401k" + ], + [ + "can i transfer my 401k somewhere", + "rollover_401k" + ], + [ + "how do i switch 401k companies", + "rollover_401k" + ], + [ + "tell me how to roll over my 401k", + "rollover_401k" + ], + [ + "how can i transfer my 401k", + "rollover_401k" + ], + [ + "what are the steps to rollover my 401k", + "rollover_401k" + ], + [ + "my 401k, can i roll it over", + "rollover_401k" + ], + [ + "i want to rollover my 401k , can i", + "rollover_401k" + ], + [ + "help me rollover my 401k", + "rollover_401k" + ], + [ + "do you know the process to rollover my 401k", + "rollover_401k" + ], + [ + "tell me how to rollover my 401k", + "rollover_401k" + ], + [ + "my 401k needs to rollover and i need your help", + "rollover_401k" + ], + [ + "let me know how to rollover my 401k", + "rollover_401k" + ], + [ + "what do i have to do to transfer my 401k", + "rollover_401k" + ], + [ + "what company made this ai", + "who_made_you" + ], + [ + "what is the name of the person who made you", + "who_made_you" + ], + [ + "who is the person that brought you to life", + "who_made_you" + ], + [ + "who is the one that made you", + "who_made_you" + ], + [ + "who is your maker", + "who_made_you" + ], + [ + "which company made you", + "who_made_you" + ], + [ + "who assembled you", + "who_made_you" + ], + [ + "i wanna know who programmed you", + "who_made_you" + ], + [ + "let me know who programmed you", + "who_made_you" + ], + [ + "who made you", + "who_made_you" + ], + [ + "i wanna know your maker", + "who_made_you" + ], + [ + "who was your maker", + "who_made_you" + ], + [ + "who is the one who programmed you", + "who_made_you" + ], + [ + "i must know who programmed you", + "who_made_you" + ], + [ + "tell me who your maker was", + "who_made_you" + ], + [ + "what was the company that designed you", + "who_made_you" + ], + [ + "do you know what company were you designed by", + "who_made_you" + ], + [ + "let me know which company were you designed by", + "who_made_you" + ], + [ + "what company were you designed by", + "who_made_you" + ], + [ + "can you let me know what company were you designed by", + "who_made_you" + ], + [ + "which company were you designed by", + "who_made_you" + ], + [ + "tell me who made you please", + "who_made_you" + ], + [ + "can you tell me who made you", + "who_made_you" + ], + [ + "whats the name of the person who made you", + "who_made_you" + ], + [ + "what company did the design for this", + "who_made_you" + ], + [ + "what company did this design", + "who_made_you" + ], + [ + "what company is responsible for this design", + "who_made_you" + ], + [ + "what company designed this", + "who_made_you" + ], + [ + "for this design, what company did it", + "who_made_you" + ], + [ + "name the person or group that programmed you", + "who_made_you" + ], + [ + "which way do we go and how long will it take to get to the sears tower in chicago", + "distance" + ], + [ + "so, does it take long to get to dodger stadium in anaheim", + "distance" + ], + [ + "how many minutes will it take to get to the empire state building in manhattan", + "distance" + ], + [ + "what's the mileage to get the the taj mahal in atlantic city", + "distance" + ], + [ + "does it take long to get to yankee stadium in the bronx", + "distance" + ], + [ + "how much time is left until we get there", + "distance" + ], + [ + "what's the time to destination going via bus to omaha", + "distance" + ], + [ + "how far from our destination are we", + "distance" + ], + [ + "how many minutes am i from texaco", + "distance" + ], + [ + "how long will i be on the bus if i rid it to seattle", + "distance" + ], + [ + "is it going to be much longer until i reach the bank", + "distance" + ], + [ + "am i close to arriving at the post office", + "distance" + ], + [ + "what's the estimated travel time to get to dc via bus", + "distance" + ], + [ + "when will i arrive at hy-vee", + "distance" + ], + [ + "how long does it take to get to el paso on a bus", + "distance" + ], + [ + "how long will it take me to get to walmart", + "distance" + ], + [ + "what's the average time to boston when riding a bus", + "distance" + ], + [ + "when will the bus get me to vermont", + "distance" + ], + [ + "how long will i be on the bus to new orleans", + "distance" + ], + [ + "how long is a bus ride to staples", + "distance" + ], + [ + "how long does it take to get downtown by bus", + "distance" + ], + [ + "what time will i get to the beach taking the bus", + "distance" + ], + [ + "how far am i from orlando", + "distance" + ], + [ + "give me an eta on when i will arrive at my destination", + "distance" + ], + [ + "tell me how much longer i will have to drive to reach the destination", + "distance" + ], + [ + "when will i get to orlando", + "distance" + ], + [ + "how much farther is orlando from my location", + "distance" + ], + [ + "do i have a ways to go or am i close to getting to penn station", + "distance" + ], + [ + "please give me the approximate amount of time i will need to go from jfk international airport to penn station", + "distance" + ], + [ + "can you tell me about what time i should be arriving at the airport", + "distance" + ], + [ + "how do you refer to me", + "user_name" + ], + [ + "call my name", + "user_name" + ], + [ + "what do i go by", + "user_name" + ], + [ + "say my name", + "user_name" + ], + [ + "what do you think my name is", + "user_name" + ], + [ + "what do you think i'm called", + "user_name" + ], + [ + "what do you have for my name", + "user_name" + ], + [ + "how do you address my name", + "user_name" + ], + [ + "what's your designation", + "user_name" + ], + [ + "what do you call me", + "user_name" + ], + [ + "i want to hear my name", + "user_name" + ], + [ + "my name", + "user_name" + ], + [ + "what's my name", + "user_name" + ], + [ + "what's my name on file", + "user_name" + ], + [ + "what name do you have for me", + "user_name" + ], + [ + "what did i tell you to call me", + "user_name" + ], + [ + "please tell me the name that you have for me", + "user_name" + ], + [ + "i need to know the name that you have for me", + "user_name" + ], + [ + "can you tell me what name you have for me", + "user_name" + ], + [ + "tell me what name you have for me", + "user_name" + ], + [ + "i would like to know the name you have for me", + "user_name" + ], + [ + "what is the name you have for me", + "user_name" + ], + [ + "could you tell me my name", + "user_name" + ], + [ + "do you have a name for me", + "user_name" + ], + [ + "can you tell me my name for me", + "user_name" + ], + [ + "what's the name you use for me", + "user_name" + ], + [ + "you call me what", + "user_name" + ], + [ + "what do you know me by", + "user_name" + ], + [ + "you know me by what right now", + "user_name" + ], + [ + "what's the way you refer to me", + "user_name" + ], + [ + "what's the timezone for britain", + "timezone" + ], + [ + "i need the time zone for la", + "timezone" + ], + [ + "i would like to know the timezone for britain", + "timezone" + ], + [ + "i need la's time zone", + "timezone" + ], + [ + "i need to know britain's timezone", + "timezone" + ], + [ + "what timezone is britain in", + "timezone" + ], + [ + "can you tell me britain's timezone", + "timezone" + ], + [ + "what is the la's time zone", + "timezone" + ], + [ + "can you tell me the time zone for la", + "timezone" + ], + [ + "what is texas's timezone", + "timezone" + ], + [ + "tell me the timezone for california", + "timezone" + ], + [ + "what timezone would missouri be in", + "timezone" + ], + [ + "what timezone do they use in arizona", + "timezone" + ], + [ + "is new york in mountain timezone", + "timezone" + ], + [ + "what is the timezone for la", + "timezone" + ], + [ + "what is the timezone for new york", + "timezone" + ], + [ + "what is the timezone for san francisco", + "timezone" + ], + [ + "what is the timezone for paris", + "timezone" + ], + [ + "what is the timezone for houston", + "timezone" + ], + [ + "denver's timezone is what", + "timezone" + ], + [ + "does denver reside in the eastern timezones", + "timezone" + ], + [ + "which timezone is denver located", + "timezone" + ], + [ + "denver's timezone is a mystery, i wonder where its located", + "timezone" + ], + [ + "in which time zone does denver reside", + "timezone" + ], + [ + "what's the timezone in valencia", + "timezone" + ], + [ + "what's the timezone now in hiram", + "timezone" + ], + [ + "timezone in salt lake city", + "timezone" + ], + [ + "timezone currently in mobile", + "timezone" + ], + [ + "what time is it in phoenix", + "timezone" + ], + [ + "can you give me the timezone for the country", + "timezone" + ], + [ + "i don't like this song, can skip it", + "next_song" + ], + [ + "can we move onto the next song", + "next_song" + ], + [ + "skip this song, please", + "next_song" + ], + [ + "can you swipe to the next song", + "next_song" + ], + [ + "next song, please!", + "next_song" + ], + [ + "start the next song", + "next_song" + ], + [ + "go to the next song and play it", + "next_song" + ], + [ + "move forward one song", + "next_song" + ], + [ + "play the next one", + "next_song" + ], + [ + "skip to next track", + "next_song" + ], + [ + "skip ahead one song", + "next_song" + ], + [ + "go to upcoming song", + "next_song" + ], + [ + "play the next song please", + "next_song" + ], + [ + "i dont want to listen to this song", + "next_song" + ], + [ + "could you hit next", + "next_song" + ], + [ + "can you go to the next song", + "next_song" + ], + [ + "let's go to the next song please", + "next_song" + ], + [ + "maybe we can go to the next song", + "next_song" + ], + [ + "may i suggest we go to the next song", + "next_song" + ], + [ + "please can we go to the next song", + "next_song" + ], + [ + "might we go to the next song", + "next_song" + ], + [ + "next track", + "next_song" + ], + [ + "skip to the next track", + "next_song" + ], + [ + "skip this track", + "next_song" + ], + [ + "play next song", + "next_song" + ], + [ + "next song", + "next_song" + ], + [ + "change this song please", + "next_song" + ], + [ + "i want you to play the next song", + "next_song" + ], + [ + "play the next song please if you would", + "next_song" + ], + [ + "please play the next track", + "next_song" + ], + [ + "i need to know all my spending transactions", + "transactions" + ], + [ + "when did i last make a purchase", + "transactions" + ], + [ + "how much did i spend on my most recent transaction", + "transactions" + ], + [ + "show me my ten most recent transactions on account xyz", + "transactions" + ], + [ + "i want to see all transactions in the past month for all accounts", + "transactions" + ], + [ + "show me my recent transactions from account xyz", + "transactions" + ], + [ + "open bank app and show my most recent transactions", + "transactions" + ], + [ + "are you able to find my recent transactions for me", + "transactions" + ], + [ + "i made a transaction recently", + "transactions" + ], + [ + "what was my recent transaction", + "transactions" + ], + [ + "i want to know what my recent transaction was", + "transactions" + ], + [ + "i need information about my recent transaction", + "transactions" + ], + [ + "state recent transaction", + "transactions" + ], + [ + "is my visa bill over my limit this month", + "transactions" + ], + [ + "what have i spent things on", + "transactions" + ], + [ + "show my transactions", + "transactions" + ], + [ + "what were my last 10 charges on my credit card", + "transactions" + ], + [ + "show what i have spent things on", + "transactions" + ], + [ + "how much have i spent on my debit card this month", + "transactions" + ], + [ + "how much have i spent on my bank card sine i last paid my bill", + "transactions" + ], + [ + "how much was my last target trip", + "transactions" + ], + [ + "can you verify my recent visa card transaction", + "transactions" + ], + [ + "what was my recent transaction on my visa card", + "transactions" + ], + [ + "what is the last transaction on my visa card", + "transactions" + ], + [ + "show my my most recent visa card transaction", + "transactions" + ], + [ + "please review my recent visa card transaction", + "transactions" + ], + [ + "how many transactions do i have on flower shops from last wednesday between 2pm and 7pm", + "transactions" + ], + [ + "what transactions did i make on electronics this morning after 6am", + "transactions" + ], + [ + "what is the largest transaction i have made on video games this month", + "transactions" + ], + [ + "what transactions do i have on groceries from yesterday", + "transactions" + ], + [ + "please give me the name of a few good options for places to eat dinner tonight", + "restaurant_suggestion" + ], + [ + "i need some suggestions for dinner places tonight", + "restaurant_suggestion" + ], + [ + "what are some good places to go out for dinner in my area tonight", + "restaurant_suggestion" + ], + [ + "show me some restaurants that have high reviews for eating out", + "restaurant_suggestion" + ], + [ + "can you search recommended casual restaurants for tonight in philadelphia", + "restaurant_suggestion" + ], + [ + "where can i go to eat", + "restaurant_suggestion" + ], + [ + "where can i get some good food", + "restaurant_suggestion" + ], + [ + "in cleveland, are there any good places that serve clams", + "restaurant_suggestion" + ], + [ + "does cleveland have any good places that serve clams", + "restaurant_suggestion" + ], + [ + "can you find any good places in cleveland that serve clams", + "restaurant_suggestion" + ], + [ + "are there good clam places in cleveland", + "restaurant_suggestion" + ], + [ + "are there any good places in cleveland that serve clams", + "restaurant_suggestion" + ], + [ + "could you suggest a french restaurant, please", + "restaurant_suggestion" + ], + [ + "can you suggest a french restaurant", + "restaurant_suggestion" + ], + [ + "can you suggest a thai restaurant", + "restaurant_suggestion" + ], + [ + "can you suggest a french restaurant, please", + "restaurant_suggestion" + ], + [ + "can you suggest a thai restaurant, please", + "restaurant_suggestion" + ], + [ + "are there are any good places in washington that serve cheese pizza", + "restaurant_suggestion" + ], + [ + "what's the food can easily get in canada", + "restaurant_suggestion" + ], + [ + "what are the best places to get shrimp in chicago", + "restaurant_suggestion" + ], + [ + "what are the best restaurants open tonight", + "restaurant_suggestion" + ], + [ + "i need a list of good places to eat near me", + "restaurant_suggestion" + ], + [ + "pull up some recommendations for places serving fish in maine", + "restaurant_suggestion" + ], + [ + "where should i go for food tonight", + "restaurant_suggestion" + ], + [ + "where should i eat", + "restaurant_suggestion" + ], + [ + "any fantastic restaurants to get shrimp at in atlanta", + "restaurant_suggestion" + ], + [ + "give me a list of places that serve the best wings in charlotte", + "restaurant_suggestion" + ], + [ + "i need reviews for places serving tacos in chicago", + "restaurant_suggestion" + ], + [ + "give me restaurant reccomendations", + "restaurant_suggestion" + ], + [ + "where can i satisfy my craving for french food in milwaukee", + "restaurant_suggestion" + ], + [ + "x card has earned how many points", + "rewards_balance" + ], + [ + "can you give me a points update on my rewards plus card", + "rewards_balance" + ], + [ + "can you pull up how many points i've earned with travel card", + "rewards_balance" + ], + [ + "what is the updated points that i earned with synovus card", + "rewards_balance" + ], + [ + "how many points do i have on my six flags rewards card", + "rewards_balance" + ], + [ + "i would like to check my rewards for my credit card", + "rewards_balance" + ], + [ + "i need to check my rewards for my credit card", + "rewards_balance" + ], + [ + "i wanna know how many points have i earned with my credit card", + "rewards_balance" + ], + [ + "i would like to know my debit card's rewards balance", + "rewards_balance" + ], + [ + "i would like to know how many points have i earned with my credit card", + "rewards_balance" + ], + [ + "i need to know my credit card's rewards balance", + "rewards_balance" + ], + [ + "i wanna know my credit card's rewards balance", + "rewards_balance" + ], + [ + "i really need to check my rewards for my credit card", + "rewards_balance" + ], + [ + "i would like to check my rewards for my debit card", + "rewards_balance" + ], + [ + "i wish to know my debit card's rewards balance", + "rewards_balance" + ], + [ + "i wanna check my rewards for my credit card", + "rewards_balance" + ], + [ + "tell me my debit card's rewards balance", + "rewards_balance" + ], + [ + "i need to understand how many points have i earned with my credit card", + "rewards_balance" + ], + [ + "i must know how many points have i earned with my credit card", + "rewards_balance" + ], + [ + "i gotta know how many points i have gotten with my debit card", + "rewards_balance" + ], + [ + "how many points earned do i have with my american express card", + "rewards_balance" + ], + [ + "how many points have i earned with my paypal credit card so far", + "rewards_balance" + ], + [ + "i have points on my capital one card and i'd like to know how many i've earned", + "rewards_balance" + ], + [ + "have i earned points with my venture card, and how many", + "rewards_balance" + ], + [ + "what do my visa points look like", + "rewards_balance" + ], + [ + "how many points do i have on my visa", + "rewards_balance" + ], + [ + "tell me the number of points on my visa card", + "rewards_balance" + ], + [ + "give me the point total on my visa card", + "rewards_balance" + ], + [ + "what points have i earned on my visa", + "rewards_balance" + ], + [ + "how many rewards points do i have on my rewards points i have on my mastercard", + "rewards_balance" + ], + [ + "i have a car payment that needs to be paid", + "pay_bill" + ], + [ + "i need to put in a payment towards my phone bill", + "pay_bill" + ], + [ + "help me get my gas bill paid", + "pay_bill" + ], + [ + "pay my con edison bill using my capital one account", + "pay_bill" + ], + [ + "use my navy federal account and pay this month's verizon bill, please", + "pay_bill" + ], + [ + "please pay my sprint bill using my bank of america checking account", + "pay_bill" + ], + [ + "i need some assistance paying my utilities bill", + "pay_bill" + ], + [ + "i need a hand getting this gas bill paid", + "pay_bill" + ], + [ + "can you help me pay my electricity bill", + "pay_bill" + ], + [ + "i have to pay my water bill but need help doing it", + "pay_bill" + ], + [ + "i am going to need help paying my rent bill", + "pay_bill" + ], + [ + "i want to pay my bill", + "pay_bill" + ], + [ + "can you help me pay my bill", + "pay_bill" + ], + [ + "i want to pay my bill through the app", + "pay_bill" + ], + [ + "pay my electric bill for me", + "pay_bill" + ], + [ + "pull up my electric bill, i want to pay it", + "pay_bill" + ], + [ + "how do i pay my electric bill", + "pay_bill" + ], + [ + "i want to pay my electric bill, can you do it for me", + "pay_bill" + ], + [ + "pay my light bill", + "pay_bill" + ], + [ + "pay my utility bill from my bank account", + "pay_bill" + ], + [ + "charge my internet bill to the corporate account", + "pay_bill" + ], + [ + "pay my gas bill with my checking account", + "pay_bill" + ], + [ + "i need to pay my electric bill", + "pay_bill" + ], + [ + "i know i should pay my electric bill", + "pay_bill" + ], + [ + "today my electric bill will be paid, or should be", + "pay_bill" + ], + [ + "today is the day i should pay my electric bill", + "pay_bill" + ], + [ + "my electric bill should be paid today", + "pay_bill" + ], + [ + "i need to pay my visa", + "pay_bill" + ], + [ + "pay $175 on my visa", + "pay_bill" + ], + [ + "i'd like to pay $4735 to my water bill", + "pay_bill" + ], + [ + "what's the total i've spent on shoes this month", + "spending_history" + ], + [ + "how many dollars have i spent on coffee this month", + "spending_history" + ], + [ + "what have i spent on food this month", + "spending_history" + ], + [ + "how much have i spent on tires this month", + "spending_history" + ], + [ + "how much have i been spending on booze this month", + "spending_history" + ], + [ + "what have i spent on fast food recently", + "spending_history" + ], + [ + "how much total have i spent on fast food lately", + "spending_history" + ], + [ + "how much fast food have i bought recently", + "spending_history" + ], + [ + "check how much i spent this week", + "spending_history" + ], + [ + "how much money have i spent on fast food lately", + "spending_history" + ], + [ + "how much money have a spent in the last week", + "spending_history" + ], + [ + "how much money did i spend this weekend", + "spending_history" + ], + [ + "tell me how much money i've spent on fast food in the past week", + "spending_history" + ], + [ + "what is the total amount i spent last week", + "spending_history" + ], + [ + "what've i spent on gas this month", + "spending_history" + ], + [ + "have i gone over my entertainment budget", + "spending_history" + ], + [ + "would you say i've spent too much money on chips as of late", + "spending_history" + ], + [ + "looking at this week only, have i overspent on hoagies", + "spending_history" + ], + [ + "do i overspend when it comes to fast food", + "spending_history" + ], + [ + "looking at the past month, what did i spend total", + "spending_history" + ], + [ + "have i gone over my chocolate budget lately", + "spending_history" + ], + [ + "how much have i spent this week", + "spending_history" + ], + [ + "about how much did i spend recently", + "spending_history" + ], + [ + "tell me how much i have been buying as of late", + "spending_history" + ], + [ + "what did i spend on beer last month", + "spending_history" + ], + [ + "did i stick to my dinner budget", + "spending_history" + ], + [ + "how much have i spent on video games recently", + "spending_history" + ], + [ + "do i spend too much on beer", + "spending_history" + ], + [ + "what are my finances like lately", + "spending_history" + ], + [ + "how much money have i spent recently", + "spending_history" + ], + [ + "did my vacation get approval", + "pto_request_status" + ], + [ + "do you know if vacation got approved", + "pto_request_status" + ], + [ + "does my vacation have approval", + "pto_request_status" + ], + [ + "can you let me know if my vacation was approved", + "pto_request_status" + ], + [ + "any news on my vacation", + "pto_request_status" + ], + [ + "tell me if my vacation was approved yet", + "pto_request_status" + ], + [ + "was there any progress on my vacation request", + "pto_request_status" + ], + [ + "is my vacation approved", + "pto_request_status" + ], + [ + "is my request going to be approved for vacation", + "pto_request_status" + ], + [ + "is vacation a go", + "pto_request_status" + ], + [ + "will i get my time off approved", + "pto_request_status" + ], + [ + "how is my vacation looking", + "pto_request_status" + ], + [ + "did the manager approve my vacation yet", + "pto_request_status" + ], + [ + "any new info on my vacation", + "pto_request_status" + ], + [ + "any update on my vacation", + "pto_request_status" + ], + [ + "is there a status update on my vacation approval", + "pto_request_status" + ], + [ + "can you notify me when my vacation days have approved", + "pto_request_status" + ], + [ + "when will my vacation time be confirmed", + "pto_request_status" + ], + [ + "when will i hear back about my days off", + "pto_request_status" + ], + [ + "am i okay to take those vacation days", + "pto_request_status" + ], + [ + "has my vacation time been approved", + "pto_request_status" + ], + [ + "what is the day off request status as of now", + "pto_request_status" + ], + [ + "what is the day off request status please", + "pto_request_status" + ], + [ + "what is the day off request status if you would tell me", + "pto_request_status" + ], + [ + "what is the day off request status", + "pto_request_status" + ], + [ + "what is the day off request status if you could tell me", + "pto_request_status" + ], + [ + "i need to know status of my day off request", + "pto_request_status" + ], + [ + "i want to know the status of my vacation request", + "pto_request_status" + ], + [ + "tell me status of my day off request", + "pto_request_status" + ], + [ + "please let me know the status of my vacation request", + "pto_request_status" + ], + [ + "i would like to know my credit score", + "credit_score" + ], + [ + "tell me what my credit score is", + "credit_score" + ], + [ + "can you find what my credit score is", + "credit_score" + ], + [ + "how is my credit score numberwise", + "credit_score" + ], + [ + "what credit score number do i have", + "credit_score" + ], + [ + "what is my credit score number", + "credit_score" + ], + [ + "how much is my credit score", + "credit_score" + ], + [ + "what number is my credit score currently", + "credit_score" + ], + [ + "is my credit score over 700 yet", + "credit_score" + ], + [ + "please give me my current credit score", + "credit_score" + ], + [ + "i'm trying to raise my credit score can you tell me what it is now", + "credit_score" + ], + [ + "i need to know what my credit score is", + "credit_score" + ], + [ + "could you tell me what my credit score is", + "credit_score" + ], + [ + "give me my credit score please", + "credit_score" + ], + [ + "could you share my credit score", + "credit_score" + ], + [ + "how's my credit score", + "credit_score" + ], + [ + "i was wondering what my credit score is", + "credit_score" + ], + [ + "where do i go for my credit score", + "credit_score" + ], + [ + "i need to find my credit score", + "credit_score" + ], + [ + "how can i locate my credit score", + "credit_score" + ], + [ + "what is my credit rating", + "credit_score" + ], + [ + "i want to know my credit rating", + "credit_score" + ], + [ + "my credit rating is what", + "credit_score" + ], + [ + "tell me my credit raing", + "credit_score" + ], + [ + "give me my credit rating", + "credit_score" + ], + [ + "please tell me what my credit score is", + "credit_score" + ], + [ + "i'd like you to check on my credit score", + "credit_score" + ], + [ + "let me know what my credit score is today", + "credit_score" + ], + [ + "can you check my credit score", + "credit_score" + ], + [ + "can you check my credit score for me", + "credit_score" + ], + [ + "i would like to get a new credt card", + "new_card" + ], + [ + "i would love to get a new credit card", + "new_card" + ], + [ + "do you have any information on how to open a new credit card", + "new_card" + ], + [ + "tell me how to apply for a new credit card", + "new_card" + ], + [ + "tell me how to apply for a credit card", + "new_card" + ], + [ + "i want to know how to go about getting a new credit card", + "new_card" + ], + [ + "please tell me how to get a new credit card", + "new_card" + ], + [ + "am i eligible for a new credit card", + "new_card" + ], + [ + "i need to get a new credit card application", + "new_card" + ], + [ + "what's the best way to get a mastercard", + "new_card" + ], + [ + "is this where i apply for a new credit card", + "new_card" + ], + [ + "how do i apply do get myself a visa", + "new_card" + ], + [ + "can you complete an application for a new credit card for me", + "new_card" + ], + [ + "i need to get a mastercard somehow", + "new_card" + ], + [ + "how can i get a visa card", + "new_card" + ], + [ + "can i apply here for a new card", + "new_card" + ], + [ + "does bank of america give credit cards to people like me", + "new_card" + ], + [ + "what do i do to get a visa card", + "new_card" + ], + [ + "is it possible for me to get a better credit card", + "new_card" + ], + [ + "how do i submit an application for a discover card", + "new_card" + ], + [ + "how do i apply for american express", + "new_card" + ], + [ + "find out if there's a new credit card that suits me", + "new_card" + ], + [ + "how do i apply for a new credit card", + "new_card" + ], + [ + "what's it take to get a mastercard", + "new_card" + ], + [ + "can i apply for a visa card", + "new_card" + ], + [ + "how do i apply for a visa card", + "new_card" + ], + [ + "i wish to apply for a visa card", + "new_card" + ], + [ + "help me apply for a visa card", + "new_card" + ], + [ + "is there a list of good credit cards i can choose from to apply for", + "new_card" + ], + [ + "how can i find a new credit card to apply to", + "new_card" + ], + [ + "is my luggage lost", + "lost_luggage" + ], + [ + "why is my luggage not here", + "lost_luggage" + ], + [ + "what happened to my luggage", + "lost_luggage" + ], + [ + "i need help finding my luggage", + "lost_luggage" + ], + [ + "what steps should i take if my luggage has been lost", + "lost_luggage" + ], + [ + "i seem to have lost my luggage! what are my options now", + "lost_luggage" + ], + [ + "what would be the best way to deal with lost luggage", + "lost_luggage" + ], + [ + "it appears that my luggage has been lost", + "lost_luggage" + ], + [ + "i'm afraid my luggage has gone missing", + "lost_luggage" + ], + [ + "i am a bit panicked because my luggage seems to have gone missing", + "lost_luggage" + ], + [ + "i have no idea where my luggage went!", + "lost_luggage" + ], + [ + "unfortunately it would appear that my luggage is totally lost", + "lost_luggage" + ], + [ + "how should i proceed if i accidentally lost my luggage", + "lost_luggage" + ], + [ + "if i lost my luggage, what should i do next", + "lost_luggage" + ], + [ + "i have no idea where my luggage is", + "lost_luggage" + ], + [ + "i think my luggage has been misplaced", + "lost_luggage" + ], + [ + "what do i have to do if i lost my luggage", + "lost_luggage" + ], + [ + "i think my luggage is lost", + "lost_luggage" + ], + [ + "my luggage appears to be lost", + "lost_luggage" + ], + [ + "i can't seem to track down my luggage", + "lost_luggage" + ], + [ + "what is the next thing i should do if i lost my luggage", + "lost_luggage" + ], + [ + "what step should i take next if i lost my luggage", + "lost_luggage" + ], + [ + "i've lost my luggage what should i do now", + "lost_luggage" + ], + [ + "what should i do about losing my luggage", + "lost_luggage" + ], + [ + "where would i find my luggage", + "lost_luggage" + ], + [ + "my luggage has been misplaced", + "lost_luggage" + ], + [ + "i can't find my luggage", + "lost_luggage" + ], + [ + "i lost all my stuff that i had packed", + "lost_luggage" + ], + [ + "my luggage has disappeared", + "lost_luggage" + ], + [ + "it appears my luggage is lost", + "lost_luggage" + ], + [ + "may you say that again", + "repeat" + ], + [ + "can you please repeat that", + "repeat" + ], + [ + "can you please say that again", + "repeat" + ], + [ + "may you please say that again", + "repeat" + ], + [ + "would you say it again please", + "repeat" + ], + [ + "would you repeat what you said earlier", + "repeat" + ], + [ + "i would like you to repeat it", + "repeat" + ], + [ + "repeat please", + "repeat" + ], + [ + "pardon, i didn't hear you", + "repeat" + ], + [ + "i didn't hear you can you say that again", + "repeat" + ], + [ + "i didn't catch that", + "repeat" + ], + [ + "could you repeat that", + "repeat" + ], + [ + "say again please", + "repeat" + ], + [ + "would you mind repeating that", + "repeat" + ], + [ + "sorry, i didn't catch that could you say it again", + "repeat" + ], + [ + "i need you to repeat that please", + "repeat" + ], + [ + "repeat that for me please", + "repeat" + ], + [ + "what did you just say", + "repeat" + ], + [ + "please say it one more time", + "repeat" + ], + [ + "sorry i missed that", + "repeat" + ], + [ + "i didn't understand you", + "repeat" + ], + [ + "can you repeat the question again", + "repeat" + ], + [ + "can you phrase that question again", + "repeat" + ], + [ + "what'd you say", + "repeat" + ], + [ + "please repeat the last thing", + "repeat" + ], + [ + "repeat that", + "repeat" + ], + [ + "can you repeat that", + "repeat" + ], + [ + "what were you just saying", + "repeat" + ], + [ + "come again", + "repeat" + ], + [ + "can you say that again, please", + "repeat" + ], + [ + "tell me: car gas mileage", + "mpg" + ], + [ + "what is my car's gas mileage", + "mpg" + ], + [ + "tell me what the gas mileage is on my car", + "mpg" + ], + [ + "what is the gas mileage of my car", + "mpg" + ], + [ + "check: car gas mileage", + "mpg" + ], + [ + "what is my car's mpg", + "mpg" + ], + [ + "what is my car's mpg, please", + "mpg" + ], + [ + "what's my car's mpg", + "mpg" + ], + [ + "what's my car's mpg, please", + "mpg" + ], + [ + "what is the highway mpg of this car", + "mpg" + ], + [ + "hows the city mpg of this car", + "mpg" + ], + [ + "what is the highway mpg on this car like", + "mpg" + ], + [ + "what mpg does this car get in the city", + "mpg" + ], + [ + "how many mpg does this car get in the city", + "mpg" + ], + [ + "tell me about this car's highway mpg", + "mpg" + ], + [ + "can i have more information about this car's highway mpg", + "mpg" + ], + [ + "what is the city mpg on this car", + "mpg" + ], + [ + "whats the mpg for this car", + "mpg" + ], + [ + "whats the mpg of this car", + "mpg" + ], + [ + "i need to know my cars mpg", + "mpg" + ], + [ + "can i get this car's mpg", + "mpg" + ], + [ + "i would like to know the mpg of my car", + "mpg" + ], + [ + "what kind of mileage am i getting", + "mpg" + ], + [ + "what the mpg", + "mpg" + ], + [ + "can you tell me my vehicles mpg", + "mpg" + ], + [ + "whats the fuel economy of this car", + "mpg" + ], + [ + "what kind of mileage does this car get", + "mpg" + ], + [ + "mpg for this car please", + "mpg" + ], + [ + "what is the miles per gallon", + "mpg" + ], + [ + "how is the car's fuel economy", + "mpg" + ], + [ + "am i due for an oil change yet", + "oil_change_when" + ], + [ + "when is the next time i should change my oil", + "oil_change_when" + ], + [ + "when is my car due for its next oil change", + "oil_change_when" + ], + [ + "when am i due for my next oil change", + "oil_change_when" + ], + [ + "when should i get my next oil change", + "oil_change_when" + ], + [ + "when's the next time i should change my oil", + "oil_change_when" + ], + [ + "when should i get my car's oil changed next", + "oil_change_when" + ], + [ + "when is the next time i need to get an oil change", + "oil_change_when" + ], + [ + "when is my car's next oil change supposed to be", + "oil_change_when" + ], + [ + "how long until my next oil change", + "oil_change_when" + ], + [ + "when's the next time i ought to change my oil", + "oil_change_when" + ], + [ + "when's the next time i have to get an oil change", + "oil_change_when" + ], + [ + "when should i get my oil changed", + "oil_change_when" + ], + [ + "when should i get the oil changed in my car", + "oil_change_when" + ], + [ + "figure out when my car will next need an oil change", + "oil_change_when" + ], + [ + "can you recommend for me when to next get my oil changed", + "oil_change_when" + ], + [ + "when do you think i ought to change the oil in my car next", + "oil_change_when" + ], + [ + "how soon until i will need to get my oil changed", + "oil_change_when" + ], + [ + "find out for me when my car is next due for an oil change", + "oil_change_when" + ], + [ + "where can i find information on oil changes for my car", + "oil_change_when" + ], + [ + "what are the manufacturers guidance on oil changes", + "oil_change_when" + ], + [ + "is my car due for it's next oil change", + "oil_change_when" + ], + [ + "what is the recommended interval to get my oil changed", + "oil_change_when" + ], + [ + "when will i need my next oil change", + "oil_change_when" + ], + [ + "how often should i change the oil", + "oil_change_when" + ], + [ + "do i need to change my oil soon", + "oil_change_when" + ], + [ + "when will my oil change be due for this car", + "oil_change_when" + ], + [ + "is my oil change coming up soon", + "oil_change_when" + ], + [ + "what's my oil change status", + "oil_change_when" + ], + [ + "when does this car need oil changes", + "oil_change_when" + ], + [ + "i will say yes as my response", + "yes" + ], + [ + "my answer to your question is yes", + "yes" + ], + [ + "yes is my answer", + "yes" + ], + [ + "yes, ai, that is correct", + "yes" + ], + [ + "that's true", + "yes" + ], + [ + "that's correct", + "yes" + ], + [ + "that checks out", + "yes" + ], + [ + "that's right", + "yes" + ], + [ + "affirmative", + "yes" + ], + [ + "yes, that is factual", + "yes" + ], + [ + "yes, that happens to be correct", + "yes" + ], + [ + "that would be correct", + "yes" + ], + [ + "thats right", + "yes" + ], + [ + "yes, this is true", + "yes" + ], + [ + "sure", + "yes" + ], + [ + "okay", + "yes" + ], + [ + "definitely", + "yes" + ], + [ + "roger that", + "yes" + ], + [ + "i agree", + "yes" + ], + [ + "absolutely", + "yes" + ], + [ + "you're right", + "yes" + ], + [ + "yes, that's right", + "yes" + ], + [ + "please let's do it", + "yes" + ], + [ + "yes please", + "yes" + ], + [ + "can we please", + "yes" + ], + [ + "yes, please", + "yes" + ], + [ + "10-4", + "yes" + ], + [ + "ya", + "yes" + ], + [ + "yup", + "yes" + ], + [ + "great", + "yes" + ], + [ + "what are some interesting things i can do while in raleigh", + "travel_suggestion" + ], + [ + "can you help me pick some fun things to do in london during my trip", + "travel_suggestion" + ], + [ + "help me plan my traveling itinerary for my trip to madrid, i want to see lots of sights!", + "travel_suggestion" + ], + [ + "help me pick a new location to travel to", + "travel_suggestion" + ], + [ + "can you do some research about the best places to travel", + "travel_suggestion" + ], + [ + "tell me some fun activities to do in oklahoma city", + "travel_suggestion" + ], + [ + "what are some popular tourist activities in mexico city", + "travel_suggestion" + ], + [ + "i am itching to travel but don't know where to go", + "travel_suggestion" + ], + [ + "give me some recommendations of good tourist attractions in montreal", + "travel_suggestion" + ], + [ + "tell me some fun tourist attractions in london", + "travel_suggestion" + ], + [ + "give me some ideas of what to do during my trip to dallas", + "travel_suggestion" + ], + [ + "find out the best tourist attractions to visit in moscow", + "travel_suggestion" + ], + [ + "i want some suggestions for tourist activities in dublin", + "travel_suggestion" + ], + [ + "i am traveling to paris soon and would like some suggestions of what to do and see", + "travel_suggestion" + ], + [ + "what are some local attractions in portland", + "travel_suggestion" + ], + [ + "what sorts of activities should i get up to while i am in dublin", + "travel_suggestion" + ], + [ + "i want to explore a new place but don't know where i should go do you have any ideas", + "travel_suggestion" + ], + [ + "please give me some ideas of fun tourist activities to do while i am in paris", + "travel_suggestion" + ], + [ + "can you throw out some suggestions to me of places to travel to", + "travel_suggestion" + ], + [ + "suggest some things for me to do while i am in los angeles", + "travel_suggestion" + ], + [ + "let me know some things to do in phoenix", + "travel_suggestion" + ], + [ + "let me know some things i can do in dallas", + "travel_suggestion" + ], + [ + "i wanna know some things to do in phoenix", + "travel_suggestion" + ], + [ + "i would like to do some things in phoenix", + "travel_suggestion" + ], + [ + "tell me some things to do in phoenix", + "travel_suggestion" + ], + [ + "what are some fun silly things to do in new jersey", + "travel_suggestion" + ], + [ + "what are some cool tourist attractions in england", + "travel_suggestion" + ], + [ + "what are some fun local experiences in canada", + "travel_suggestion" + ], + [ + "what are some fun tourist things to do in mumbai", + "travel_suggestion" + ], + [ + "what are some fun cheap activities to do in colorado", + "travel_suggestion" + ], + [ + "which insurance plan to i have", + "insurance" + ], + [ + "do you know which insurance plan i have", + "insurance" + ], + [ + "what kind of insurance plan am i in", + "insurance" + ], + [ + "what health coverage do i have", + "insurance" + ], + [ + "what are the details on my health care plan", + "insurance" + ], + [ + "which insurance plan am i enrolled in", + "insurance" + ], + [ + "what is my health insurance", + "insurance" + ], + [ + "what insurance plan am i enrolled in", + "insurance" + ], + [ + "check on my health care plan", + "insurance" + ], + [ + "what's my health insurance plan", + "insurance" + ], + [ + "what sort of health benefits do i have", + "insurance" + ], + [ + "which health plan do i have, again", + "insurance" + ], + [ + "tell me about my health benefits", + "insurance" + ], + [ + "what's the name of my health insurance plan", + "insurance" + ], + [ + "explain my health benefits", + "insurance" + ], + [ + "what are my health insurance benefits", + "insurance" + ], + [ + "what specific health plan do i have", + "insurance" + ], + [ + "tell me the full name of my health plan", + "insurance" + ], + [ + "how do my health benefits work", + "insurance" + ], + [ + "can you tell me what health plan i am on", + "insurance" + ], + [ + "tell me my current health plan", + "insurance" + ], + [ + "which health plan am i currently enrolled in", + "insurance" + ], + [ + "i want to know what health plan i'm currently on", + "insurance" + ], + [ + "could you please inform me what health plan i am currently on", + "insurance" + ], + [ + "what are the benefits associated with my insurance", + "insurance" + ], + [ + "what are the benefits of having this insurance", + "insurance" + ], + [ + "what are my benefits with this insurance", + "insurance" + ], + [ + "what are my benefits on the insurance", + "insurance" + ], + [ + "google find out what health plan i am under", + "insurance" + ], + [ + "tell me what health plan coverage i have", + "insurance" + ], + [ + "cross grocery shopping off the todo list", + "todo_list_update" + ], + [ + "i don't need grocery shopping on my todo list anymore", + "todo_list_update" + ], + [ + "take grocery shopping off my todo list", + "todo_list_update" + ], + [ + "remove grocery shopping from todo list", + "todo_list_update" + ], + [ + "cross off grocery shopping from todo list", + "todo_list_update" + ], + [ + "i don't need mowing the lawn on my to do list anymore", + "todo_list_update" + ], + [ + "empty the contents of my to do list", + "todo_list_update" + ], + [ + "take everything off my to do list please", + "todo_list_update" + ], + [ + "take everything off my to do list", + "todo_list_update" + ], + [ + "please remove science fair from my to do list", + "todo_list_update" + ], + [ + "please put babysitting on my to do list", + "todo_list_update" + ], + [ + "please put lawn mowing on my list of to dos", + "todo_list_update" + ], + [ + "put the dishes on my list of things to do", + "todo_list_update" + ], + [ + "remove all items from my to do list", + "todo_list_update" + ], + [ + "take tennis practice off my to do list", + "todo_list_update" + ], + [ + "get rid of my to do list", + "todo_list_update" + ], + [ + "take dishes off the to do list", + "todo_list_update" + ], + [ + "add grocery shopping to my to do list", + "todo_list_update" + ], + [ + "remove laundry from my to do list", + "todo_list_update" + ], + [ + "please add laundry to the chores", + "todo_list_update" + ], + [ + "add mopping to the to do list", + "todo_list_update" + ], + [ + "please put dusting on my list of things to do", + "todo_list_update" + ], + [ + "please note vacuuming on my to do list", + "todo_list_update" + ], + [ + "insert mowing on the chore list", + "todo_list_update" + ], + [ + "you can dusting off my todo list", + "todo_list_update" + ], + [ + "you take sweeping of my todo list", + "todo_list_update" + ], + [ + "you can vacuuming of my todo list", + "todo_list_update" + ], + [ + "you can take laundry off my todo list", + "todo_list_update" + ], + [ + "you can take dishes off my todo list", + "todo_list_update" + ], + [ + "i need you to clear my todo list", + "todo_list_update" + ], + [ + "give me my reminders", + "reminder" + ], + [ + "what were the things that i wanted to remember", + "reminder" + ], + [ + "what were you supposed to remind me of", + "reminder" + ], + [ + "my list of reminders contains what", + "reminder" + ], + [ + "what did i want to remember", + "reminder" + ], + [ + "what did i ask you to remind me of", + "reminder" + ], + [ + "read my reminder list", + "reminder" + ], + [ + "is my meeting with frank on my list of reminders", + "reminder" + ], + [ + "list my reminders", + "reminder" + ], + [ + "what stuff am i trying to remember", + "reminder" + ], + [ + "what are my reminders", + "reminder" + ], + [ + "did i tell you to remind me about laundry", + "reminder" + ], + [ + "on my reminders list, is there an item called conference call", + "reminder" + ], + [ + "what items did i want to remember", + "reminder" + ], + [ + "what's on my list of things to remember", + "reminder" + ], + [ + "what kinds of things are you supposed to remind me of", + "reminder" + ], + [ + "is grocery shopping on my reminders list", + "reminder" + ], + [ + "i want to know my reminders", + "reminder" + ], + [ + "read my list of reminders", + "reminder" + ], + [ + "can you tell me the to do's on my reminder list", + "reminder" + ], + [ + "please go though the bullet points on my reminder list", + "reminder" + ], + [ + "what are all the things on my reminder list", + "reminder" + ], + [ + "i would like to hear the reminders that i listed on my things to remember list, please", + "reminder" + ], + [ + "what were the things i want to recall", + "reminder" + ], + [ + "can you please remind me of the items that i made note of to not forget", + "reminder" + ], + [ + "refresh my memory about what items i want to remember", + "reminder" + ], + [ + "remind me of the items on my list of things to remember", + "reminder" + ], + [ + "i'd like to just confirm all of the reminders currently on my list of reminders, please", + "reminder" + ], + [ + "please play my list of reminders", + "reminder" + ], + [ + "\"which things are wanted to remember", + "reminder" + ], + [ + "can i speed up your voice", + "change_speed" + ], + [ + "can i change your talking voice", + "change_speed" + ], + [ + "talk fast", + "change_speed" + ], + [ + "change voice speed", + "change_speed" + ], + [ + "change device talking speed", + "change_speed" + ], + [ + "speak it again slowly", + "change_speed" + ], + [ + "try to speak slowly", + "change_speed" + ], + [ + "will you please slow down your voice", + "change_speed" + ], + [ + "slow down your voice", + "change_speed" + ], + [ + "can you speak faster", + "change_speed" + ], + [ + "how do i change the speed of your voice", + "change_speed" + ], + [ + "can you talk faster", + "change_speed" + ], + [ + "how do i make you talk faster", + "change_speed" + ], + [ + "why are you talking so slowly", + "change_speed" + ], + [ + "speed up your talking", + "change_speed" + ], + [ + "talk faster", + "change_speed" + ], + [ + "you talk to slow", + "change_speed" + ], + [ + "can you adjust the speed of your voice", + "change_speed" + ], + [ + "can you talk more slowly", + "change_speed" + ], + [ + "go faster", + "change_speed" + ], + [ + "can you not talk so fast", + "change_speed" + ], + [ + "speak more quickly", + "change_speed" + ], + [ + "you're talking too fast", + "change_speed" + ], + [ + "you talk too slow", + "change_speed" + ], + [ + "please speak a bit faster", + "change_speed" + ], + [ + "double the speaking speed please", + "change_speed" + ], + [ + "speed up speech please", + "change_speed" + ], + [ + "change speaking speed to 50 percent faster", + "change_speed" + ], + [ + "your speech slower it", + "change_speed" + ], + [ + "make slower your speech", + "change_speed" + ], + [ + "give me the pressure for the tires on my car", + "tire_pressure" + ], + [ + "can you tell me the tire pressure for the car", + "tire_pressure" + ], + [ + "give me the tire pressure for the car", + "tire_pressure" + ], + [ + "go ahead and give me the tire pressure of my vehicle", + "tire_pressure" + ], + [ + "what exactly is the tire pressure for the car", + "tire_pressure" + ], + [ + "i must kniw how low are my tires on air", + "tire_pressure" + ], + [ + "please tell me my car's tire pressure", + "tire_pressure" + ], + [ + "i need to know how low are my tires on air", + "tire_pressure" + ], + [ + "i shall know how low are my tires on air", + "tire_pressure" + ], + [ + "tell me my car's tire pressure", + "tire_pressure" + ], + [ + "i gotta know my car;s tire pressure", + "tire_pressure" + ], + [ + "i would like to know my car's tire pressure", + "tire_pressure" + ], + [ + "i gotta know how low are my tires on air", + "tire_pressure" + ], + [ + "i wanna know my car's tire pressure", + "tire_pressure" + ], + [ + "i wanna know how low are my tires on air", + "tire_pressure" + ], + [ + "how can i find out what my tire pressure is", + "tire_pressure" + ], + [ + "how do i find out my tire pressure", + "tire_pressure" + ], + [ + "my tires are how low on air", + "tire_pressure" + ], + [ + "how low are my tires right now on air", + "tire_pressure" + ], + [ + "my tires are filled enough or no", + "tire_pressure" + ], + [ + "what's the tire pressure of my tires", + "tire_pressure" + ], + [ + "is there enough air in my tires", + "tire_pressure" + ], + [ + "my tires need how much more air in them", + "tire_pressure" + ], + [ + "are my tires filled properly", + "tire_pressure" + ], + [ + "are my tires filled enough", + "tire_pressure" + ], + [ + "what is the pressure of my tires", + "tire_pressure" + ], + [ + "do my tires have enough pressure", + "tire_pressure" + ], + [ + "what is the air pressure of my tires", + "tire_pressure" + ], + [ + "what is the level of air pressure of my tires", + "tire_pressure" + ], + [ + "is my tire pressure high", + "tire_pressure" + ], + [ + "that isn't right", + "no" + ], + [ + "that's incorrect", + "no" + ], + [ + "nope that's not it", + "no" + ], + [ + "no that isn't right", + "no" + ], + [ + "that's not correct", + "no" + ], + [ + "that isn't correct", + "no" + ], + [ + "that is incorrect", + "no" + ], + [ + "that's wrong", + "no" + ], + [ + "no, that is wrong", + "no" + ], + [ + "no, that is incorrect", + "no" + ], + [ + "no, definitely not", + "no" + ], + [ + "i'd say no", + "no" + ], + [ + "the statement is false", + "no" + ], + [ + "that's false", + "no" + ], + [ + "false", + "no" + ], + [ + "it is no", + "no" + ], + [ + "it is false", + "no" + ], + [ + "it is very much false", + "no" + ], + [ + "that has to be false", + "no" + ], + [ + "that is so false", + "no" + ], + [ + "that can't be true", + "no" + ], + [ + "that's a negatory", + "no" + ], + [ + "there is no way in heck that is true", + "no" + ], + [ + "nope not it", + "no" + ], + [ + "that is most definitely false", + "no" + ], + [ + "no, you are wrong", + "no" + ], + [ + "no, that is a falsehood", + "no" + ], + [ + "you got that wrong", + "no" + ], + [ + "that is the wrong answer", + "no" + ], + [ + "not right now", + "no" + ], + [ + "you need to tell me my credit card's apr", + "apr" + ], + [ + "now tell me my credit card's apr", + "apr" + ], + [ + "i need to know the apr on my wells fargo credit card", + "apr" + ], + [ + "tell me my chase credit card's apr", + "apr" + ], + [ + "tell me what my wells fargo credit card apr is", + "apr" + ], + [ + "what is my b of a credit card's apr", + "apr" + ], + [ + "can you tell me the apr of my target credit card", + "apr" + ], + [ + "what is my apr rate", + "apr" + ], + [ + "is my apr rate above average", + "apr" + ], + [ + "does my apr rate suck", + "apr" + ], + [ + "what is my card's apr rate", + "apr" + ], + [ + "is my apr rate better than most", + "apr" + ], + [ + "what's my credit card's annual percentage rate", + "apr" + ], + [ + "what's the annual percentage rate for my credit card", + "apr" + ], + [ + "how high is the apr on my credit card", + "apr" + ], + [ + "what's the apr on my credit card", + "apr" + ], + [ + "how much am i paying for apr on my credit card", + "apr" + ], + [ + "is my card's apr a decent rate", + "apr" + ], + [ + "can you tell me my apr on my credit card", + "apr" + ], + [ + "would you consider my apr to be good", + "apr" + ], + [ + "what's the current apr on my credit card", + "apr" + ], + [ + "what kind of credit card apr do i get", + "apr" + ], + [ + "what's my apr rate", + "apr" + ], + [ + "tell me my apr rate", + "apr" + ], + [ + "could you share my credit card's apr", + "apr" + ], + [ + "is my apr rate good", + "apr" + ], + [ + "i need to know what the current apr is for my chase sapphire, please", + "apr" + ], + [ + "can you find me the apr listed on the statement for my citi mastercard", + "apr" + ], + [ + "what's the apr on my capital one venture card", + "apr" + ], + [ + "inform me on what my credit card's apr is", + "apr" + ], + [ + "tell me nutritional info for brocoli", + "nutrition_info" + ], + [ + "tell me nutritional info for lettuce", + "nutrition_info" + ], + [ + "tell me nutritional info for fish", + "nutrition_info" + ], + [ + "tell me nutritional info for burger", + "nutrition_info" + ], + [ + "tell me nutritional info for beans", + "nutrition_info" + ], + [ + "how healthy is blueberrys", + "nutrition_info" + ], + [ + "how healthy is tacos", + "nutrition_info" + ], + [ + "how healthy is mcdonalds", + "nutrition_info" + ], + [ + "how healthy is a cheeseburger", + "nutrition_info" + ], + [ + "how healthy is rice", + "nutrition_info" + ], + [ + "find the nutrition info for whole milk for me", + "nutrition_info" + ], + [ + "what are the nutrition facts for greek yogurt", + "nutrition_info" + ], + [ + "find the nutrition info for ketchup for me", + "nutrition_info" + ], + [ + "what are the nutrition facts for cucumbers", + "nutrition_info" + ], + [ + "what are the nutrition facts for apple sauce", + "nutrition_info" + ], + [ + "what are the nutrition facts for peanut butter", + "nutrition_info" + ], + [ + "find the nutrition info for bell peppers for me", + "nutrition_info" + ], + [ + "find the nutrition info for cheese fries for me", + "nutrition_info" + ], + [ + "find the nutrition info for cucumbers for me", + "nutrition_info" + ], + [ + "what are the nutrition facts for carrots", + "nutrition_info" + ], + [ + "please give me the nutritional information for an egg", + "nutrition_info" + ], + [ + "what's the nutrition info for a pound of chicken", + "nutrition_info" + ], + [ + "tell me the nutrition info for a cup of milk", + "nutrition_info" + ], + [ + "what's the nutrition info for a cucumber", + "nutrition_info" + ], + [ + "give me the nutritional details for a cup of yogurt", + "nutrition_info" + ], + [ + "i need the nutrition facts for ramen", + "nutrition_info" + ], + [ + "tell me the nutrition facts for shepherd's pie", + "nutrition_info" + ], + [ + "i would like nutrition facts for spaghetti carbonara", + "nutrition_info" + ], + [ + "tell me spaghetti bolognese's nutrition facts", + "nutrition_info" + ], + [ + "i want the nutrition facts for buttered spaghetti", + "nutrition_info" + ], + [ + "do i have my nephew's birthday marked for november 10th", + "calendar" + ], + [ + "do i have any appoints set for my calendar april 3rd", + "calendar" + ], + [ + "did i set march 10th as my doctor's appointment", + "calendar" + ], + [ + "do i have any appointments on my calendar march 22nd", + "calendar" + ], + [ + "did i set a day on my calendar for voting in the next election", + "calendar" + ], + [ + "did i mark the mechanic's appointment on my calendar", + "calendar" + ], + [ + "do i have any calendars set for may 12th", + "calendar" + ], + [ + "what day did i set on my calendar for the first day of school", + "calendar" + ], + [ + "is anything on my calendar for june 22nd", + "calendar" + ], + [ + "what do i have going on on my calendar for march 18th", + "calendar" + ], + [ + "is my meeting with frank on my calendar", + "calendar" + ], + [ + "what do i have planned for 3/5", + "calendar" + ], + [ + "have i gotten around to adding the bike ride to my calendar yet", + "calendar" + ], + [ + "what events do i have going on on march 11th", + "calendar" + ], + [ + "i can't remember if i added the fun run to my calendar yet; did i", + "calendar" + ], + [ + "have i added my doctor's appointment to my calendar", + "calendar" + ], + [ + "do i have calendar events on march 19th", + "calendar" + ], + [ + "read my calendar for march 7th", + "calendar" + ], + [ + "do i have any items on my calendar for march 21st", + "calendar" + ], + [ + "do i have any calendar entries for march 8th", + "calendar" + ], + [ + "tell me what's on my calendar for march 22nd", + "calendar" + ], + [ + "is the marathon on friday added to my calendar", + "calendar" + ], + [ + "what's on my calendar for march 20th", + "calendar" + ], + [ + "what's on my calendar on march 10th", + "calendar" + ], + [ + "check my calendar for me, please", + "calendar" + ], + [ + "is event on my calendar", + "calendar" + ], + [ + "retrieve events on my calendar", + "calendar" + ], + [ + "is bowling on my calendar", + "calendar" + ], + [ + "on tuesday you are supposed to have a meeting", + "calendar" + ], + [ + "you have yo go to school on calendar", + "calendar" + ], + [ + "i'd like an uber for 6 people, going to walmart", + "uber" + ], + [ + "can you get me an uber to disney world", + "uber" + ], + [ + "get me an uber for 3 people uptown", + "uber" + ], + [ + "i need to go downtown with 2 people; can you get me an uber", + "uber" + ], + [ + "i'm going to need to book an uber to universal studios", + "uber" + ], + [ + "i need to get four people to red lobster; can you order me an uber", + "uber" + ], + [ + "i'm going to need an uber for 4 people to go to patty's bar", + "uber" + ], + [ + "i need to get to the staples center; can you call me an uber", + "uber" + ], + [ + "find me an uber to the liberty bell", + "uber" + ], + [ + "i need an uber to madison square garden", + "uber" + ], + [ + "i need an uber to get to the bank", + "uber" + ], + [ + "can i get an uber to drive me to the movies", + "uber" + ], + [ + "contact uber and have them pick me up", + "uber" + ], + [ + "can i take an uber to the statue of liberty", + "uber" + ], + [ + "i need an uber for 5 to go to the concerthall", + "uber" + ], + [ + "get a uber for two to go to a romantic dinner at mcdonalds", + "uber" + ], + [ + "please call an uber for 6 people to go to amazon's southside warehouse", + "uber" + ], + [ + "find me an uber and get it here", + "uber" + ], + [ + "is there an uber that drives to the bank on 5th that can hold 3 people", + "uber" + ], + [ + "we'd like an uber for 4 to take us to the olive garden", + "uber" + ], + [ + "i want an uber for one person to go to bank of america", + "uber" + ], + [ + "can i get an uber for 2 to go to austin", + "uber" + ], + [ + "call me an uber please", + "uber" + ], + [ + "is it possible to take an uber to burger king", + "uber" + ], + [ + "book me an uber for a party of 5 to the salvage yard off maple", + "uber" + ], + [ + "i need an uber for 5 people to go to the statue of liberty", + "uber" + ], + [ + "i want an uber to take me to walmart", + "uber" + ], + [ + "have an uber sent to take me to the courthouse", + "uber" + ], + [ + "call an uber to take a group of 4 from this bar to the one on maple st", + "uber" + ], + [ + "i'm too drunk to drive and need an uber home", + "uber" + ], + [ + "what is 300 divided by 42", + "calculator" + ], + [ + "what is 400 times 2", + "calculator" + ], + [ + "what is the average of 54, 23, 43, 12, and 442", + "calculator" + ], + [ + "add 45 to 87 plus 54 plus 43 plus 22", + "calculator" + ], + [ + "what is 48 multiplied by 4 divided by 2", + "calculator" + ], + [ + "what is 25% of $54,788", + "calculator" + ], + [ + "what is the square root of 95", + "calculator" + ], + [ + "what is 1100 minus 2347", + "calculator" + ], + [ + "tell me what 1875 plus 3459 equals", + "calculator" + ], + [ + "tell me the answer to 1000 divided by 40", + "calculator" + ], + [ + "what is 1000 plus 745", + "calculator" + ], + [ + "i need to know the answer to 10000 multiplied by 44", + "calculator" + ], + [ + "what is 100 multiplied by 55", + "calculator" + ], + [ + "what's 15% of 68", + "calculator" + ], + [ + "what's 47 times 83", + "calculator" + ], + [ + "if something is 15% off $35, how much is it", + "calculator" + ], + [ + "how many times can 3 be divided into 1253", + "calculator" + ], + [ + "divide 100 by 12", + "calculator" + ], + [ + "find square root of 453", + "calculator" + ], + [ + "what is 1243 times 45", + "calculator" + ], + [ + "find the square root of 1243435", + "calculator" + ], + [ + "what is the square root of 36", + "calculator" + ], + [ + "what is 592 minus 124", + "calculator" + ], + [ + "i need to know what 25 times 38 is", + "calculator" + ], + [ + "can you calculate the square root of 172", + "calculator" + ], + [ + "i bought 6 shirts at $499 each what was my total expenditure for them", + "calculator" + ], + [ + "i spent 34 dollars for 12 gallons of paint what is the average price for each gallon", + "calculator" + ], + [ + "what is the sum of eleven and ten", + "calculator" + ], + [ + "what is the solution to sixty times thirty", + "calculator" + ], + [ + "how do i ask the ai to help me with math problem", + "calculator" + ], + [ + "date please", + "date" + ], + [ + "what is the current day", + "date" + ], + [ + "which day is it now", + "date" + ], + [ + "what's the name of the day today", + "date" + ], + [ + "what is the day now", + "date" + ], + [ + "what day are we in", + "date" + ], + [ + "tell me what tomorrow's date is", + "date" + ], + [ + "please tell me what the date is tomorrow", + "date" + ], + [ + "let me know what tomorrow's date is", + "date" + ], + [ + "let me know the date tomorrow", + "date" + ], + [ + "i need to know tomorrow's date", + "date" + ], + [ + "please tell me what today is", + "date" + ], + [ + "tell me the date, please", + "date" + ], + [ + "tell me the date 5 days from now", + "date" + ], + [ + "tell me what the date will be in 5 days", + "date" + ], + [ + "what is the date in 5 days", + "date" + ], + [ + "in 5 days from today, what will the date be", + "date" + ], + [ + "what would the date be 5 days from today", + "date" + ], + [ + "what day it today", + "date" + ], + [ + "what will tomorrow be on the calendar", + "date" + ], + [ + "what date will it be tomorrow", + "date" + ], + [ + "what date is it tomorrow", + "date" + ], + [ + "what is the date of tomorrow", + "date" + ], + [ + "what's tomorrow's date", + "date" + ], + [ + "what's the date today", + "date" + ], + [ + "give me today's date", + "date" + ], + [ + "tell me today's date", + "date" + ], + [ + "what's the date", + "date" + ], + [ + "today is which day of the week", + "date" + ], + [ + "today is what day of the week", + "date" + ], + [ + "what restrictions do they have for carry-on", + "carry_on" + ], + [ + "ist all carry-on restrictions applicable to my flight", + "carry_on" + ], + [ + "what are the size limits regarding-carry on bags", + "carry_on" + ], + [ + "how many bags can i carry-on", + "carry_on" + ], + [ + "can i bring perfume on the plane or what is the size limit", + "carry_on" + ], + [ + "what are the rules for traveling with toothpaste", + "carry_on" + ], + [ + "can i bring suntan lotion in my carry on", + "carry_on" + ], + [ + "can i fly with my razors or are there restrictions", + "carry_on" + ], + [ + "are there restrictions for carrying lighters in my backpack on a plane", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with american airlines to japan", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with panam to wales", + "carry_on" + ], + [ + "what is the carry-on policy for flights on panam", + "carry_on" + ], + [ + "what is the carry-on policy for flights on lufthansa", + "carry_on" + ], + [ + "what is the carry-on policy for flights on delta airlines", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with southwestern to tampa", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with delta to seattle", + "carry_on" + ], + [ + "how many carry ons can i take on a flight with united airlines to austin", + "carry_on" + ], + [ + "what is the carry-on policy for flights on the airline called jetblue", + "carry_on" + ], + [ + "i need to know the carry-on rules for southwest", + "carry_on" + ], + [ + "tell me the carry-on rules for my flight", + "carry_on" + ], + [ + "i am flying to finland and wanna know the carry-on rules", + "carry_on" + ], + [ + "what is the carry-on policy for flights on southwest", + "carry_on" + ], + [ + "i need to know the the carry-on restrictions for american airlines", + "carry_on" + ], + [ + "what is the carry-on policy for flights on transaero", + "carry_on" + ], + [ + "what is the carry-on policy for flights on jetblue", + "carry_on" + ], + [ + "i gotta know the the carry-on restrictions for american airlines", + "carry_on" + ], + [ + "what is the carry-on policy for flights on american airlines", + "carry_on" + ], + [ + "i must know the the carry-on restrictions for american airlines", + "carry_on" + ], + [ + "i wanna know the carry-on rules for the flight i have", + "carry_on" + ], + [ + "tell me the the carry-on restrictions for american airlines", + "carry_on" + ], + [ + "how many days did i take off", + "pto_used" + ], + [ + "tell me how many days i took off", + "pto_used" + ], + [ + "so how many days did i take off sir", + "pto_used" + ], + [ + "so how many days did i take off", + "pto_used" + ], + [ + "i need to know how many days i toof off", + "pto_used" + ], + [ + "what is the total number of days that i have taken off work since january", + "pto_used" + ], + [ + "how many days off have i taken so far this year", + "pto_used" + ], + [ + "i want to know how many days off are listed on my time off sheet that i have taken this year", + "pto_used" + ], + [ + "tell me how many days off you see that i have taken so far this year please", + "pto_used" + ], + [ + "can you look and see how many days off i have taken so far since january", + "pto_used" + ], + [ + "check how many days off i've taken", + "pto_used" + ], + [ + "how many hours of pto have i used", + "pto_used" + ], + [ + "how much pto is gone", + "pto_used" + ], + [ + "see how many days i've taken off so far", + "pto_used" + ], + [ + "how much of my pto is left", + "pto_used" + ], + [ + "how much of my pto is gone", + "pto_used" + ], + [ + "please let me know how many days i've taken off", + "pto_used" + ], + [ + "what is the amount of my taken off days so far", + "pto_used" + ], + [ + "i need to know how many days off i have used so far", + "pto_used" + ], + [ + "how many days off have i taken until right now", + "pto_used" + ], + [ + "notify me how many days off i have used so far", + "pto_used" + ], + [ + "tell me how many days off i have taken so far", + "pto_used" + ], + [ + "i want to know how many days off i have utilized until now", + "pto_used" + ], + [ + "how much so far pto have i used", + "pto_used" + ], + [ + "i have used how much pto so far", + "pto_used" + ], + [ + "pto i have used so far is how much", + "pto_used" + ], + [ + "pto so far i have used is how much", + "pto_used" + ], + [ + "so far how much pto have i used", + "pto_used" + ], + [ + "how many vacation days i have used", + "pto_used" + ], + [ + "i want to know how many vacation days i have used", + "pto_used" + ], + [ + "can you see if i can make an appointment to have my oil changed", + "schedule_maintenance" + ], + [ + "find out the next available date and time i can go to get my oil changed please", + "schedule_maintenance" + ], + [ + "can you let me know the next open slot for me to get my oil changed", + "schedule_maintenance" + ], + [ + "i need to make an appointment for an oil change, please", + "schedule_maintenance" + ], + [ + "what is the next date for which i can get an oil change appointment", + "schedule_maintenance" + ], + [ + "i need a aaa service place to make an appointment for my tires to be assessed", + "schedule_maintenance" + ], + [ + "my auto tires need to be checked out so where can i get an appointment", + "schedule_maintenance" + ], + [ + "where can i go to have my tires checked out", + "schedule_maintenance" + ], + [ + "i need an appointment for someone to check out my check engine light being on", + "schedule_maintenance" + ], + [ + "my check engine light is on so is anyone available to check it out for me", + "schedule_maintenance" + ], + [ + "can someone take a look at my car because the check engine light is on", + "schedule_maintenance" + ], + [ + "do you have time today for someone to look at my car because the check engine light is on", + "schedule_maintenance" + ], + [ + "find a place near me to have my tires inspected", + "schedule_maintenance" + ], + [ + "where can i get a appointment for a tire check for the car", + "schedule_maintenance" + ], + [ + "i need to bring my car in because the check engine light is staying lit", + "schedule_maintenance" + ], + [ + "can i get someone to check my check engine light", + "schedule_maintenance" + ], + [ + "can someone tell me why my check engine light is on", + "schedule_maintenance" + ], + [ + "my check engine light is on, i need someone to look at it", + "schedule_maintenance" + ], + [ + "can someone look at my check engine light", + "schedule_maintenance" + ], + [ + "my check engine light is on and i need someone to look at it", + "schedule_maintenance" + ], + [ + "will someone please look at my check engine light that is on", + "schedule_maintenance" + ], + [ + "can someone look at my check engine light that's on", + "schedule_maintenance" + ], + [ + "could someone look at my check engine light that's on", + "schedule_maintenance" + ], + [ + "can i get someone to look at my check engine light that is on", + "schedule_maintenance" + ], + [ + "should i schedule a car maintenance", + "schedule_maintenance" + ], + [ + "should i go to a car maintenance", + "schedule_maintenance" + ], + [ + "should i call a car maintenance", + "schedule_maintenance" + ], + [ + "may i schedule a car maintenance", + "schedule_maintenance" + ], + [ + "should i take my car to a maintenance", + "schedule_maintenance" + ], + [ + "can i make a car maintenance appointment", + "schedule_maintenance" + ], + [ + "i will be traveling to lima alert my bank", + "travel_notification" + ], + [ + "assure my bank i really am going to california", + "travel_notification" + ], + [ + "please tell my bank i'm traveling to mexico between next wednesday for a week after", + "travel_notification" + ], + [ + "please inform my bank i'll be vacationing in the bahamas in a couple of days", + "travel_notification" + ], + [ + "i'm going to be in mexico from thursday to friday, so can you let my bank know", + "travel_notification" + ], + [ + "please kindly inform my bank i'm going to be in canada from next week to two weeks after", + "travel_notification" + ], + [ + "let my bank know i'll be in ireland from may 01, 2019 to august 02, 2019", + "travel_notification" + ], + [ + "alert my bank i'm checking out seattle for the next month", + "travel_notification" + ], + [ + "i'm going to brazil soon and want to let my bank now", + "travel_notification" + ], + [ + "i'm leaving for montreal tomorrow and need to let my bank know", + "travel_notification" + ], + [ + "inform my bank i'm traveling to australia between february 23rd to february 25th", + "travel_notification" + ], + [ + "please tell my bank i'll be in anchorage this week", + "travel_notification" + ], + [ + "i need to tell my bank i am, indeed, going to be in london in a few hours", + "travel_notification" + ], + [ + "please alert my bank i'm going to be in the caymans from may 1st to june 2nd", + "travel_notification" + ], + [ + "let my bank know i actually am visiting brazil", + "travel_notification" + ], + [ + "i'll be travelling to russia from april 1 through april 20 and need my financial institute apprised of it", + "travel_notification" + ], + [ + "please alert my bank i'm traveling to europe between april 1st and 5th", + "travel_notification" + ], + [ + "tell my bank's fraud department i'm going to mexico", + "travel_notification" + ], + [ + "please notify my bank i'm going to africa between tomorrow and next tuesday", + "travel_notification" + ], + [ + "tell my bank i'm in canada the entire week of the 6th to the 13th", + "travel_notification" + ], + [ + "inform my bank i'm seeing italy", + "travel_notification" + ], + [ + "can you notify my bank that i will be traveling to mexico between march 1st and 15th", + "travel_notification" + ], + [ + "please let my bank know that i will be visiting spain from june 12th to the 24th", + "travel_notification" + ], + [ + "i need you to make my bank aware that i will be visiting taiwan from the 22nd of february until the 3rd of march", + "travel_notification" + ], + [ + "send a notification to my bank of my travel dates from february 19th to 26th to peru", + "travel_notification" + ], + [ + "alert my bank of my travel to dubai for the dates april 14th through april 22nd", + "travel_notification" + ], + [ + "from sunday to wednesday, i will be in oakland, so should i call my bank to let them know", + "travel_notification" + ], + [ + "my bank needs to know about my traveling to georgia in europe", + "travel_notification" + ], + [ + "must call my bank about my travel plans", + "travel_notification" + ], + [ + "contact bank and let them know about my travel plans", + "travel_notification" + ], + [ + "i want my phone to be disconnected from you", + "sync_device" + ], + [ + "i would like for my phone to be synced with you", + "sync_device" + ], + [ + "can you connect to my phone", + "sync_device" + ], + [ + "i would like for you to unsync my phone", + "sync_device" + ], + [ + "i no longer want you to be synced to my phone", + "sync_device" + ], + [ + "i do not want my phone synced anymore", + "sync_device" + ], + [ + "i want you paired to my phone", + "sync_device" + ], + [ + "please sync up with my phone", + "sync_device" + ], + [ + "can you pair yourself with my phone please", + "sync_device" + ], + [ + "can you please disconnect from my phone", + "sync_device" + ], + [ + "remove the connection to my phone", + "sync_device" + ], + [ + "can you sync up with my phone", + "sync_device" + ], + [ + "i want you to connect to my handset", + "sync_device" + ], + [ + "pair yourself to my phone if you can", + "sync_device" + ], + [ + "connect to my device", + "sync_device" + ], + [ + "can you link up with my phone", + "sync_device" + ], + [ + "can you disconnect yourself from my phone", + "sync_device" + ], + [ + "don't be synced to my phone anymore", + "sync_device" + ], + [ + "can you get paired to my phone right away", + "sync_device" + ], + [ + "i don't want you connected to my phone anymore", + "sync_device" + ], + [ + "please get connected to my phone", + "sync_device" + ], + [ + "i don't want you synced to my phone anymore", + "sync_device" + ], + [ + "sync with my phone please", + "sync_device" + ], + [ + "please unsync from my phone right now", + "sync_device" + ], + [ + "unsync yourself from my device", + "sync_device" + ], + [ + "please connect yourself to my main phone", + "sync_device" + ], + [ + "unsync from my phone please", + "sync_device" + ], + [ + "don't be connected to my phone anymore", + "sync_device" + ], + [ + "disconnect from my device please", + "sync_device" + ], + [ + "alexa, connect to the phone now", + "sync_device" + ], + [ + "thank you ever so much for that!", + "thank_you" + ], + [ + "you\u2019re the best thanks so much!", + "thank_you" + ], + [ + "thanks for helping", + "thank_you" + ], + [ + "i am grateful for the help", + "thank_you" + ], + [ + "thank you for the heip", + "thank_you" + ], + [ + "i apprecaite the help from you", + "thank_you" + ], + [ + "thanks that was really helpful", + "thank_you" + ], + [ + "thank you for your time and trying to help", + "thank_you" + ], + [ + "thank you for your assistance", + "thank_you" + ], + [ + "thanks for all your help", + "thank_you" + ], + [ + "thanks for trying", + "thank_you" + ], + [ + "many thank", + "thank_you" + ], + [ + "thanks a million", + "thank_you" + ], + [ + "thank a bunch", + "thank_you" + ], + [ + "i appeciate it", + "thank_you" + ], + [ + "i would like to thank you ai", + "thank_you" + ], + [ + "ai you have given me so much information, thank you", + "thank_you" + ], + [ + "thanks so much ai", + "thank_you" + ], + [ + "thank you ai for everything you do", + "thank_you" + ], + [ + "ai is a helpful item to have in my home, thank you", + "thank_you" + ], + [ + "thank you very much", + "thank_you" + ], + [ + "that answer was very helpful, thanks", + "thank_you" + ], + [ + "great, thanks!", + "thank_you" + ], + [ + "thanks for your help!", + "thank_you" + ], + [ + "thanks so much", + "thank_you" + ], + [ + "thanks for that answer", + "thank_you" + ], + [ + "thank you for that reply", + "thank_you" + ], + [ + "thanks for the reply", + "thank_you" + ], + [ + "thanks for that response", + "thank_you" + ], + [ + "thank you for that response", + "thank_you" + ], + [ + "how much do you get when you roll an eight sided die", + "roll_dice" + ], + [ + "i need a dice roll for a six sided die", + "roll_dice" + ], + [ + "roll a dice that has seven sides", + "roll_dice" + ], + [ + "roll the five sided die", + "roll_dice" + ], + [ + "what is the result when you roll a four sided die", + "roll_dice" + ], + [ + "roll a fourteen sided dice exactly", + "roll_dice" + ], + [ + "please roll twelve sided dice", + "roll_dice" + ], + [ + "can i have a 2 sided dice", + "roll_dice" + ], + [ + "roll a 9 sided dice", + "roll_dice" + ], + [ + "roll five sided dice", + "roll_dice" + ], + [ + "roll those dice once", + "roll_dice" + ], + [ + "throw a roll of the dice", + "roll_dice" + ], + [ + "make a roll of the dice", + "roll_dice" + ], + [ + "ai pick up the dice, then drop it", + "roll_dice" + ], + [ + "ai toss the dice", + "roll_dice" + ], + [ + "ai roll the dice", + "roll_dice" + ], + [ + "ai throw the dice on the table", + "roll_dice" + ], + [ + "ai shake the dice in a cup, then throw dice on table", + "roll_dice" + ], + [ + "can you roll a four sided die and tell me the result", + "roll_dice" + ], + [ + "roll a six sided die for me and tell me the result", + "roll_dice" + ], + [ + "roll a die please", + "roll_dice" + ], + [ + "can you roll an eight sided die and tell me what it comes up as", + "roll_dice" + ], + [ + "can you simulate a dice roll", + "roll_dice" + ], + [ + "can you roll a ten sided die and tell me the number", + "roll_dice" + ], + [ + "roll a four sided die for me", + "roll_dice" + ], + [ + "simulate rolling a dice and tell me what it lands on", + "roll_dice" + ], + [ + "can you roll a die for me", + "roll_dice" + ], + [ + "can you fake roll a die for me", + "roll_dice" + ], + [ + "what's the result of a 10-sided dice roll", + "roll_dice" + ], + [ + "can you roll a 10-sided dice for me", + "roll_dice" + ], + [ + "how soon milk expires", + "food_last" + ], + [ + "when does milk will go bad", + "food_last" + ], + [ + "how many days milk can be preserved", + "food_last" + ], + [ + "what is expire of milk", + "food_last" + ], + [ + "when is the milk date before used", + "food_last" + ], + [ + "when does the jerky expire", + "food_last" + ], + [ + "what is the expiration date for honey", + "food_last" + ], + [ + "when is the egg expired", + "food_last" + ], + [ + "when does the honey expire", + "food_last" + ], + [ + "what is the expiration date for those eg", + "food_last" + ], + [ + "how long can i freeze tofu before it goes bad", + "food_last" + ], + [ + "how much time do i have to keep tofu in the freezer before it goes bad", + "food_last" + ], + [ + "when will tofu expire if i keep it in the freezer", + "food_last" + ], + [ + "how long will tofu last in the freezer before it expires", + "food_last" + ], + [ + "does tofu last long in the freezer before it goes bad", + "food_last" + ], + [ + "how many days later is it okay to eat curry that was in the fridge", + "food_last" + ], + [ + "within what time is is fine to eat cooked tilapia kept in the fridge", + "food_last" + ], + [ + "what is the most amount of time that is considered safe to store uncooked chicken in the fridge", + "food_last" + ], + [ + "what length of time is safe for consuming leftover meatloaf stored in the fridge", + "food_last" + ], + [ + "what is the longest i can leave meatballs in sauce in the freezer before it is no longer safe to eat", + "food_last" + ], + [ + "can i store bread in the freezer indefinitely and it will still be okay", + "food_last" + ], + [ + "after how much time is it still safe to drink milk that is in the fridge", + "food_last" + ], + [ + "what is the most time i can keep a burrito frozen for before it's no good to eat", + "food_last" + ], + [ + "roughly how long can i leave bananas in the freezer before i have to throw them out", + "food_last" + ], + [ + "how long does chicken curry last in the freezer before it's spoiled", + "food_last" + ], + [ + "milk can stay in my fridge for how long", + "food_last" + ], + [ + "milk will go bad in my fridge when", + "food_last" + ], + [ + "what is the amount of time to keep milk refrigerated", + "food_last" + ], + [ + "tell me how long milk stays good in the fridge", + "food_last" + ], + [ + "how long can i keep milk in the fridge", + "food_last" + ], + [ + "how long to grill thick steaks", + "cook_time" + ], + [ + "how long does pizza take", + "cook_time" + ], + [ + "lasagna takes how long to cook", + "cook_time" + ], + [ + "bake time for brownies", + "cook_time" + ], + [ + "how many minutes are involved in the preparation of curry", + "cook_time" + ], + [ + "what's the preparation time for this dish", + "cook_time" + ], + [ + "what is the proper cooking time for this", + "cook_time" + ], + [ + "how long do i cook this for", + "cook_time" + ], + [ + "look up recipe time for this", + "cook_time" + ], + [ + "how many minutes should i put meal the cake in the oven", + "cook_time" + ], + [ + "what's the average cooking time for cooking wings", + "cook_time" + ], + [ + "how many minutes should i set an alarm for this bake", + "cook_time" + ], + [ + "when can i expect meal of salmon to be finished", + "cook_time" + ], + [ + "how long does it take to cook meal of tuscan", + "cook_time" + ], + [ + "tell me how long it will take to prepare a lasagna", + "cook_time" + ], + [ + "i want to cook a lasagna please tell me how long it will take", + "cook_time" + ], + [ + "how long will it take to cook a lasagna", + "cook_time" + ], + [ + "can you tell me how long it will take to cook a lasagna", + "cook_time" + ], + [ + "how long does it take to prepare a lasagna", + "cook_time" + ], + [ + "how long do i need to cook chicken", + "cook_time" + ], + [ + "how long should i boil eggs", + "cook_time" + ], + [ + "how long should i bake a cake", + "cook_time" + ], + [ + "how long does it take to cook steaks", + "cook_time" + ], + [ + "how long does it take to bake a cake", + "cook_time" + ], + [ + "how long should i cook the cookie dough", + "cook_time" + ], + [ + "how long should i cook my turkey", + "cook_time" + ], + [ + "how long do i boil eggs", + "cook_time" + ], + [ + "how long does it take to make mashed potatoes", + "cook_time" + ], + [ + "how long will it take to make an omelet", + "cook_time" + ], + [ + "what are the minutes needed to cook the meal", + "cook_time" + ], + [ + "i want to be reminded to pay the electric bill", + "reminder_update" + ], + [ + "don't forget to tell me to call my mother", + "reminder_update" + ], + [ + "remind me to put gas in my car", + "reminder_update" + ], + [ + "set a reminder to buy bread", + "reminder_update" + ], + [ + "make a reminder to pay the mortgage", + "reminder_update" + ], + [ + "create a reminder to wash the dishes", + "reminder_update" + ], + [ + "create a reminder to change my oil", + "reminder_update" + ], + [ + "set a reminder for when the turkey is finished cooking", + "reminder_update" + ], + [ + "make a reminder to pay my cable bill today", + "reminder_update" + ], + [ + "i need a reminder to give the dog his medicine at ten tonight", + "reminder_update" + ], + [ + "i don't want to forget to call mom", + "reminder_update" + ], + [ + "i need a reminder to wash dishes", + "reminder_update" + ], + [ + "remind me to exercise", + "reminder_update" + ], + [ + "help me to remember to pick up stan later", + "reminder_update" + ], + [ + "tell me later to call bill", + "reminder_update" + ], + [ + "i need to be reminded to do something", + "reminder_update" + ], + [ + "set up a new reminder to alert me when it's time to put the trash out", + "reminder_update" + ], + [ + "can you remind me to finish a task", + "reminder_update" + ], + [ + "please set up a reminder for me", + "reminder_update" + ], + [ + "i would like you to remind me to do something", + "reminder_update" + ], + [ + "i need a reminder to take dinner out of the oven", + "reminder_update" + ], + [ + "create a new reminder to study for my final exams", + "reminder_update" + ], + [ + "i need a reminder to alert me to wish my mom a happy birthday", + "reminder_update" + ], + [ + "are you able to remind me about something", + "reminder_update" + ], + [ + "set up a reminder so i don't forget the baby shower this weekend", + "reminder_update" + ], + [ + "set a reminder for me to let the plumber in tomorrow", + "reminder_update" + ], + [ + "i need to set a reminder to call lisa for her birthday", + "reminder_update" + ], + [ + "i would like to set a reminder to bring the plants in tonight", + "reminder_update" + ], + [ + "can you set a reminder alarm for me to workout", + "reminder_update" + ], + [ + "please set a reminder for me to put the clothes in the dryer", + "reminder_update" + ], + [ + "i need to tell you about my lost card", + "report_lost_card" + ], + [ + "i lost my card, what do i do next", + "report_lost_card" + ], + [ + "i have lost my card, what am i supposed to do", + "report_lost_card" + ], + [ + "where do i report that my card was lost", + "report_lost_card" + ], + [ + "who do i speak with about my card that was lost", + "report_lost_card" + ], + [ + "please help me report my lost card", + "report_lost_card" + ], + [ + "set up a report for a lost card", + "report_lost_card" + ], + [ + "can you report a lost card for me", + "report_lost_card" + ], + [ + "i lost my card and need to report it", + "report_lost_card" + ], + [ + "what is the process for reporting my card as lost", + "report_lost_card" + ], + [ + "someone used my chase card without my authorization", + "report_lost_card" + ], + [ + "can you tell me how to report a card lost", + "report_lost_card" + ], + [ + "please tell me how to go about reporting a lost card", + "report_lost_card" + ], + [ + "search steps for how to report a card lost", + "report_lost_card" + ], + [ + "i need to to know how to report a lost card", + "report_lost_card" + ], + [ + "my bank of america visa platinum was swiped from my belongings", + "report_lost_card" + ], + [ + "who do i call to report my card as lost", + "report_lost_card" + ], + [ + "what should i do if i need to report my card lost", + "report_lost_card" + ], + [ + "my capital one visa was taken without permission", + "report_lost_card" + ], + [ + "i need to report that someone ran off with my td bank card earlier", + "report_lost_card" + ], + [ + "what steps do i need to take to report a card lost", + "report_lost_card" + ], + [ + "i would like to report my american express card stolen", + "report_lost_card" + ], + [ + "how do i report that i lost my card", + "report_lost_card" + ], + [ + "how do i report that i actually lost my card", + "report_lost_card" + ], + [ + "how do i report that i lost the card", + "report_lost_card" + ], + [ + "how do i report my very lost card", + "report_lost_card" + ], + [ + "how do i report the card as lost", + "report_lost_card" + ], + [ + "lost report card, need new one", + "report_lost_card" + ], + [ + "my report card was stolen", + "report_lost_card" + ], + [ + "my report card was lost help!", + "report_lost_card" + ], + [ + "can i swap chili for sloppy joe mix in the recipe", + "ingredient_substitution" + ], + [ + "can i use sugar instead of salt", + "ingredient_substitution" + ], + [ + "can i use apples instead of oranges in this recipe", + "ingredient_substitution" + ], + [ + "can i use skim milk instead of 2% in the recipe", + "ingredient_substitution" + ], + [ + "is it ok to use bananas instead of oranges in the recipe", + "ingredient_substitution" + ], + [ + "can i use lettuce instead of rice", + "ingredient_substitution" + ], + [ + "will peas work instead of carrots", + "ingredient_substitution" + ], + [ + "is it possible to use baking soda instead of flour", + "ingredient_substitution" + ], + [ + "can i just use oil instead of vinegar", + "ingredient_substitution" + ], + [ + "can i use mayo instead of miracle whip", + "ingredient_substitution" + ], + [ + "will this recipe still be good if i use milk instead of eggs", + "ingredient_substitution" + ], + [ + "can i use oil instead of vinegar", + "ingredient_substitution" + ], + [ + "can i sub bacon for ham", + "ingredient_substitution" + ], + [ + "can i use pasta sauce instead of tomato paste", + "ingredient_substitution" + ], + [ + "can i use regular olive oil instead of virgin", + "ingredient_substitution" + ], + [ + "is it possible to use starch instead of flour", + "ingredient_substitution" + ], + [ + "is it okay to use butter instead of margarine", + "ingredient_substitution" + ], + [ + "will it be ok to sub turkey for beef", + "ingredient_substitution" + ], + [ + "can i use butter instead of margarine", + "ingredient_substitution" + ], + [ + "is it okay to use applesauce instead of oil", + "ingredient_substitution" + ], + [ + "if i use applesauce instead of oil, will that mess it up", + "ingredient_substitution" + ], + [ + "can i swap applesauce for oil", + "ingredient_substitution" + ], + [ + "is it alright to switch applesauce for oil", + "ingredient_substitution" + ], + [ + "will it still work if i use applesauce instead of oil", + "ingredient_substitution" + ], + [ + "would it be ok to use butter instead of oil", + "ingredient_substitution" + ], + [ + "is it ok to use oil spray instead of canola oil", + "ingredient_substitution" + ], + [ + "could steak be used instead of chicken", + "ingredient_substitution" + ], + [ + "can i substitute butter for oil", + "ingredient_substitution" + ], + [ + "can i use red onions instead of white", + "ingredient_substitution" + ], + [ + "can i get peppers instead of onions", + "ingredient_substitution" + ], + [ + "i need to call my dad", + "make_call" + ], + [ + "i need to call my friend", + "make_call" + ], + [ + "i need to call my coworker", + "make_call" + ], + [ + "i need to call my mom", + "make_call" + ], + [ + "i need to call my boss", + "make_call" + ], + [ + "i need you to call the phone company for me", + "make_call" + ], + [ + "make a call for me to the vet", + "make_call" + ], + [ + "dial up dominos pizza", + "make_call" + ], + [ + "call my doctor", + "make_call" + ], + [ + "get mom on the phone", + "make_call" + ], + [ + "please make a call to stefan larson", + "make_call" + ], + [ + "use phone to call alexa", + "make_call" + ], + [ + "computer, call alexa", + "make_call" + ], + [ + "computer, place a call to alexa", + "make_call" + ], + [ + "can you call alexa", + "make_call" + ], + [ + "call alexa at home", + "make_call" + ], + [ + "i would like to make a call to sal", + "make_call" + ], + [ + "i would like to make a phone call", + "make_call" + ], + [ + "can i make a phone call", + "make_call" + ], + [ + "i need to make a call", + "make_call" + ], + [ + "i need you to phone sal", + "make_call" + ], + [ + "i need to call sal", + "make_call" + ], + [ + "i have to make a phone call", + "make_call" + ], + [ + "i have to use the phone to make a call", + "make_call" + ], + [ + "could you call sal", + "make_call" + ], + [ + "call sal", + "make_call" + ], + [ + "x needs to be called by me", + "make_call" + ], + [ + "call to mom", + "make_call" + ], + [ + "call mom", + "make_call" + ], + [ + "dial her up", + "make_call" + ], + [ + "i want to set an alarm", + "alarm" + ], + [ + "set an alarm for 6 am tomorrow", + "alarm" + ], + [ + "set an alarm for 8 tomorrow", + "alarm" + ], + [ + "please set an alarm", + "alarm" + ], + [ + "i'd love to set an alarm", + "alarm" + ], + [ + "i would like to have an alarm set for me", + "alarm" + ], + [ + "i want an alarm set", + "alarm" + ], + [ + "i need to set an alarm", + "alarm" + ], + [ + "set an alarm for ten tomorrow", + "alarm" + ], + [ + "set an alarm for 11 tomorrow", + "alarm" + ], + [ + "i want an alarm for 6 am", + "alarm" + ], + [ + "set an alarm for me", + "alarm" + ], + [ + "i wanna have an alarm", + "alarm" + ], + [ + "i need an alarm set now", + "alarm" + ], + [ + "set an alarm for 9 tomorrow", + "alarm" + ], + [ + "don't forget to set an alarm for noon", + "alarm" + ], + [ + "can you set the alarm for noon", + "alarm" + ], + [ + "i need to up by noon", + "alarm" + ], + [ + "can you wake me up at noon", + "alarm" + ], + [ + "set alarm for noon", + "alarm" + ], + [ + "wake me up with an alarm at 6am", + "alarm" + ], + [ + "help me wake up with an alarm at 5:30am", + "alarm" + ], + [ + "set an alarm to wake me up at 5:30am", + "alarm" + ], + [ + "set an alarm for 5am", + "alarm" + ], + [ + "please set the alarm", + "alarm" + ], + [ + "please make sure the alarm is set", + "alarm" + ], + [ + "could you set the alarm", + "alarm" + ], + [ + "set the alarm now", + "alarm" + ], + [ + "can you set an alarm", + "alarm" + ], + [ + "i need an alarm", + "alarm" + ], + [ + "what's on my todo list", + "todo_list" + ], + [ + "let me hear my todo list", + "todo_list" + ], + [ + "did i add \"cleaning the foyer\" to my todo list yet", + "todo_list" + ], + [ + "did i put grocery shopping on my todo list", + "todo_list" + ], + [ + "give me my todo list", + "todo_list" + ], + [ + "what things are on my todo list", + "todo_list" + ], + [ + "have i told you to add washing dishes to my todo list", + "todo_list" + ], + [ + "is laundry on my todo list", + "todo_list" + ], + [ + "read my todo list", + "todo_list" + ], + [ + "list my todo list items", + "todo_list" + ], + [ + "is \"cleaning the bathroom\" an item on my todo list", + "todo_list" + ], + [ + "tell me what's on my todo list", + "todo_list" + ], + [ + "read my to-do list items", + "todo_list" + ], + [ + "check on my to-do list items", + "todo_list" + ], + [ + "check what is on my to-do list", + "todo_list" + ], + [ + "what items are on my list of to-dos", + "todo_list" + ], + [ + "what is on my to-do list", + "todo_list" + ], + [ + "what kind of things do i have to do today", + "todo_list" + ], + [ + "what's on my todo list for today", + "todo_list" + ], + [ + "please tell me my todo list", + "todo_list" + ], + [ + "is my todo list possible today", + "todo_list" + ], + [ + "i really want to know my todo list again thanks", + "todo_list" + ], + [ + "is it possible to read my to-do list again", + "todo_list" + ], + [ + "tell me my to-do list", + "todo_list" + ], + [ + "what is my to-do list like today", + "todo_list" + ], + [ + "list my to-do list", + "todo_list" + ], + [ + "give me my to-do list", + "todo_list" + ], + [ + "what must i do today", + "todo_list" + ], + [ + "is make a hair appointment on my todo list right now", + "todo_list" + ], + [ + "can you see if paying garbage bill is on my todo list for this week", + "todo_list" + ], + [ + "change the accent you're using", + "change_accent" + ], + [ + "start using a different accent", + "change_accent" + ], + [ + "talk to me in a different accent", + "change_accent" + ], + [ + "alter your accent", + "change_accent" + ], + [ + "change to the female voice", + "change_accent" + ], + [ + "i want to hear the female voice from now on", + "change_accent" + ], + [ + "i want the male voice", + "change_accent" + ], + [ + "could you use the female voice", + "change_accent" + ], + [ + "female voice please", + "change_accent" + ], + [ + "can you switch to the male voice", + "change_accent" + ], + [ + "the male voice please", + "change_accent" + ], + [ + "could you use the male voice", + "change_accent" + ], + [ + "i want the female voice", + "change_accent" + ], + [ + "i want you to change your accent", + "change_accent" + ], + [ + "would you please switch to the male voice", + "change_accent" + ], + [ + "i would like you to change your accent", + "change_accent" + ], + [ + "i want you to change to the male voice", + "change_accent" + ], + [ + "can you change to the male voice", + "change_accent" + ], + [ + "change to girl voice", + "change_accent" + ], + [ + "please switch to the girl voice", + "change_accent" + ], + [ + "change to the females voice please", + "change_accent" + ], + [ + "switch voice option to female", + "change_accent" + ], + [ + "change voice to female", + "change_accent" + ], + [ + "use the female voice", + "change_accent" + ], + [ + "change settings to sound like a female", + "change_accent" + ], + [ + "turn to the voice of the woman", + "change_accent" + ], + [ + "change to the woman voice", + "change_accent" + ], + [ + "i like the female voice, switch please", + "change_accent" + ], + [ + "speak with a male british accent", + "change_accent" + ], + [ + "would you change your voice to the male british accent for me", + "change_accent" + ], + [ + "what site can i get my w2", + "w2" + ], + [ + "where do we get our w2 forms", + "w2" + ], + [ + "where can i get my w2", + "w2" + ], + [ + "where can i get my w2 from", + "w2" + ], + [ + "i would like to know where i can find my w2 for tax reasons", + "w2" + ], + [ + "what steps do i need to take to obtain my w2 for taxes", + "w2" + ], + [ + "what do i do if i need my w2 for my my taxes", + "w2" + ], + [ + "how can i get get a copy of my w2 for tax purposes", + "w2" + ], + [ + "can you tell me the process for obtaining a copy of my w2 for my taxes", + "w2" + ], + [ + "where do i go to get that work tax form thing", + "w2" + ], + [ + "what do i need to do to get that tax form thing from my job", + "w2" + ], + [ + "how do i get that tax form from my employer", + "w2" + ], + [ + "where can i find that tax form my employer gives me", + "w2" + ], + [ + "how do i get the form to file my taxes from my employer", + "w2" + ], + [ + "where do i look to get a w2", + "w2" + ], + [ + "i need a w2 form from", + "w2" + ], + [ + "can you trll me where to get my w2", + "w2" + ], + [ + "i want to get the w-2 form", + "w2" + ], + [ + "i wanna know where to find a w2", + "w2" + ], + [ + "i wanna know where to get my w2", + "w2" + ], + [ + "tell me where to a w2 form", + "w2" + ], + [ + "i must know where to get my w2", + "w2" + ], + [ + "i wanna get my w-2 form", + "w2" + ], + [ + "i need a w2, so where is it", + "w2" + ], + [ + "where can i find a w2", + "w2" + ], + [ + "i must get the w-2 form", + "w2" + ], + [ + "help me get w-2 form", + "w2" + ], + [ + "i wanna know where the w2 is", + "w2" + ], + [ + "help me get my w-2 form", + "w2" + ], + [ + "can't find w-2", + "w2" + ], + [ + "when is my electric bill due by", + "bill_due" + ], + [ + "when is my car insurance bill due", + "bill_due" + ], + [ + "how long until my water bill is due", + "bill_due" + ], + [ + "what's the latest i can pay my cellular bill", + "bill_due" + ], + [ + "what's the due date for my netflix subscription", + "bill_due" + ], + [ + "tell me where i can find my exterminator bill's due date", + "bill_due" + ], + [ + "how do i locate the due date for my bug bill", + "bill_due" + ], + [ + "where can i see the due date for auto loan bill", + "bill_due" + ], + [ + "when is my cell phone due", + "bill_due" + ], + [ + "i need to know where my due date is for my lawn bill", + "bill_due" + ], + [ + "where can i find when my car payment bill is due", + "bill_due" + ], + [ + "what's the ultimate day for me to pay the internet bill", + "bill_due" + ], + [ + "tell me the last day i can pay my gas bill", + "bill_due" + ], + [ + "what's the due date for my comcast bill", + "bill_due" + ], + [ + "i need to know when my water bill is due", + "bill_due" + ], + [ + "please tell me how to find out when my rent is due", + "bill_due" + ], + [ + "i need to know when my electricity bill is due", + "bill_due" + ], + [ + "can you tell me when my cable bill is due", + "bill_due" + ], + [ + "i need to find out how to check the due date for the water bill", + "bill_due" + ], + [ + "when does the current billing cycle end", + "bill_due" + ], + [ + "is the bill due today", + "bill_due" + ], + [ + "is the bill due", + "bill_due" + ], + [ + "when do i have to pay my internet", + "bill_due" + ], + [ + "i want to know when the deadline is to pay my car loan", + "bill_due" + ], + [ + "tell me when my water bill is due", + "bill_due" + ], + [ + "what day of the month do i have to pay my mortgage", + "bill_due" + ], + [ + "when is my electricity due date", + "bill_due" + ], + [ + "i need to know the next billing date of my american express card", + "bill_due" + ], + [ + "when does my gas bill need paid by", + "bill_due" + ], + [ + "when is next month's cable bill due", + "bill_due" + ], + [ + "number of calories in coke", + "calories" + ], + [ + "what kind of calories do chicken tenders have", + "calories" + ], + [ + "calorie content of dr pepper", + "calories" + ], + [ + "what's the calorie content of chicken nuggets", + "calories" + ], + [ + "how many calories are in hamburgers", + "calories" + ], + [ + "what is the calorie count for this milkshake", + "calories" + ], + [ + "how many calories does an orange have", + "calories" + ], + [ + "what is the total number of calories in this pizza", + "calories" + ], + [ + "how many calories are in a burger", + "calories" + ], + [ + "rolls have how many calories", + "calories" + ], + [ + "what is the calorie content in bananas", + "calories" + ], + [ + "what is the calorie content in peanut butter", + "calories" + ], + [ + "what is the calorie content in french fries", + "calories" + ], + [ + "what is the calorie content in potatoes", + "calories" + ], + [ + "what is the calorie content in spaghetti", + "calories" + ], + [ + "i need to know the calorie content of spaghetti", + "calories" + ], + [ + "how many calories are in a sandwich", + "calories" + ], + [ + "what number of calories are in a pizza", + "calories" + ], + [ + "what is the number of calories in a steak", + "calories" + ], + [ + "how many calories are in a cheeseburger", + "calories" + ], + [ + "can you check the amount of calories in a chicken sandwich", + "calories" + ], + [ + "what is the calorie count of a burrito", + "calories" + ], + [ + "calorie check, cheese burger", + "calories" + ], + [ + "how many calories are in a taco", + "calories" + ], + [ + "can you see how many calories are in cream of mushroom soup", + "calories" + ], + [ + "the intake of calories it it bad", + "calories" + ], + [ + "how much is alorie intake", + "calories" + ], + [ + "hoq many calories does pasta have", + "calories" + ], + [ + "how many calories can i expect to be in fries", + "calories" + ], + [ + "what's the calorie content of french fries", + "calories" + ], + [ + "tell me how to go about reporting a damaged card", + "damaged_card" + ], + [ + "my card is damaged", + "damaged_card" + ], + [ + "i want to report a damaged card", + "damaged_card" + ], + [ + "where should i report a damaged card", + "damaged_card" + ], + [ + "can you find out how to report a damaged card", + "damaged_card" + ], + [ + "my card has become too frayed and torn to use", + "damaged_card" + ], + [ + "what do i do about a card that's too messed up to be properly scanned", + "damaged_card" + ], + [ + "my card became damaged when i dropped it in the parking lot and it got ran over", + "damaged_card" + ], + [ + "i have a damaged card that needs replaced because my son dropped it in a blender", + "damaged_card" + ], + [ + "i sat on my credit card and broke it in half and need it replaced", + "damaged_card" + ], + [ + "my credit card got torn and i need a new one", + "damaged_card" + ], + [ + "what do i do with a damaged credit card", + "damaged_card" + ], + [ + "how do i replace a damaged card", + "damaged_card" + ], + [ + "i have a card that needs replaced because my wine dumped wine on it", + "damaged_card" + ], + [ + "i spilled wine on my credit card and now its all mushy and needs to be replaced", + "damaged_card" + ], + [ + "my dog swallowed my credit card and i need a new one", + "damaged_card" + ], + [ + "i want to report a damaged card that my cat shredded with its claws", + "damaged_card" + ], + [ + "i need to replace a card that my daughter spilled juice on", + "damaged_card" + ], + [ + "i'm unable to use my card because it's been ruined", + "damaged_card" + ], + [ + "i can't use my card because it\u2019s damaged badly", + "damaged_card" + ], + [ + "i cannot use my card cuz it's damaged", + "damaged_card" + ], + [ + "i can't use my card because it\u2019s messed up", + "damaged_card" + ], + [ + "i can't use my card because it\u2019s broken", + "damaged_card" + ], + [ + "i can't use my card because i damaged it", + "damaged_card" + ], + [ + "who should i talk to about the fact that i inadvertently split my card almost in half", + "damaged_card" + ], + [ + "i accidentally deactivated the magnetic stripe on my visa debit card and i need to report it", + "damaged_card" + ], + [ + "can i talk to someone to let them know my card was damaged from being melted on a radiator", + "damaged_card" + ], + [ + "i would like to report a damaged card that was burnt", + "damaged_card" + ], + [ + "i would like to report my card damaged since i accidentally spilled gorilla glue all over it and the numbers are now obscured", + "damaged_card" + ], + [ + "my visa has been damaged", + "damaged_card" + ], + [ + "does applebees have good reviews", + "restaurant_reviews" + ], + [ + "are the reviews ned get's good", + "restaurant_reviews" + ], + [ + "is the review ned's have good", + "restaurant_reviews" + ], + [ + "are ned's reviews good", + "restaurant_reviews" + ], + [ + "are the reviews for ned's good", + "restaurant_reviews" + ], + [ + "how are the reviews for tacos at the buffet", + "restaurant_reviews" + ], + [ + "do they serve good tacos at the buffet", + "restaurant_reviews" + ], + [ + "my favorite, beef tacos at the buffet", + "restaurant_reviews" + ], + [ + "they sold out of tacos at the buffet", + "restaurant_reviews" + ], + [ + "yum, pulled pork tacos at the buffet", + "restaurant_reviews" + ], + [ + "what do people think of the new burger at mcdonalds", + "restaurant_reviews" + ], + [ + "how are the reviews for the supreme pizza at papa john's", + "restaurant_reviews" + ], + [ + "what are people saying about chick-fil-a's chicken nuggets", + "restaurant_reviews" + ], + [ + "show me the reviews for the new jalapeno fries at taco bell", + "restaurant_reviews" + ], + [ + "give me some feedback about the pasta at piada please", + "restaurant_reviews" + ], + [ + "how is gramercy tavern rated", + "restaurant_reviews" + ], + [ + "how many stars does babbo have", + "restaurant_reviews" + ], + [ + "does cielo have good reviews", + "restaurant_reviews" + ], + [ + "do people say per se is any good or not", + "restaurant_reviews" + ], + [ + "what do food critics say about gramercy tavern", + "restaurant_reviews" + ], + [ + "what are the reviews like for l'auberge aubergine", + "restaurant_reviews" + ], + [ + "how many stars does brasserie les halles have", + "restaurant_reviews" + ], + [ + "what rating do the critics give the french laundry", + "restaurant_reviews" + ], + [ + "does acero have good or bad ratings", + "restaurant_reviews" + ], + [ + "has the french laundry gotten good reviews lately", + "restaurant_reviews" + ], + [ + "what kind of reviews does the olive garden have", + "restaurant_reviews" + ], + [ + "what's the average review for olive garden", + "restaurant_reviews" + ], + [ + "oliver garden reviews", + "restaurant_reviews" + ], + [ + "does olive garden have good customer reviews", + "restaurant_reviews" + ], + [ + "does olive garden have good reviews", + "restaurant_reviews" + ], + [ + "i need my routing number for my checking account at bb&t bank", + "routing" + ], + [ + "what is my routing number to my checking account at bb&t bankj", + "routing" + ], + [ + "tell me my routing number at my bank, community trust", + "routing" + ], + [ + "what is the routing number of my checking account at first national bankj", + "routing" + ], + [ + "give me the routing number of my checking account at my main bank, first commerce", + "routing" + ], + [ + "what is my bank routing number", + "routing" + ], + [ + "what's my routing number", + "routing" + ], + [ + "what's wells fargo's routing number", + "routing" + ], + [ + "tell me my routing number", + "routing" + ], + [ + "where can i find my routing number", + "routing" + ], + [ + "where's the routing number for wells fargo", + "routing" + ], + [ + "where can i find wells fargo's routing number", + "routing" + ], + [ + "where is wells fargo's routing number listed", + "routing" + ], + [ + "where should i go to find the routing number for well's fargo", + "routing" + ], + [ + "is my routing number on my account page", + "routing" + ], + [ + "what is the bank's routing number", + "routing" + ], + [ + "i want to know what my routing number is", + "routing" + ], + [ + "i need a routing number", + "routing" + ], + [ + "does pnc have a routing number", + "routing" + ], + [ + "can you tell me the routing number to pnc", + "routing" + ], + [ + "can you please read me the routing number to pnc", + "routing" + ], + [ + "where can i find routing number for pnc", + "routing" + ], + [ + "what is the routing number for pnc", + "routing" + ], + [ + "i need x's routing number", + "routing" + ], + [ + "where would century bank have their routing number listed", + "routing" + ], + [ + "where do i go if i am seeking the routing number of dallas capital", + "routing" + ], + [ + "what is the location that td bank has their routing number listed", + "routing" + ], + [ + "where would the routing number for first utah be located", + "routing" + ], + [ + "tell me what my savings account routing number is", + "routing" + ], + [ + "what is chase bank's routing number", + "routing" + ], + [ + "cats or dogs are your preference", + "do_you_have_pets" + ], + [ + "what kinds of pets do you own", + "do_you_have_pets" + ], + [ + "do you have any pets and what kind", + "do_you_have_pets" + ], + [ + "would you describe yourself as a cat or dog person", + "do_you_have_pets" + ], + [ + "you have what types or kinds of pets", + "do_you_have_pets" + ], + [ + "are you a pet owner what kind", + "do_you_have_pets" + ], + [ + "do you have a pet", + "do_you_have_pets" + ], + [ + "would you call yourself a cat or dog person", + "do_you_have_pets" + ], + [ + "what kind of animals do you own", + "do_you_have_pets" + ], + [ + "can you name the type of pets you have", + "do_you_have_pets" + ], + [ + "do you have any pets", + "do_you_have_pets" + ], + [ + "are you a pet owner and what kind", + "do_you_have_pets" + ], + [ + "what pets do you own", + "do_you_have_pets" + ], + [ + "tell me any animals that you have as pets", + "do_you_have_pets" + ], + [ + "do you have cats or dogs or something else as a pet", + "do_you_have_pets" + ], + [ + "please tell me the types of pets you have", + "do_you_have_pets" + ], + [ + "how would you categorize the pets you have", + "do_you_have_pets" + ], + [ + "tell me about the pets you have", + "do_you_have_pets" + ], + [ + "do you have friendly or unfriendly pets", + "do_you_have_pets" + ], + [ + "which pets do you have", + "do_you_have_pets" + ], + [ + "which type of pets do you have", + "do_you_have_pets" + ], + [ + "what pets do you have", + "do_you_have_pets" + ], + [ + "do you like appreciate cats or dogs more", + "do_you_have_pets" + ], + [ + "do you like cats or dogs more", + "do_you_have_pets" + ], + [ + "which kinds of pets do you own", + "do_you_have_pets" + ], + [ + "do you prefer cats or dogs", + "do_you_have_pets" + ], + [ + "do you prefer cats or dogs more", + "do_you_have_pets" + ], + [ + "which kinds of pets do you have", + "do_you_have_pets" + ], + [ + "do you currently have any pets", + "do_you_have_pets" + ], + [ + "what is the total number of pets that you have", + "do_you_have_pets" + ], + [ + "please book a meeting room for thusday at 4:00", + "schedule_meeting" + ], + [ + "would you please schedule a meeting room for 4:00 on thursday", + "schedule_meeting" + ], + [ + "could you schedule a meeting room for 4:00 on thursday", + "schedule_meeting" + ], + [ + "will you schedule a conference room for thursday at 4:00", + "schedule_meeting" + ], + [ + "can you reserve a meeting space for 4:00 on thursday", + "schedule_meeting" + ], + [ + "i need to know how to schedule a meeting", + "schedule_meeting" + ], + [ + "please help me figure out how to set up a meeting", + "schedule_meeting" + ], + [ + "i need assistance scheduling a meeting", + "schedule_meeting" + ], + [ + "walk me through the process of scheduling a meeting", + "schedule_meeting" + ], + [ + "help me set up a meeting please", + "schedule_meeting" + ], + [ + "i need a meeting room between 3-7, are any available", + "schedule_meeting" + ], + [ + "can you tell me if there are meeting rooms available between 1 and 4", + "schedule_meeting" + ], + [ + "are meeting rooms free between 8-3", + "schedule_meeting" + ], + [ + "do you know if meeting rooms are open to use 1-2", + "schedule_meeting" + ], + [ + "can you check if meeting rooms are available between 4 and 5", + "schedule_meeting" + ], + [ + "meeting rooms open between one and three pm", + "schedule_meeting" + ], + [ + "check meeting room availability between one and three pm", + "schedule_meeting" + ], + [ + "what meeting rooms are available for meeting 5pm friday", + "schedule_meeting" + ], + [ + "reserve a meeting room for friday, 5pm", + "schedule_meeting" + ], + [ + "one and three pm are there meeting rooms open", + "schedule_meeting" + ], + [ + "friday 5pm schedule a room for meeting", + "schedule_meeting" + ], + [ + "open meeting rooms from one to three pm", + "schedule_meeting" + ], + [ + "can you reserve a room for a friday meeting at 5pm", + "schedule_meeting" + ], + [ + "reserve a meeting room for 5pm on friday", + "schedule_meeting" + ], + [ + "check meeting rooms available between one and three pm", + "schedule_meeting" + ], + [ + "i need to schedule meeting room for monday at 2:30 pm, please", + "schedule_meeting" + ], + [ + "i would like you to reserve a conference room for noon tomorrow", + "schedule_meeting" + ], + [ + "please reserve a meeting room for 1:00 pm on tuesday", + "schedule_meeting" + ], + [ + "go ahead and hold a conference room for friday at 11 am, please", + "schedule_meeting" + ], + [ + "can you book a meeting room for friday at 9:00 am", + "schedule_meeting" + ], + [ + "which gas would be best", + "gas_type" + ], + [ + "what type of gas should i use", + "gas_type" + ], + [ + "which type of gas should i get", + "gas_type" + ], + [ + "can you tell me what gas this car takes", + "gas_type" + ], + [ + "can you tell me this vehicles gas type", + "gas_type" + ], + [ + "what fuel should i use for this car", + "gas_type" + ], + [ + "what kind of gas should i use for this car", + "gas_type" + ], + [ + "i need to know the gas type for this vehicle", + "gas_type" + ], + [ + "for this car what kind of fuel does it take", + "gas_type" + ], + [ + "i need to know the type of gas for this car", + "gas_type" + ], + [ + "i want to know what kind of gas this car uses", + "gas_type" + ], + [ + "what gas does this car use", + "gas_type" + ], + [ + "what fuel do i put in this car", + "gas_type" + ], + [ + "what type of gas goes into the car", + "gas_type" + ], + [ + "what type of fuel does this car utilize", + "gas_type" + ], + [ + "what type of gas do i put in this new car", + "gas_type" + ], + [ + "what type of gas do i use in this car", + "gas_type" + ], + [ + "is there a certain kind of fuel needed", + "gas_type" + ], + [ + "what gas goes in the vehicle", + "gas_type" + ], + [ + "what raiting of gas is called for", + "gas_type" + ], + [ + "what kind of gas goes in", + "gas_type" + ], + [ + "can you tell me what kind of gas your car uses", + "gas_type" + ], + [ + "what kind of gas does your car use", + "gas_type" + ], + [ + "the car you are driving uses what kind of gas", + "gas_type" + ], + [ + "what kind of gas can i put into this car", + "gas_type" + ], + [ + "which gas type goes into this car", + "gas_type" + ], + [ + "which type of gas does this car take", + "gas_type" + ], + [ + "i need gas what type do i need for this car", + "gas_type" + ], + [ + "what types of gas can i get for this car", + "gas_type" + ], + [ + "which type of gas does my car use", + "gas_type" + ], + [ + "would a socket converter be needed in france", + "plug_type" + ], + [ + "how do i plug stuff in in france", + "plug_type" + ], + [ + "is socket converter required in france", + "plug_type" + ], + [ + "does france use a socket converter", + "plug_type" + ], + [ + "is electricity the same in france", + "plug_type" + ], + [ + "will i need a plug converter when i visit costa rica", + "plug_type" + ], + [ + "will i require a plug converter when i visit kenya", + "plug_type" + ], + [ + "will i need to get a plug converter when i visit guam", + "plug_type" + ], + [ + "do i require a plug converter when i visit puerto rico", + "plug_type" + ], + [ + "will i need to have a plug converter when i visit madrid", + "plug_type" + ], + [ + "z uses which type of plug", + "plug_type" + ], + [ + "what sort of plug is used in the caribbean", + "plug_type" + ], + [ + "which plug is used in japan", + "plug_type" + ], + [ + "plug used in china", + "plug_type" + ], + [ + "what kind of plug is used in england", + "plug_type" + ], + [ + "what do i need for a plug in wales", + "plug_type" + ], + [ + "does z used the same plus as we do in the united states", + "plug_type" + ], + [ + "can i used the same type of plug in z as i do in the us", + "plug_type" + ], + [ + "electrical plugs used in that country", + "plug_type" + ], + [ + "are the electric plugs the same over in that country", + "plug_type" + ], + [ + "what kind of electrical outlet does that country use", + "plug_type" + ], + [ + "do i need a converter for my electronics when i go to that coutntry", + "plug_type" + ], + [ + "can i plug in my electronics there like normal", + "plug_type" + ], + [ + "is a socket converter necessary if i'm travelling to london", + "plug_type" + ], + [ + "are socket converters something i need to bring if going to australia", + "plug_type" + ], + [ + "can i use electronic devices in mexico without a socket converter", + "plug_type" + ], + [ + "are socket converters needed if i'm going to cape town", + "plug_type" + ], + [ + "does sweden use the same kind of socket or do i need a converter", + "plug_type" + ], + [ + "what plug type is used internationally", + "plug_type" + ], + [ + "what's the plug type in honduras", + "plug_type" + ], + [ + "when would you change my tires", + "tire_change" + ], + [ + "when is the next time i should get my tires changed", + "tire_change" + ], + [ + "how soon should i get my tires changed", + "tire_change" + ], + [ + "how often should i get my tires changed", + "tire_change" + ], + [ + "do you know when i should get my tires changed next", + "tire_change" + ], + [ + "when should my tires be changed", + "tire_change" + ], + [ + "i need to know when i should change my tires", + "tire_change" + ], + [ + "how soon till i need to change my tires", + "tire_change" + ], + [ + "can you tell me when my tires have to be changed", + "tire_change" + ], + [ + "am i almost due for a tire change", + "tire_change" + ], + [ + "when is my car due for an tire change", + "tire_change" + ], + [ + "how do i know when to get the tires changed on my car", + "tire_change" + ], + [ + "how often should my tires be changed", + "tire_change" + ], + [ + "how often should i change the tires on my car", + "tire_change" + ], + [ + "i replaced tires last june when should i do it again", + "tire_change" + ], + [ + "on feb 3rd i changed my tires are they still good", + "tire_change" + ], + [ + "my tires are 29 months old should u change them", + "tire_change" + ], + [ + "when do my tires need changing after i replaced them last week", + "tire_change" + ], + [ + "in september i changed my tires are they in need of changing", + "tire_change" + ], + [ + "how do i know if it is time to replace my tires", + "tire_change" + ], + [ + "how long does the average set of tire last before needing replacement", + "tire_change" + ], + [ + "how long are my tires expected to last before needing to be replaced", + "tire_change" + ], + [ + "how many miles are my tires rated for", + "tire_change" + ], + [ + "what is the time for a tire change", + "tire_change" + ], + [ + "my tires should be changed when", + "tire_change" + ], + [ + "tell me when to get my tires changed", + "tire_change" + ], + [ + "when is it time for a change in tires", + "tire_change" + ], + [ + "what is the timeframe for getting my tires changed", + "tire_change" + ], + [ + "tell me when i'll need new tires", + "tire_change" + ], + [ + "when will my tires need to be changed", + "tire_change" + ], + [ + "convert 200 us dollars to british pounds", + "exchange_rate" + ], + [ + "how many japanese yen are in a us dollar", + "exchange_rate" + ], + [ + "how much is 5 us dollars worth in canadian dollars", + "exchange_rate" + ], + [ + "can you tell me what 100 british pounds equals in us dollars", + "exchange_rate" + ], + [ + "what is the exchange rate between us dollars and japanese yen", + "exchange_rate" + ], + [ + "whats the current exchange rate between usd and eur", + "exchange_rate" + ], + [ + "what's the exhange rate between mxn and gbp", + "exchange_rate" + ], + [ + "what is the current exchange rate between mxn and eur", + "exchange_rate" + ], + [ + "what's the exchange rate between ils and usd", + "exchange_rate" + ], + [ + "what is the usd mxn exchange rate", + "exchange_rate" + ], + [ + "how many mexican pesos is a us dollar worth", + "exchange_rate" + ], + [ + "how much is one us dollar in british pounds", + "exchange_rate" + ], + [ + "whats the exchange rate for us dollars to british pounds", + "exchange_rate" + ], + [ + "what is a british pound worth in mexican pesos", + "exchange_rate" + ], + [ + "how many mexican pesos can i get for one us dollar", + "exchange_rate" + ], + [ + "look up the rate of exchange between pesos and usd", + "exchange_rate" + ], + [ + "find me the exchange rate between usd and cad", + "exchange_rate" + ], + [ + "what is the exchange rate between euros and pesos", + "exchange_rate" + ], + [ + "tell me the current exchange rate between cad and euros", + "exchange_rate" + ], + [ + "what is the present exchange rate between usd and british pound", + "exchange_rate" + ], + [ + "convert 20 yen to dollars", + "exchange_rate" + ], + [ + "how many dollars can i get for 20 yen", + "exchange_rate" + ], + [ + "how many dollars is 20 yen worth", + "exchange_rate" + ], + [ + "20 yen is how many dollars", + "exchange_rate" + ], + [ + "20 yen equals how many dollars", + "exchange_rate" + ], + [ + "is $30 usd more or less in canada", + "exchange_rate" + ], + [ + "in canadian dollars, what is $30", + "exchange_rate" + ], + [ + "what is the conversion of $30 in canadian dollars", + "exchange_rate" + ], + [ + "can you please convert $30 usd to canadian dollars", + "exchange_rate" + ], + [ + "how much is $30 usd in canadian dollar", + "exchange_rate" + ], + [ + "on what day is our next free day", + "next_holiday" + ], + [ + "on what day is our next day off", + "next_holiday" + ], + [ + "what day is our next day off", + "next_holiday" + ], + [ + "is our next day off soon", + "next_holiday" + ], + [ + "do you know when our next day off is", + "next_holiday" + ], + [ + "when are we off work next", + "next_holiday" + ], + [ + "when is the next day we have off", + "next_holiday" + ], + [ + "when will our next day off be", + "next_holiday" + ], + [ + "are there any holidays coming and when", + "next_holiday" + ], + [ + "how many holidays are there and when is the next one here", + "next_holiday" + ], + [ + "for the holidays when is the next one we do here", + "next_holiday" + ], + [ + "what holiday is next and when", + "next_holiday" + ], + [ + "how long before the next holiday here", + "next_holiday" + ], + [ + "what's the wait period until the next day off", + "next_holiday" + ], + [ + "when will my next vacation day be", + "next_holiday" + ], + [ + "how long do i have to wait to get a day off", + "next_holiday" + ], + [ + "when's the next day off", + "next_holiday" + ], + [ + "how many days left until the next day out of work", + "next_holiday" + ], + [ + "tell me the next holiday", + "next_holiday" + ], + [ + "tell me how long until the next day off", + "next_holiday" + ], + [ + "i got to know how long until the next day off", + "next_holiday" + ], + [ + "i wanna know how long until the next day off", + "next_holiday" + ], + [ + "i need to know how long until the next day off", + "next_holiday" + ], + [ + "i wanna know the next holiday", + "next_holiday" + ], + [ + "let me know how long until the next day off", + "next_holiday" + ], + [ + "i wish to know the next holiday", + "next_holiday" + ], + [ + "i must know the next holiday", + "next_holiday" + ], + [ + "i would like to know the next holiday", + "next_holiday" + ], + [ + "find the next holiday", + "next_holiday" + ], + [ + "when is the soonest holiday", + "next_holiday" + ], + [ + "turn volume up to 4", + "change_volume" + ], + [ + "adjust volume setting to 4", + "change_volume" + ], + [ + "keep volume at 4 all the time", + "change_volume" + ], + [ + "put volume setting on number 4", + "change_volume" + ], + [ + "please make sure the volume stays at 4", + "change_volume" + ], + [ + "put the volume to 4", + "change_volume" + ], + [ + "volume to 4", + "change_volume" + ], + [ + "turn down your speaker", + "change_volume" + ], + [ + "decrease your decibel level", + "change_volume" + ], + [ + "be more quiet", + "change_volume" + ], + [ + "please lower the sound", + "change_volume" + ], + [ + "speak up", + "change_volume" + ], + [ + "not so loud", + "change_volume" + ], + [ + "quieter please", + "change_volume" + ], + [ + "increase the volume", + "change_volume" + ], + [ + "turn up the volume", + "change_volume" + ], + [ + "speak louder please", + "change_volume" + ], + [ + "please lower your volume", + "change_volume" + ], + [ + "louder please", + "change_volume" + ], + [ + "turn down the volume", + "change_volume" + ], + [ + "can you speak quieter", + "change_volume" + ], + [ + "turn to volume 4", + "change_volume" + ], + [ + "set 4 as the volume", + "change_volume" + ], + [ + "turn volume to 4", + "change_volume" + ], + [ + "volume 4 set", + "change_volume" + ], + [ + "volume set to 4", + "change_volume" + ], + [ + "i can't hear you and need you to turn up the volume", + "change_volume" + ], + [ + "turn up your speaker volume", + "change_volume" + ], + [ + "can you speak louder", + "change_volume" + ], + [ + "can you turn up the volume for your speaker", + "change_volume" + ], + [ + "who is in charge of you when you work", + "who_do_you_work_for" + ], + [ + "who is responsible for your employment", + "who_do_you_work_for" + ], + [ + "who do you report to for your work", + "who_do_you_work_for" + ], + [ + "let me know who your boss is", + "who_do_you_work_for" + ], + [ + "i want to know who your boss is", + "who_do_you_work_for" + ], + [ + "would you let me know who your boss is", + "who_do_you_work_for" + ], + [ + "i would like to know who your boss is", + "who_do_you_work_for" + ], + [ + "are you my insubordinate", + "who_do_you_work_for" + ], + [ + "does someone else control you", + "who_do_you_work_for" + ], + [ + "do i own you", + "who_do_you_work_for" + ], + [ + "what firm do you work for", + "who_do_you_work_for" + ], + [ + "do you take your orders from me", + "who_do_you_work_for" + ], + [ + "do i control you", + "who_do_you_work_for" + ], + [ + "am i in charge of you", + "who_do_you_work_for" + ], + [ + "is there another person that controls you", + "who_do_you_work_for" + ], + [ + "who do you take your orders from", + "who_do_you_work_for" + ], + [ + "would you consider someone else your boss", + "who_do_you_work_for" + ], + [ + "do you take orders from someone else", + "who_do_you_work_for" + ], + [ + "who controls you", + "who_do_you_work_for" + ], + [ + "who's your boss", + "who_do_you_work_for" + ], + [ + "what company do you work for", + "who_do_you_work_for" + ], + [ + "who employs you", + "who_do_you_work_for" + ], + [ + "where do you work", + "who_do_you_work_for" + ], + [ + "who is it that you work for", + "who_do_you_work_for" + ], + [ + "whom do you work for", + "who_do_you_work_for" + ], + [ + "who is your job with", + "who_do_you_work_for" + ], + [ + "what company are you employed by", + "who_do_you_work_for" + ], + [ + "what is the name of the place you work at", + "who_do_you_work_for" + ], + [ + "what's your boss's name", + "who_do_you_work_for" + ], + [ + "who can i talk to above you", + "who_do_you_work_for" + ], + [ + "what's the most i can charge on my card", + "credit_limit" + ], + [ + "how much do i have available on my visa card", + "credit_limit" + ], + [ + "what is my visa credit limit", + "credit_limit" + ], + [ + "how much of a credit limit does visa allow", + "credit_limit" + ], + [ + "is there a substantial credit limit on my visa", + "credit_limit" + ], + [ + "as my visa got a high enough limit on it", + "credit_limit" + ], + [ + "what is my credit max", + "credit_limit" + ], + [ + "what is my credit card spending limit", + "credit_limit" + ], + [ + "what's my daily spending limit", + "credit_limit" + ], + [ + "tell me my credit limit", + "credit_limit" + ], + [ + "how much credit do i have on my discover card", + "credit_limit" + ], + [ + "do i have a monthly spending limit", + "credit_limit" + ], + [ + "what's the limit on my discover card", + "credit_limit" + ], + [ + "is there a spending limit", + "credit_limit" + ], + [ + "what is my credit limit on my discover", + "credit_limit" + ], + [ + "what's my spending limit on my discover", + "credit_limit" + ], + [ + "how much is my maximum to spend on credit cards", + "credit_limit" + ], + [ + "what's my discover credit limit", + "credit_limit" + ], + [ + "how much can i use on my visa", + "credit_limit" + ], + [ + "my visa has what limit", + "credit_limit" + ], + [ + "tell me my visa limit", + "credit_limit" + ], + [ + "look up how high my visa limit is", + "credit_limit" + ], + [ + "what is the limit on my visa", + "credit_limit" + ], + [ + "what is my state bank of india card credit limit", + "credit_limit" + ], + [ + "calculate the limit i have available for spending on my natwest card", + "credit_limit" + ], + [ + "tell me my hsbc card credit limit", + "credit_limit" + ], + [ + "what's the spending limit on my lloyds card", + "credit_limit" + ], + [ + "i need you to tell me the credit limit for my republic bank card", + "credit_limit" + ], + [ + "how high is my credit limit", + "credit_limit" + ], + [ + "i want to know my credit limit", + "credit_limit" + ], + [ + "is the resataurant busy at 5:00 pm", + "how_busy" + ], + [ + "how busy is the cafe at 7:00", + "how_busy" + ], + [ + "would tio's be crowded at 7", + "how_busy" + ], + [ + "can i get a table for four at 8:00", + "how_busy" + ], + [ + "is the friday's full after 4", + "how_busy" + ], + [ + "how long is the wait at fridays", + "how_busy" + ], + [ + "is the mexican place crowded at night", + "how_busy" + ], + [ + "are cool people at the bar at 9:00 pm", + "how_busy" + ], + [ + "what is the best time to go to get a burger without a line", + "how_busy" + ], + [ + "how long before i can eat at chic fil a", + "how_busy" + ], + [ + "how long to be seated at carrabas", + "how_busy" + ], + [ + "is the wait at pizza hut long", + "how_busy" + ], + [ + "is the breakfast place full in the mornings", + "how_busy" + ], + [ + "is the wait more than an hour at the italian place", + "how_busy" + ], + [ + "tell me how busy red robin is at 5 pm", + "how_busy" + ], + [ + "i wanna know how busy denny's is at 5 am", + "how_busy" + ], + [ + "i need to know how busy denny's is at 6 am", + "how_busy" + ], + [ + "how busy is red robin around 5 pm", + "how_busy" + ], + [ + "so how busy is the outback steakhouse at 5 pm", + "how_busy" + ], + [ + "tell me mr joes pizza average wait time", + "how_busy" + ], + [ + "is mr joes pizza available for a seating", + "how_busy" + ], + [ + "does mr joes pizza usually have a long wait", + "how_busy" + ], + [ + "can you find out the waiting times for mr joes pizza", + "how_busy" + ], + [ + "what's the typical wait time for mr joes pizza", + "how_busy" + ], + [ + "how busy is cheesecake factory right now", + "how_busy" + ], + [ + "how long is the wait at cheesecake factory", + "how_busy" + ], + [ + "how long will i have to wait at cheesecake factory", + "how_busy" + ], + [ + "is cheesecake factory busy right now", + "how_busy" + ], + [ + "check how busy cheesecake factory is", + "how_busy" + ], + [ + "is there a long wait at chili's around 5:00", + "how_busy" + ], + [ + "can i do a reservation at sammy's crab shack", + "accept_reservations" + ], + [ + "does bill's house of chop suey accept reservations", + "accept_reservations" + ], + [ + "check if bj's takes reservations", + "accept_reservations" + ], + [ + "does bj's take reservations", + "accept_reservations" + ], + [ + "will bj's take reservations", + "accept_reservations" + ], + [ + "do you know if i can make reservations at bj's", + "accept_reservations" + ], + [ + "tell me if the new york restaurant takes reservations", + "accept_reservations" + ], + [ + "can i reserve tables at the new york restaurant", + "accept_reservations" + ], + [ + "i want to know if the new york restaurant takes reservations", + "accept_reservations" + ], + [ + "does the new york restaurant take reservations", + "accept_reservations" + ], + [ + "is it possible to make reservations at the new york restaurant", + "accept_reservations" + ], + [ + "do you have any idea if the flying wing does reservations", + "accept_reservations" + ], + [ + "does village inn let you make reservations", + "accept_reservations" + ], + [ + "is it possible to get reservations at ihop", + "accept_reservations" + ], + [ + "is it possible to reserve a table at white castle", + "accept_reservations" + ], + [ + "do you think they'll let me reserve a table at the olive garden", + "accept_reservations" + ], + [ + "do they take reservations at applebeesi", + "accept_reservations" + ], + [ + "does applebees do reservations", + "accept_reservations" + ], + [ + "can applebees take reservations", + "accept_reservations" + ], + [ + "can i get reservations at applebees", + "accept_reservations" + ], + [ + "does applebees take reservations", + "accept_reservations" + ], + [ + "tell me if taco bell takes reservations", + "accept_reservations" + ], + [ + "any clue as to if taco bell takes reservations", + "accept_reservations" + ], + [ + "do you know if taco bell takes reservations", + "accept_reservations" + ], + [ + "any idea as to if taco bell takes reservations", + "accept_reservations" + ], + [ + "do you know if l'arpege will ask for reservations", + "accept_reservations" + ], + [ + "will we have to make reservations for roca", + "accept_reservations" + ], + [ + "does osteria francescana take reservations", + "accept_reservations" + ], + [ + "do you have any idea if central needs reservations", + "accept_reservations" + ], + [ + "eleven madison park takes reservations right", + "accept_reservations" + ], + [ + "where is my order now", + "order_status" + ], + [ + "tell me all updates about my order's status", + "order_status" + ], + [ + "is my order on its way or what's going on", + "order_status" + ], + [ + "how is my order doing right now", + "order_status" + ], + [ + "locate my package", + "order_status" + ], + [ + "can you monitor my package's progress", + "order_status" + ], + [ + "track my order", + "order_status" + ], + [ + "tell me where my package is currently", + "order_status" + ], + [ + "where is my package en route", + "order_status" + ], + [ + "give me the status of my order", + "order_status" + ], + [ + "when will i get my order", + "order_status" + ], + [ + "tell me where my order is", + "order_status" + ], + [ + "what is the status of the order i placed with you yesterday", + "order_status" + ], + [ + "what's the updated status of my order", + "order_status" + ], + [ + "can you help with delivery tracking", + "order_status" + ], + [ + "i need a delivery tracked", + "order_status" + ], + [ + "i need to track my order", + "order_status" + ], + [ + "i placed an order and i need it tracked", + "order_status" + ], + [ + "could you track an order for me", + "order_status" + ], + [ + "has my package been sent", + "order_status" + ], + [ + "what time is my package getting here", + "order_status" + ], + [ + "how's my amazon order doing", + "order_status" + ], + [ + "i need to track a package", + "order_status" + ], + [ + "i want to track a package i should be getting", + "order_status" + ], + [ + "please track my order", + "order_status" + ], + [ + "can you tell me when my item will get here", + "order_status" + ], + [ + "can you tell me where my item is", + "order_status" + ], + [ + "what's up with my order", + "order_status" + ], + [ + "are they any updates on my order", + "order_status" + ], + [ + "i need to track the status of my order", + "order_status" + ], + [ + "i'm struggling to remind myself the pin number to my card", + "pin_change" + ], + [ + "i'm having trouble remembering the pin number to my card", + "pin_change" + ], + [ + "the pin number to my card has been forgotten", + "pin_change" + ], + [ + "i don't remember the pin number to my card", + "pin_change" + ], + [ + "i do not recall the pin number to my card", + "pin_change" + ], + [ + "i would like to change the name on my checking account", + "pin_change" + ], + [ + "i would like to change the name on my credit card account", + "pin_change" + ], + [ + "i would like to change the name on my first hawaiian bank account", + "pin_change" + ], + [ + "i would like to change the name on my first bankcard account", + "pin_change" + ], + [ + "i would like to change the name on my capital one account", + "pin_change" + ], + [ + "change the pin on my savings account to 1234", + "pin_change" + ], + [ + "i want to change my savings account pin to 1234", + "pin_change" + ], + [ + "make 1234 a new pin for my savings account", + "pin_change" + ], + [ + "make 1234 the pin on my savings account", + "pin_change" + ], + [ + "can you make 1234 the pin for my savings account", + "pin_change" + ], + [ + "make my pin 1234 for my checking account", + "pin_change" + ], + [ + "go my to checking account and switch my pin to 1234", + "pin_change" + ], + [ + "access my checking account and update my pin to 1234", + "pin_change" + ], + [ + "correct my account pin to 1234 on my checking account", + "pin_change" + ], + [ + "modify my account pin to 1234 on my checking account", + "pin_change" + ], + [ + "tell me the pin number for my checking account", + "pin_change" + ], + [ + "please give me the pin number for my checking account", + "pin_change" + ], + [ + "i need the pin number for my checking account", + "pin_change" + ], + [ + "does my checking account have a pin number", + "pin_change" + ], + [ + "what's the pin number for my checking account", + "pin_change" + ], + [ + "change the code of my savings account to be 1234", + "pin_change" + ], + [ + "alter the pin on my savings account to be 1234", + "pin_change" + ], + [ + "what exactly is my pin", + "pin_change" + ], + [ + "how do i change the account pin number for me", + "pin_change" + ], + [ + "please tell me how do i change the account pin number", + "pin_change" + ], + [ + "good speaking to you", + "goodbye" + ], + [ + "it was really awesome to talk to you", + "goodbye" + ], + [ + "it was great to speak with you", + "goodbye" + ], + [ + "it was great to talk to you", + "goodbye" + ], + [ + "bye bye then", + "goodbye" + ], + [ + "it was very good to talk to you", + "goodbye" + ], + [ + "good bye then", + "goodbye" + ], + [ + "bye", + "goodbye" + ], + [ + "regards", + "goodbye" + ], + [ + "catch you later", + "goodbye" + ], + [ + "great talk, thanks", + "goodbye" + ], + [ + "later", + "goodbye" + ], + [ + "goodbye", + "goodbye" + ], + [ + "see you later", + "goodbye" + ], + [ + "enjoy your day, goodbye", + "goodbye" + ], + [ + "thank you goodbye", + "goodbye" + ], + [ + "have a good day, bye", + "goodbye" + ], + [ + "that will be all have a nice day!", + "goodbye" + ], + [ + "i enjoyed talking to you, bye", + "goodbye" + ], + [ + "it was great talking to you", + "goodbye" + ], + [ + "nice seeing you bye", + "goodbye" + ], + [ + "it was nice to chat", + "goodbye" + ], + [ + "it was a pleasure talking to you", + "goodbye" + ], + [ + "ok good chatting goodbye", + "goodbye" + ], + [ + "thanks bye bye!", + "goodbye" + ], + [ + "that's all i need, i'm going now", + "goodbye" + ], + [ + "talk to you soon, bye!", + "goodbye" + ], + [ + "thanks for your help, goodbye!", + "goodbye" + ], + [ + "good bye", + "goodbye" + ], + [ + "signing off", + "goodbye" + ], + [ + "why is my bank account locked", + "account_blocked" + ], + [ + "how do i unlock my bank account", + "account_blocked" + ], + [ + "can you unlock my bank account", + "account_blocked" + ], + [ + "how did my bank account get frozen", + "account_blocked" + ], + [ + "can you help me unlock my bank account", + "account_blocked" + ], + [ + "call my bank and ask them why my account is frozen", + "account_blocked" + ], + [ + "check with my bank to see why my account is frozen", + "account_blocked" + ], + [ + "do you know why my bank account is frozen", + "account_blocked" + ], + [ + "why did my bank place a hold on my bank account", + "account_blocked" + ], + [ + "are there any problems with my bank account", + "account_blocked" + ], + [ + "did someone who is unauthorized try to get into my bank account", + "account_blocked" + ], + [ + "how can i unfreeze my bank account", + "account_blocked" + ], + [ + "why is there a stop on my deposit account", + "account_blocked" + ], + [ + "why can't i use my money market account", + "account_blocked" + ], + [ + "why is there a delay on my checking account", + "account_blocked" + ], + [ + "why is my checking account not working", + "account_blocked" + ], + [ + "what could cause a hold on my savings account", + "account_blocked" + ], + [ + "what caused a hold on my us bank account", + "account_blocked" + ], + [ + "can you check and see why us bank put a hold on my account", + "account_blocked" + ], + [ + "why does us bank have a hold on my account", + "account_blocked" + ], + [ + "reasons that us bank would place a hold on my account", + "account_blocked" + ], + [ + "check to see why us bank placed a hold on my account", + "account_blocked" + ], + [ + "is there a problem with my account, it appears to be blocked", + "account_blocked" + ], + [ + "what is up with my account, why is it blocked", + "account_blocked" + ], + [ + "there seems to be an issue with my account", + "account_blocked" + ], + [ + "can you help me unblock my account", + "account_blocked" + ], + [ + "can you check what the problem with my account is, it seems to b e blocked", + "account_blocked" + ], + [ + "is there a reason you put a hold on my chase account", + "account_blocked" + ], + [ + "why can't i access my chase account", + "account_blocked" + ], + [ + "how come my chase account has a hold on it", + "account_blocked" + ], + [ + "i'd like to know what song this is", + "what_song" + ], + [ + "what is this song name", + "what_song" + ], + [ + "i need to know this song", + "what_song" + ], + [ + "what is the name of this song that's on right now", + "what_song" + ], + [ + "i need to know the title of this song", + "what_song" + ], + [ + "find out what song is currently on the speakers", + "what_song" + ], + [ + "look up the name of this song", + "what_song" + ], + [ + "can you identify this song for me", + "what_song" + ], + [ + "tell me what this song is called", + "what_song" + ], + [ + "please identify the song we're currently listening to", + "what_song" + ], + [ + "what is the title of the song we're listening to right now", + "what_song" + ], + [ + "look up the song that's on right now", + "what_song" + ], + [ + "can you identify this song that's playing", + "what_song" + ], + [ + "find out what song this is", + "what_song" + ], + [ + "i need to know what song this is that we're listening to", + "what_song" + ], + [ + "tell me the song that is currently playing", + "what_song" + ], + [ + "can you identify this song playing through the speaker right now", + "what_song" + ], + [ + "tell me what this song is called that's playing", + "what_song" + ], + [ + "what is the title of this song", + "what_song" + ], + [ + "what is this song called", + "what_song" + ], + [ + "what song is currently playing", + "what_song" + ], + [ + "what is the information on this song", + "what_song" + ], + [ + "what song is this one", + "what_song" + ], + [ + "on the speaker do you know what song is on", + "what_song" + ], + [ + "on the speaker what song is playing", + "what_song" + ], + [ + "do you know what song is playing on the speaker", + "what_song" + ], + [ + "at the moment what song is playing on the speaker", + "what_song" + ], + [ + "what is playing on the speaker at the moment", + "what_song" + ], + [ + "who is the singer on the speaker now", + "what_song" + ], + [ + "what kind of music on the speaker now", + "what_song" + ], + [ + "will i be charged transaction fees if i use my american card internationally", + "international_fees" + ], + [ + "will i incur transaction fees if i use my american card internationally", + "international_fees" + ], + [ + "do i have transaction fees if i use my american card internationally", + "international_fees" + ], + [ + "could you find out if my bank charges transaction fees on my american card if use internationally", + "international_fees" + ], + [ + "will the bank charge transaction fees if i use my american card internationally", + "international_fees" + ], + [ + "do i get charged extra for using my card in portland", + "international_fees" + ], + [ + "will i get charged for using my credit card in portland", + "international_fees" + ], + [ + "if i'm in portland can i still use my card without getting charged extra", + "international_fees" + ], + [ + "is there a fee for using my card in portland", + "international_fees" + ], + [ + "does using my card in portland charge me extra", + "international_fees" + ], + [ + "what are the transaction fees associated with my discover card if i am in rome", + "international_fees" + ], + [ + "how many transaction fees are there when i use my discover card in rome", + "international_fees" + ], + [ + "are there transaction fees for discover cards used in rome", + "international_fees" + ], + [ + "will using a discover card in rome cause transaction fees", + "international_fees" + ], + [ + "do i have transaction fees when i use my discover card in rome", + "international_fees" + ], + [ + "are there transaction fees using my discover if i'm in cuba", + "international_fees" + ], + [ + "when i go to cuba will there be a transaction fee for using my discover card", + "international_fees" + ], + [ + "is there a fee to use my card in france", + "international_fees" + ], + [ + "will i be charged a transaction fee on my discover card in cuba", + "international_fees" + ], + [ + "is there a charge to use my card in france", + "international_fees" + ], + [ + "if i use my discover card in cuba are there transaction fees", + "international_fees" + ], + [ + "are there transaction fees in cuba for using my discover card", + "international_fees" + ], + [ + "so i get charged if i use my card in france", + "international_fees" + ], + [ + "is there an international charge for using my card in france", + "international_fees" + ], + [ + "is there a fee if i use my card in france", + "international_fees" + ], + [ + "is there a charge to use my card in croatia", + "international_fees" + ], + [ + "in x, will i be charged to use my card", + "international_fees" + ], + [ + "in x, what is the charge if i use my card", + "international_fees" + ], + [ + "if i use my card in x, will there be a charge", + "international_fees" + ], + [ + "will it cost me anything to use my card in turin", + "international_fees" + ], + [ + "what was the date of my last car appointment", + "last_maintenance" + ], + [ + "was my car in the shop this past week", + "last_maintenance" + ], + [ + "how many weeks ago was my car in the shop", + "last_maintenance" + ], + [ + "did i get my car inspected recently", + "last_maintenance" + ], + [ + "i cannot remember when i last took my car to the shop", + "last_maintenance" + ], + [ + "did i bring my car to the shop last week", + "last_maintenance" + ], + [ + "when did i get my car inspected last", + "last_maintenance" + ], + [ + "give me the date that i last got my car checked", + "last_maintenance" + ], + [ + "did i take my car to the mechanics recently", + "last_maintenance" + ], + [ + "tell me when i got my car checked last", + "last_maintenance" + ], + [ + "when did i last take my car to the shop", + "last_maintenance" + ], + [ + "give me an exact date of when i took my car to the mechanic", + "last_maintenance" + ], + [ + "remind me of the last date that i got my car checked", + "last_maintenance" + ], + [ + "when was my last visit to the car shop", + "last_maintenance" + ], + [ + "when was my car last in the shop", + "last_maintenance" + ], + [ + "how long ago did i take my car to the shop", + "last_maintenance" + ], + [ + "how long has it been since i last took my car to the shop", + "last_maintenance" + ], + [ + "when did i take my car to the shop last", + "last_maintenance" + ], + [ + "give me the date of my last oil change", + "last_maintenance" + ], + [ + "tell me when i last had my oil changed", + "last_maintenance" + ], + [ + "when was my oil last changed", + "last_maintenance" + ], + [ + "what day did i last take my car to the shop", + "last_maintenance" + ], + [ + "have i recently had an oil change", + "last_maintenance" + ], + [ + "what was the date of the last time i took my car to the shop", + "last_maintenance" + ], + [ + "what day did i last take my car in", + "last_maintenance" + ], + [ + "tell me when my last oil change was", + "last_maintenance" + ], + [ + "i last got my oil changed when", + "last_maintenance" + ], + [ + "what day did i last have the oil in my car changed", + "last_maintenance" + ], + [ + "what was the date of my last oil change", + "last_maintenance" + ], + [ + "i'd like to know the last time my car got looked at", + "last_maintenance" + ], + [ + "are there meetings scheduled for today", + "meeting_schedule" + ], + [ + "check today's calendar for meetings", + "meeting_schedule" + ], + [ + "check my schedule for meetings today", + "meeting_schedule" + ], + [ + "list meetings on calendar for today", + "meeting_schedule" + ], + [ + "exactly what time is my meeting with robin scheduled for on", + "meeting_schedule" + ], + [ + "for what time is my meeting with marketing scheduled", + "meeting_schedule" + ], + [ + "what time is my meeting with design team scheduled for", + "meeting_schedule" + ], + [ + "when is my meeting with infrastructure", + "meeting_schedule" + ], + [ + "when is my meeting with invoicing scheduled", + "meeting_schedule" + ], + [ + "is the meeting with lisa today", + "meeting_schedule" + ], + [ + "are there meetings from 1 to 5 pm", + "meeting_schedule" + ], + [ + "when for i meet jane for our meeting", + "meeting_schedule" + ], + [ + "tell me if i have a meeting with liz today", + "meeting_schedule" + ], + [ + "is there a meeting with sam today", + "meeting_schedule" + ], + [ + "do i have a meeting with paul today", + "meeting_schedule" + ], + [ + "is there any meetings from 5 to 6 pm", + "meeting_schedule" + ], + [ + "when is my meeting with jim scheduled for", + "meeting_schedule" + ], + [ + "are there any meetings between 2 and 5 pm", + "meeting_schedule" + ], + [ + "is it possible i have a meeting with kim today", + "meeting_schedule" + ], + [ + "my meeting with alice is scheduled for when", + "meeting_schedule" + ], + [ + "when is my meeting with jack for", + "meeting_schedule" + ], + [ + "when is my meeting with ann", + "meeting_schedule" + ], + [ + "do i have any meetings between 1 and 8 pm", + "meeting_schedule" + ], + [ + "i need to know if i have meetings from 3 to 6 pm", + "meeting_schedule" + ], + [ + "do i have any meetings scheduled today", + "meeting_schedule" + ], + [ + "give me a summary of today's meetings", + "meeting_schedule" + ], + [ + "tell me when today's meeting is supposed to happen", + "meeting_schedule" + ], + [ + "what time is today's meeting", + "meeting_schedule" + ], + [ + "check the start time of the meeting scheduled for today", + "meeting_schedule" + ], + [ + "am i supposed to attend any meetings today", + "meeting_schedule" + ], + [ + "what food do you need to make lasagna", + "ingredients_list" + ], + [ + "what ingredients do you need to make lasagna", + "ingredients_list" + ], + [ + "what ingredients are needed to make lasgana", + "ingredients_list" + ], + [ + "what is needed to make lasagna", + "ingredients_list" + ], + [ + "what is needed to cook lasagna", + "ingredients_list" + ], + [ + "give me a recipe for tacos", + "ingredients_list" + ], + [ + "what ingredients are in tacos", + "ingredients_list" + ], + [ + "tell me what's in tacos", + "ingredients_list" + ], + [ + "what's a good recipe foe tacos", + "ingredients_list" + ], + [ + "tell me the ingredients for making tom yum", + "ingredients_list" + ], + [ + "i want to know the ingredients for making pizza", + "ingredients_list" + ], + [ + "let me know the ingredients i will need for pasta making", + "ingredients_list" + ], + [ + "what ingredients are necessary to make spaghetti carbonara", + "ingredients_list" + ], + [ + "what do i need to use to make lasagna", + "ingredients_list" + ], + [ + "how much flour do i need for a strawberry cake", + "ingredients_list" + ], + [ + "tell me the ingredients to make an apple pie", + "ingredients_list" + ], + [ + "what ingredients are in beef jerkey", + "ingredients_list" + ], + [ + "what ingredients does agor agor need", + "ingredients_list" + ], + [ + "what do i need to make authentic kimchi", + "ingredients_list" + ], + [ + "what do i need to make macaroni", + "ingredients_list" + ], + [ + "what do i need to buy for spaghetti", + "ingredients_list" + ], + [ + "what am i gonna need for sushi", + "ingredients_list" + ], + [ + "what ingredients do i use for pork belly", + "ingredients_list" + ], + [ + "what ingredients are in filet mignon", + "ingredients_list" + ], + [ + "let me know what ingredients i need to make pasta", + "ingredients_list" + ], + [ + "what do i need to make pasta", + "ingredients_list" + ], + [ + "give me a list of ingredients for making pasta", + "ingredients_list" + ], + [ + "pull up everything i need to make a pasta dish", + "ingredients_list" + ], + [ + "tell me all the things i need to buy to make pasta", + "ingredients_list" + ], + [ + "what do i need to make brownies", + "ingredients_list" + ], + [ + "i want to report fraudulent activity on my navy federal card", + "report_fraud" + ], + [ + "i would like to report fraudulent activity on my chase card", + "report_fraud" + ], + [ + "i need to report fraudulent activity on my usaa card", + "report_fraud" + ], + [ + "i have to report fraudulent activity on my bank of the west card", + "report_fraud" + ], + [ + "i have to report fraudulent activity the bank of america card", + "report_fraud" + ], + [ + "i seem to have a purchase that i didn't make from olive garden on my account", + "report_fraud" + ], + [ + "my online bill has some items that i didn't purchase from penneys", + "report_fraud" + ], + [ + "my account shows a transaction that i didn't make from foot locker", + "report_fraud" + ], + [ + "my bill shows a purchase from payless shoes but i didn't buy anything", + "report_fraud" + ], + [ + "i have some charges on my account from old navy that aren't mine", + "report_fraud" + ], + [ + "this charge is bs", + "report_fraud" + ], + [ + "i have a bogus transaction from amazon on my account", + "report_fraud" + ], + [ + "i have a fraudulent buy from dave's video on my account", + "report_fraud" + ], + [ + "i have a crap transaction from guitar center on my account", + "report_fraud" + ], + [ + "i think this transaction is bogus", + "report_fraud" + ], + [ + "i don't remember buying this", + "report_fraud" + ], + [ + "i have a bs transaction from ebay on my account", + "report_fraud" + ], + [ + "i've got a fraudulent purchase from kayak on my account", + "report_fraud" + ], + [ + "do i have a fraudulent transaction on my account", + "report_fraud" + ], + [ + "i'm pretty sure i have a fraudulent transaction on my account", + "report_fraud" + ], + [ + "there's a false charge on my account from mcdonald's", + "report_fraud" + ], + [ + "i think there's a fraudulent charge from mcdonald's on my account", + "report_fraud" + ], + [ + "i think someone jacked my bank account", + "report_fraud" + ], + [ + "i saw suspicious activity on my bank account", + "report_fraud" + ], + [ + "someone else used my account to buy stuff from mcdonald's", + "report_fraud" + ], + [ + "there's a messed up transaction on my account from mcdonald's", + "report_fraud" + ], + [ + "i saw a fraudulent transaction", + "report_fraud" + ], + [ + "i have a false charge on my account from mcdonald's", + "report_fraud" + ], + [ + "who do i contact to report fraud on my visa", + "report_fraud" + ], + [ + "there has been unauthorized use of my visa", + "report_fraud" + ], + [ + "how many teaspoons will make one tablespoon", + "measurement_conversion" + ], + [ + "i need the conversion between a cup and a tablespoon", + "measurement_conversion" + ], + [ + "inform me how many pounds are in 10 kilos", + "measurement_conversion" + ], + [ + "i wanna know how many pounds are in 10 kilos", + "measurement_conversion" + ], + [ + "how do you convert kilos to pounds", + "measurement_conversion" + ], + [ + "how many teaspoons is one tablespoon", + "measurement_conversion" + ], + [ + "i need to convert kilos to pounds", + "measurement_conversion" + ], + [ + "i need to know the conversion between teaspoons and tablespoons", + "measurement_conversion" + ], + [ + "how many pounds are in 10 kilos", + "measurement_conversion" + ], + [ + "can you assist me to convert kilos to pounds", + "measurement_conversion" + ], + [ + "let me know how many pounds are in 10 kilos", + "measurement_conversion" + ], + [ + "give me the conversion between ounces and cups", + "measurement_conversion" + ], + [ + "help me convert kilos to pounds", + "measurement_conversion" + ], + [ + "i need to know how many pounds are in 10 kilos", + "measurement_conversion" + ], + [ + "i want to convert kilos to pounds", + "measurement_conversion" + ], + [ + "how can i convert centimeters to inches", + "measurement_conversion" + ], + [ + "how would i change from centimeters to inches", + "measurement_conversion" + ], + [ + "what can i use to convert from centimeters to inches", + "measurement_conversion" + ], + [ + "how can you convert centimeters to inches", + "measurement_conversion" + ], + [ + "how could we convert centimeters to inches", + "measurement_conversion" + ], + [ + "how does measurement slugs convert to measurement lb", + "measurement_conversion" + ], + [ + "how does measurement a convert to measurement b", + "measurement_conversion" + ], + [ + "where can i find measurement conversions", + "measurement_conversion" + ], + [ + "how many ounces are in 4 pounds", + "measurement_conversion" + ], + [ + "how many grams are in 9 kilograms", + "measurement_conversion" + ], + [ + "how many centimeters are in 12 meters", + "measurement_conversion" + ], + [ + "how many inches are in 36 feet", + "measurement_conversion" + ], + [ + "how many millimeters are in 21 centimeters", + "measurement_conversion" + ], + [ + "how many milliliters are in 2 gallons", + "measurement_conversion" + ], + [ + "how many liters are in 1 gallon", + "measurement_conversion" + ], + [ + "i would like it if you would turn the bedroom lights on low until i'm finished reading", + "smart_home" + ], + [ + "i need you to turn the bathroom lights on", + "smart_home" + ], + [ + "set the ceiling fan to low", + "smart_home" + ], + [ + "start the dishwasher", + "smart_home" + ], + [ + "turn on the tv on channel 6", + "smart_home" + ], + [ + "turn on the microwave for 3 minutes", + "smart_home" + ], + [ + "on the tv, turn on", + "smart_home" + ], + [ + "set the tv on", + "smart_home" + ], + [ + "how is the temperature at ac", + "smart_home" + ], + [ + "the tv turn it on", + "smart_home" + ], + [ + "oven set it to 350", + "smart_home" + ], + [ + "the temperature at ac is what", + "smart_home" + ], + [ + "tv turn it on", + "smart_home" + ], + [ + "350 set the oven", + "smart_home" + ], + [ + "the oven be set at 350", + "smart_home" + ], + [ + "turn the oven to 350", + "smart_home" + ], + [ + "at ac, what's the temperature like", + "smart_home" + ], + [ + "ac temperature is at what", + "smart_home" + ], + [ + "turn on the tv", + "smart_home" + ], + [ + "what is it like the temperature at ac", + "smart_home" + ], + [ + "to 350, set the oven", + "smart_home" + ], + [ + "please turn the lights down low", + "smart_home" + ], + [ + "can you adjust the lights down", + "smart_home" + ], + [ + "i want the light less bright please", + "smart_home" + ], + [ + "make the lights darker", + "smart_home" + ], + [ + "please set the oven to 350 f", + "smart_home" + ], + [ + "please set the temperature to 70 f", + "smart_home" + ], + [ + "set the oven temperature to 350", + "smart_home" + ], + [ + "i need the temperature set at 70 f", + "smart_home" + ], + [ + "turn up the oven temperature to 350", + "smart_home" + ], + [ + "i really need you to find me a hotel with good reviews in phoenix", + "book_hotel" + ], + [ + "i wanna book a place to stay in phoenix from the 5th to the 9th of march", + "book_hotel" + ], + [ + "i wanna find a hotel with good reviews in phoenix", + "book_hotel" + ], + [ + "i want a hotel in phoenix near chase field from january 4th to the 8th", + "book_hotel" + ], + [ + "i would like to book a place to stay in phoenix from the 5th to the 9th of march", + "book_hotel" + ], + [ + "i need a hotel in phoenix near chase field from january 4th to the 8th", + "book_hotel" + ], + [ + "i need a hotel room that is big enough for eleven people from march 10th to the 15th in phoenix", + "book_hotel" + ], + [ + "i must get a hotel in phoenix near chase field from january 4th to the 8th", + "book_hotel" + ], + [ + "go ahead and find me a hotel with good reviews in phoenix", + "book_hotel" + ], + [ + "find me a hotel with good reviews in phoenix", + "book_hotel" + ], + [ + "i need you to find me a hotel with good reviews in phoenix", + "book_hotel" + ], + [ + "get me a hotel in phoenix near chase field from january 4th to the 8th", + "book_hotel" + ], + [ + "i need to get a hotel in phoenix near chase field from january 4th to the 8th", + "book_hotel" + ], + [ + "please book me a place to stay in phoenix from the 5th to the 9th of march", + "book_hotel" + ], + [ + "i need to book a place to stay in phoenix from the 5th to the 9th of march", + "book_hotel" + ], + [ + "i really gotta book a place to stay in phoenix from the 5th to the 9th of march", + "book_hotel" + ], + [ + "i need to get a hotel room that is big enough for eleven people from march 10th to the 15th in phoenix", + "book_hotel" + ], + [ + "can you find me a reputable hotel in honolulu", + "book_hotel" + ], + [ + "i want a hotel with good review in honolulu, can you find one", + "book_hotel" + ], + [ + "find for me a hotel with great reviews in ho chi minh", + "book_hotel" + ], + [ + "i need your help to find a good reviewed hotel in washington", + "book_hotel" + ], + [ + "can you find me a good reviewed hotel in japan", + "book_hotel" + ], + [ + "i need a hotel between january 1st through 3rd in jacksonville near the stadium", + "book_hotel" + ], + [ + "find me a place to stay in jacksonville near the stadium from january 1st through 3rd", + "book_hotel" + ], + [ + "book me a hotel in jacksonville near the stadium from january 1st to 3rd", + "book_hotel" + ], + [ + "id like a room in jacksonville near the stadium between january 1st to 3rd", + "book_hotel" + ], + [ + "find me a room near the jacksonville stadium between january 1st through january 3rd", + "book_hotel" + ], + [ + "get me a hotel room big enough for 4 people from may 3 to may 5 in boston", + "book_hotel" + ], + [ + "i'm travelling to boston on march 2 until march 4 please make a hotel reservation for me", + "book_hotel" + ], + [ + "i need a hotel room for 4 people from may 3 to may 5 in boston", + "book_hotel" + ], + [ + "pull up the map and show my location", + "current_location" + ], + [ + "where am i currently", + "current_location" + ], + [ + "where is my current location", + "current_location" + ], + [ + "what's my map location", + "current_location" + ], + [ + "find my current location", + "current_location" + ], + [ + "please tell me the current location", + "current_location" + ], + [ + "i want to see my location on the map", + "current_location" + ], + [ + "what's the location where i am", + "current_location" + ], + [ + "can you tell me my current location", + "current_location" + ], + [ + "where am i located on the map", + "current_location" + ], + [ + "where am i currently located", + "current_location" + ], + [ + "show my location on the map", + "current_location" + ], + [ + "i am currently located in what town", + "current_location" + ], + [ + "my current location is what", + "current_location" + ], + [ + "give me my location", + "current_location" + ], + [ + "tell me where i am", + "current_location" + ], + [ + "whats my location", + "current_location" + ], + [ + "show my position on the map", + "current_location" + ], + [ + "where is my location", + "current_location" + ], + [ + "current location please", + "current_location" + ], + [ + "display my location on the map", + "current_location" + ], + [ + "where am i", + "current_location" + ], + [ + "find out where i am on the map", + "current_location" + ], + [ + "where am i on the map", + "current_location" + ], + [ + "show me where i am on the map please", + "current_location" + ], + [ + "open map and pin point my location", + "current_location" + ], + [ + "show me my location", + "current_location" + ], + [ + "what could help me locate myself", + "current_location" + ], + [ + "i need assistance with my current location", + "current_location" + ], + [ + "where would i search for my location", + "current_location" + ], + [ + "what is the weather", + "weather" + ], + [ + "current weather", + "weather" + ], + [ + "tell me the weather", + "weather" + ], + [ + "what's the weather like today", + "weather" + ], + [ + "what is the weather like", + "weather" + ], + [ + "show me what the weather is like", + "weather" + ], + [ + "let's take a look at the weather", + "weather" + ], + [ + "how is the weather looking in seattle", + "weather" + ], + [ + "how's the weather in seattle", + "weather" + ], + [ + "what is the state of the weather in seattle", + "weather" + ], + [ + "what is the weather forecast looking like for seattle", + "weather" + ], + [ + "what are the weather conditions like in seattle", + "weather" + ], + [ + "what is the weather doing now", + "weather" + ], + [ + "what kind of weather can i expect now", + "weather" + ], + [ + "tell me what the weather is looking like", + "weather" + ], + [ + "how is the weather", + "weather" + ], + [ + "can you tell me the weather forecast", + "weather" + ], + [ + "could you tell me what the weather is in austin", + "weather" + ], + [ + "what is the weather doing in austin", + "weather" + ], + [ + "what about the weather in austin", + "weather" + ], + [ + "how is the weather in austin", + "weather" + ], + [ + "what is happening with the weather in austin", + "weather" + ], + [ + "how is that weather", + "weather" + ], + [ + "how does the weather feel", + "weather" + ], + [ + "need to know the weather now", + "weather" + ], + [ + "give weather update now", + "weather" + ], + [ + "want to know the weather", + "weather" + ], + [ + "tell me the weather for today", + "weather" + ], + [ + "what is the current weather like", + "weather" + ], + [ + "las vegas weather today", + "weather" + ], + [ + "tell me what my federal taxes amount to", + "taxes" + ], + [ + "what taxes do i owe", + "taxes" + ], + [ + "lets talk about what my federal taxes look like", + "taxes" + ], + [ + "what taxes will i owe from my income", + "taxes" + ], + [ + "whats the total of my taxes", + "taxes" + ], + [ + "what do my federal taxes look like", + "taxes" + ], + [ + "how much are the taxes on my income", + "taxes" + ], + [ + "please share my federal taxes total with me", + "taxes" + ], + [ + "how much in taxes will i owe", + "taxes" + ], + [ + "what do my state taxes look like", + "taxes" + ], + [ + "whats the total of taxes from my income", + "taxes" + ], + [ + "tell me how much my state taxes amount to", + "taxes" + ], + [ + "whats the total of my federal taxes", + "taxes" + ], + [ + "look up how much my state taxes are", + "taxes" + ], + [ + "talk to me about the total of my state taxes", + "taxes" + ], + [ + "what am i paying in taxes", + "taxes" + ], + [ + "what is the total of my state taxes", + "taxes" + ], + [ + "how much do i owe the irs", + "taxes" + ], + [ + "how much do i pay the irs", + "taxes" + ], + [ + "do you know my state tax total", + "taxes" + ], + [ + "what's the amount of taxes for my income", + "taxes" + ], + [ + "how much are my taxes for my income", + "taxes" + ], + [ + "i pay how much of taxes with my income", + "taxes" + ], + [ + "how much is my state taxes", + "taxes" + ], + [ + "i need the data and price from my state taxes", + "taxes" + ], + [ + "do you know the price for my taxes in income", + "taxes" + ], + [ + "what is the amount of my state taxes", + "taxes" + ], + [ + "what is the price of my state taxes that i owe", + "taxes" + ], + [ + "do you know the total for taxes for my income", + "taxes" + ], + [ + "what should i squirrel away to pay in taxes", + "taxes" + ], + [ + "i must pay verizon what minimum amount on my bill", + "min_payment" + ], + [ + "what is the lowest amount i must pay on my verizon bill", + "min_payment" + ], + [ + "at a minimum, what must i pay on my verizon bill", + "min_payment" + ], + [ + "what is my minimum verizon bill payment", + "min_payment" + ], + [ + "what must i pay, at a minimum, on my verizon bill", + "min_payment" + ], + [ + "what's the least i can pay this month", + "min_payment" + ], + [ + "what is my amex minimum payment", + "min_payment" + ], + [ + "what's the minimum payment", + "min_payment" + ], + [ + "what is my minimum payment and when is it due", + "min_payment" + ], + [ + "is there a minimum payment i can make", + "min_payment" + ], + [ + "what is the lowest amount i can pay for my cellphone bill", + "min_payment" + ], + [ + "what is the lowest amount i can pay for my insurance bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my credit card bill", + "min_payment" + ], + [ + "what is the lowest amount i can pay for my medical bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my phone bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my insurance bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my electric bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my gas bill", + "min_payment" + ], + [ + "what is the lowest amount i can pay for my hospital bill", + "min_payment" + ], + [ + "what is the lowest amount i can pay for my car bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my cell phone bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my water bill", + "min_payment" + ], + [ + "what is the minimum i can pay on my heating bill", + "min_payment" + ], + [ + "tell me the minimum i can pay on my utilities bill", + "min_payment" + ], + [ + "what is the minimum amount i can pay on my gas bill", + "min_payment" + ], + [ + "do you know the smallest amount i can pay on my water bill", + "min_payment" + ], + [ + "look up the lowest amount i can pay on my electricity bill", + "min_payment" + ], + [ + "what is the minimum payable amount for my rent bill this month", + "min_payment" + ], + [ + "what is the minimum payment on my water bill", + "min_payment" + ], + [ + "if i wanted to spend the lowest for my electric bill, then how much would it be", + "min_payment" + ], + [ + "set whisper mode to off", + "whisper_mode" + ], + [ + "switch off whisper mode", + "whisper_mode" + ], + [ + "switch whisper mode off", + "whisper_mode" + ], + [ + "turn whisper mode off", + "whisper_mode" + ], + [ + "whisper mode, please", + "whisper_mode" + ], + [ + "please start whisper mode", + "whisper_mode" + ], + [ + "switch over to whisper mode", + "whisper_mode" + ], + [ + "leave whisper mode", + "whisper_mode" + ], + [ + "revert from whisper mode", + "whisper_mode" + ], + [ + "whisper mode must be left", + "whisper_mode" + ], + [ + "change from whisper mode", + "whisper_mode" + ], + [ + "help to turn on whisper mode", + "whisper_mode" + ], + [ + "turn on whisper mode", + "whisper_mode" + ], + [ + "whisper mode", + "whisper_mode" + ], + [ + "start whisper mode", + "whisper_mode" + ], + [ + "go to whisper mode until this movie is over", + "whisper_mode" + ], + [ + "go to whisper mode until i say to go back to normal", + "whisper_mode" + ], + [ + "go into whisper mode until the plane lands", + "whisper_mode" + ], + [ + "go to whisper mode for one hour", + "whisper_mode" + ], + [ + "go to whisper mode until my morning alarm goes off", + "whisper_mode" + ], + [ + "make saound function operate in whisper mode", + "whisper_mode" + ], + [ + "change audio settings to the whisper option", + "whisper_mode" + ], + [ + "change audio to whisper mode", + "whisper_mode" + ], + [ + "i want to only use the whisper sound", + "whisper_mode" + ], + [ + "change sound setting to whisper", + "whisper_mode" + ], + [ + "change to something that's not whisper mode", + "whisper_mode" + ], + [ + "cancel whisper mode", + "whisper_mode" + ], + [ + "get out of whisper mode", + "whisper_mode" + ], + [ + "whisper mode, stop", + "whisper_mode" + ], + [ + "stop whisper mode", + "whisper_mode" + ], + [ + "stop what you're doing", + "cancel" + ], + [ + "this process needs to stop", + "cancel" + ], + [ + "stop this process", + "cancel" + ], + [ + "that was a mistake, undo that", + "cancel" + ], + [ + "ignore the previous command", + "cancel" + ], + [ + "forget what i told you to do", + "cancel" + ], + [ + "please cancel the last input", + "cancel" + ], + [ + "please stop the current process", + "cancel" + ], + [ + "can you end the current process", + "cancel" + ], + [ + "just stop talking", + "cancel" + ], + [ + "please stop talking", + "cancel" + ], + [ + "stop, just stop", + "cancel" + ], + [ + "you can stop talking ai", + "cancel" + ], + [ + "stop the process", + "cancel" + ], + [ + "can you turn off the process", + "cancel" + ], + [ + "stop talking", + "cancel" + ], + [ + "you can cancel the task", + "cancel" + ], + [ + "can you cancel that", + "cancel" + ], + [ + "can you cancel that request", + "cancel" + ], + [ + "could you cancel that request, please", + "cancel" + ], + [ + "can you cancel that request, please", + "cancel" + ], + [ + "can you cancel that, please", + "cancel" + ], + [ + "hush", + "cancel" + ], + [ + "be quiet", + "cancel" + ], + [ + "stop it now!", + "cancel" + ], + [ + "stop talking you are annoying", + "cancel" + ], + [ + "you need to shut it", + "cancel" + ], + [ + "stop processing", + "cancel" + ], + [ + "abort mission", + "cancel" + ], + [ + "stop speaking", + "cancel" + ], + [ + "are visas needed to travel to jamaica", + "international_visa" + ], + [ + "do i need a visa for south korea", + "international_visa" + ], + [ + "if i go to columbia, will i need a visa", + "international_visa" + ], + [ + "are visas required to go to cuba", + "international_visa" + ], + [ + "do i need to apply for a visa for my trip to india", + "international_visa" + ], + [ + "if i go to indonesia would i need a visa", + "international_visa" + ], + [ + "do i need a visa to travel to indonesia", + "international_visa" + ], + [ + "should i apply for a visa if i am traveling to mexico", + "international_visa" + ], + [ + "is a visa necessary for traveling to south africa", + "international_visa" + ], + [ + "if i want to travel to singapore do i need a visa", + "international_visa" + ], + [ + "do americans need visas in canada", + "international_visa" + ], + [ + "would i need a visa in taiwan", + "international_visa" + ], + [ + "i'd like to go to malaysia so do i need a visa", + "international_visa" + ], + [ + "is a travel visa needed for thailand", + "international_visa" + ], + [ + "what are the visa requirements for brazil", + "international_visa" + ], + [ + "is a travel visa required to visit paraguay", + "international_visa" + ], + [ + "does travelling to st petersburg require a travel visa", + "international_visa" + ], + [ + "should i get a travel visa if i want to go to guyana", + "international_visa" + ], + [ + "will i be able to visit peru without a travel visa", + "international_visa" + ], + [ + "if i want to go to x, do i need a travel visa", + "international_visa" + ], + [ + "can i get to cuba with this visa", + "international_visa" + ], + [ + "do i need a visa to get to puerto rico", + "international_visa" + ], + [ + "do i need a visa to go to colombia", + "international_visa" + ], + [ + "do i need a states visa to get to cuba", + "international_visa" + ], + [ + "do i need a us visa for cuba", + "international_visa" + ], + [ + "if i get a visa can i travel to japan", + "international_visa" + ], + [ + "do i need a visa if i'm going to san jose", + "international_visa" + ], + [ + "do i need a visa to travel outside of the us", + "international_visa" + ], + [ + "are visas for international travel", + "international_visa" + ], + [ + "can you travel outside of the united states without a visa", + "international_visa" + ], + [ + "do i need to get any shots before i travel to morocco", + "vaccines" + ], + [ + "do i need to get any shots before i travel to south africa", + "vaccines" + ], + [ + "do i need to get any shots before i travel to zimbabwe", + "vaccines" + ], + [ + "do i need to get any shots before i travel to liberia", + "vaccines" + ], + [ + "do i need to get any shots before i travel to spain", + "vaccines" + ], + [ + "are there any required shots to travel to astana", + "vaccines" + ], + [ + "what shots do i need if i'm travelling to odessa", + "vaccines" + ], + [ + "are there any shots i need to travel to karachi", + "vaccines" + ], + [ + "are there any required shots in indonesia", + "vaccines" + ], + [ + "what are the required shots in mozambique", + "vaccines" + ], + [ + "are more shots needed to travel to argentina", + "vaccines" + ], + [ + "what sorts of vaccinations should i get prior to a trip to hong kong", + "vaccines" + ], + [ + "before i embark on a trip to europe should i get more shots", + "vaccines" + ], + [ + "would you need more shots to go to mexico", + "vaccines" + ], + [ + "is vaccination necessary for travel to asia", + "vaccines" + ], + [ + "do you think my shots would be needed, before traveling to columbia", + "vaccines" + ], + [ + "will having my shots updated be a good idea, before i travel to south america", + "vaccines" + ], + [ + "should i have my shots up to date before i travel to the virgin islands", + "vaccines" + ], + [ + "if you were traveling to indonesia, as i am, would you have your shots updated before your visit", + "vaccines" + ], + [ + "are shots required before traveling to china", + "vaccines" + ], + [ + "does cuba require vaccines", + "vaccines" + ], + [ + "which vaccines are meant for cuba", + "vaccines" + ], + [ + "which vaccines will i need for cuba", + "vaccines" + ], + [ + "do i need a vaccine for the congo", + "vaccines" + ], + [ + "vaccines for my trip to cuba", + "vaccines" + ], + [ + "are there vaccinations needed if i go there", + "vaccines" + ], + [ + "would vaccinations be needed if i go here", + "vaccines" + ], + [ + "if i travel abroad, do i need vaccinations", + "vaccines" + ], + [ + "if i travel here, do i need vaccinations", + "vaccines" + ], + [ + "do i need vaccinations if i go this country", + "vaccines" + ], + [ + "i would like to know my vacation days balance", + "pto_balance" + ], + [ + "give me vacation days remaining, please", + "pto_balance" + ], + [ + "how many vacation days do i still have available", + "pto_balance" + ], + [ + "please tell me the exact number of days i have still for vacation", + "pto_balance" + ], + [ + "what's the number of vacation days i have left", + "pto_balance" + ], + [ + "what amount of vacation days do i have", + "pto_balance" + ], + [ + "what is the number of pto days i have left", + "pto_balance" + ], + [ + "what amount of pto days do i have left", + "pto_balance" + ], + [ + "what are the amount of vacation days i have", + "pto_balance" + ], + [ + "how much pto days do i have remaining", + "pto_balance" + ], + [ + "what number of days do i have for vacation", + "pto_balance" + ], + [ + "what is my remaining amount of pto days", + "pto_balance" + ], + [ + "what do my pto days amount to", + "pto_balance" + ], + [ + "what do my vacation days amount to", + "pto_balance" + ], + [ + "how many days of vacation do i have left", + "pto_balance" + ], + [ + "what day am i on on vacation and how much do i got left", + "pto_balance" + ], + [ + "how many vacation days are remaining on my time", + "pto_balance" + ], + [ + "how many days of vacation are left now", + "pto_balance" + ], + [ + "how many days on holiday do i have", + "pto_balance" + ], + [ + "can you see if i have any vacation days available for a request", + "pto_balance" + ], + [ + "how much vacation time have i earned", + "pto_balance" + ], + [ + "how much vacation time do i have", + "pto_balance" + ], + [ + "how many weeks of vacation time have i earned", + "pto_balance" + ], + [ + "how many weeks of vacation time do i have", + "pto_balance" + ], + [ + "how many days can i take for vacation", + "pto_balance" + ], + [ + "what is the balance on my vacation days", + "pto_balance" + ], + [ + "how many days are remaining on my vacation days", + "pto_balance" + ], + [ + "so i have any vacation days left", + "pto_balance" + ], + [ + "what is the year to date total on my vacation days", + "pto_balance" + ], + [ + "how many sick days do i have", + "pto_balance" + ], + [ + "how do i get downtown by foot", + "directions" + ], + [ + "how do i get to the subway by foot", + "directions" + ], + [ + "how do i get to the train by foot", + "directions" + ], + [ + "how do i get to central park by foot", + "directions" + ], + [ + "how do i get to the airport by foot", + "directions" + ], + [ + "where is the nearest wal mart", + "directions" + ], + [ + "i want directions to phoenix", + "directions" + ], + [ + "i must understand the nearest gas station to glendale", + "directions" + ], + [ + "i need some directions to phoenix", + "directions" + ], + [ + "give me directions to phoenix", + "directions" + ], + [ + "i must know the closest gas station to glendale", + "directions" + ], + [ + "where is the nearest fry's", + "directions" + ], + [ + "where is the nearest papa john's", + "directions" + ], + [ + "i would love to know the closest gas station to glendale", + "directions" + ], + [ + "get me directions to phoenix", + "directions" + ], + [ + "where is the nearest k mart", + "directions" + ], + [ + "where is the nearest circuit city", + "directions" + ], + [ + "let me know the nearest gas station to glendale", + "directions" + ], + [ + "where is the closest gas station to glendale", + "directions" + ], + [ + "where is the nearest movie theater to time' square", + "directions" + ], + [ + "where is the closest bathroom to the statue of liberty", + "directions" + ], + [ + "where is the closest mcdonald's to foxwoods casino", + "directions" + ], + [ + "where is the nearest marijuana dispensary to kentucky fried chicken", + "directions" + ], + [ + "where is the closest hospital to madison square garden", + "directions" + ], + [ + "where is the closest pharmacy", + "directions" + ], + [ + "show me the nearest gas station", + "directions" + ], + [ + "which hospital is nearest to me", + "directions" + ], + [ + "i need to know where the hospital closest to me is", + "directions" + ], + [ + "where is the nearest arco gas station to macdonalds", + "directions" + ], + [ + "find the closest cvs near galleria mall", + "directions" + ], + [ + "spell aaron", + "spelling" + ], + [ + "how do you spell aaron", + "spelling" + ], + [ + "spell the word aaron", + "spelling" + ], + [ + "correct spelling for aaron", + "spelling" + ], + [ + "spell aaron for me", + "spelling" + ], + [ + "i don't know how to spell apoplectic, can you tell me", + "spelling" + ], + [ + "what is the correct spelling of the word comity, since i do not know", + "spelling" + ], + [ + "do you know how to spell, bourgeois", + "spelling" + ], + [ + "how do you spell the word comity, i need to know", + "spelling" + ], + [ + "i need to know how to spell the word serendipity", + "spelling" + ], + [ + "can you tell me the correct spelling of liaison", + "spelling" + ], + [ + "what is the proper spelling of corporate", + "spelling" + ], + [ + "please tell me how to spell the word coup", + "spelling" + ], + [ + "i am not sure how to spell the word liaison", + "spelling" + ], + [ + "can you tell me how to spell the word schadenfreude, i don't know how it's spelt", + "spelling" + ], + [ + "do you know how to spell curiosity", + "spelling" + ], + [ + "spell curiosity for me", + "spelling" + ], + [ + "tell me how to spell curiosity", + "spelling" + ], + [ + "i need to know the proper spelling of curiosity", + "spelling" + ], + [ + "please tell me how curiosity is spelled", + "spelling" + ], + [ + "what's the proper way to spell \"helicopter", + "spelling" + ], + [ + "tell me how to spent \"frightened", + "spelling" + ], + [ + "can you spell \"fragile\" for me", + "spelling" + ], + [ + "can you spell out \"wonderful", + "spelling" + ], + [ + "i need to know how to spell \"miranda", + "spelling" + ], + [ + "i need help spelling \"exquisite", + "spelling" + ], + [ + "can you spell out \"annulment", + "spelling" + ], + [ + "how do you spell \"exactly", + "spelling" + ], + [ + "how do you spell \"montpelier", + "spelling" + ], + [ + "what's the right way to spell \"emolument", + "spelling" + ], + [ + "how are you doing", + "greeting" + ], + [ + "are you okay", + "greeting" + ], + [ + "what are you feeling today", + "greeting" + ], + [ + "is everything ok today", + "greeting" + ], + [ + "are you doing alright", + "greeting" + ], + [ + "hello, how's your day", + "greeting" + ], + [ + "hey there, how are you today", + "greeting" + ], + [ + "hello, how is it going", + "greeting" + ], + [ + "hi there, how are you doing", + "greeting" + ], + [ + "hey, how are you", + "greeting" + ], + [ + "hey, what's up", + "greeting" + ], + [ + "hello, how are you doing", + "greeting" + ], + [ + "hi, how are you", + "greeting" + ], + [ + "hi, how are you today", + "greeting" + ], + [ + "hello, how are things", + "greeting" + ], + [ + "hey there", + "greeting" + ], + [ + "hey, what's new", + "greeting" + ], + [ + "it is good to see you", + "greeting" + ], + [ + "i'd like to know how you are doing", + "greeting" + ], + [ + "hello there", + "greeting" + ], + [ + "tell me how you are doing", + "greeting" + ], + [ + "hello there, good morning", + "greeting" + ], + [ + "let me know how you are doing", + "greeting" + ], + [ + "well hi there", + "greeting" + ], + [ + "i want to know how you are doing", + "greeting" + ], + [ + "i need to know how you are doing today", + "greeting" + ], + [ + "hello there ai", + "greeting" + ], + [ + "will you tell me how the ai is doing", + "greeting" + ], + [ + "would you tell me how the ai is doing", + "greeting" + ], + [ + "hola!", + "greeting" + ], + [ + "so please reset your factory settings", + "reset_settings" + ], + [ + "i need your to reset to factory settings", + "reset_settings" + ], + [ + "now reset your factory settings", + "reset_settings" + ], + [ + "revert to the original configuration", + "reset_settings" + ], + [ + "change back to the factory set up", + "reset_settings" + ], + [ + "change all setting to original ones", + "reset_settings" + ], + [ + "please reset to factory settings", + "reset_settings" + ], + [ + "reset all settings to the factory settings", + "reset_settings" + ], + [ + "can you please revert to factory settings at this time", + "reset_settings" + ], + [ + "please remove current settings and go back to factory settings now", + "reset_settings" + ], + [ + "please reset to factory settings at once", + "reset_settings" + ], + [ + "i would like you to change the settings back to factory default now, please", + "reset_settings" + ], + [ + "adjust settings back to original factory settings immediately", + "reset_settings" + ], + [ + "can you reset your factory settings", + "reset_settings" + ], + [ + "could you please reset your factory settings", + "reset_settings" + ], + [ + "your factory settings need to be reset", + "reset_settings" + ], + [ + "go back to your manufacturers' settings", + "reset_settings" + ], + [ + "prioritize to the settings you started with", + "reset_settings" + ], + [ + "reset to your original settings", + "reset_settings" + ], + [ + "restart your actions with the original settings you came with", + "reset_settings" + ], + [ + "please rely on your original settings", + "reset_settings" + ], + [ + "can you return to the factory fresh settings", + "reset_settings" + ], + [ + "please return to default settings", + "reset_settings" + ], + [ + "revert to original settings", + "reset_settings" + ], + [ + "start over using factory setting", + "reset_settings" + ], + [ + "go back to the default settings please", + "reset_settings" + ], + [ + "revert to factory settings", + "reset_settings" + ], + [ + "go back to factory settings", + "reset_settings" + ], + [ + "please turn on factory settings", + "reset_settings" + ], + [ + "revert back to factory settings", + "reset_settings" + ], + [ + "tell me what your name is", + "what_is_your_name" + ], + [ + "what did they name you", + "what_is_your_name" + ], + [ + "hey, how do i call your attention", + "what_is_your_name" + ], + [ + "what's your name", + "what_is_your_name" + ], + [ + "give me your name so i can use you", + "what_is_your_name" + ], + [ + "how should i address you", + "what_is_your_name" + ], + [ + "what do i call you", + "what_is_your_name" + ], + [ + "what's your name anyway", + "what_is_your_name" + ], + [ + "tell me what to call you", + "what_is_your_name" + ], + [ + "can you tell me what you are called", + "what_is_your_name" + ], + [ + "what should you be called", + "what_is_your_name" + ], + [ + "what should i use when i refer to you", + "what_is_your_name" + ], + [ + "how do you say your name", + "what_is_your_name" + ], + [ + "what is your preferred name", + "what_is_your_name" + ], + [ + "what can i call you", + "what_is_your_name" + ], + [ + "what name do you go by", + "what_is_your_name" + ], + [ + "who do i have the pleasure of speaking with", + "what_is_your_name" + ], + [ + "may i have your name", + "what_is_your_name" + ], + [ + "who am i speaking with", + "what_is_your_name" + ], + [ + "and your name is", + "what_is_your_name" + ], + [ + "what do i call you, ai", + "what_is_your_name" + ], + [ + "what name do you go by, ai", + "what_is_your_name" + ], + [ + "ai, what is your name", + "what_is_your_name" + ], + [ + "what do they call you, ai", + "what_is_your_name" + ], + [ + "ai, what is your given name", + "what_is_your_name" + ], + [ + "what name do you want me to use", + "what_is_your_name" + ], + [ + "what do you like to be called", + "what_is_your_name" + ], + [ + "what should i call you", + "what_is_your_name" + ], + [ + "what would you like me to call you", + "what_is_your_name" + ], + [ + "what is your name", + "what_is_your_name" + ], + [ + "how do i set up a direct deposit", + "direct_deposit" + ], + [ + "how do i set up direct deposit", + "direct_deposit" + ], + [ + "chase account direct deposit options", + "direct_deposit" + ], + [ + "set my paycheck to direct deposit to chase account", + "direct_deposit" + ], + [ + "activate direct deposit to chase account", + "direct_deposit" + ], + [ + "chase account options direct deposit", + "direct_deposit" + ], + [ + "bank options direct deposit", + "direct_deposit" + ], + [ + "how do i set up a direct deposit for my paycheck", + "direct_deposit" + ], + [ + "how to activate direct deposit to chase account", + "direct_deposit" + ], + [ + "get my paycheck to direct deposit", + "direct_deposit" + ], + [ + "direct deposit", + "direct_deposit" + ], + [ + "i need a direct deposit", + "direct_deposit" + ], + [ + "can we get a direct deposit", + "direct_deposit" + ], + [ + "set up direct deposit", + "direct_deposit" + ], + [ + "i want to set up direct deposit", + "direct_deposit" + ], + [ + "setting up direct deposit", + "direct_deposit" + ], + [ + "how do i get my paycheck into direct deposit at nations bank", + "direct_deposit" + ], + [ + "could you tell me how to set up direct deposit for my check from work at nations bank", + "direct_deposit" + ], + [ + "if i want to direct deposit my check into my nations bank account how do i do that", + "direct_deposit" + ], + [ + "i need to know how to do direct deposit with my paycheck at nations bank", + "direct_deposit" + ], + [ + "could you tell me how to direct deposit my check from work into nations bank", + "direct_deposit" + ], + [ + "how does one set up direct deposit to my bank account", + "direct_deposit" + ], + [ + "what do i need to do to set up direct deposit", + "direct_deposit" + ], + [ + "what is the process of setting up direct deposit", + "direct_deposit" + ], + [ + "if i want to set up direct deposit, how do i do it", + "direct_deposit" + ], + [ + "i'm not sure how to set up direct deposit", + "direct_deposit" + ], + [ + "can you tell me how to set up direct deposit", + "direct_deposit" + ], + [ + "i'd like my checks to be deposited into my account directly, how do i do that", + "direct_deposit" + ], + [ + "i'd like to set up direct deposit", + "direct_deposit" + ], + [ + "how do i set up my direct deposit", + "direct_deposit" + ], + [ + "what's my bank of america account getting in interest", + "interest_rate" + ], + [ + "where do i see what interest my mortgage has", + "interest_rate" + ], + [ + "is there somewhere my personal loan displays the interest rate i'm paying on it", + "interest_rate" + ], + [ + "what's the apr on my savings account", + "interest_rate" + ], + [ + "what interest rate am i getting from bank of america", + "interest_rate" + ], + [ + "what interest rate am i getting from wells fargo", + "interest_rate" + ], + [ + "what interest rate is bofi giving me on my cd", + "interest_rate" + ], + [ + "how do i find the interest rate for my checking account", + "interest_rate" + ], + [ + "what interest rate am i getting from citrix", + "interest_rate" + ], + [ + "how can i tell what the interest rate on my money market account is", + "interest_rate" + ], + [ + "what's my checking account yielding in interest", + "interest_rate" + ], + [ + "how much interest is my nfcu accrueing", + "interest_rate" + ], + [ + "what interest rate am i getting from sunflower bank", + "interest_rate" + ], + [ + "where do i go to find the interest rate on my savings account", + "interest_rate" + ], + [ + "what interest rate am i getting from nfcu", + "interest_rate" + ], + [ + "for my savings account i would like to know the interest rate", + "interest_rate" + ], + [ + "i need my checking account's interest rate", + "interest_rate" + ], + [ + "tell me the interest for my savings account", + "interest_rate" + ], + [ + "what's the interest rate on my savings account", + "interest_rate" + ], + [ + "i want the interest rate for my checking account", + "interest_rate" + ], + [ + "can i get the interest rate for my checking account", + "interest_rate" + ], + [ + "i need to get the interest rate of my savings account", + "interest_rate" + ], + [ + "what's my savings account interest", + "interest_rate" + ], + [ + "what's my savings account interest rate", + "interest_rate" + ], + [ + "i would like the interest rate for my savings account", + "interest_rate" + ], + [ + "what amount of interest does my checking account earn", + "interest_rate" + ], + [ + "what does my checking account at chase earn in interest", + "interest_rate" + ], + [ + "what amount of interest does my checking account at chase earn", + "interest_rate" + ], + [ + "what interest rate does my checking account come with", + "interest_rate" + ], + [ + "what does chase pay in interest per year", + "interest_rate" + ], + [ + "when can i change my credit limit", + "credit_limit_change" + ], + [ + "can i change my credit limit", + "credit_limit_change" + ], + [ + "can i get more credit", + "credit_limit_change" + ], + [ + "i need to change the credit limit i have", + "credit_limit_change" + ], + [ + "you need to tell me how to increase credit limit for my chase card", + "credit_limit_change" + ], + [ + "need to increase credit limit for chase card", + "credit_limit_change" + ], + [ + "i need to increase credit limit for my chase card", + "credit_limit_change" + ], + [ + "please tell me how to increase credit limit for the chase card", + "credit_limit_change" + ], + [ + "tell me how to increase credit limit for chase card", + "credit_limit_change" + ], + [ + "is it possible for me to increase my credit limit by 500 dollars", + "credit_limit_change" + ], + [ + "can my credit limit be increased by 500 dollars", + "credit_limit_change" + ], + [ + "i would like to increase my credit limit, can i do so by 500 dollars", + "credit_limit_change" + ], + [ + "may i increase my credit limit by 500 dollars", + "credit_limit_change" + ], + [ + "could i perhaps increase by credit limit by 500 dollars", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my mastercard", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my visa card", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my discover card", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my capital one card", + "credit_limit_change" + ], + [ + "can i increase the credit limit on my travel rewards card", + "credit_limit_change" + ], + [ + "how can i get my credit limit to be increased to $1000", + "credit_limit_change" + ], + [ + "can you get my credit limit increased to $1000", + "credit_limit_change" + ], + [ + "how do i get my credit limit increased to $1000", + "credit_limit_change" + ], + [ + "how do i ask for a limit increase on my discover card", + "credit_limit_change" + ], + [ + "can i get my limit increased on my discover card", + "credit_limit_change" + ], + [ + "how can i get a limit increase on my discover card", + "credit_limit_change" + ], + [ + "who do i need to contact to ask for a credit limit increase on my discover card", + "credit_limit_change" + ], + [ + "can you increase my credit limit to $1000", + "credit_limit_change" + ], + [ + "can my credit limit be increased to $1000", + "credit_limit_change" + ], + [ + "how do i adjust my credit limit", + "credit_limit_change" + ], + [ + "how can i increase the credit limit on my discover card", + "credit_limit_change" + ], + [ + "what are your hobbies exactly", + "what_are_your_hobbies" + ], + [ + "what are your hobbies in life", + "what_are_your_hobbies" + ], + [ + "what are some of your hobbies", + "what_are_your_hobbies" + ], + [ + "i would like to know some of your hobbies", + "what_are_your_hobbies" + ], + [ + "would you give me examples of what some of your hobbies are", + "what_are_your_hobbies" + ], + [ + "tell me what some of your hobbies are", + "what_are_your_hobbies" + ], + [ + "i am needing to know what some of your hobbies are", + "what_are_your_hobbies" + ], + [ + "i need you to talk to me about your hobbies", + "what_are_your_hobbies" + ], + [ + "would you tell me about your hobbies", + "what_are_your_hobbies" + ], + [ + "i want to talk to you about your hobbies", + "what_are_your_hobbies" + ], + [ + "give me examples of what some of your hobbies are", + "what_are_your_hobbies" + ], + [ + "what kinds of hobbies do you have", + "what_are_your_hobbies" + ], + [ + "what hobbies do you like to do", + "what_are_your_hobbies" + ], + [ + "would you tell me the hobbies the ai has", + "what_are_your_hobbies" + ], + [ + "what are the ai's hobbies", + "what_are_your_hobbies" + ], + [ + "does the ai have hobbies", + "what_are_your_hobbies" + ], + [ + "what kind of hobbies does the ai have", + "what_are_your_hobbies" + ], + [ + "can you tell me what hobbies the ai has", + "what_are_your_hobbies" + ], + [ + "what do you engage in during your free time", + "what_are_your_hobbies" + ], + [ + "what kind of things to you like to outside of work", + "what_are_your_hobbies" + ], + [ + "what do you like to do during your leisure time", + "what_are_your_hobbies" + ], + [ + "what kinds of activities to you participate in during your free time", + "what_are_your_hobbies" + ], + [ + "what do you do on off days", + "what_are_your_hobbies" + ], + [ + "how to you spend your free time", + "what_are_your_hobbies" + ], + [ + "what do you do after work", + "what_are_your_hobbies" + ], + [ + "what do you like to do besides work", + "what_are_your_hobbies" + ], + [ + "if you have hobbies tell me some of them", + "what_are_your_hobbies" + ], + [ + "what kind of hobbies are you interested in", + "what_are_your_hobbies" + ], + [ + "any hobbies you like to do", + "what_are_your_hobbies" + ], + [ + "what do you enjoy doing in your off time", + "what_are_your_hobbies" + ], + [ + "book me a flight to jackson, mississippi from austin texas on american airlines", + "book_flight" + ], + [ + "book me a place to chicago from atlanta united airlines", + "book_flight" + ], + [ + "can you book me a flight to memphis from st louis on delta airlines", + "book_flight" + ], + [ + "book a flight to los angeles from las vegas on american airlines", + "book_flight" + ], + [ + "book me a flight to dallas from st, paul, minnesota on delta airlines", + "book_flight" + ], + [ + "i need a flight on delta from los angeles to seattle", + "book_flight" + ], + [ + "i need to book a flight on jet blue to boston from new york", + "book_flight" + ], + [ + "can you get me a flight from san francisco to san jose using american airlines", + "book_flight" + ], + [ + "i want a flight from new york to san francisco using delta", + "book_flight" + ], + [ + "get me a flight from barcelona to paris from jet blue", + "book_flight" + ], + [ + "\"i'll be travelling from lax and headed to phl for 120 on the 10th of may", + "book_flight" + ], + [ + "\"i'm fly out from lax to phl this weekend for around $120", + "book_flight" + ], + [ + "\"i\"m headed out to lax and going to phl for a low price of $120 this weekend on the 12th", + "book_flight" + ], + [ + "\"i'm going on a flight from lax and going to phl, which is only $120 on june 15th", + "book_flight" + ], + [ + "\"i'll leave to lax and go to phl for $120 on nov 5th", + "book_flight" + ], + [ + "book me a flight from midway to jfk for less than 200 dollars", + "book_flight" + ], + [ + "i need a flight from boston to miami for under 300 dollars", + "book_flight" + ], + [ + "can i fly from atlanta to san francisco for less than 100 dollars", + "book_flight" + ], + [ + "book a flight from new york to la for less than 200 dollars", + "book_flight" + ], + [ + "find me a flight from seattle to detroit for less than 200 dollars", + "book_flight" + ], + [ + "i want to a book a roundtrip flight from san antonio to dtw departing on friday and returning on wednesday", + "book_flight" + ], + [ + "i'm looking for a flight from billings to cleveland on may 2 and a return on may 9", + "book_flight" + ], + [ + "i'm looking for flights that depart on the 3rd and return on z from monday to friday", + "book_flight" + ], + [ + "what roundtrip flights from orlando to vegas are available from thursday to monday", + "book_flight" + ], + [ + "are there any roundtrip flights from shanghai to seatac that depart on wednesday and return on the thirty first", + "book_flight" + ], + [ + "make sure i get a delta flight from pittsburgh to arizona", + "book_flight" + ], + [ + "book a delta flight to arizona from pittsburgh", + "book_flight" + ], + [ + "schedule a flight from pittsburgh to arizona on delta", + "book_flight" + ], + [ + "i want to fly to atlanta for under 300 from pittsburgh", + "book_flight" + ], + [ + "i need a flight for under 300 from pittsburgh to atlanta", + "book_flight" + ], + [ + "does my shopping list have pop tarts", + "shopping_list" + ], + [ + "can you check to see if my shopping list already has milk", + "shopping_list" + ], + [ + "did i remember to put oatmeal on my list", + "shopping_list" + ], + [ + "iterate over the items on my grocery list", + "shopping_list" + ], + [ + "tell me what i have on my shopping list", + "shopping_list" + ], + [ + "do i have twinkies on the grocery list", + "shopping_list" + ], + [ + "have i already got eggs down on the shopping list", + "shopping_list" + ], + [ + "recite the items i'm planning to purchase", + "shopping_list" + ], + [ + "what do i currently have on my shopping list", + "shopping_list" + ], + [ + "what's on my to-buy list", + "shopping_list" + ], + [ + "what's on my purchase list", + "shopping_list" + ], + [ + "do i have to buy milk", + "shopping_list" + ], + [ + "is milk on my shopping list", + "shopping_list" + ], + [ + "is milk one of my shopping list items", + "shopping_list" + ], + [ + "am i supposed to buy milk", + "shopping_list" + ], + [ + "is milk one of the things i need to buy", + "shopping_list" + ], + [ + "tell me what's is on my shopping list", + "shopping_list" + ], + [ + "please read my shopping list", + "shopping_list" + ], + [ + "did you put carrots on the shopping list", + "shopping_list" + ], + [ + "does the shopping list have apples on it", + "shopping_list" + ], + [ + "are carrots added to the grocery list", + "shopping_list" + ], + [ + "is garlic on my grocery list", + "shopping_list" + ], + [ + "did carrots get on my shopping list", + "shopping_list" + ], + [ + "what things are on my shopping list today", + "shopping_list" + ], + [ + "tell me the items in my shopping list", + "shopping_list" + ], + [ + "what does my shopping list contain", + "shopping_list" + ], + [ + "i need to know what's on my shopping list", + "shopping_list" + ], + [ + "what is on the shopping list", + "shopping_list" + ], + [ + "please let me know what is on my shopping list", + "shopping_list" + ], + [ + "let me know what's on my shopping list", + "shopping_list" + ], + [ + "text chrissy, i'm on my way", + "text" + ], + [ + "text dave, i'll be there soon", + "text" + ], + [ + "send davis a text i'll be there in a few", + "text" + ], + [ + "text laura i'll be late for dinner", + "text" + ], + [ + "text mike, \"i'm running late", + "text" + ], + [ + "tell jim i'm coming home soon", + "text" + ], + [ + "i want to tell susan that the meeting has been cancelled", + "text" + ], + [ + "tell fred that i don't have his guitar", + "text" + ], + [ + "could you send a text to bill saying no", + "text" + ], + [ + "text mark hello", + "text" + ], + [ + "text emily", + "text" + ], + [ + "please text john", + "text" + ], + [ + "i want you to text mark", + "text" + ], + [ + "get a text to mark", + "text" + ], + [ + "can you text walt and tell him to meet me at the car wash", + "text" + ], + [ + "text courtney and inform her about the detour", + "text" + ], + [ + "text dan and tell him to go home", + "text" + ], + [ + "text samantha and let her know i will arrive in 10 minutes", + "text" + ], + [ + "text katy and tell her i love her", + "text" + ], + [ + "text jean and tell him to call work", + "text" + ], + [ + "text steve and tell him i am running late", + "text" + ], + [ + "i'd like you to text marie and let her know to meet me at the hospital", + "text" + ], + [ + "text jeff and tell him to pay the bill", + "text" + ], + [ + "text mark and tell him to leave now", + "text" + ], + [ + "send jack a text saying hi", + "text" + ], + [ + "send a text that says hi to abby", + "text" + ], + [ + "i'd like to send a text to jack, say \"hi", + "text" + ], + [ + "can you text dave and tell him i like his paper", + "text" + ], + [ + "can you text mary and tell her she is amazing", + "text" + ], + [ + "can you text bill and tell him i love him", + "text" + ], + [ + "what do i owe to jcp", + "bill_balance" + ], + [ + "what is the amount due on my visa", + "bill_balance" + ], + [ + "how much do i owe visa", + "bill_balance" + ], + [ + "how much do you think my rent and electric bills are", + "bill_balance" + ], + [ + "what would you say my gas and phone bills are at", + "bill_balance" + ], + [ + "i need to know the price of my car payment and insurance please", + "bill_balance" + ], + [ + "what price is my credit card and my water bill at", + "bill_balance" + ], + [ + "how much is my water and sewer", + "bill_balance" + ], + [ + "how much do i need to pay for my electricity and water bills", + "bill_balance" + ], + [ + "what is the cost of my rent and water bills", + "bill_balance" + ], + [ + "how much are my rent and cable", + "bill_balance" + ], + [ + "how much does my water and electricity cost", + "bill_balance" + ], + [ + "what do i owe this month on all my bills", + "bill_balance" + ], + [ + "i think all my bills are paid, but can you double check", + "bill_balance" + ], + [ + "i think i owe about 100 left on my bills, am i forgetting anything", + "bill_balance" + ], + [ + "what are my bills this month", + "bill_balance" + ], + [ + "what does my cable bill look like", + "bill_balance" + ], + [ + "has my electricity bill increased this month how much", + "bill_balance" + ], + [ + "how expensive is my internet", + "bill_balance" + ], + [ + "how much will my monthly bill be", + "bill_balance" + ], + [ + "what are my total bills this month", + "bill_balance" + ], + [ + "what will i be paying for utilities this month", + "bill_balance" + ], + [ + "how much is my telephone bill this month", + "bill_balance" + ], + [ + "how much is due for my water bill", + "bill_balance" + ], + [ + "how much do i have to pay this month", + "bill_balance" + ], + [ + "tell me my water bill please", + "bill_balance" + ], + [ + "is the phone bill the same as last month", + "bill_balance" + ], + [ + "whens my insurance due and how much does it cost", + "bill_balance" + ], + [ + "how much is the car bill this month", + "bill_balance" + ], + [ + "what is the electricity bill", + "bill_balance" + ], + [ + "can i share my location with david", + "share_location" + ], + [ + "please send my location to kevin and also to lucy", + "share_location" + ], + [ + "how do i share my location with kate and mike", + "share_location" + ], + [ + "can you let michael and julie know my location", + "share_location" + ], + [ + "please let lisa and chris know my location information", + "share_location" + ], + [ + "make my location available with david and kate", + "share_location" + ], + [ + "i need to give my location to macy and george", + "share_location" + ], + [ + "i'd like for this person to know my location", + "share_location" + ], + [ + "can you indicate my location to my friend", + "share_location" + ], + [ + "share my location with this person", + "share_location" + ], + [ + "send my location to this individual", + "share_location" + ], + [ + "what is my current location", + "share_location" + ], + [ + "share location with john", + "share_location" + ], + [ + "give ann and scott my location", + "share_location" + ], + [ + "could you inform ann and scott of my location", + "share_location" + ], + [ + "let ann and scott know where i am", + "share_location" + ], + [ + "will you make sure ann and scott know my location", + "share_location" + ], + [ + "tell ann and scott where i am", + "share_location" + ], + [ + "tell david my location", + "share_location" + ], + [ + "send david my location", + "share_location" + ], + [ + "tell my location to david", + "share_location" + ], + [ + "tell david where i am", + "share_location" + ], + [ + "share location with david", + "share_location" + ], + [ + "show allison how to get to me", + "share_location" + ], + [ + "send my location to sis", + "share_location" + ], + [ + "show cody where i am", + "share_location" + ], + [ + "share my location to susan", + "share_location" + ], + [ + "share my current location with kristen", + "share_location" + ], + [ + "send sarah my current location", + "share_location" + ], + [ + "please send my location to rob and mary", + "share_location" + ], + [ + "how do i get stuff with visa points", + "redeem_rewards" + ], + [ + "what are my mastercard points good for", + "redeem_rewards" + ], + [ + "how many points do i have to cash", + "redeem_rewards" + ], + [ + "where can i cash out my card points", + "redeem_rewards" + ], + [ + "what do i have to do to use my credit points acquired through purchases", + "redeem_rewards" + ], + [ + "how do i use my card reward points for my next flight", + "redeem_rewards" + ], + [ + "how do i go about getting cash for my card points accumulated", + "redeem_rewards" + ], + [ + "tell me how to get my points from credit card use cashed in", + "redeem_rewards" + ], + [ + "i want to use my card reward points", + "redeem_rewards" + ], + [ + "can i redeem my points by transferring them to someone as a gift", + "redeem_rewards" + ], + [ + "can i redeem my points on gas", + "redeem_rewards" + ], + [ + "can i redeem my points for flights", + "redeem_rewards" + ], + [ + "can i get cash back for my points", + "redeem_rewards" + ], + [ + "can i use my points to pay my credit card", + "redeem_rewards" + ], + [ + "what are the steps to get my rewards for my visa card", + "redeem_rewards" + ], + [ + "how can i cash out my rewards for a visa card", + "redeem_rewards" + ], + [ + "how can i claim my rewards for my visa card", + "redeem_rewards" + ], + [ + "how can i get my rewards for my master card", + "redeem_rewards" + ], + [ + "where would i get my rewards for my master card", + "redeem_rewards" + ], + [ + "let me cash my credit rewards", + "redeem_rewards" + ], + [ + "help me redeem my reward points", + "redeem_rewards" + ], + [ + "put in a request for cashing in credit points", + "redeem_rewards" + ], + [ + "i want to use my credit rewards now", + "redeem_rewards" + ], + [ + "i need to use my credit points", + "redeem_rewards" + ], + [ + "i need to redeem my visa points", + "redeem_rewards" + ], + [ + "whats the policy to redeem my visa reward points", + "redeem_rewards" + ], + [ + "what can i get with my mastercard points", + "redeem_rewards" + ], + [ + "how do i cash in my amex reward points", + "redeem_rewards" + ], + [ + "how do i redeem my visa points", + "redeem_rewards" + ], + [ + "i want to shop using credit card points", + "redeem_rewards" + ], + [ + "play the song called baby shark", + "play_music" + ], + [ + "play the song called wreckless love", + "play_music" + ], + [ + "play the song called i want it that way", + "play_music" + ], + [ + "play the song called dancing on the ceiling", + "play_music" + ], + [ + "play the song called amazing grace", + "play_music" + ], + [ + "get me my slow sounds", + "play_music" + ], + [ + "let me hear my slow songs", + "play_music" + ], + [ + "pull up the songs under slow", + "play_music" + ], + [ + "i want to hear my slow playlist", + "play_music" + ], + [ + "i'm in the mood for slow songs and nothing else", + "play_music" + ], + [ + "the song that goes, \"starships were meant to fly\", play it", + "play_music" + ], + [ + "please play that song that goes, \"starships were meant to fly", + "play_music" + ], + [ + "play the song that goes, \"starships were meant to fly", + "play_music" + ], + [ + "can you play the song that goes like, \"starships were meant to fly", + "play_music" + ], + [ + "will you play the song that goes like, \"starships were meant to fly", + "play_music" + ], + [ + "drop some beats", + "play_music" + ], + [ + "turn on top 20 country hits", + "play_music" + ], + [ + "turn on my tunes", + "play_music" + ], + [ + "please play music by acdc", + "play_music" + ], + [ + "play oldschool rap", + "play_music" + ], + [ + "put on some metallica music", + "play_music" + ], + [ + "play music by ludacris", + "play_music" + ], + [ + "bump some jams", + "play_music" + ], + [ + "play ludacris hits", + "play_music" + ], + [ + "play a song", + "play_music" + ], + [ + "turn on metallicas greatest hits", + "play_music" + ], + [ + "put on my 90s playlist", + "play_music" + ], + [ + "can you play music by led zepplin", + "play_music" + ], + [ + "lets play some music by korn", + "play_music" + ], + [ + "do play the music by linkin park", + "play_music" + ], + [ + "i need to add something to my calendar for next tuesday", + "calendar_update" + ], + [ + "please clear my calendar", + "calendar_update" + ], + [ + "take the doctor appointment off my calendar please", + "calendar_update" + ], + [ + "can you add an event to my calendar", + "calendar_update" + ], + [ + "erase all events on friday from my calendar", + "calendar_update" + ], + [ + "remove jess's party from my calendar", + "calendar_update" + ], + [ + "delete all calendar entries on march 3", + "calendar_update" + ], + [ + "delete dentist from my calendar", + "calendar_update" + ], + [ + "cancel doctors appointment from my calendar", + "calendar_update" + ], + [ + "erase meeting with jeff from my calendar", + "calendar_update" + ], + [ + "clear my calendar on feb 28", + "calendar_update" + ], + [ + "cancel event scheduled for this afternoon", + "calendar_update" + ], + [ + "please take off my calendar on saturday the 6th birthday party for john", + "calendar_update" + ], + [ + "i want to take the 8am meeting with sam on monday the 5th off my calendar", + "calendar_update" + ], + [ + "please remove lunch with sally that is on my calendar on tuesday the 8th", + "calendar_update" + ], + [ + "i need buy a birthday gift for sue taken off my calendar it is on monday or tuesday last week", + "calendar_update" + ], + [ + "will you remove the dinner with june on saturday the 4th at 7pm from my calendar", + "calendar_update" + ], + [ + "can you cancel improv class from my calendar for may 7th", + "calendar_update" + ], + [ + "clear my calendar for may 3rd", + "calendar_update" + ], + [ + "take work from my calendar for may 7th", + "calendar_update" + ], + [ + "clear my calendar for september 6th", + "calendar_update" + ], + [ + "delete jury duty from my calendar for may 7th", + "calendar_update" + ], + [ + "remove fencing from my calendar for may 7th", + "calendar_update" + ], + [ + "clear my calendar for february 29th", + "calendar_update" + ], + [ + "clear my calendar for april 20th", + "calendar_update" + ], + [ + "clear my calendar for november 11th", + "calendar_update" + ], + [ + "remove wrestlemania from my calendar for may 7th", + "calendar_update" + ], + [ + "what can i do to get rid of this event", + "calendar_update" + ], + [ + "what is the best way to remove this appointment", + "calendar_update" + ], + [ + "friday needs to be clear on my calendar", + "calendar_update" + ], + [ + "tell me if you are a human or are a computer", + "are_you_a_bot" + ], + [ + "would you tell me if you are a human or are a computer", + "are_you_a_bot" + ], + [ + "provide me with the knowledge of whether you are a human or are a computer", + "are_you_a_bot" + ], + [ + "let me know if you are a human or are a computer", + "are_you_a_bot" + ], + [ + "i need to know whether you are a human or are a computer", + "are_you_a_bot" + ], + [ + "are you real", + "are_you_a_bot" + ], + [ + "can you tell me if your a bot", + "are_you_a_bot" + ], + [ + "i want to know if your a bot", + "are_you_a_bot" + ], + [ + "is this a bot", + "are_you_a_bot" + ], + [ + "i think your a bot", + "are_you_a_bot" + ], + [ + "is it true your a real person", + "are_you_a_bot" + ], + [ + "are you a person that's real", + "are_you_a_bot" + ], + [ + "are you actually a person", + "are_you_a_bot" + ], + [ + "are you really real", + "are_you_a_bot" + ], + [ + "your a bot aren't you", + "are_you_a_bot" + ], + [ + "could you be human", + "are_you_a_bot" + ], + [ + "could you be a person", + "are_you_a_bot" + ], + [ + "are you human", + "are_you_a_bot" + ], + [ + "are you a human or ai computer based", + "are_you_a_bot" + ], + [ + "would you call yourself a human or a computer", + "are_you_a_bot" + ], + [ + "how do you describe yourself: as a computer or a human", + "are_you_a_bot" + ], + [ + "are you computer or human", + "are_you_a_bot" + ], + [ + "would most people say you are a computer or a human", + "are_you_a_bot" + ], + [ + "are you real or a computer", + "are_you_a_bot" + ], + [ + "are you a computer generated voice", + "are_you_a_bot" + ], + [ + "am i talking to a real live person", + "are_you_a_bot" + ], + [ + "is your voice from a human or is it synthesized", + "are_you_a_bot" + ], + [ + "are you a person or artificial intelligence", + "are_you_a_bot" + ], + [ + "could you tell me if you're a real person", + "are_you_a_bot" + ], + [ + "are you a person or robot", + "are_you_a_bot" + ], + [ + "can i get to work on my fuel tank", + "gas" + ], + [ + "can i get to susan's house with my current tank", + "gas" + ], + [ + "do i have enough gas to get home", + "gas" + ], + [ + "do i have enough fuel to travel to san diego from here", + "gas" + ], + [ + "will i make it to my current destination on this fuel tank", + "gas" + ], + [ + "can i make it to los angeles with this fuel level", + "gas" + ], + [ + "can i reach seattle with this amount of fuel", + "gas" + ], + [ + "do i have enough gas in my tank to make it to washington dc", + "gas" + ], + [ + "do i have enough gas in my car to make it to dallas", + "gas" + ], + [ + "will i run out of gas before i reach atlantic city", + "gas" + ], + [ + "tell me where my gas tank is", + "gas" + ], + [ + "where can i find my gas tank", + "gas" + ], + [ + "where is my gas tank located", + "gas" + ], + [ + "how many gallons do i have left in my gas tank", + "gas" + ], + [ + "how's my gasoline how much do i have left", + "gas" + ], + [ + "what percentage full is my gas tank", + "gas" + ], + [ + "how full or empty is my tank of gas", + "gas" + ], + [ + "how much gas do i have left in my tank", + "gas" + ], + [ + "how full is my gas tank", + "gas" + ], + [ + "how many more miles can i drive on my current tank", + "gas" + ], + [ + "how much gas is left in my car", + "gas" + ], + [ + "how full is the gas tank", + "gas" + ], + [ + "what does the gas meter read", + "gas" + ], + [ + "how much of the gas do i have left", + "gas" + ], + [ + "how much gas do i have here", + "gas" + ], + [ + "how much gas do i have in the tank", + "gas" + ], + [ + "can you tell me how much gas is in my tank", + "gas" + ], + [ + "tell me my gas tank levels", + "gas" + ], + [ + "what is the data of my gas tank", + "gas" + ], + [ + "how much gas do i have in my tank", + "gas" + ], + [ + "i want to bring my card on the texas trip in june, will it be expired by then", + "expiration_date" + ], + [ + "what's the month, year, and day that my card expires", + "expiration_date" + ], + [ + "does my card ending in 1234, or any of my cards, expire soon", + "expiration_date" + ], + [ + "does my card have an expiration date and if so, what is it", + "expiration_date" + ], + [ + "when does my card expire, the one ending in 1234", + "expiration_date" + ], + [ + "give me my credit card expiration date", + "expiration_date" + ], + [ + "what is the expiration month and year on my credit car", + "expiration_date" + ], + [ + "when is the date of expiration for my first bank card", + "expiration_date" + ], + [ + "what is the expiration month of my card", + "expiration_date" + ], + [ + "what is the expiration date of my credit card", + "expiration_date" + ], + [ + "let me know when my credit card expire", + "expiration_date" + ], + [ + "when will my citi card expire", + "expiration_date" + ], + [ + "when is my credit card expire", + "expiration_date" + ], + [ + "when is the expiration month for my card", + "expiration_date" + ], + [ + "when is the expiration date of my credit card", + "expiration_date" + ], + [ + "what is the expiration date on my chase card", + "expiration_date" + ], + [ + "when is the expiration date for me discover", + "expiration_date" + ], + [ + "when it my citi card expired", + "expiration_date" + ], + [ + "when is my card expired", + "expiration_date" + ], + [ + "tell me the expiration date on my credit card", + "expiration_date" + ], + [ + "what month is my card expired in", + "expiration_date" + ], + [ + "how soon does my credit card expire", + "expiration_date" + ], + [ + "when will my new credit card arrive", + "expiration_date" + ], + [ + "what month does my credit card expire", + "expiration_date" + ], + [ + "what is the date when my visa card will expire", + "expiration_date" + ], + [ + "can you tell me what the date of expiry for my visa card is", + "expiration_date" + ], + [ + "tell me the expiration date for my visa card", + "expiration_date" + ], + [ + "show me the expiration date for my visa card", + "expiration_date" + ], + [ + "where should i look for my credit card expiration day", + "expiration_date" + ], + [ + "when will my credit card no longer be good", + "expiration_date" + ], + [ + "add to my motivational playlist rap god", + "update_playlist" + ], + [ + "include rap god on the motivational playlist", + "update_playlist" + ], + [ + "move rap god to my motivational playlist", + "update_playlist" + ], + [ + "in my motivational playlist include the song rap god", + "update_playlist" + ], + [ + "add the song rap god to the motivational playlist", + "update_playlist" + ], + [ + "i need this song on my meditation playlist", + "update_playlist" + ], + [ + "i want the current song added to my pregame playlist", + "update_playlist" + ], + [ + "please put this song on my studying playlist", + "update_playlist" + ], + [ + "please throw this song onto my cleaning playlist", + "update_playlist" + ], + [ + "i would like the song playing right now put on my driving playlist", + "update_playlist" + ], + [ + "i want this song on my pregame playlist", + "update_playlist" + ], + [ + "please add this song to my study playlist", + "update_playlist" + ], + [ + "can you add this song to my driving playlist", + "update_playlist" + ], + [ + "will you be sure to add this current song to my sleep playlist", + "update_playlist" + ], + [ + "please add the song i'm listening to right now to my relaxation playlist", + "update_playlist" + ], + [ + "add this to my rock playlist", + "update_playlist" + ], + [ + "add what im listening to to my rock playlist", + "update_playlist" + ], + [ + "i want to put this on my rock playlist", + "update_playlist" + ], + [ + "add current song to rock playlist", + "update_playlist" + ], + [ + "add this song to my rock playlist", + "update_playlist" + ], + [ + "please add this song to my country music playlist", + "update_playlist" + ], + [ + "i am asking you to add this song to my country music playlist", + "update_playlist" + ], + [ + "help me add this song to my country music playlist", + "update_playlist" + ], + [ + "can you add this song to my country music playlist", + "update_playlist" + ], + [ + "this song needs to be added to my country music playlist", + "update_playlist" + ], + [ + "this song i'm listening to would be great on my commute playlist", + "update_playlist" + ], + [ + "i need this song on my jam playlist", + "update_playlist" + ], + [ + "i want what i'm listening to to be added to my chill playlist", + "update_playlist" + ], + [ + "i need what i'm listening to right now to be put on my exercise playlist", + "update_playlist" + ], + [ + "put what i'm listening to on my workout playlist", + "update_playlist" + ], + [ + "i do not actually need my reservation anymore", + "cancel_reservation" + ], + [ + "i need to cancel my reservation for rob at red robin", + "cancel_reservation" + ], + [ + "cancel my reservation for bob at red robin", + "cancel_reservation" + ], + [ + "i do not want my reservation anymore", + "cancel_reservation" + ], + [ + "i need you to cancel my reservation for 5 at red robin", + "cancel_reservation" + ], + [ + "please cancel my reservation for tim at jb's", + "cancel_reservation" + ], + [ + "i gotta cancel my reservation for barry at red robin", + "cancel_reservation" + ], + [ + "i don't need the reservation anymore", + "cancel_reservation" + ], + [ + "i want you to cancel my reservation for 5 at red robin", + "cancel_reservation" + ], + [ + "i am not in need of my reservation anymore", + "cancel_reservation" + ], + [ + "go ahead and cancel my reservation for 5 at red robin", + "cancel_reservation" + ], + [ + "i wish to cancel my reservation for fred at red robin", + "cancel_reservation" + ], + [ + "i no longer want my reservation anymore", + "cancel_reservation" + ], + [ + "please cancel my reservation for 5 at red robin", + "cancel_reservation" + ], + [ + "i need you to cancel my reservation for smith at the williams diner", + "cancel_reservation" + ], + [ + "i want a cancellation of the dinner reservation for phillips at bernardin's", + "cancel_reservation" + ], + [ + "please delete the reservation for roberts at village tavern", + "cancel_reservation" + ], + [ + "could you cancel my reservation for winters at the palace tonight", + "cancel_reservation" + ], + [ + "i would like you to cancel the dinner reservation for williams at the palace tonight", + "cancel_reservation" + ], + [ + "i have to cancel my reservation after all", + "cancel_reservation" + ], + [ + "cancel my reservation for dinner tonight, please", + "cancel_reservation" + ], + [ + "i need to cancel my reservation after all", + "cancel_reservation" + ], + [ + "i have to cancel my reservation after all, please", + "cancel_reservation" + ], + [ + "cancel my reservation for dinner this saturday, please", + "cancel_reservation" + ], + [ + "cancel my reservation for dinner this friday, please", + "cancel_reservation" + ], + [ + "cancel my reservation for dinner this saturday", + "cancel_reservation" + ], + [ + "cancel my reservation for dinner tonight", + "cancel_reservation" + ], + [ + "i have to cancel my reservation", + "cancel_reservation" + ], + [ + "i need to cancel my reservation after all, please", + "cancel_reservation" + ], + [ + "i need my dinner reservation canceled", + "cancel_reservation" + ], + [ + "i would like to hear something funny", + "tell_joke" + ], + [ + "do you have any monkey jokes", + "tell_joke" + ], + [ + "know any dad jokes", + "tell_joke" + ], + [ + "tell me a dog joke", + "tell_joke" + ], + [ + "heard any good jokes", + "tell_joke" + ], + [ + "i want to hear a joke about elephants", + "tell_joke" + ], + [ + "i'd like to hear a lawyer joke", + "tell_joke" + ], + [ + "tell me a blonde joke", + "tell_joke" + ], + [ + "do you know any dad jokes", + "tell_joke" + ], + [ + "tell me a joke about elephants", + "tell_joke" + ], + [ + "tell me a joke about the subject of sailing", + "tell_joke" + ], + [ + "give me a joke about water", + "tell_joke" + ], + [ + "give me a joke about the topic of television", + "tell_joke" + ], + [ + "give me a joke about the subject of bugs", + "tell_joke" + ], + [ + "tell me a joke about the topic of mice", + "tell_joke" + ], + [ + "i would like to hear a joke", + "tell_joke" + ], + [ + "will you tell me a joke", + "tell_joke" + ], + [ + "let's hear a joke!", + "tell_joke" + ], + [ + "i could use a laugh, got any jokes", + "tell_joke" + ], + [ + "can you tell me something funny about science", + "tell_joke" + ], + [ + "can you share something funny about traveling", + "tell_joke" + ], + [ + "i want to hear your best joke", + "tell_joke" + ], + [ + "tell me a good joke", + "tell_joke" + ], + [ + "tell me something funny about horses", + "tell_joke" + ], + [ + "i want to hear something funny about history", + "tell_joke" + ], + [ + "can you share a humorous joke with me", + "tell_joke" + ], + [ + "i want to hear something funny about politicsi", + "tell_joke" + ], + [ + "let's hear a joke from you please", + "tell_joke" + ], + [ + "tell me something funny about the middle ages", + "tell_joke" + ], + [ + "do you know any jokes", + "tell_joke" + ], + [ + "would it be possible to change your name to coraline", + "change_ai_name" + ], + [ + "would it be okay to change your name to daphne", + "change_ai_name" + ], + [ + "id like to change your name to max", + "change_ai_name" + ], + [ + "what do you think about changing your name to heath", + "change_ai_name" + ], + [ + "lets start calling you allan", + "change_ai_name" + ], + [ + "i would like to start calling you heath", + "change_ai_name" + ], + [ + "what do you think about me calling you cora", + "change_ai_name" + ], + [ + "im going to call you xander", + "change_ai_name" + ], + [ + "can we change your name to clara", + "change_ai_name" + ], + [ + "how about lets start calling you juliette", + "change_ai_name" + ], + [ + "i want to start calling you owen", + "change_ai_name" + ], + [ + "can i call you arnold instead", + "change_ai_name" + ], + [ + "how about i call you sue", + "change_ai_name" + ], + [ + "can i start calling you fred", + "change_ai_name" + ], + [ + "can i rename you bob", + "change_ai_name" + ], + [ + "i want to rename you joe", + "change_ai_name" + ], + [ + "your new name is joe, okay", + "change_ai_name" + ], + [ + "i'm going to start calling you joe", + "change_ai_name" + ], + [ + "you are going to be called joe now", + "change_ai_name" + ], + [ + "start responding to joe", + "change_ai_name" + ], + [ + "i'm changing your name to joe", + "change_ai_name" + ], + [ + "i'd like to start calling you buddy", + "change_ai_name" + ], + [ + "i'd like to start calling you jake", + "change_ai_name" + ], + [ + "i'd like to start calling you lover", + "change_ai_name" + ], + [ + "i'd like to start calling you friend", + "change_ai_name" + ], + [ + "i want to change your name to shelby", + "change_ai_name" + ], + [ + "i'd rather call you gloria", + "change_ai_name" + ], + [ + "i'm changing your name to goliath", + "change_ai_name" + ], + [ + "is it okay to change your name to samson", + "change_ai_name" + ], + [ + "can i call you james instead", + "change_ai_name" + ], + [ + "what your numerical digit to display as your age", + "how_old_are_you" + ], + [ + "how old will you be", + "how_old_are_you" + ], + [ + "how old will you be this year", + "how_old_are_you" + ], + [ + "whats your age", + "how_old_are_you" + ], + [ + "when is your birthday", + "how_old_are_you" + ], + [ + "when were you made", + "how_old_are_you" + ], + [ + "whats your age range", + "how_old_are_you" + ], + [ + "could you tell me how old you are", + "how_old_are_you" + ], + [ + "would you tell me how old you are", + "how_old_are_you" + ], + [ + "your date of birth", + "how_old_are_you" + ], + [ + "your birthday please", + "how_old_are_you" + ], + [ + "can you tell me your birthday", + "how_old_are_you" + ], + [ + "whens your birthday", + "how_old_are_you" + ], + [ + "what's your bday", + "how_old_are_you" + ], + [ + "how old were you on your last birthday", + "how_old_are_you" + ], + [ + "how many years have you been alive", + "how_old_are_you" + ], + [ + "can i ask your age", + "how_old_are_you" + ], + [ + "do you mind if i ask how old you are", + "how_old_are_you" + ], + [ + "may i ask your age", + "how_old_are_you" + ], + [ + "i need to know your age", + "how_old_are_you" + ], + [ + "please tell me your age", + "how_old_are_you" + ], + [ + "can you tell me your age", + "how_old_are_you" + ], + [ + "when's your birthday", + "how_old_are_you" + ], + [ + "how young are you", + "how_old_are_you" + ], + [ + "what's your age right now", + "how_old_are_you" + ], + [ + "how old would you be", + "how_old_are_you" + ], + [ + "do you know how old you are", + "how_old_are_you" + ], + [ + "how old", + "how_old_are_you" + ], + [ + "what's your date of birth", + "how_old_are_you" + ], + [ + "how old are you turning", + "how_old_are_you" + ], + [ + "i need to rent an suv in charlestown for the first week in june who do you suggest", + "car_rental" + ], + [ + "find a decent rental care for next week at the philadelphia airport", + "car_rental" + ], + [ + "who can i rent a car from next month in orlando", + "car_rental" + ], + [ + "i need to rent a car kfor one week in ocean city, nj so who has the best deal", + "car_rental" + ], + [ + "find me a car rental for the weekend in asheville, nc via priceline", + "car_rental" + ], + [ + "what is the phone number of the car rental place", + "car_rental" + ], + [ + "book a rental car to rhode island for friday, tomorrow", + "car_rental" + ], + [ + "alexa, book a rental car to los angeles county in 2 hours", + "car_rental" + ], + [ + "can you book a car rental today to new york city to philadelphia", + "car_rental" + ], + [ + "book a car rental to miami florida today", + "car_rental" + ], + [ + "siri, book a car rental to the poconos today right now", + "car_rental" + ], + [ + "where in syracuse can i book a car", + "car_rental" + ], + [ + "in x, help me book a car", + "car_rental" + ], + [ + "book me a car rental in wichita", + "car_rental" + ], + [ + "how many places in dallas can i rent a car", + "car_rental" + ], + [ + "where can i rent a car in singapore", + "car_rental" + ], + [ + "march 2nd through march 18th, i'm going to need a jeep in frankfort", + "car_rental" + ], + [ + "rent a car for 3/1 through 3/3 in boston; i'd prefer an suv", + "car_rental" + ], + [ + "can i rent a sports car in augusta for 3/4 through 3/8", + "car_rental" + ], + [ + "in tampa, i'd like to rent a sedan from 4/1 until 4/5", + "car_rental" + ], + [ + "i'm going to need a coupe car in sedona from 5/1 until 5/4", + "car_rental" + ], + [ + "schedule a rental car starting monday the 5th thru friday the 9th at rent a car in town", + "car_rental" + ], + [ + "can you find a rental car for me that is available this monday through thursday , any make will do", + "car_rental" + ], + [ + "i need to rent a car from traveler's rent a car downtown and make it from friday the 6th to monday the 9th cheapest available", + "car_rental" + ], + [ + "i want a rental car that is available tomorrow and that i can keep for four days please find me one", + "car_rental" + ], + [ + "find me a rental car for next week , from friday the 5th thru monday the 8th, any kind", + "car_rental" + ], + [ + "i need to rent a car for may 8th to may 25th in danville and i'd like a ford", + "car_rental" + ], + [ + "i need to rent a car for may 10th to may 15th in lizton and i'd like a bmw", + "car_rental" + ], + [ + "i need to rent a car for may 3rd to may 5th in indianapolis and i'd like a mercedes", + "car_rental" + ], + [ + "i need to rent a car for may 11thto may 13th in chicago and i'd like a coupe", + "car_rental" + ], + [ + "what should i do to get my car jump started", + "jump_start" + ], + [ + "what do i need to do to get my car jump started", + "jump_start" + ], + [ + "how can i go about jump starting my car", + "jump_start" + ], + [ + "what steps should be taken to jump start a car", + "jump_start" + ], + [ + "what can i do to jump start my car", + "jump_start" + ], + [ + "how do i jump start my car", + "jump_start" + ], + [ + "i need to know how to get my car jump started", + "jump_start" + ], + [ + "my car needs a jump start; what do i need to do", + "jump_start" + ], + [ + "tell me how to jump start my car", + "jump_start" + ], + [ + "what steps should i take if i think my car battery is dead", + "jump_start" + ], + [ + "i'm almost certain my car battery died, please tell me what to do", + "jump_start" + ], + [ + "please give me a quick tutorial on jump starting my car", + "jump_start" + ], + [ + "will you guide me through the process to jump start my car, please", + "jump_start" + ], + [ + "what steps do i need to follow to jump start my car", + "jump_start" + ], + [ + "what do i do if my car battery died", + "jump_start" + ], + [ + "what do i do if i suspect my car battery is dead", + "jump_start" + ], + [ + "i need instructions to walk me through jump starting my car", + "jump_start" + ], + [ + "i believe that my car battery has died, what do i do next", + "jump_start" + ], + [ + "can you give me instructions on how to jump start my car, please", + "jump_start" + ], + [ + "i wanna know how to jump start my car", + "jump_start" + ], + [ + "what do i do now that my battery is dead", + "jump_start" + ], + [ + "my car battery is dead what do i do", + "jump_start" + ], + [ + "i would like to jump start my car", + "jump_start" + ], + [ + "i really need to jump start my car", + "jump_start" + ], + [ + "what should i do now that my car battery is dead", + "jump_start" + ], + [ + "what do i need to do now that my battery is dead", + "jump_start" + ], + [ + "i have to jump start my car", + "jump_start" + ], + [ + "what shall i do now that my battery is dead", + "jump_start" + ], + [ + "i gotta jump start my car", + "jump_start" + ], + [ + "what is the process for jump starting my car", + "jump_start" + ], + [ + "what's a good italian meal", + "meal_suggestion" + ], + [ + "i'm looking for a meal that's from the asian cuisine", + "meal_suggestion" + ], + [ + "i'm feeling like a greek meal and need some suggestions", + "meal_suggestion" + ], + [ + "indian cuisine suits me and i'd like a meal suggestion, please", + "meal_suggestion" + ], + [ + "what's a good, popular american meal", + "meal_suggestion" + ], + [ + "i'd like a meal suggestion from thailand", + "meal_suggestion" + ], + [ + "tell me what meal to eat from texas", + "meal_suggestion" + ], + [ + "can you give me a meal suggestion from the south", + "meal_suggestion" + ], + [ + "i want to try a meal from ireland", + "meal_suggestion" + ], + [ + "i want a meal from vietnam to be suggested to me", + "meal_suggestion" + ], + [ + "what are good thai dishes", + "meal_suggestion" + ], + [ + "i would like thai food", + "meal_suggestion" + ], + [ + "can you recommend thai food", + "meal_suggestion" + ], + [ + "i need a thai food suggestion", + "meal_suggestion" + ], + [ + "thai food suggestions", + "meal_suggestion" + ], + [ + "i need options or italian tonight", + "meal_suggestion" + ], + [ + "do you have any recommendations for korean", + "meal_suggestion" + ], + [ + "do you have any ideas for a mexican meal", + "meal_suggestion" + ], + [ + "what kind of indian would you recommend", + "meal_suggestion" + ], + [ + "what would you suggest for japanese", + "meal_suggestion" + ], + [ + "i need to know what's good for chinese around here", + "meal_suggestion" + ], + [ + "i want to make something from ethiopia for dinner", + "meal_suggestion" + ], + [ + "i need some ideas for a mexican meal", + "meal_suggestion" + ], + [ + "i want to eat something from turkey", + "meal_suggestion" + ], + [ + "i need a good italian dish", + "meal_suggestion" + ], + [ + "i need a good meal idea from italy", + "meal_suggestion" + ], + [ + "do you have any suggested roman recipes", + "meal_suggestion" + ], + [ + "can you give me a american dinner suggestion", + "meal_suggestion" + ], + [ + "tell me what to make for dinner", + "meal_suggestion" + ], + [ + "do you know what is for dinner", + "meal_suggestion" + ], + [ + "what do i need to do to cook a chicken", + "recipe" + ], + [ + "how do i go about cooking a 10lb turkey", + "recipe" + ], + [ + "how do i get started making homemade pizza dough", + "recipe" + ], + [ + "what instructions do i need to bake a cake from scratch", + "recipe" + ], + [ + "how do i make lasagna", + "recipe" + ], + [ + "how do you make pasta", + "recipe" + ], + [ + "how do you prepare omelet", + "recipe" + ], + [ + "how do you prepare taco", + "recipe" + ], + [ + "how do you make fried rice", + "recipe" + ], + [ + "how do you cooked eggs", + "recipe" + ], + [ + "what's a good chili recipe", + "recipe" + ], + [ + "i need a recipe for chili", + "recipe" + ], + [ + "search for chili recipes", + "recipe" + ], + [ + "search for a chili recipe for me", + "recipe" + ], + [ + "find me a recipe for chili", + "recipe" + ], + [ + "show me ideas for hamburger", + "recipe" + ], + [ + "can you get me recipes for eggs please", + "recipe" + ], + [ + "show me how to make tuna casserole please", + "recipe" + ], + [ + "recipes for garlic bread please", + "recipe" + ], + [ + "please tell me a recipe for this meal", + "recipe" + ], + [ + "can you find me a pork recipe", + "recipe" + ], + [ + "can you find me a brisket recipe", + "recipe" + ], + [ + "can you find me a rice recipe", + "recipe" + ], + [ + "can you find me a salsa recipe", + "recipe" + ], + [ + "scan you find me a chicken recipe", + "recipe" + ], + [ + "i need a pasta recipe", + "recipe" + ], + [ + "i want a recipe for roasted veggies", + "recipe" + ], + [ + "what is in a burrito recipe", + "recipe" + ], + [ + "give me a tuna salad recipe", + "recipe" + ], + [ + "find a recipe for baked ziti", + "recipe" + ], + [ + "how much money do i make", + "income" + ], + [ + "how much money do i earn", + "income" + ], + [ + "what amount of money do i earn", + "income" + ], + [ + "what do i take home", + "income" + ], + [ + "how much do i take home yearly", + "income" + ], + [ + "how much do i earn", + "income" + ], + [ + "what's my yearly salary", + "income" + ], + [ + "what's my salary", + "income" + ], + [ + "how much do i earn a year", + "income" + ], + [ + "what do i make annually", + "income" + ], + [ + "what do i bring in over a year", + "income" + ], + [ + "please tell me what amount i'm earning", + "income" + ], + [ + "can you please tell me my income", + "income" + ], + [ + "how much money am i earning", + "income" + ], + [ + "what is my compensation", + "income" + ], + [ + "how much am i paid", + "income" + ], + [ + "how much do i get paid", + "income" + ], + [ + "what is my income this year", + "income" + ], + [ + "how much money do i make from work", + "income" + ], + [ + "what will i make this year", + "income" + ], + [ + "what will i get paid this year", + "income" + ], + [ + "how much am i paid a year", + "income" + ], + [ + "how much money am i making this year at work", + "income" + ], + [ + "what's my salary for this year", + "income" + ], + [ + "what is my current salary", + "income" + ], + [ + "what's the amount of my income", + "income" + ], + [ + "what amount is my income", + "income" + ], + [ + "i want to know my income", + "income" + ], + [ + "what is my payment going to be", + "income" + ], + [ + "how much is the pay offered for my work", + "income" + ], + [ + "alexa, buy a new television", + "order" + ], + [ + "place my order alexa", + "order" + ], + [ + "siri, place my amazon order", + "order" + ], + [ + "alexa, buy my grocery list", + "order" + ], + [ + "purchase grass seed from the store", + "order" + ], + [ + "find inner tube and buy it for me", + "order" + ], + [ + "can you order me some nacho chips", + "order" + ], + [ + "i'd like to buy something", + "order" + ], + [ + "i need to buy something, please", + "order" + ], + [ + "i'd like to buy a lamp online", + "order" + ], + [ + "order all items on my shopping list", + "order" + ], + [ + "get me an order of creatine powder", + "order" + ], + [ + "place an order for my whole shopping list", + "order" + ], + [ + "order me some doritos, please", + "order" + ], + [ + "place an order for my entire shopping list", + "order" + ], + [ + "can you buy something", + "order" + ], + [ + "make a purchase of doritos", + "order" + ], + [ + "i'd like to you order everything that's on my shopping list", + "order" + ], + [ + "please buy me something", + "order" + ], + [ + "order my whole shopping list", + "order" + ], + [ + "can you order some more eggs for me since i just ran out", + "order" + ], + [ + "i've used the last can of tuna fish and need you to order a new case of it", + "order" + ], + [ + "i've just run out of butter and need you to order me some more", + "order" + ], + [ + "i'm out of milk so you will order me some more", + "order" + ], + [ + "can you place an order for the olive oil i just finished", + "order" + ], + [ + "please go on amazon so i can buy bluetooth speakers", + "order" + ], + [ + "will you please go on amazon so i can buy speakers", + "order" + ], + [ + "where can i find bluetooth speakers", + "order" + ], + [ + "what is the price of bluetooth speakers on amazon", + "order" + ], + [ + "please order some more pepsi", + "order" + ], + [ + "i need to know traffic patterns heading to the george washington bridge from manhattan", + "traffic" + ], + [ + "can you give me a traffic update for driving routes nearest ocean city, new jersey from philadelphia", + "traffic" + ], + [ + "what will traffic be like nearest the george washington bridge, new york", + "traffic" + ], + [ + "what traffic can i expect on the way to the newark, new jersey from philadelphia", + "traffic" + ], + [ + "can you tell me the traffic situation from philadelphia to the new jersey turnpike", + "traffic" + ], + [ + "how is the traffic normally driving into downtown washington, dc, from baltimore at 4:00 pm", + "traffic" + ], + [ + "how is traffic nearest the ben franklin bridge philadelphia heading to the new jersey turnpike", + "traffic" + ], + [ + "i need to know what traffic is going to be like at 3:00 pm on the new jersey turnpike heading into camden from north jersey", + "traffic" + ], + [ + "what kind of traffic can i expect driving to newark, new jersey on i-95 from philadelphia at noon", + "traffic" + ], + [ + "i need to know what traffic looks like nearest the smithsonian institute in washington, dc for the next hour", + "traffic" + ], + [ + "please tell me how traffic from the new jersey turnpike into the lincoln tunnel looks currently", + "traffic" + ], + [ + "is there traffic on i-95 north to new york from philadelphia", + "traffic" + ], + [ + "can you tell me what the traffic is usually like at 7:00 pm from philadelphia to ocean city, new jersey", + "traffic" + ], + [ + "will there be heavy traffic near downtown philadelphia from lincoln drive in the next two hours", + "traffic" + ], + [ + "what does post rush hour traffic generally look like heading into the lincoln tunnel in manhattan from new jersey", + "traffic" + ], + [ + "is traffic good or bad at 9:00 on the way to detroit", + "traffic" + ], + [ + "what kind of traffic is there at 9:00 on the route to detroit", + "traffic" + ], + [ + "how is the traffic at 9:00 on the way to detroit", + "traffic" + ], + [ + "what kind of traffic can i expect at 9:00 on the route to detroit", + "traffic" + ], + [ + "how bad is traffic at 9:00 going to detroit", + "traffic" + ], + [ + "is there traffic right now on my route to work", + "traffic" + ], + [ + "going to work, will there be traffic", + "traffic" + ], + [ + "is there traffic on my work route", + "traffic" + ], + [ + "is there traffic expected", + "traffic" + ], + [ + "on my way to work, is there traffic", + "traffic" + ], + [ + "on the way to work is there traffic", + "traffic" + ], + [ + "is there traffic on the way to work", + "traffic" + ], + [ + "will i encounter traffic", + "traffic" + ], + [ + "is there traffic on the way", + "traffic" + ], + [ + "whats the traffic for the drive to the nearest restaurant", + "traffic" + ], + [ + "can i get some more checkbooks sent to me, please", + "order_checks" + ], + [ + "could i get some more checkbooks sent to me", + "order_checks" + ], + [ + "can i get some more checkbooks mailed to me, please", + "order_checks" + ], + [ + "can i get some more checkbooks sent to me", + "order_checks" + ], + [ + "could i get some more checkbooks sent to me, please", + "order_checks" + ], + [ + "how do i order some checkbooks for my chase account", + "order_checks" + ], + [ + "for checkbooks can i order them for my chase account", + "order_checks" + ], + [ + "am i able to order more checkbooks for my chase account", + "order_checks" + ], + [ + "for my chase account can i order some checkbooks", + "order_checks" + ], + [ + "is there a way to order checkbooks for a chase account", + "order_checks" + ], + [ + "can you overnight me a few checkbooks", + "order_checks" + ], + [ + "send me more checkbooks please", + "order_checks" + ], + [ + "please mail me more checkbooks", + "order_checks" + ], + [ + "i need more checkbooks mailed as soon as possible", + "order_checks" + ], + [ + "i'd like more checkbooks mailed to me", + "order_checks" + ], + [ + "how do i order some more checks for my bank of the west account", + "order_checks" + ], + [ + "how do i order some more checks for my bank of america account", + "order_checks" + ], + [ + "how do i order some more checks for my chase account", + "order_checks" + ], + [ + "how do i order some more checks for my usaa account", + "order_checks" + ], + [ + "how do i order some more checks for my navy federal account", + "order_checks" + ], + [ + "i'm out of all my checks can i get some new ones", + "order_checks" + ], + [ + "i'm out of my checks i need some new ones", + "order_checks" + ], + [ + "can i get some new checks i'm out of mine", + "order_checks" + ], + [ + "i need to order some new checks, i'm all out of them", + "order_checks" + ], + [ + "i am in need of new checks i'm completely out of mine", + "order_checks" + ], + [ + "may i order more checks for my well's fargo account", + "order_checks" + ], + [ + "do you know how i order more checks for my well's fargo account", + "order_checks" + ], + [ + "what do i do to order new checkbooks for my well's fargo account", + "order_checks" + ], + [ + "how do i order more checkbooks for my well's fargo account", + "order_checks" + ], + [ + "where do i go to order more checks for my well's fargo account", + "order_checks" + ], + [ + "my card got declined; why", + "card_declined" + ], + [ + "can you help me understand why my card got declined", + "card_declined" + ], + [ + "why was my card not accepted", + "card_declined" + ], + [ + "can you tell me why my card got declined", + "card_declined" + ], + [ + "i was at publix trying to buy some food but my card wouldnt work", + "card_declined" + ], + [ + "who do i need to contact to find out why my card got declined", + "card_declined" + ], + [ + "i need to know why my card got declined", + "card_declined" + ], + [ + "how do i fix my card, it was declined", + "card_declined" + ], + [ + "why did my card get declined at public when i was trying to buy food", + "card_declined" + ], + [ + "i was trying to buy food at publix but my card got declined", + "card_declined" + ], + [ + "i was trying to use my card to get food at publix but it got declined", + "card_declined" + ], + [ + "how can i fix my card being declined", + "card_declined" + ], + [ + "i was trying to get food at publix, why was my card declined", + "card_declined" + ], + [ + "do you know why my card got declined", + "card_declined" + ], + [ + "why my card stop working", + "card_declined" + ], + [ + "my card declined", + "card_declined" + ], + [ + "i was in australia trying to buy chips and my cards got declined", + "card_declined" + ], + [ + "i was in thailand trying to buy candies and my card got declined", + "card_declined" + ], + [ + "why was my card got declined when i am trying to pay for dinner when i am in vietnam", + "card_declined" + ], + [ + "i could not buy food using my card when i was in vietnam", + "card_declined" + ], + [ + "i was in thailand and i could not use my card to buy snacks", + "card_declined" + ], + [ + "can you explain why i couldn't use my card at target", + "card_declined" + ], + [ + "why was my card not working at target", + "card_declined" + ], + [ + "my credit card was turned down at target and i'd like to know why", + "card_declined" + ], + [ + "how come i got declined", + "card_declined" + ], + [ + "why can't i use my credit card", + "card_declined" + ], + [ + "why won't you let me pay with my credit card", + "card_declined" + ], + [ + "why did i get rejected on my card", + "card_declined" + ], + [ + "how come my credit card isn't working", + "card_declined" + ], + [ + "why didn't my card work", + "card_declined" + ] + ], + "oos_train": [ + [ + "how much is an overdraft fee for bank", + "oos" + ], + [ + "why are exponents preformed before multiplication in the order of operations", + "oos" + ], + [ + "what size wipers does this car take", + "oos" + ], + [ + "where is the dipstick", + "oos" + ], + [ + "how much is 1 share of aapl", + "oos" + ], + [ + "how is glue made", + "oos" + ], + [ + "any headlines from my area", + "oos" + ], + [ + "what is the largest state in the us", + "oos" + ], + [ + "what is the current market trend", + "oos" + ], + [ + "what is the most popular airline", + "oos" + ], + [ + "what is the formula for the circumference of a circle", + "oos" + ], + [ + "what are some ways to reduce spending", + "oos" + ], + [ + "what time does the louvre open", + "oos" + ], + [ + "are there any local stations covering the moral march in raleigh in februaryu", + "oos" + ], + [ + "how many planets have we discovered", + "oos" + ], + [ + "how do i change my billing address", + "oos" + ], + [ + "how do i open an online line of credit", + "oos" + ], + [ + "how do i remove a coffee blemish", + "oos" + ], + [ + "how expensive is an apple share", + "oos" + ], + [ + "where can i find the cruise control on my kia sportage 2010", + "oos" + ], + [ + "how many sides are in a hexagon", + "oos" + ], + [ + "how fast does an airplane travel", + "oos" + ], + [ + "is it worth investing in target", + "oos" + ], + [ + "i need to speak to customer service regarding my flight", + "oos" + ], + [ + "how long do wire transfers take", + "oos" + ], + [ + "what are some deals on amazon", + "oos" + ], + [ + "what city is the super bowl", + "oos" + ], + [ + "what trees change color in autumn", + "oos" + ], + [ + "do people prefer summer over fall", + "oos" + ], + [ + "how long is winter", + "oos" + ], + [ + "what were some of ben franklin's notable accomplishments", + "oos" + ], + [ + "where was john denver born", + "oos" + ], + [ + "where did abraham lincoln live", + "oos" + ], + [ + "when was kobe bryant born", + "oos" + ], + [ + "who's toledo's starting point guard for the next game", + "oos" + ], + [ + "how many players are on the chicago bulls", + "oos" + ], + [ + "who is the coach of the chicago bulls", + "oos" + ], + [ + "when do the utah jazz play next", + "oos" + ], + [ + "what other nations were involved in the chinese trade war", + "oos" + ], + [ + "what years has korea been at war", + "oos" + ], + [ + "when was the theory of evolution first considered", + "oos" + ], + [ + "who formulated the theory of relativity", + "oos" + ], + [ + "what stage of evolution am i", + "oos" + ], + [ + "what other personality type is most compatible with infjs", + "oos" + ], + [ + "what does my personality mean", + "oos" + ], + [ + "what's the most dominant scale in bluegrass", + "oos" + ], + [ + "what year was saxaphone first played", + "oos" + ], + [ + "which piano is best for classical", + "oos" + ], + [ + "is k-12 education required outside of the united states", + "oos" + ], + [ + "what are the benefits of completing college", + "oos" + ], + [ + "are you able to answer algebra equations", + "oos" + ], + [ + "can you help me study for a history exam", + "oos" + ], + [ + "how many points per game is lebron james averaging this season", + "oos" + ], + [ + "what team does eli mannign play for", + "oos" + ], + [ + "get me dwight howard shooting average", + "oos" + ], + [ + "can you list me tiger wood's stats", + "oos" + ], + [ + "what's the runtime of all the lord of the rings movies combined", + "oos" + ], + [ + "which character is the most famous from titanic", + "oos" + ], + [ + "how many oscars did star wars films win", + "oos" + ], + [ + "what year was shawshank redemption released", + "oos" + ], + [ + "which marvel character has appeared in the most movies", + "oos" + ], + [ + "when's the next movie starring thor set to come out", + "oos" + ], + [ + "who was the first capcom character", + "oos" + ], + [ + "are any justice league movies coming out", + "oos" + ], + [ + "can you tell me something about the nfl", + "oos" + ], + [ + "please explain the catch rule to me", + "oos" + ], + [ + "is there overtime in college football", + "oos" + ], + [ + "when did the mls start", + "oos" + ], + [ + "what's the best price on super smash bros ultimate right now", + "oos" + ], + [ + "what is the highest earning game on atari", + "oos" + ], + [ + "when is the next nintendo direct", + "oos" + ], + [ + "when was nintendo created", + "oos" + ], + [ + "please find the capital of pakistan and its population", + "oos" + ], + [ + "how many people live in taiwan", + "oos" + ], + [ + "what are some of picasso's most famous works", + "oos" + ], + [ + "what are van gogh's best pieces", + "oos" + ], + [ + "where can i see art", + "oos" + ], + [ + "when did camus die", + "oos" + ], + [ + "how much money does radiohead earn a year", + "oos" + ], + [ + "who is radiohead", + "oos" + ], + [ + "what's the biggest saas marketing company in the united states", + "oos" + ], + [ + "how do i start my own marketing firm", + "oos" + ], + [ + "how can i get involved in restaurant marketing", + "oos" + ], + [ + "what is saas marketing", + "oos" + ], + [ + "what do you call someone who was born in segovia", + "oos" + ], + [ + "what is rhineland", + "oos" + ], + [ + "who is the scariest character in start trek", + "oos" + ], + [ + "who is the current captain of this ship", + "oos" + ], + [ + "what year was star trek released", + "oos" + ], + [ + "when was toyota created", + "oos" + ], + [ + "who are some notable alumni of ucsd", + "oos" + ], + [ + "what is the next football game", + "oos" + ], + [ + "how many students attend ucsb", + "oos" + ], + [ + "when do classes start", + "oos" + ], + [ + "how can i become an aerospace engineer", + "oos" + ], + [ + "what percentage of species display cold blooded traits", + "oos" + ], + [ + "what does it mean to be an alpha male", + "oos" + ], + [ + "what animals have alpha males", + "oos" + ], + [ + "why do males want to be alpha", + "oos" + ], + [ + "what's the average battery life of an android phone", + "oos" + ] + ] +} diff --git a/annotators/dnnc_intents/load_test.py b/annotators/dnnc_intents/load_test.py new file mode 100644 index 0000000000..ec56e08b22 --- /dev/null +++ b/annotators/dnnc_intents/load_test.py @@ -0,0 +1,22 @@ +from locust import HttpUser, task + +batch = [ + {"sentences": ["i love you", "i hate you", "i dont care"]}, + {"sentences": ["you son of the bitch", "yes"]}, + {"sentences": ["why you are so dumb"]}, + {"sentences": ["let's talk about movies"]}, + {"sentences": ["let's talk about games"]}, + {"sentences": ["let's switch topic"]}, +] + + +class QuickstartUser(HttpUser): + @task + def hello_world(self): + ans = self.client.post("", json=batch[self.batch_index % len(batch)]) + self.batch_index += 1 + if ans.status_code != 200: + print(ans.status_code, ans.text) + + def on_start(self): + self.batch_index = 0 diff --git a/annotators/dnnc_intents/model.pkl b/annotators/dnnc_intents/model.pkl new file mode 100644 index 0000000000..96219a6b84 Binary files /dev/null and b/annotators/dnnc_intents/model.pkl differ diff --git a/annotators/dnnc_intents/requirements.txt b/annotators/dnnc_intents/requirements.txt new file mode 100644 index 0000000000..d1b2d52cb5 --- /dev/null +++ b/annotators/dnnc_intents/requirements.txt @@ -0,0 +1,14 @@ +gunicorn==19.9.0 +sentry-sdk[flask]==0.14.1 +itsdangerous==2.0.1 +uvicorn==0.13.0 +prometheus-client==0.13.0 +filelock==3.4.2 +transformers==4.15.0 +jinja2<=3.0.3 +Werkzeug<=2.0.3 +pytorch-crf==0.7.2 +torch==1.9.1 +spacy==3.0.6 +fasttext==0.9.1 + diff --git a/annotators/dnnc_intents/requirements_load_test.txt b/annotators/dnnc_intents/requirements_load_test.txt new file mode 100644 index 0000000000..33836e03e8 --- /dev/null +++ b/annotators/dnnc_intents/requirements_load_test.txt @@ -0,0 +1 @@ +locust==1.4.3 diff --git a/annotators/dnnc_intents/server.py b/annotators/dnnc_intents/server.py new file mode 100644 index 0000000000..98e215b4e8 --- /dev/null +++ b/annotators/dnnc_intents/server.py @@ -0,0 +1,47 @@ +import logging +import os +import time + +from flask import Flask, request, jsonify +import sentry_sdk + +from sentry_sdk.integrations.flask import FlaskIntegration +from deeppavlov import build_model + +logging.basicConfig(format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", level=logging.INFO) + +sentry_sdk.init(dsn=os.getenv("SENTRY_DSN"), integrations=[FlaskIntegration()]) + +logger = logging.getLogger(__name__) + +LOGREG_DIR = "/root/.deeppavlov/downloads/logreg_files" +try: + model = build_model(os.getenv("CONFIG"), download=True) + logger.info("Making test res") + test_res = model(["a"]) + logger.info("model loaded, test query processed") +except Exception as e: + sentry_sdk.capture_exception(e) + logger.exception(e) + raise e + +app = Flask(__name__) +if os.getenv("CONFIG") == "classifier.json": + labels = [k.split("\t")[0] for k in open(f"{LOGREG_DIR}/classes.dict", "r").readlines()] + + +@app.route("/model", methods=["POST"]) +def respond(): + t = time.time() + sentences = request.json.get("sentences", [" "]) + pred_probs_lists = model(sentences) + ans = [] + if os.getenv("CONFIG") == "classifier.json": + for pred_probs in pred_probs_lists: + ans.append({dnnc_class: prob for dnnc_class, prob in zip(labels, pred_probs)}) + else: + for pred_classes in pred_probs_lists: + ans.append({pred_class: 1 for pred_class in pred_classes}) + logger.debug(f"dnnc result: {ans}") + logger.info(f"dnnc exec time: {time.time() - t}") + return jsonify(ans) diff --git a/annotators/dnnc_intents/service_configs/dnnc-intents/environment.yml b/annotators/dnnc_intents/service_configs/dnnc-intents/environment.yml new file mode 100644 index 0000000000..9c2872a851 --- /dev/null +++ b/annotators/dnnc_intents/service_configs/dnnc-intents/environment.yml @@ -0,0 +1,3 @@ +SERVICE_PORT: 8218 +SERVICE_NAME: dnnc_intents +CONFIG: classifier.json diff --git a/annotators/dnnc_intents/service_configs/dnnc-intents/service.yml b/annotators/dnnc_intents/service_configs/dnnc-intents/service.yml new file mode 100644 index 0000000000..6f085a5e7a --- /dev/null +++ b/annotators/dnnc_intents/service_configs/dnnc-intents/service.yml @@ -0,0 +1,40 @@ +name: dnnc-intents +endpoints: +- model +compose: + env_file: + - .env + build: + args: + SERVICE_PORT: 8218 + SERVICE_NAME: dnnc_intents + CONFIG: classifier.json + context: . + dockerfile: ./annotators/dnnc_intents/Dockerfile + command: gunicorn --workers=1 server:app -b 0.0.0.0:8218 --timeout 600 + environment: + - CUDA_VISIBLE_DEVICES=0 + deploy: + resources: + limits: + memory: 8G + reservations: + memory: 8G + volumes: + - ./common:/src/common + - ./annotators/dnnc_intents:/src + - ~/.deeppavlov:/root/.deeppavlov + - ~/.deeppavlov/cache:/root/.cache + ports: + - 8218:8218 +proxy: + command: + - nginx + - -g + - daemon off; + build: + context: dp/proxy/ + dockerfile: Dockerfile + environment: + - PROXY_PASS=dream.deeppavlov.ai:8218 + - PORT=8218 diff --git a/annotators/dnnc_intents/test.py b/annotators/dnnc_intents/test.py new file mode 100644 index 0000000000..595cb20c5b --- /dev/null +++ b/annotators/dnnc_intents/test.py @@ -0,0 +1,25 @@ +import requests +from time import time + + +def main_test(): + url = "http://0.0.0.0:8218/model" + configs = [ + {"sentences": ["i want to hear anything you have that's funny"], "answers_dnnc": [["tell_joke"]]}, + {"sentences": ["i would like to know if you are a robot"], "answers_dnnc": [["are_you_a_bot"]]}, + ] + t = time() + for config in configs: + responses = requests.post(url, json=config).json() + for response, answer, sentence in zip(responses, config["answers_dnnc"], config["sentences"]): + # print((response, answer, sentence)) + predicted_classes = [class_ for class_ in response if response[class_] == max(response.values())] + assert sorted(answer) == sorted(predicted_classes), " * ".join( + [str(j) for j in [sentence, answer, predicted_classes, response]] + ) + print("SUCCESS!") + print(time() - t) + return 0 + + +main_test() diff --git a/annotators/dnnc_intents/test.sh b/annotators/dnnc_intents/test.sh new file mode 100755 index 0000000000..61672db785 --- /dev/null +++ b/annotators/dnnc_intents/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python test.py diff --git a/annotators/dnnc_intents/utils_roberta.py b/annotators/dnnc_intents/utils_roberta.py new file mode 100644 index 0000000000..01ba7adf6f --- /dev/null +++ b/annotators/dnnc_intents/utils_roberta.py @@ -0,0 +1,124 @@ +from deeppavlov.core.models.component import Component +from deeppavlov.core.common.registry import register +from deeppavlov.models.torch_bert.torch_transformers_classifier import TorchTransformersClassifierModel + +from typing import Dict, Union, List, Tuple +import json +import os +import numpy as np +import torch +import time +import logging + +import sentry_sdk +from sentry_sdk.integrations.flask import FlaskIntegration + +logging.basicConfig(format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", level=logging.INFO) + +sentry_sdk.init(dsn=os.getenv("SENTRY_DSN"), integrations=[FlaskIntegration()]) + +logger = logging.getLogger(__name__) + + +supported_intents = os.getenv("CLASSES").split(",") + + +@register("dnnc_preparer") +class dnnc_preparer(Component): + def __init__(self, thr_class=10, thr_oos=50, **kwargs): + self.data = json.load(open("data_full.json", "r")) + cnt = dict() + train_data = [] + for elem in self.data["val"] + self.data["oos_val"]: + class_ = elem[1] + if any( + [ + cnt.get(class_, 0) < thr_class and class_ in supported_intents, + (class_ == "oos" and cnt.get(class_, 0) < thr_oos), + ] + ): + train_data.append(elem) + cnt[class_] = cnt.get(class_, 0) + 1 + self.data = train_data + + def __call__(self, texts): + return texts, self.data + + +@register("torch_transformers_classifier_batch1") +class TorchTransformersClassifierModelBatch1(TorchTransformersClassifierModel): + def __call__(self, features: Dict[str, torch.tensor]) -> Union[List[int], List[List[float]]]: + """Make prediction for given features (texts). + + Args: + features: batch of InputFeatures + + Returns: + predicted classes or probabilities of each class + + """ + answer = [] + logger.debug(len(features["input_ids"])) + t = time.time() + for i in range(len(features["input_ids"])): + _input = {key: value[i].unsqueeze(0).to(self.device) for key, value in features.items()} + + with torch.no_grad(): + tokenized = {key: value for (key, value) in _input.items() if key in self.accepted_keys} + + # Forward pass, calculate logit predictions + logits = self.model(**tokenized) + logits = logits[0] + + if self.return_probas: + if self.is_binary: + pred = torch.sigmoid(logits).squeeze(1) + elif not self.multilabel: + pred = torch.nn.functional.softmax(logits, dim=-1) + else: + pred = torch.nn.functional.sigmoid(logits) + pred = pred.detach().cpu().numpy() + elif self.n_classes > 1: + logits = logits.detach().cpu().numpy() + pred = np.argmax(logits, axis=1) + # regression + else: + pred = logits.squeeze(-1).detach().cpu().numpy() + answer.append(pred) + logger.debug(time.time() - t) + answer = np.concatenate(answer) + return answer + + +@register("dnnc_pairgenerator") +class PairGenerator(Component): + """ + Generates all possible ordered pairs from 'texts_batch' and 'support_dataset' + + Args: + bidirectional: adds pairs in reverse order + """ + + def __init__(self, bidirectional: bool = False, **kwargs) -> None: + self.bidirectional = bidirectional + + def __call__( + self, + texts: List[str], + dataset: List[List[str]], + ) -> Tuple[List[str], List[str], List[str], List[str]]: + hypotesis_batch = [] + premise_batch = [] + hypotesis_labels_batch = [] + for [premise, [hypotesis, hypotesis_labels]] in zip( + texts * len(dataset), np.repeat(dataset, len(texts), axis=0) + ): + premise_batch.append(premise) + hypotesis_batch.append(hypotesis) + hypotesis_labels_batch.append(hypotesis_labels) + + if self.bidirectional: + premise_batch.append(hypotesis) + hypotesis_batch.append(premise) + hypotesis_labels_batch.append(hypotesis_labels) + return texts, hypotesis_batch, premise_batch, hypotesis_labels_batch diff --git a/assistant_dists/dream/cpu.yml b/assistant_dists/dream/cpu.yml index d90f6d159e..3b2f6f20cd 100644 --- a/assistant_dists/dream/cpu.yml +++ b/assistant_dists/dream/cpu.yml @@ -25,3 +25,6 @@ services: intent-catcher: environment: CUDA_VISIBLE_DEVICES: "" + dnnc-intents: + environment: + CUDA_VISIBLE_DEVICES: "" diff --git a/assistant_dists/dream/dev.yml b/assistant_dists/dream/dev.yml index 37a460fd0d..177eb7221b 100644 --- a/assistant_dists/dream/dev.yml +++ b/assistant_dists/dream/dev.yml @@ -157,4 +157,12 @@ services: - "./common:/src/common" ports: - 8167:8167 + dnnc-intents: + volumes: + - "./annotators/dnnc_intents:/src" + - "./common:/src/common" + - "~/.deeppavlov:/root/.deeppavlov" + - "~/.deeppavlov/cache:/root/.cache" + ports: + - 8218:8218 version: "3.7" diff --git a/assistant_dists/dream/docker-compose.override.yml b/assistant_dists/dream/docker-compose.override.yml index 2bd665f2aa..c36d4be5ad 100644 --- a/assistant_dists/dream/docker-compose.override.yml +++ b/assistant_dists/dream/docker-compose.override.yml @@ -8,7 +8,7 @@ services: combined-classification:8087, fact-retrieval:8100, entity-detection:8103, sentence-ranker:8128, property-extraction:8136, prompt-selector:8135, openai-api-chatgpt:8145, dff-dream-persona-chatgpt-prompted-skill:8137, dff-dream-faq-prompted-skill:8170, - openai-api-chatgpt-16k:8167, summarization-annotator:8058, dialog-summarizer:8059" + openai-api-chatgpt-16k:8167, summarization-annotator:8058, dialog-summarizer:8059,dnnc-intents:8218" WAIT_HOSTS_TIMEOUT: ${WAIT_TIMEOUT:-1000} HIGH_PRIORITY_INTENTS: 1 RESTRICTION_FOR_SENSITIVE_CASE: 1 @@ -484,4 +484,26 @@ services: reservations: memory: 4G + dnnc-intents: + env_file: [ .env ] + build: + args: + SERVICE_PORT: 8218 + SERVICE_NAME: dnnc_intents + CONFIG: classifier.json + CLASSES: tell_joke,are_you_a_bot,meaning_of_life,oos + context: . + dockerfile: ./annotators/dnnc_intents/Dockerfile + command: gunicorn --workers=1 server:app -b 0.0.0.0:8218 --timeout 600 + environment: + - CUDA_VISIBLE_DEVICES=0 + - FLASK_APP=server + deploy: + resources: + limits: + memory: 8G + reservations: + memory: 8G + + version: '3.7' diff --git a/assistant_dists/dream/gpu1.yml b/assistant_dists/dream/gpu1.yml index acef2c59f5..faf82bd50e 100644 --- a/assistant_dists/dream/gpu1.yml +++ b/assistant_dists/dream/gpu1.yml @@ -75,4 +75,10 @@ services: restart: unless-stopped volumes: - "~/.deeppavlov:/root/.deeppavlov" + dnnc-intents: + restart: unless-stopped + volumes: + - "~/.deeppavlov:/root/.deeppavlov" + environment: + - CUDA_VISIBLE_DEVICES=6 version: '3.7' diff --git a/assistant_dists/dream/pipeline_conf.json b/assistant_dists/dream/pipeline_conf.json index 35825f1f75..3894ba689a 100644 --- a/assistant_dists/dream/pipeline_conf.json +++ b/assistant_dists/dream/pipeline_conf.json @@ -248,6 +248,22 @@ "service": "annotators/wiki_parser/service_configs/wiki-parser" } }, + "dnnc_intents": { + "connector": { + "protocol": "http", + "timeout": 1.0, + "url": "http://dnnc-intents:8218/model" + }, + "dialog_formatter": "state_formatters.dp_formatters:preproc_last_human_utt_dialog", + "response_formatter": "state_formatters.dp_formatters:simple_formatter_service", + "previous_services": [], + "state_manager_method": "add_annotation", + "is_enabled": true, + "source": { + "component": "components/2JUPwwo1SZzxuj4RXjI350.yml", + "service": "annotators/dnnc_intents/service_configs/dnnc-intents" + } + }, "combined_classification": { "connector": { "protocol": "http", @@ -567,4 +583,4 @@ "gpu_usage": "20 GB", "disk_usage": "20 GB" } -} \ No newline at end of file +} diff --git a/assistant_dists/dream/proxy.yml b/assistant_dists/dream/proxy.yml index 754609de10..42ddd54d16 100644 --- a/assistant_dists/dream/proxy.yml +++ b/assistant_dists/dream/proxy.yml @@ -125,4 +125,13 @@ services: environment: - PROXY_PASS=proxy.deeppavlov.ai:8136 - PORT=8136 + + dnnc-intents: + command: [ "nginx", "-g", "daemon off;" ] + build: + context: dp/proxy/ + dockerfile: Dockerfile + environment: + - PROXY_PASS=proxy.deeppavlov.ai:8218 + - PORT=8218 version: '3.7' diff --git a/assistant_dists/dream/test.yml b/assistant_dists/dream/test.yml index 5035cb6254..c1666f6c31 100644 --- a/assistant_dists/dream/test.yml +++ b/assistant_dists/dream/test.yml @@ -71,4 +71,10 @@ services: property-extraction: volumes: - "~/.deeppavlov:/root/.deeppavlov" + dnnc-intents: + volumes: + - "~/.deeppavlov:/root/.deeppavlov" + - "~/.deeppavlov/cache:/root/.cache" + environment: + - CUDA_VISIBLE_DEVICES=6 version: '3.7' diff --git a/common/dnnc_classes.py b/common/dnnc_classes.py new file mode 100644 index 0000000000..dde025dae4 --- /dev/null +++ b/common/dnnc_classes.py @@ -0,0 +1,152 @@ +dnnc_classes = [ + "accept_reservations", + "account_blocked", + "alarm", + "application_status", + "apr", + "are_you_a_bot", + "balance", + "bill_balance", + "bill_due", + "book_flight", + "book_hotel", + "calculator", + "calendar", + "calendar_update", + "calories", + "cancel", + "cancel_reservation", + "car_rental", + "card_declined", + "carry_on", + "change_accent", + "change_ai_name", + "change_language", + "change_speed", + "change_user_name", + "change_volume", + "confirm_reservation", + "cook_time", + "credit_limit", + "credit_limit_change", + "credit_score", + "current_location", + "damaged_card", + "date", + "definition", + "direct_deposit", + "directions", + "distance", + "do_you_have_pets", + "exchange_rate", + "expiration_date", + "find_phone", + "flight_status", + "flip_coin", + "food_last", + "freeze_account", + "fun_fact", + "gas", + "gas_type", + "goodbye", + "greeting", + "how_busy", + "how_old_are_you", + "improve_credit_score", + "income", + "ingredient_substitution", + "ingredients_list", + "insurance", + "insurance_change", + "interest_rate", + "international_fees", + "international_visa", + "jump_start", + "last_maintenance", + "lost_luggage", + "make_call", + "maybe", + "meal_suggestion", + "meaning_of_life", + "measurement_conversion", + "meeting_schedule", + "min_payment", + "mpg", + "new_card", + "next_holiday", + "next_song", + "no", + "nutrition_info", + "oil_change_how", + "oil_change_when", + "order", + "order_checks", + "order_status", + "pay_bill", + "payday", + "pin_change", + "play_music", + "plug_type", + "pto_balance", + "pto_request", + "pto_request_status", + "pto_used", + "recipe", + "redeem_rewards", + "reminder", + "reminder_update", + "repeat", + "replacement_card_duration", + "report_fraud", + "report_lost_card", + "reset_settings", + "restaurant_reservation", + "restaurant_reviews", + "restaurant_suggestion", + "rewards_balance", + "roll_dice", + "rollover_401k", + "routing", + "schedule_maintenance", + "schedule_meeting", + "share_location", + "shopping_list", + "shopping_list_update", + "smart_home", + "spelling", + "spending_history", + "sync_device", + "taxes", + "tell_joke", + "text", + "thank_you", + "time", + "timer", + "timezone", + "tire_change", + "tire_pressure", + "todo_list", + "todo_list_update", + "traffic", + "transactions", + "transfer", + "translate", + "travel_alert", + "travel_notification", + "travel_suggestion", + "uber", + "update_playlist", + "user_name", + "vaccines", + "w2", + "weather", + "what_are_your_hobbies", + "what_can_i_ask_you", + "what_is_your_name", + "what_song", + "where_are_you_from", + "whisper_mode", + "who_do_you_work_for", + "who_made_you", + "yes", +] diff --git a/common/utils.py b/common/utils.py index d6dbfbbde9..96a7c49444 100644 --- a/common/utils.py +++ b/common/utils.py @@ -838,7 +838,6 @@ def get_intents(annotated_utterance, probs=False, default_probs=None, default_la else: midas_intent_labels = [] cobot_da_intent_probs, cobot_da_intent_labels = {}, [] - if "cobot_dialogact" in annotations and "intents" in annotations["cobot_dialogact"]: cobot_da_intent_labels = annotated_utterance["annotations"]["cobot_dialogact"]["intents"] elif "cobot_dialogact_intents" in annotations: @@ -852,10 +851,13 @@ def get_intents(annotated_utterance, probs=False, default_probs=None, default_la cobot_da_intent_labels = _process_text(cobot_da_intent_labels) if not cobot_da_intent_probs: cobot_da_intent_probs = _labels_to_probs(cobot_da_intent_labels, combined_classes["cobot_dialogact_intents"]) - + dnnc_intent_probs = annotated_utterance.get("annotations", {}).get("dnnc_intents", {"oos": 1}) + dnnc_intent_labels = [intent for intent in dnnc_intent_probs if dnnc_intent_probs.get(intent, 0) == 1] if which == "all": - answer_probs = {**detected_intent_probs, **cobot_da_intent_probs, **midas_intent_probs} - answer_labels = detected_intents + cobot_da_intent_labels + midas_intent_labels + answer_probs = {**detected_intent_probs, **cobot_da_intent_probs, **midas_intent_probs, **dnnc_intent_probs} + answer_labels = detected_intents + cobot_da_intent_labels + midas_intent_labels + dnnc_intent_labels + elif which == "dnnc": + answer_probs, answer_labels = dnnc_intent_probs, dnnc_intents elif which == "intent_catcher": answer_probs, answer_labels = detected_intent_probs, detected_intents elif which == "cobot_dialogact_intents": diff --git a/components/2JUPwwo1SZzxuj4RXjI350.yml b/components/2JUPwwo1SZzxuj4RXjI350.yml new file mode 100644 index 0000000000..def2d2894f --- /dev/null +++ b/components/2JUPwwo1SZzxuj4RXjI350.yml @@ -0,0 +1,24 @@ +name: dnnc_intents +display_name: DNNC Intent Classifier +component_type: null +model_type: NN-based +is_customizable: true +author: publisher@deeppavlov.ai +description: Model for DNNC intent classification from DeepPavlov +ram_usage: 3G +gpu_usage: 7G +group: annotators +connector: + protocol: http + timeout: 1.0 + url: http://dnnc-intents:8218/model +dialog_formatter: + name: state_formatters.dp_formatters:preproc_last_human_utt_dialog +response_formatter: state_formatters.dp_formatters:simple_formatter_service +previous_services: null +required_previous_services: null +state_manager_method: add_annotation +tags: null +endpoint: model +service: annotators/dnnc_intents/components/dnnc-intents +date_created: '2023-10-16T09:45:32' diff --git a/tests/runtests.sh b/tests/runtests.sh index 370d4b7bb4..fc6f5b054b 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -140,7 +140,7 @@ if [[ "$MODE" == "test_skills" || "$MODE" == "all" ]]; then for container in sentseg intent-catcher ranking-based-response-selector entity-linking \ kbqa text-qa wiki-parser combined-classification fact-retrieval \ dff-intent-responder-skill entity-detection sentence-ranker \ - property-extraction ner prompt-selector \ + property-extraction ner prompt-selector dnnc-intents \ dff-dream-persona-chatgpt-prompted-skill dff-google-api-skill; do echo "Run tests for $container"