{ "messages": [ { "utt_id": "utt-0", "utterance": "Hello! What are we gonna do today?", "bot": false, "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_title;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" }, { "utt_id": "utt-1", "utterance": "Hi. We will make a fruited ice cream. Do you like ice cream?", "bot": true, "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" }, { "utt_id": "utt-2", "utterance": "I love ice cream! I scream ice cream! Which ingredients should I prepare?", "bot": false, "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" }, { "utt_id": "utt-3", "utterance": "Great. You will need 6 ingredients. The first two are 2 cans sweetened condensed milk and 5 cups milk.", "bot": true, "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" }, { "utt_id": "utt-4", "utterance": "Ok. Should I use whole milk?", "bot": false, "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" }, { "utt_id": "utt-5", "utterance": "Sorry I cannot answer that question.", "bot": true, "annotations": "fence();" }, { "utt_id": "utt-6", "utterance": "Ok. No problem. What are the next two ingredients?", "bot": false, "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" }, { "utt_id": "utt-7", "utterance": "2 cups heavy cream and 2 tablespoons vanilla extract.", "bot": true, "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" }, { "utt_id": "utt-8", "utterance": "Ok. Good. They are ready! Can I have the last two ingredients?", "bot": false, "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" }, { "utt_id": "utt-9", "utterance": "1/2 teaspoon salt ans 3 cups chopped strawberries.", "bot": true, "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\n" }, { "utt_id": "utt-10", "utterance": "Can you repeat the second ingredient please?", "bot": false, "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" }, { "utt_id": "utt-11", "utterance": "The second ingredients is 3 cups chopped strawberries.", "bot": true, "annotations": "repeat(ing-5);" }, { "utt_id": "utt-12", "utterance": "Ok. good! Can we start then?", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" }, { "utt_id": "utt-13", "utterance": "Yes, now combine all the ingredients in a freezer canister of ice cream maker.", "bot": true, "annotations": "inform_instruction(inst-0);" }, { "utt_id": "utt-14", "utterance": "Ok. good I did so!", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" }, { "utt_id": "utt-15", "utterance": "Now freeze it according to manufacturer's directions.", "bot": true, "annotations": "inform_instruction(inst-1);" }, { "utt_id": "utt-16", "utterance": "Ok. it's in the freezer now. What next?", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" }, { "utt_id": "utt-17", "utterance": "Ok. that was all. You should follow the manufacturer's directions. Enjoy you ice cream.", "bot": true, "annotations": "end_recipe();\r\nenjoy();" }, { "utt_id": "utt-18", "utterance": "Ok. tasty! Thank you bot!!", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" }, { "utt_id": "utt-19", "utterance": "You are welcome.", "bot": true, "annotations": "thank();" } ] }