AMUseBot/ai_talks/AMUseBotBackend/dialog/225.1.json
2023-06-05 21:23:33 +02:00

100 lines
5.3 KiB
JSON

{
"messages": [
{
"utt_id": "utt-0",
"utterance": "Hi bot I would like to make a nice sauce for my fish tacos. Do you have something?",
"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": "Mmmh fish tacos sound amazing! What do you think about Chipotle Mayo Relish?",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);"
},
{
"utt_id": "utt-2",
"utterance": "Yes that sounds just perfect. How should I start?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}"
},
{
"utt_id": "utt-3",
"utterance": "Nice to hear! We can start by preparing the ingredients, there is 4 of them. And the first two are 1 cup of light mayonnaise and 2 tablespoons of canned Chipotle peppers in adobo sauce, seeded and minced.",
"bot": true,
"annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);"
},
{
"utt_id": "utt-4",
"utterance": "Ok I have both ingredients ready. What are the other two?",
"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-5",
"utterance": "The last two are 1 quarter of a cup of chopped green onion and 1 quarter of a cup of sweet pickle relish.",
"bot": true,
"annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);"
},
{
"utt_id": "utt-6",
"utterance": "Ok nice. So how should I make the sauce?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-7",
"utterance": "You can start by placing the mayonnaise and the chipotle peppers into a food processor, and process until they are well blended.",
"bot": true,
"annotations": "inform_instruction(inst-0);"
},
{
"utt_id": "utt-8",
"utterance": "Ok it looks well blended now. Should I add the other ingredients?",
"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 add a little bit more of the sauce if desired, I like to add about half a teaspoon.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-10",
"utterance": "Nice I will do that. What is next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-11",
"utterance": "All right, next is to transfer to a serving bowl and stir in the green onion and the sweet pickle relish.",
"bot": true,
"annotations": "inform_instruction(inst-2);"
},
{
"utt_id": "utt-12",
"utterance": "Ah nice, it looks good now. Can I eat it?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-13",
"utterance": "Sure! You can chill until serving and you are ready to go!",
"bot": true,
"annotations": "inform_instruction(inst-3);\r\nend_recipe();"
},
{
"utt_id": "utt-14",
"utterance": "Nice thanks it will be great with my fish tacos.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-15",
"utterance": "Enjoy!!",
"bot": true,
"annotations": "enjoy();"
}
]
}