AMUseBot/ai_talks/AMUseBotBackend/dialog/251.1.json
2023-06-05 21:23:33 +02:00

280 lines
13 KiB
JSON

{
"messages": [
{
"utt_id": "utt-0",
"utterance": "Hello Bot! What do we have for 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 buffalo chicken wings today. Do you like it?",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();"
},
{
"utt_id": "utt-2",
"utterance": "Yes, I like! What's the ingridents?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}"
},
{
"utt_id": "utt-3",
"utterance": "There are 6 ingredients in total. I will tell you two ingredients per sentence.",
"bot": true,
"annotations": "sum_ingredient_list();\r\npropose_list_ingredients();"
},
{
"utt_id": "utt-4",
"utterance": "OK, tell me pls.",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}"
},
{
"utt_id": "utt-5",
"utterance": "The first two are 24 chicken wings and 2 quarts vegetable oil for deep frying.",
"bot": true,
"annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);"
},
{
"utt_id": "utt-6",
"utterance": "How much oil?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}"
},
{
"utt_id": "utt-7",
"utterance": "2 quarts oil.",
"bot": true,
"annotations": "inform_amount(ing-1);"
},
{
"utt_id": "utt-8",
"utterance": "And next?",
"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-9",
"utterance": "Next you need 4 tablespoons butter and 1 tablespoon distilled white vinegar.",
"bot": true,
"annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);"
},
{
"utt_id": "utt-10",
"utterance": "OK. next step?",
"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 two are 5 tablespoons hot pepper sauce and some salt and pepper to taste.",
"bot": true,
"annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);"
},
{
"utt_id": "utt-12",
"utterance": "What do you mean `some salt`? Can you quantify pls :).",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-13",
"utterance": "Sorry I cannot answer that from the recipe.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-14",
"utterance": "OK, I'll go half table spoon! What is next step?",
"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-15",
"utterance": "Good. We will start the recipe now. First, take a large skillet or deep fryer.",
"bot": true,
"annotations": "fetch(inst-0, [tool-0-0]);"
},
{
"utt_id": "utt-16",
"utterance": "OK.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-17",
"utterance": "Then fry chicken wings in oil for 10 minutes.",
"bot": true,
"annotations": "inform_instruction(inst-0);"
},
{
"utt_id": "utt-18",
"utterance": "Wait wait wait... wait 10 mins :0. Next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-19",
"utterance": "Remove chicken and oil from skillet, drain oil and reserve chicken.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-20",
"utterance": "What should I do with oil?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"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-21",
"utterance": "Drain the oil.",
"bot": true,
"annotations": "repeat(ac-1-1);"
},
{
"utt_id": "utt-22",
"utterance": "Next step pls.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-23",
"utterance": "You can now melt butter in skillet.",
"bot": true,
"annotations": "inform_instruction(ac-2-0);"
},
{
"utt_id": "utt-24",
"utterance": "Melt butte... hmmmm Ok then?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-25",
"utterance": "Then add vinegar and hot sauce to the skillet.",
"bot": true,
"annotations": "inform_instruction(ac-2-1);"
},
{
"utt_id": "utt-26",
"utterance": "Vinegar and hot sauce added.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}"
},
{
"utt_id": "utt-27",
"utterance": "Good. Now season the sauce mixture with salt and pepper.",
"bot": true,
"annotations": "inform_instruction(inst-3);"
},
{
"utt_id": "utt-28",
"utterance": "Can you repeat this step pls?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}"
},
{
"utt_id": "utt-29",
"utterance": "You add salt and pepper to the mixture in the skillet.",
"bot": true,
"annotations": "repeat(inst-3);"
},
{
"utt_id": "utt-30",
"utterance": "OK. Next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}"
},
{
"utt_id": "utt-31",
"utterance": "Now add the cooked chicken to sauce and stir them on low heat to coat.",
"bot": true,
"annotations": "inform_instruction(inst-4);"
},
{
"utt_id": "utt-32",
"utterance": "High heat?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}"
},
{
"utt_id": "utt-33",
"utterance": "Low heat.",
"bot": true,
"annotations": "inform_temperature(temp-4-0);"
},
{
"utt_id": "utt-34",
"utterance": "Ok ok ok.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}"
},
{
"utt_id": "utt-35",
"utterance": "The longer the wings simmer in the sauce, the hotter they will be.",
"bot": true,
"annotations": "inform_instruction(inst-5);"
},
{
"utt_id": "utt-36",
"utterance": "Can I put it in sauce for 5 hours? I want it really hot!!",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}"
},
{
"utt_id": "utt-37",
"utterance": "Sorry, I cannot answer that. You can follow your intuition.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-38",
"utterance": "How long should I put it in the sauce to make it really hot?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}"
},
{
"utt_id": "utt-39",
"utterance": "Sorry, it is up to you.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-40",
"utterance": "OK, next.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}"
},
{
"utt_id": "utt-41",
"utterance": "Serve warm and enjoy chicken wings!",
"bot": true,
"annotations": "inform_instruction(inst-6);\r\nenjoy();"
},
{
"utt_id": "utt-42",
"utterance": "Is it finished?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}"
},
{
"utt_id": "utt-43",
"utterance": "Yes. It is finished.",
"bot": true,
"annotations": "affirm();\r\nend_recipe();"
},
{
"utt_id": "utt-44",
"utterance": "Thanks bot! enjoy sunny day.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}"
},
{
"utt_id": "utt-45",
"utterance": "You are welcome.",
"bot": true,
"annotations": "thank();"
}
]
}