AMUseBot/dialog/166.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 today we will make Campagnard Sauce. It will be a short recipe.",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);"
},
{
"utt_id": "utt-2",
"utterance": "Great! How many ingredients does it have?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-3",
"utterance": "It has 5 ingredients. You need to take a bowl and add all of them together.",
"bot": true,
"annotations": "sum_ingredient_list();\r\nfetch(inst-0, [tool-0-0]);"
},
{
"utt_id": "utt-4",
"utterance": "Great! Should it be a large bowl?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-5",
"utterance": "Sorry I cannot answer that question. You will need to add 5 ingredients in the bowl in order to make the sauce.",
"bot": true,
"annotations": "fence();\r\nsimplify_begin(inst-0);"
},
{
"utt_id": "utt-6",
"utterance": "Ok no problem! Could you tell me which ingredients should I put in the bowl?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-7",
"utterance": "The first two ingredients are 2 cloves garlic, minced. And 1/2 cup goat cheese.",
"bot": true,
"annotations": "simplify_continue(inst-0, [ing-0, ing-1]);"
},
{
"utt_id": "utt-8",
"utterance": "Ok good they are are ready, what next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-9",
"utterance": "The other 3 are 1 celery stalk, minced. 2 tablespoons balsamic vinegar and 1/2 cup olive oil.",
"bot": true,
"annotations": "simplify_continue(inst-0, [ing-2, ing-3, ing-4]);"
},
{
"utt_id": "utt-10",
"utterance": "Ok good, can I use sunflower oil instead?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-11",
"utterance": "Sorry I cannot answer that question.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-12",
"utterance": "Ok no problem, what should I do 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-13",
"utterance": "Now mix them all together in the bowl and then season to taste with salt and pepper.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-14",
"utterance": "Ok, good, I did that, what next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; 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-15",
"utterance": "Now blend it well until the sauce becomes smooth. Then cover, and refrigerate.",
"bot": true,
"annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);"
},
{
"utt_id": "utt-16",
"utterance": "Okay, good. For how long should I refrigerate it?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}"
},
{
"utt_id": "utt-17",
"utterance": "That is up to you. You should serve it chilled.",
"bot": true,
"annotations": "inform_instruction(inst-4);"
},
{
"utt_id": "utt-18",
"utterance": "Ok, it's ready now? Smells great!",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}"
},
{
"utt_id": "utt-19",
"utterance": "Yes that was all. Enjoy!",
"bot": true,
"annotations": "affirm();\r\nend_recipe();\r\nenjoy();"
},
{
"utt_id": "utt-20",
"utterance": "Great, thanks!",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}"
}
]
}