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

130 lines
6.4 KiB
JSON

{
"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": "Hi. today we are making Gelatin Fruit Salad. A short and easy recipe. Are you ready to start?",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();"
},
{
"utt_id": "utt-2",
"utterance": "Sure, what should I do?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-3",
"utterance": "Take a saucepan and bring 1 cup applesauce to a boil.",
"bot": true,
"annotations": "inform_instruction(inst-0);"
},
{
"utt_id": "utt-4",
"utterance": "Could you repeat what kind of sauce I need to boil please?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-5",
"utterance": "Applesauce.",
"bot": true,
"annotations": "repeat(inst-0, [ing-0]);"
},
{
"utt_id": "utt-6",
"utterance": "Ok. what size should the cup be?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-7",
"utterance": "I can not answer that question.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-8",
"utterance": "Ok. the sauce is boiling. What is 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": "You can now remove it from the heat and add gelatin. Keep stirring until all the gelatin is dissolved.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-10",
"utterance": "How much gelatin should I add?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}"
},
{
"utt_id": "utt-11",
"utterance": "2 packages cherry gelatin. 1 package has a weight of 3 ounce.",
"bot": true,
"annotations": "inform_amount(ing-1);"
},
{
"utt_id": "utt-12",
"utterance": "Ok. thanks. I added and stirred. What is next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-13",
"utterance": "Now you can slowly add the soda and pineapple. Take 1 can lemon-lime soda and 1 can undrained crushed pineapple.",
"bot": true,
"annotations": "inform_instruction(inst-2);"
},
{
"utt_id": "utt-14",
"utterance": "Ok. what size do they need to have?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}"
},
{
"utt_id": "utt-15",
"utterance": "1 can lemon-lime soda of 12 ounce and 1 can pineapple of 8 ounce.",
"bot": true,
"annotations": "inform_amount(ing-2);\r\ninform_amount(ing-3);"
},
{
"utt_id": "utt-16",
"utterance": "Ok. thanks. I added both. What should I do now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-17",
"utterance": "As a last step place it in the refrigerator until it becomes firm.",
"bot": true,
"annotations": "inform_instruction(inst-3);"
},
{
"utt_id": "utt-18",
"utterance": "Ok. I will do that. Was that it?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-19",
"utterance": "Yes that's all. Bye.",
"bot": true,
"annotations": "affirm();\r\nend_recipe();\r\ngoodbye();"
},
{
"utt_id": "utt-20",
"utterance": "Ok. thanks for the instructions. Bye.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}"
}
]
}