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

130 lines
6.5 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 we will make blackened tuna. It will be a short recipe.",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);"
},
{
"utt_id": "utt-2",
"utterance": "Great, I love tuna! What are the ingredients?",
"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": "There are 4 ingredients. First take 1 1/2 pounds fresh tuna steaks. They should be 1 inch thick.",
"bot": true,
"annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);"
},
{
"utt_id": "utt-4",
"utterance": "Good, I have them!",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}"
},
{
"utt_id": "utt-5",
"utterance": "Now take 2 tablespoons cajun seasoning, 2 tablespoons olive oil and 2 tablespoons butter.",
"bot": true,
"annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);"
},
{
"utt_id": "utt-6",
"utterance": "Ok. I have them! What next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-7",
"utterance": "Now coat the tuna with the cajun seasoning.",
"bot": true,
"annotations": "inform_instruction(inst-0);"
},
{
"utt_id": "utt-8",
"utterance": "Ok. I seasoned the tuna. What should I do next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-9",
"utterance": "Now heat the oil and butter in a large skillet over high heat.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-10",
"utterance": "Ok. oil and butter are heated, what is the next step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-11",
"utterance": "When the oil is nearly smoking you should place the steaks in pan.",
"bot": true,
"annotations": "inform_instruction(inst-2);"
},
{
"utt_id": "utt-12",
"utterance": "Ok. The tuna steaks are in the pan. What next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-13",
"utterance": "Cook them on one side for 3 to 4 minutes, or until they beceame blackened.",
"bot": true,
"annotations": "inform_instruction(inst-3);"
},
{
"utt_id": "utt-14",
"utterance": "Ok. They are blackened now. What should I do next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-15",
"utterance": "Turn the steaks and cook them again 3 to 4 minutes. Or to your desired doneness.",
"bot": true,
"annotations": "inform_instruction(inst-4);"
},
{
"utt_id": "utt-16",
"utterance": "How long should I cook them for them to be very done inside?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-17",
"utterance": "You should cook them at least for 3 to 4 minutes.",
"bot": true,
"annotations": "inform_duration(dur-4-0);"
},
{
"utt_id": "utt-18",
"utterance": "Ok. Good. I cooked them for 4 minutes. What now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-19",
"utterance": "That was all. Enjoy your tuna!",
"bot": true,
"annotations": "end_recipe();\r\nenjoy();"
},
{
"utt_id": "utt-20",
"utterance": "Gracias!",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}"
}
]
}