AMUseBot/dialog/010.1.json

118 lines
5.7 KiB
JSON
Raw Normal View History

2023-06-05 21:23:33 +02:00
{
"messages": [
{
"utt_id": "utt-0",
"utterance": "Hi. how do I make basic syrup for sunset cooler?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}"
},
{
"utt_id": "utt-1",
"utterance": "Hi. take a deep saucepan before we will add some ingredients.",
"bot": true,
"annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);"
},
{
"utt_id": "utt-2",
"utterance": "I have the deep saucepan. What should I add?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}"
},
{
"utt_id": "utt-3",
"utterance": "Now first add 1 cup of white sugar and 1 cup of water to the pan.",
"bot": true,
"annotations": "simplify_continue(inst-0, [ing-0, ing-1]);"
},
{
"utt_id": "utt-4",
"utterance": "Ok. I have added the sugar and water to the pan. What's next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}"
},
{
"utt_id": "utt-5",
"utterance": "Now still add 2 pandan leaves.",
"bot": true,
"annotations": "simplify_continue(inst-0, [ing-2]);"
},
{
"utt_id": "utt-6",
"utterance": "What kind of leaves?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}"
},
{
"utt_id": "utt-7",
"utterance": "Pandan leaves.",
"bot": true,
"annotations": "repeat(inst-0, [ing-2]);"
},
{
"utt_id": "utt-8",
"utterance": "Ok. they are added.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-9",
"utterance": "Great. now bring it to a boil and then lower the heat until the sugar is dissolved.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-10",
"utterance": "Ok. the sugar is dissolved. What's next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-11",
"utterance": "Now first remove the pandan leaves.",
"bot": true,
"annotations": "inform_instruction(ac-2-0);"
},
{
"utt_id": "utt-12",
"utterance": "I removed them.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-13",
"utterance": "Now strain the syrup and allow it to cool so you can use it.",
"bot": true,
"annotations": "inform_instruction(ac-2-1);\r\ninform_instruction(inst-3);"
},
{
"utt_id": "utt-14",
"utterance": "Ok. the syrup is strained and cooled. What should I do with it?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-15",
"utterance": "Ok. Great. now you can store it in a bottle and put in the refrigerator.",
"bot": true,
"annotations": "inform_instruction(inst-4);"
},
{
"utt_id": "utt-16",
"utterance": "Ok. what's next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-17",
"utterance": "That was all. I hope you enjoy it.",
"bot": true,
"annotations": "end_recipe();\r\nenjoy();"
},
{
"utt_id": "utt-18",
"utterance": "It looks good. Thank you for the instructions.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}"
}
]
}