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

106 lines
5.4 KiB
JSON

{
"messages": [
{
"utt_id": "utt-0",
"utterance": "Hi bot, I like chocolate but I want to make something special. Do you have a recipe?",
"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! I also love chocolate, good choice! What about Chocolate Covered Pretzels?",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);"
},
{
"utt_id": "utt-2",
"utterance": "Hm sounds yummy.",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}"
},
{
"utt_id": "utt-3",
"utterance": "Nice to hear that you like the idea! Would you like to start with preparing the ingredients?",
"bot": true,
"annotations": "propose_list_ingredients();"
},
{
"utt_id": "utt-4",
"utterance": "Yes please!",
"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": "Nice! You'll need three ingredients! 2 packages of pretzels, 1 tablespoon of heavy whipping cream and 2 cups semisweet chocolate chips.",
"bot": true,
"annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);"
},
{
"utt_id": "utt-6",
"utterance": "Alright, what are the sizes of the packages?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}"
},
{
"utt_id": "utt-7",
"utterance": "Each one of them should be 10 ounces.",
"bot": true,
"annotations": "inform_amount(ing-0);"
},
{
"utt_id": "utt-8",
"utterance": "Ok thanks. What should I do now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}"
},
{
"utt_id": "utt-9",
"utterance": "You can start to melt chocolate and cream in a double boiler over low heat, stirring constantly.",
"bot": true,
"annotations": "inform_instruction(inst-0);"
},
{
"utt_id": "utt-10",
"utterance": "Ok nice. When should I stop?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-11",
"utterance": "You can dip the pretzels one at a time quickly to coat while mixture is still very warm.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-12",
"utterance": "Ok I have dipped them in. Should I use all the pretzels?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_use_all;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-13",
"utterance": "Yes! Then you can place them on wax paper to set and cool.",
"bot": true,
"annotations": "affirm();\r\ninform_instruction(inst-2);"
},
{
"utt_id": "utt-14",
"utterance": "Ok nice. Is there something I should still to do after cooling.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-15",
"utterance": "No, that's it! When it's cool you can eat them! I hope you enjoy!! :).",
"bot": true,
"annotations": "negate();\r\nend_recipe();\r\nenjoy();"
},
{
"utt_id": "utt-16",
"utterance": "Ok thanks, I will, it looks great!",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}"
}
]
}