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

100 lines
5.1 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 a nice simple dipping sauce.",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);"
},
{
"utt_id": "utt-2",
"utterance": "Good how many ingredients are there?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}"
},
{
"utt_id": "utt-3",
"utterance": "There are 8 ingredients which you should combine in a small bowl.",
"bot": true,
"annotations": "sum_ingredient_list();"
},
{
"utt_id": "utt-4",
"utterance": "Good! Could you tell me 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-5",
"utterance": "The first two ingredients are 1/2 cup mayonnaise and 2 teaspoons ketchup.",
"bot": true,
"annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);"
},
{
"utt_id": "utt-6",
"utterance": "Ok good I have them ready, what next?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}"
},
{
"utt_id": "utt-7",
"utterance": "Good, the next ingredients are 2 tablespoons prepared horseradish, 1/4 teaspoon paprika and 1/4 teaspoon salt.",
"bot": true,
"annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);"
},
{
"utt_id": "utt-8",
"utterance": "Ok good! What are the next ingredients?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}"
},
{
"utt_id": "utt-9",
"utterance": "1/8 teaspoon dried oregano, 1 dash ground black pepper and cayenne pepper to taste.",
"bot": true,
"annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);"
},
{
"utt_id": "utt-10",
"utterance": "Ok can we start with the recipe now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-11",
"utterance": "Yes the only thing you should do is to combine all the ingredients in a small bowl. Then store it covered in the refrigerator.",
"bot": true,
"annotations": "simplify_begin(inst-0);\r\ninform_instruction(inst-1);"
},
{
"utt_id": "utt-12",
"utterance": "Ok goo! What can I use this sauce for?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-13",
"utterance": "It is a dipping sauce. It is a common condiment for many types of food. I don't know which specific type food you can use this sauce for.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-14",
"utterance": "Ok good I'll try it with pasta! Thanks bot.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}"
},
{
"utt_id": "utt-15",
"utterance": "Ok you are welcome.",
"bot": true,
"annotations": "thank();"
}
]
}