{ "messages": [ { "utt_id": "utt-0", "utterance": "Hi what are we making 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": "Hello! Today we are gonna make cookie paints! It's a very simple recipe with two ingredients.", "bot": true, "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();" }, { "utt_id": "utt-2", "utterance": "Ok good what should I do?", "bot": false, "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" }, { "utt_id": "utt-3", "utterance": "Good, you can start by preparing 2 tablespoons of evaporated milk and 4 drops red food coloring.", "bot": true, "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" }, { "utt_id": "utt-4", "utterance": "Ok I have them.", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 3}" }, { "utt_id": "utt-5", "utterance": "Take a small bowl and stir the food coloring into the evaporated milk.", "bot": true, "annotations": "inform_instruction(inst-0);" }, { "utt_id": "utt-6", "utterance": "Ok what should I do with it?", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 4}" }, { "utt_id": "utt-7", "utterance": "You can paint the liquid onto the cookies with a paintbrush before baking.", "bot": true, "annotations": "inform_instruction(inst-1);" }, { "utt_id": "utt-8", "utterance": "Ok I have done that. What is next?", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 4}" }, { "utt_id": "utt-9", "utterance": "That's it :) enjoy!", "bot": true, "annotations": "end_recipe();\r\nenjoy();" }, { "utt_id": "utt-10", "utterance": "Ok, what a great recipe. Thanks for the instructions.", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 4}" } ] }