AMUseBot/dialog/126.1.json
2023-06-28 22:55:54 +02:00

160 lines
7.8 KiB
JSON

{
"messages": [
{
"utt_id": "utt-0",
"utterance": "Hello! What are we gonna cook 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 today we will make an apple pie. It will be a short an easy recipe.",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);"
},
{
"utt_id": "utt-2",
"utterance": "Ok good! Can I have all the ingredients first? So I can prepare them already!",
"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": "First you should prepare 5 ingredients. The frist two are 1 gallon apple juice and 1 gallon apple cider.",
"bot": true,
"annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);"
},
{
"utt_id": "utt-4",
"utterance": "Ok good, could I ask you how much is 1 gallon in liters?",
"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.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-6",
"utterance": "Oh no problem. What are the next 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": "Yes it will be a special type of apple pie called apple pie 2. The next two ingredients are 3 cups white sugar and 8 cinnamon sticks.",
"bot": true,
"annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);"
},
{
"utt_id": "utt-8",
"utterance": "Ok good can I use stevia instead of sugar?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}"
},
{
"utt_id": "utt-9",
"utterance": "Sorry I cannot answer that question.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-10",
"utterance": "Ok no problem. Can I have the last ingredient?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"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-11",
"utterance": "The last ingredient is 1 bottle 190 proof grain alcohol.",
"bot": true,
"annotations": "inform_ingredient(ing-4);"
},
{
"utt_id": "utt-12",
"utterance": "Ok good I am ready to start then!",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-13",
"utterance": "Do you need the size of the bottle?",
"bot": true,
"annotations": "other();"
},
{
"utt_id": "utt-14",
"utterance": "Yes maybe :).",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-15",
"utterance": "The size is 750 milliliter.",
"bot": true,
"annotations": "inform_amount(ing-4);"
},
{
"utt_id": "utt-16",
"utterance": "Ok perfect! Now I am actually ready to start.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-17",
"utterance": "Take a large pot and combine the apple juice, apple cider, sugar and cinnamon sticks.",
"bot": true,
"annotations": "inform_instruction(inst-0);"
},
{
"utt_id": "utt-18",
"utterance": "Ok it's done! can I also add some milk?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-19",
"utterance": "Sorry I cannot answer that question.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-20",
"utterance": "Ok no problem, what is the next step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-21",
"utterance": "Now bring it to a boil. As soon as it boils you should remove the pot from heat and let it cool completely.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-22",
"utterance": "I remove it from heat and let it cool, what now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-23",
"utterance": "Now you should stir in the grain alcohol and then you are ready to enjoy your apple pie 2.",
"bot": true,
"annotations": "inform_instruction(inst-2);"
},
{
"utt_id": "utt-24",
"utterance": "Ok great! I cannot really say that it looks delicious, but I trust you :).",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-25",
"utterance": "You are welcome.",
"bot": true,
"annotations": "thank();"
}
]
}