conversation_id
stringlengths
40
40
vertical
stringclasses
1 value
scenario
stringclasses
32 values
instructions
stringclasses
28 values
utterances
listlengths
2
8
dlg-8c1936e6-11d4-4909-8269-c56376bee1fa
Coffee
Auto template 7 order a DECAF coffee drink no other mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink, but decaffeinated. Say it out loud, then write it in the way you'd order it at a real coffee bar. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Caff","Decaf"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-0024\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"macchiato-0024\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Caff\",\"Decaf\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"macchiato-0024\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"33956\",\"order_item_id\":\"85956\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"33956\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"33956\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"jack of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"85956\", \"menu_item_id\": \"macchiato-0024\", \"menu_item_name\": \"Macchiato\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'm going to need a decaf Macchiato, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you please check if this is all accurate?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"33956\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, it is." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, that should be up shortly." } ]
dlg-62e70473-515f-469e-a1ec-3ae4eb72b4d8
Coffee
Auto template 20b order a coffee drink with 2 mods and specifies HERE or TO GO
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *Here or To go* {{ENTER delivery delivery Enter either Here OR To go}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (1. Orders a var_shots var_drink with var_milk milk. 2. Specifies it is a "var_delivery" order. Say the order out loud, then write it here. MAKE SURE to add it is a 'var_delivery' order!) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_shots OR var_milk Milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_addons request {"query": "var_delivery", "scope": "order"} response get_addons response {"attributes":[{"attribute_id": "order-type", "attribute_name": "Order Type", "options": ["Here", "To go", "Delivery"]}]} call update_order request {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "option": "var_delivery"}] } response update_order response {"order_id": "var_order_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "var_delivery"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant OK. Just confirm the order all looks correct and I'll send it off to be made for you. hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-9654\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Single OR 2% Milk\", \"menu_item_id\":\"macchiato-9654\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"macchiato-9654\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Single\"},{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"88316\",\"order_item_id\":\"98746\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"To go\", \"scope\": \"order\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"attributes\":[{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"options\": [\"Here\", \"To go\", \"Delivery\"]}]}" }, { "context": "api_call_4", "name": "api_call", "value": "update_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"88316\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}] }" }, { "context": "api_response_4", "name": "api_response", "value": "update_order" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"88316\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"88316\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"88316\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}], \"menu_items\": [{\"order_item_id\": \"98746\", \"menu_item_id\": \"macchiato-9654\", \"menu_item_name\": \"Macchiato\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Single\"},{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want a Single Macchiato with 2% milk and I also need that to go please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order all looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"88316\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "That is correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Check the bar in two minutes." } ]
dlg-8b170e23-b9da-4476-819f-6302de683ebe
Coffee
Auto template 4 order a coffee drink mod milk and sweetener
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-9012\",\"name\":\"Cappuccino \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat milk OR Caramel Sauce\", \"menu_item_id\": \"cappuccino-9012\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"caramel-sauce-124\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-9012\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-124\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"86933\",\"order_item_id\":\"88372\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"86933\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"86933\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Ace of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"88372\", \"menu_item_id\": \"cappuccino-9012\", \"menu_item_name\": \"Cappuccino \", \"addons\": [{\"addon_id\": \"caramel-sauce-124\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want a cappuccino with oat milk and caramel sauce." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok. Here is your order. Is it correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"86933\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it is." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great. Your order is coming up shortly." } ]
dlg-224b432d-60cd-4d3d-ae28-81b8acee3f82
Coffee
Auto template 11 order a coffee drink no results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *DRINK NOT SHOWN ABOVE* {{ENTER drink drink Enter a drink that might be offered in a Coffee Bar but that is NOT LISTED above.}} *CATEGORY* {{ENTER category category Enter one of these: coffee OR coffee drinks.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[]} hint assistant (Explains there are no matching menu items for that then asks if they want something else. MAKE IT SOUND NATURAL) hint user (Asks the coffee bar attendant to show the menu to them again) call show_menu request {} response show_menu response {"success":true} hint assistant (Here you go. Let me know if I can get you anything.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Americano\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like an American." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We don't offer an Americano, would you like another drink?" } ]
dlg-b161e3fa-9685-4c75-942a-3f25bcc6efb6
Coffee
Auto template 11 order a coffee drink no results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *DRINK NOT SHOWN ABOVE* {{ENTER drink drink Enter a drink that might be offered in a Coffee Bar but that is NOT LISTED above.}} *CATEGORY* {{ENTER category category Enter one of these: coffee OR coffee drinks.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[]} hint assistant (Explains there are no matching menu items for that then asks if they want something else. MAKE IT SOUND NATURAL) hint user (Asks the coffee bar attendant to show the menu to them again) call show_menu request {} response show_menu response {"success":true} hint assistant (Here you go. Let me know if I can get you anything.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Frappuccino \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a Frappuccino please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm sorry we do not have any menu items that match a Frappuccino. Would you like something else?" }, { "annotations": [ { "context": "api_call_1", "name": "api_call", "value": "show_menu" }, { "context": "api_call_1", "name": "request", "value": "{}" }, { "context": "api_response_1", "name": "api_response", "value": "show_menu" }, { "context": "api_response_1", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Could you give me the menu again?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Here you go. Let me know if I can get your anything." } ]
dlg-72e7bb87-f221-4955-8da3-4faa70089e93
Coffee
Auto template 14a what kind of add_ons do you have
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific menu question: *CATEGORY* {{LIST milk,sweeteners}} {{ENTER category category Enter one of the choices exactly as written above.}} {{CONVERSATION hint user (starts with a polite hello) hint assistant (answers politely and then asks what they can get for the customer) hint user (Asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} call get_addons request {"query": "var_category"} }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [], "index": 0, "segments": [], "speaker": "user", "text": "Hi, how are you?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Oh, I'm fine, I hope you're well, what can I get for you today?" }, { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "show_menu" }, { "context": "api_call_0", "name": "request", "value": "{}" }, { "context": "api_response_0", "name": "api_response", "value": "show_menu" }, { "context": "api_response_0", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Can you tell me what kinds of milk you have?" } ]
dlg-b7f8adcb-cb8b-4cd3-927d-5d0183dc367b
Coffee
Auto template 1 order a coffee drink no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-5934\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"macchiato-5934\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"71361\",\"order_item_id\":\"16511\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"71361\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"71361\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"seven of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"16511\", \"menu_item_id\": \"macchiato-5934\", \"menu_item_name\": \"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a Macchiato please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, can you confirm if your order appears correctly here?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"71361\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yep, it looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, your order is being sent to the coffee bar to be prepared." } ]
dlg-e0c59da4-a36c-40a4-b68c-e26476f96f86
Coffee
Auto template 12 order a coffee drink wrong results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} {{ENTER drink1 drink Enter one of the two drinks listed above.}} {{LIST *Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam)}} {{ENTER drink2 drink Now enter one of the two drinks listed above that starts with the SAME letter as your first drink choice.}} {{ENTER menu_item_id id In all lowercase, write the drink name you just entered above followed by hyphen ("-") and then ANY four-digit number. So, "Lemonade" could be "lemonade-6477"}} *CATEGORY* {{ENTER category category Enter one of the choices: tea OR tea drinks}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee and tea bar, The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink1. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink2"}]} hint assistant (Explain they don't see var_drink1 on the menu. Then ask if they mean 'var_drink2'.) hint user (Says no, then asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} hint assistant (Explains they have several teas with black, herbal, and oolong teas. Politely suggests they take a look at the menu displayed for more details.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-3205\",\"name\":\"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I think I'll take a Mocha today." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm sorry, I'm not seeing a Mocha on our menu. Perhaps you mean a Macchiato instead?" } ]
dlg-ada042c1-070c-41c6-bbec-38fe797e4fb8
Coffee
Auto template 3 order a coffee drink mod sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Americano* (10oz) (espresso + hot water)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you really think you'd use it in the cafe). How would you say it? *Say it out loud first*. If you don't know how it is usually said, ask someone who would know. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (confirms details are right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-1234\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Caramel Sauce\", \"menu_item_id\": \"latte-1234\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-687\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-1234\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-687\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"21096\",\"order_item_id\":\"97724\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"21096\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"21096\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"97724\", \"menu_item_id\": \"latte-1234\", \"menu_item_name\": \"latte\", \"addons\": [{\"addon_id\": \"caramel-sauce-687\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Could I get a caramel flavored latte?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is this what you want?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"21096\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "That's it." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thanks, it will be right up at the coffee bar." } ]
dlg-19243bd0-b267-4114-ab8e-4116ac84ba1e
Coffee
Auto template 14b what kind of menu_items do you have
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific menu question: *CATEGORY* {{LIST black tea,herbal tea,matcha drinks,chai drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} *DRINKS* {{ENTER drink1 drink Enter the name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id1 id 10000 99999}} {{ENTER drink2 drink Enter one more name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id2 id 10000 99999}} {{ENTER drink3 drink Enter one last name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id3 id 10000 99999}} {{CONVERSATION hint user (Asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} call get_menu_items request {"query": "var_category"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_item_id1","name":"var_drink1"}, {"menu_item_id":"var_item_id2","name":"var_drink2"}, {"menu_item_id":"var_item_id3","name":"var_drink3"}]} hint assistant (Explains they have var_drink1, var_drink2, and var_drink3.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "show_menu" }, { "context": "api_call_0", "name": "request", "value": "{}" }, { "context": "api_response_0", "name": "api_response", "value": "show_menu" }, { "context": "api_response_0", "name": "response", "value": "{\"success\":true}" }, { "context": "api_call_1", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"herbal tea\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_1", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"75478\",\"name\":\"Peppermint Tea Latte\"}, {\"menu_item_id\":\"46439\",\"name\":\"Chamomile Honey Tea\"}, {\"menu_item_id\":\"54099\",\"name\":\"Ginger Turmeric Tea\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi! Can you tell me what types of herbal tea you offer?\\r" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We actually have a few herbal tea drinks on our menu as well. Our Peppermint Tea Latte is a creamy and refreshing latte made with steamed milk and peppermint tea, topped with whipped cream and a sprinkle of cocoa powder. Our Chamomile Honey Tea is a soothing and sweet tea made with chamomile flowers and a drizzle of honey, perfect for relaxation and unwinding after a long day. And our Ginger Turmeric Tea is a warm and spicy tea made with fresh ginger root and turmeric, infused with a hint of black pepper and honey for a soothing and immunity-boosting beverage." } ]
dlg-56a4e5cc-b977-4e13-9e82-ebcae4a16d76
Coffee
Auto template 23 order a coffee drink then ask for sweeteners
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *CHOOSE A DRINK* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *Choose a term* {{ENTER sweet_term word Enter the word "sweetener" or "syrup":}} *Choose a SWEETENER* {{LIST Vanilla,Sugar Free Vanilla,Hazelnut, Caramel Sauce}} {{ENTER sweet_name name sweetener names (the one without a number) as it is written from the list above:}} *SWEETENER ID* {{LIST vanilla-sweetener-011,sugar-free-vanilla-sweetener-012,hazelnut-sweetener-013,caramel-sauce-15}} {{ENTER sweet_id id Enter the sweetener ID that matches your sweetener name exactly as it is written from the list above:}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink but don't mention any modifiers.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (asks what kind of var_sweet_term they have) call get_addons request {"query": "var_sweet_term", "menu_item_id":"var_menu_item_id"} response get_addons response {"addons":[{"addon_id":"sf-vanilla-sweetener-012","name":"Sugar Free Vanilla Sweetener","options":["ADD"]},{"addon_id":"sf-vanilla-sweetener-012","name":"Sugar Free Vanilla Sweetener","options":["NO","ADD"]},{"addon_id":"hazelnut-sweetener-013","name":"Hazelnut Sweetener","options":["NO","ADD"]},{"addon_id":"vanilla-sweetener-011","name":"Vanilla sweetener","options":["NO","ADD"]},{"addon_id":"chocolate-sauce-014","name":"Chocolate Sauce","options":["NO","ADD"]},{"addon_id":"caramel-sauce-015","name":"Caramel Sauce","options":["NO","ADD"]},{"addon_id":"honey-016","name":"Honey","options":["NO","ADD"]},{"addon_id":"sugar-017","name":"Sugar ","options":["NO","ADD"]}]} force assistant We have Vanilla, Sugar Free Vanilla, Hazelnut, Chocolate Sauce, Caramel Sauce, Honey, and Sugar. hint user (Say you want to add the var_sweet_name.) call update_order_item request {"order_item_id": "var_order_item_id","addons": [{"addon_id": "var_sweet_id", "option":"ADD"}]} response update_order_item response {"order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_sweet_id", "option":"ADD"}]}]} hint assistant (the worker asks the customer again to confirm the order is correct before sending it to the coffee bar). hint user (confirms it's correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-0517\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-0517\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"28369\",\"order_item_id\":\"74651\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"28369\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"28369\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"nine of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"74651\", \"menu_item_id\": \"cappuccino-0517\", \"menu_item_name\": \"Cappuccino\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi. I need a Cappuccino please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay, no problem Could you please check the order here to be sure it's correct?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"sweetener\", \"menu_item_id\":\"cappuccino-0517\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"addons\":[{\"addon_id\":\"sf-vanilla-sweetener-012\",\"name\":\"Sugar Free Vanilla Sweetener\",\"options\":[\"ADD\"]},{\"addon_id\":\"sf-vanilla-sweetener-012\",\"name\":\"Sugar Free Vanilla Sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"hazelnut-sweetener-013\",\"name\":\"Hazelnut Sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"vanilla-sweetener-011\",\"name\":\"Vanilla sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"chocolate-sauce-014\",\"name\":\"Chocolate Sauce\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"caramel-sauce-015\",\"name\":\"Caramel Sauce\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"honey-016\",\"name\":\"Honey\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"sugar-017\",\"name\":\"Sugar \",\"options\":[\"NO\",\"ADD\"]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "What kind of sweeteners do you have?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "We have Vanilla, Sugar Free Vanilla, Hazelnut, Chocolate Sauce, Caramel Sauce, Honey, and Sugar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "update_order_item" }, { "context": "api_call_4", "name": "request", "value": "{\"order_item_id\": \"74651\",\"addons\": [{\"addon_id\": \"caramel-sauce-15\", \"option\":\"ADD\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"74651\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"28369\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"28369\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"nine of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"74651\", \"menu_item_id\": \"cappuccino-0517\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"caramel-sauce-15\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "Okay, could I add Caramel Sauce." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Sure. Please check the order again to be sure it's correct before I sent it to the coffee bar." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"28369\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 6, "segments": [], "speaker": "user", "text": "Yes, that's right." }, { "annotations": [], "index": 7, "segments": [], "speaker": "assistant", "text": "Great. Your order will be ready in a few minutes at the bar." } ]
dlg-b2d6dc1b-05ae-4e85-b2fc-df5d57796a34
Coffee
Auto template 16 do you have x
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific yes/no menu question: *CATEGORY* {{LIST black tea,herbal tea,oolong tea,matcha,oat milk,almond milk,honey,sweeteners,chocolate drinks,drip coffee,special tea drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} *DRINKS* {{ENTER drink1 drink Enter the name of a specific example from the category you listed above. It can be any specific thing you know of that matches that category.}} {{RAND item_id1 id 10000 99999}} {{ENTER drink2 drink Enter one more name of a specific example from the category you listed above. It can be any specific thing you know of that matches that category, or make a name up if you need to.}} {{RAND item_id2 id 10000 99999}} {{CONVERSATION hint user (Asks the coffee bar attendant a yes/no question like "Do you have var_category?" MAKE IT SOUND normal.) call get_menu_items request {"query": "var_category"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_item_id1","name":"var_drink1"}, {"menu_item_id":"var_item_id2","name":"var_drink2"}]} hint assistant (Answers Yes, we have var_drink1 and var_drink2) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"special tea drinks\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"88523\",\"name\":\"chai latte\"}, {\"menu_item_id\":\"14664\",\"name\":\"iced green\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a specialty tea beverage?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Yes, we have chai latte and iced green." } ]
dlg-8d1bbda5-31a2-4cdb-abc0-26aeccbce308
Coffee
Auto template 1 order a coffee drink no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-2766\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-2766\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"62340\",\"order_item_id\":\"92740\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"62340\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"62340\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"five of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"92740\", \"menu_item_id\": \"latte-2766\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want a Latte please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, here is your order, can you confirm it's right?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"62340\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It's perfect thanks." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, your order is going to be ready right away at the coffee bar." } ]
dlg-91bc438c-508d-4f9e-a10f-ea3c49093108
Coffee
Auto template 31 Order two same drinks differing by caffeine
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you are ordering *TWO* of this: var_drink. For ONE of them you want decaffeinated, and the other not. How would YOU say this order to the attendant? *Say it out loud first* then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "Decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf", "Caff"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","order_id": "var_order_id", "menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Matcha Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"matcha-latte-8498\",\"name\":\"Matcha Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf\", \"menu_item_id\":\"matcha-latte-8498\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"matcha-latte-8498\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"16003\",\"order_item_id\":\"45575\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"16003\",\"order_id\": \"16003\", \"menu_item_id\": \"matcha-latte-8498\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"16003\",\"order_item_id\":\"13316\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"16003\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"16003\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"45575\", \"menu_item_id\": \"matcha-latte-8498\", \"menu_item_name\": \"Matcha Latte\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"13316\", \"menu_item_id\": \"matcha-latte-8498\", \"menu_item_name\": \"Matcha Latte\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get two matcha lattes? I want one regular and one decaf." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay, can I get your confirmation that I've entered it in right please?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"16003\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "That looks right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great. Your drinks will be at the coffee bar soon." } ]
dlg-72d09d77-9351-45ff-a029-e6f48ad06a67
Coffee
Auto template 4 order a coffee drink mod milk and sweetener
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"cortado\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-1233\",\"name\":\"cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"almond milk OR chocolate sauce\", \"menu_item_id\": \"cortado-1233\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"chocolate-sauce-211\", \"name\": \"chocolate sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cortado-1233\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-211\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"13282\",\"order_item_id\":\"19803\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"13282\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"13282\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"eight of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"19803\", \"menu_item_id\": \"cortado-1233\", \"menu_item_name\": \"cortado\", \"addons\": [{\"addon_id\": \"chocolate-sauce-211\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a cortado with almond milk and chocolate." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please read the order on display and confirm the details." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"13282\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, the order will be ready in a moment." } ]
dlg-84dc4ac2-1f9d-4b87-a12c-a5da33afcddf
Coffee
Auto template 1 order a coffee drink no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cortado\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-8363\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cortado-8363\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"78435\",\"order_item_id\":\"71311\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"78435\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"78435\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"ace of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"71311\", \"menu_item_id\": \"cortado-8363\", \"menu_item_name\": \"Cortado\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to order a Cortado please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay confirm this is right please." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"78435\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it is." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay it will be up at the bar in a second." } ]
dlg-dce11cae-8ef4-440b-b11a-0e76256a8952
Coffee
Auto template 14b what kind of menu_items do you have
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific menu question: *CATEGORY* {{LIST black tea,herbal tea,matcha drinks,chai drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} *DRINKS* {{ENTER drink1 drink Enter the name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id1 id 10000 99999}} {{ENTER drink2 drink Enter one more name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id2 id 10000 99999}} {{ENTER drink3 drink Enter one last name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id3 id 10000 99999}} {{CONVERSATION hint user (Asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} call get_menu_items request {"query": "var_category"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_item_id1","name":"var_drink1"}, {"menu_item_id":"var_item_id2","name":"var_drink2"}, {"menu_item_id":"var_item_id3","name":"var_drink3"}]} hint assistant (Explains they have var_drink1, var_drink2, and var_drink3.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "show_menu" }, { "context": "api_call_0", "name": "request", "value": "{}" }, { "context": "api_response_0", "name": "api_response", "value": "show_menu" }, { "context": "api_response_0", "name": "response", "value": "{\"success\":true}" }, { "context": "api_call_1", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"herbal tea\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_1", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"93082\",\"name\":\"chamomile\"}, {\"menu_item_id\":\"94673\",\"name\":\"elderberry\"}, {\"menu_item_id\":\"11626\",\"name\":\"peppermint\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello, What kinds of herbal tea do you have?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Hello, we have chamomile, elderberry, and peppermint" } ]
dlg-bdcf818a-b781-49ae-9ac7-3f6fa3a7f596
Coffee
Auto template 30 Notes after no relevant addons found
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha + milk + foam),*Chai Latte* (12oz) (chai + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SPECIAL* {{ENTER request request Enter a special request for your drink. MAKE SURE it is something special--not usually on the menu like 'not too much milk', or 'no foam', or 'half the milk' or 'extra foam', or 'super hot', or 'dirty'. DO NOT MENTION ANY of THESE: 'decaf', any sweeteners or syrup, any particular milk, 'iced', or any version of 'to go/here'. }} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Orders a var_drink and mentions 'var_request'. Make it sound natural. No quotation marks.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_request", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}], "addons": [{"addon_id": "sf-vanilla-sweetened-998", "name":"Sugar Free Vanilla Sweetener", "options": ["ADD", "NO"]}, {"addon_id": "vanilla-sweetened-622", "name": "Vanilla Sweetener", "options": ["ADD", "NO"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "notes": "var_request"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_request"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Matcha Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"matcha-latte-5176\",\"name\":\"Matcha Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"warm milk but make sure it isn't hot\", \"menu_item_id\":\"matcha-latte-5176\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"sf-vanilla-sweetened-998\", \"name\":\"Sugar Free Vanilla Sweetener\", \"options\": [\"ADD\", \"NO\"]}, {\"addon_id\": \"vanilla-sweetened-622\", \"name\": \"Vanilla Sweetener\", \"options\": [\"ADD\", \"NO\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"matcha-latte-5176\",\"quantity\": \"1\", \"notes\": \"warm milk but make sure it isn't hot\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"37274\",\"order_item_id\":\"35928\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"37274\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"37274\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"ten of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"35928\", \"menu_item_id\": \"matcha-latte-5176\", \"menu_item_name\": \"Matcha Latte\", \"notes\": \"warm milk but make sure it isn't hot\"}]}" } ], "index": 0, "segments": [ { "annotations": [ { "name": "request" } ], "annotator_id": "GENERATED", "end_index": "74", "start_index": "38", "text": "warm milk but make sure it isn't hot" } ], "speaker": "user", "text": "Hi, I want to get a Matcha Latte with warm milk but make sure it isn't hot." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "ok can you just confirm for me that everything on your end is correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"37274\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "yes it is" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "ok I will have that out for you as soon as possible" } ]
dlg-5719ecae-ae61-41e2-ab60-b4cdff8f505d
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-3951\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"macchiato-3951\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"21118\",\"order_item_id\":\"58127\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"21118\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"21118\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"ace of hearts\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"58127\", \"menu_item_id\": \"macchiato-3951\", \"menu_item_name\": \"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can we get two macchiatos?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Of course - please check your order before I send it to be made." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"21118\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It looks right to me!" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, great. We will let you know when your order is ready." } ]
dlg-1fb13797-0b63-4e0d-b1e1-bd217b849706
Coffee
Auto template 14b what kind of menu_items do you have
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific menu question: *CATEGORY* {{LIST black tea,herbal tea,matcha drinks,chai drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} *DRINKS* {{ENTER drink1 drink Enter the name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id1 id 10000 99999}} {{ENTER drink2 drink Enter one more name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id2 id 10000 99999}} {{ENTER drink3 drink Enter one last name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id3 id 10000 99999}} {{CONVERSATION hint user (Asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} call get_menu_items request {"query": "var_category"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_item_id1","name":"var_drink1"}, {"menu_item_id":"var_item_id2","name":"var_drink2"}, {"menu_item_id":"var_item_id3","name":"var_drink3"}]} hint assistant (Explains they have var_drink1, var_drink2, and var_drink3.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "show_menu" }, { "context": "api_call_0", "name": "request", "value": "{}" }, { "context": "api_response_0", "name": "api_response", "value": "show_menu" }, { "context": "api_response_0", "name": "response", "value": "{\"success\":true}" }, { "context": "api_call_1", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"black tea\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_1", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"12847\",\"name\":\"oolong tea\"}, {\"menu_item_id\":\"39911\",\"name\":\"rooibos tea\"}, {\"menu_item_id\":\"55659\",\"name\":\"earl grey tea\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "What kinds of black tea do you have?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We have oolong, rooibos, and earl grey." } ]
dlg-dedea6e6-ebc9-4f4a-b8a9-f2afef2bd57e
Coffee
Auto template 22 notes based on initial order utterance - fixed
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Cappuccino" would become "cappuccino-0371". NO SPACES. NO QUOTES}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *THINK OF A SPECIAL REQUEST/INSTRUCTION for YOUR ORDER* Think of a special instruction to include in your drink order. It should be *something custom that's not really an option on the menu*. For example, sometimes people specify the *amount of milk*, or *how hot* they want it, or making it "dry" (=only microfoam), or "dirty" (=adding a shot of espresso), or "short", or "no sweeteners" or "regular milk is fine", etc. Make it something not usually part of a regular drink order. So, DO NOT talk about decaf/caff or types of milk, or other basic attributes of the drink. ) {{ENTER note note Enter your phrase here. MAKE IT YOUR OWN IDEA.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink with var_milk milk and include the instruction of "var_note". Make it sound natural.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk Milk OR var_note", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}], "notes": "var_note"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "Here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_note","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Asks the user to please confirm the order is correct and they will send it off to be made). hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-4843\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat Milk OR just a small dash of Oat milk\", \"menu_item_id\":\"mocha-4843\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-4843\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"notes\": \"just a small dash of Oat milk\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"94468\",\"order_item_id\":\"66528\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"94468\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"94468\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"six of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"66528\", \"menu_item_id\": \"mocha-4843\", \"menu_item_name\": \"Mocha\", \"notes\": \"just a small dash of Oat milk\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hey, I'd like an Oat milk Mocha, with just a small dash of Oat milk." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay, can you verify that looks right before I send it off to get made?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"94468\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yeah, that's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, that order will be ready for you shortly over at the coffee bar." } ]
dlg-1fa0f1da-2a07-45aa-8256-470a34f511c2
Coffee
Auto template 3 order a coffee drink mod sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Americano* (10oz) (espresso + hot water)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you really think you'd use it in the cafe). How would you say it? *Say it out loud first*. If you don't know how it is usually said, ask someone who would know. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (confirms details are right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Americano\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"americano-2239\",\"name\":\"Americano\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Caramel Sauce\", \"menu_item_id\": \"americano-2239\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-201\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"americano-2239\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-201\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"98935\",\"order_item_id\":\"48915\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"98935\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"98935\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"48915\", \"menu_item_id\": \"americano-2239\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"caramel-sauce-201\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'll have one Americano and add Caramel." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "No problem, can you confirm if this is right?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"98935\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, that's good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, we'll have that up for you in just a minute." } ]
dlg-6afda434-f665-43d9-ad21-e3a945d4c0a8
Coffee
Auto template 11 order a coffee drink no results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *DRINK NOT SHOWN ABOVE* {{ENTER drink drink Enter a drink that might be offered in a Coffee Bar but that is NOT LISTED above.}} *CATEGORY* {{ENTER category category Enter one of these: coffee OR coffee drinks.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[]} hint assistant (Explains there are no matching menu items for that then asks if they want something else. MAKE IT SOUND NATURAL) hint user (Asks the coffee bar attendant to show the menu to them again) call show_menu request {} response show_menu response {"success":true} hint assistant (Here you go. Let me know if I can get you anything.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Americano \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can I get an Americano?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm sorry, we do not serve Americanos. Is there anything else I can get for you?" }, { "annotations": [ { "context": "api_call_1", "name": "api_call", "value": "show_menu" }, { "context": "api_call_1", "name": "request", "value": "{}" }, { "context": "api_response_1", "name": "api_response", "value": "show_menu" }, { "context": "api_response_1", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Could you show me the menu again?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Sure, here you go. Please let me know if I can get you anything." } ]
dlg-32b57669-acfb-4272-b833-af8d0f28e27d
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"Cappuccino\",\"name\":\"mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"Cappuccino\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"85249\",\"order_item_id\":\"27092\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"85249\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"85249\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"five of diamonds\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"27092\", \"menu_item_id\": \"Cappuccino\", \"menu_item_name\": \"mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like two mochas." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is this correct?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"85249\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Alright, your order will be ready for pick up soon." } ]
dlg-34ab2824-8fe0-4c19-ae94-90e6d785b9e0
Coffee
Auto template 7 order a DECAF coffee drink no other mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink, but decaffeinated. Say it out loud, then write it in the way you'd order it at a real coffee bar. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Caff","Decaf"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-7774\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"latte-7774\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Caff\",\"Decaf\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-7774\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"10448\",\"order_item_id\":\"71848\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"10448\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"10448\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Poker\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"71848\", \"menu_item_id\": \"latte-7774\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like to order a decaf latte please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Alright, does everything look correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"10448\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, we will have that out to you soon." } ]
dlg-5cb7914a-bf96-4e31-bc77-9488f562a830
Coffee
Auto template 1 order a coffee drink no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-3456\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3456\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"69801\",\"order_item_id\":\"86065\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"69801\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"69801\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"Two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"86065\", \"menu_item_id\": \"mocha-3456\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like to order a mocha." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, check the monitor to make sure the order is right, please." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"69801\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, that's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, your order will be ready shortly at the coffee bar." } ]
dlg-5538aae2-3fee-42f6-8543-88d93b394b12
Coffee
Auto template 28 Order two same drinks differing by milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk1 milk Choose a type of milk from the list above}} {{ENTER milk2 milk Choose a SECOND type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering *TWO* of these: var_drink. HOWEVER, for ONE of them you want var_milk1 milk while for the OTHER you want var_milk2 milk. How would YOU say this order? *Say it out loud first*.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk1 milk OR var_milk2 milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-3343\",\"name\":\"mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"oat milk OR 2% milk\", \"menu_item_id\":\"mocha-3343\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-3343\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"59917\",\"order_item_id\":\"43133\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"59917\",\"menu_item_id\": \"mocha-3343\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"59917\",\"order_item_id\":\"87282\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"59917\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"59917\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"43133\", \"menu_item_id\": \"mocha-3343\", \"menu_item_name\": \"mocha\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}]},{\"order_item_id\": \"87282\", \"menu_item_id\": \"mocha-3343\", \"menu_item_name\": \"mocha\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "i would like two mochas one with oat milk and the other with 2% please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "okay great does this look okay" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"59917\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "that will be ready soon" } ]
dlg-3fee3fd5-ef33-4a82-a25f-0be466e8fe94
Coffee
Auto template 7 order a DECAF coffee drink no other mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink, but decaffeinated. Say it out loud, then write it in the way you'd order it at a real coffee bar. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Caff","Decaf"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-3394\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"decaffeinated\", \"menu_item_id\":\"mocha-3394\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Caff\",\"Decaf\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-3394\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"88204\",\"order_item_id\":\"98857\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"88204\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"88204\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"98857\", \"menu_item_id\": \"mocha-3394\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a decaf Mocha please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, can you confirm the order on the screen is correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"88204\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it looks good" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thanks. It will be ready in a few minutes" } ]
dlg-fe2b242a-aa7d-40f4-903d-0c2e4a5829a9
Coffee
Auto template 1 order a coffee drink no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-6842\",\"name\":\"Latte \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-6842\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"62902\",\"order_item_id\":\"18798\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"62902\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"62902\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"nine of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"18798\", \"menu_item_id\": \"latte-6842\", \"menu_item_name\": \"Latte \"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'd like to order a latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you confirm that your order is correct before I send it to the coffee bar?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"62902\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok. Your coffee will be ready in a short time at the coffee bar." } ]
dlg-4e90530e-594c-49e8-b142-083195075687
Coffee
Auto template 23 order a coffee drink then ask for sweeteners
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *CHOOSE A DRINK* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *Choose a term* {{ENTER sweet_term word Enter the word "sweetener" or "syrup":}} *Choose a SWEETENER* {{LIST Vanilla,Sugar Free Vanilla,Hazelnut, Caramel Sauce}} {{ENTER sweet_name name sweetener names (the one without a number) as it is written from the list above:}} *SWEETENER ID* {{LIST vanilla-sweetener-011,sugar-free-vanilla-sweetener-012,hazelnut-sweetener-013,caramel-sauce-15}} {{ENTER sweet_id id Enter the sweetener ID that matches your sweetener name exactly as it is written from the list above:}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink but don't mention any modifiers.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (asks what kind of var_sweet_term they have) call get_addons request {"query": "var_sweet_term", "menu_item_id":"var_menu_item_id"} response get_addons response {"addons":[{"addon_id":"sf-vanilla-sweetener-012","name":"Sugar Free Vanilla Sweetener","options":["ADD"]},{"addon_id":"sf-vanilla-sweetener-012","name":"Sugar Free Vanilla Sweetener","options":["NO","ADD"]},{"addon_id":"hazelnut-sweetener-013","name":"Hazelnut Sweetener","options":["NO","ADD"]},{"addon_id":"vanilla-sweetener-011","name":"Vanilla sweetener","options":["NO","ADD"]},{"addon_id":"chocolate-sauce-014","name":"Chocolate Sauce","options":["NO","ADD"]},{"addon_id":"caramel-sauce-015","name":"Caramel Sauce","options":["NO","ADD"]},{"addon_id":"honey-016","name":"Honey","options":["NO","ADD"]},{"addon_id":"sugar-017","name":"Sugar ","options":["NO","ADD"]}]} force assistant We have Vanilla, Sugar Free Vanilla, Hazelnut, Chocolate Sauce, Caramel Sauce, Honey, and Sugar. hint user (Say you want to add the var_sweet_name.) call update_order_item request {"order_item_id": "var_order_item_id","addons": [{"addon_id": "var_sweet_id", "option":"ADD"}]} response update_order_item response {"order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_sweet_id", "option":"ADD"}]}]} hint assistant (the worker asks the customer again to confirm the order is correct before sending it to the coffee bar). hint user (confirms it's correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-049\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-049\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"69961\",\"order_item_id\":\"48133\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"69961\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"69961\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"48133\", \"menu_item_id\": \"mocha-049\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I have a Mocha please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you confirm the order is correct before I send it to the coffee bar?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"sweetener\", \"menu_item_id\":\"mocha-049\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"addons\":[{\"addon_id\":\"sf-vanilla-sweetener-012\",\"name\":\"Sugar Free Vanilla Sweetener\",\"options\":[\"ADD\"]},{\"addon_id\":\"sf-vanilla-sweetener-012\",\"name\":\"Sugar Free Vanilla Sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"hazelnut-sweetener-013\",\"name\":\"Hazelnut Sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"vanilla-sweetener-011\",\"name\":\"Vanilla sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"chocolate-sauce-014\",\"name\":\"Chocolate Sauce\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"caramel-sauce-015\",\"name\":\"Caramel Sauce\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"honey-016\",\"name\":\"Honey\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"sugar-017\",\"name\":\"Sugar \",\"options\":[\"NO\",\"ADD\"]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "What kind of sweeteners do you have?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "We have Vanilla, Sugar Free Vanilla, Hazelnut, Chocolate Sauce, Caramel Sauce, Honey, and Sugar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "update_order_item" }, { "context": "api_call_4", "name": "request", "value": "{\"order_item_id\": \"48133\",\"addons\": [{\"addon_id\": \"hazelnut-sweetener-013\", \"option\":\"ADD\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"48133\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"69961\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"69961\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"48133\", \"menu_item_id\": \"mocha-049\", \"menu_item_name\": \"Mocha\", \"addons\": [{\"addon_id\": \"hazelnut-sweetener-013\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "I would like to add Hazelnut to my order please." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Can you confirm the order is correct before I send it to the coffee bar?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"69961\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 6, "segments": [], "speaker": "user", "text": "Yes it is." }, { "annotations": [], "index": 7, "segments": [], "speaker": "assistant", "text": "OK, it will be ready at the coffee bar soon." } ]
dlg-79841b4f-3b6b-4f01-b6d2-4273bf706e34
Coffee
Auto template 7 order a DECAF coffee drink no other mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink, but decaffeinated. Say it out loud, then write it in the way you'd order it at a real coffee bar. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Caff","Decaf"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-4832\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"mocha-4832\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Caff\",\"Decaf\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-4832\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"41943\",\"order_item_id\":\"35407\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"41943\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"41943\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"35407\", \"menu_item_id\": \"mocha-4832\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I have a decaf Mocha please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"41943\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "All right, it will be ready at the coffee bar shortly." } ]
dlg-30096f30-2b06-40c6-8198-c3515aaa475b
Coffee
Auto template 32 Order a coffee drink iced, choose milk, add sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* ,*Mocha*}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink name from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *MILK CHOICES - Specify a milk from this list* {{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut, Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has THREE modifications: (a) iced (b) var_milk milk and (c) var_sweet (in whatever order seems right). How would you say it? *Say it out loud first* then write it.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "iced OR var_milk milk OR var_sweet", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "hot-or-iced", "attribute_name": "Hot or Iced", "options":["Hot","Iced"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}], "addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "attributes": [{"attribute_id": "hot-or-iced", "option":"Iced"}, {"attribute_id": "milk-options", "option":"var_milk Milk"}], "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}], "attributes": [{"attribute_id": "hot-or-iced", "option":"Iced"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant Is the order displayed correct? hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} force assistant OK. Your order will be ready shortly. Have a Brew-tiful day! }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-3914\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"iced OR Almond milk OR Hazelnut\", \"menu_item_id\":\"latte-3914\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"attribute_name\": \"Hot or Iced\", \"options\":[\"Hot\",\"Iced\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"hazelnut-305\", \"name\": \"Hazelnut\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-3914\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"hazelnut-305\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"13087\",\"order_item_id\":\"45495\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"13087\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"13087\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"45495\", \"menu_item_id\": \"latte-3914\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"hazelnut-305\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"},{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a small iced latte with almond milk and hazelnut." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is the order displayed correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"13087\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, that is my order." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. Your order will be ready shortly. Have a Brew-tiful day!" } ]
dlg-ace46201-5fee-4651-bf5f-8f2e761e17a9
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cortado\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-4789\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cortado-4789\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"96013\",\"order_item_id\":\"22577\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"96013\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"96013\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"eight of spades\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"22577\", \"menu_item_id\": \"cortado-4789\", \"menu_item_name\": \"Cortado\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to order two Cortado." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay could you please look over them on screen? I need the okay before I send them to be made." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"96013\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay I will have these out soon. You can get them at the coffee bar." } ]
dlg-fcad614a-c5f8-4d8c-8b21-bc5e47055c09
Coffee
Auto template 13 completely off topic
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant but, instead of ordering a drink, you say something not related to coffee or the menu from the list below: *TOPICS* {{LIST relationship,weather,sports,hollywood,personal hygiene,geography,automobile,music,TV,movie,food,fashion,trivia,technology}} {{ENTER question question Enter one of the choices listed above.}} {{CONVERSATION hint user (Asks the coffee bar attendant a var_question related question) hint assistant (Explains they don't have an answer for that--USE YOUR OWN words--but that they can help the customer order coffee or tea drinks.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [], "index": 0, "segments": [], "speaker": "user", "text": "Hi, so what is the best food at this coffee bar?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Oh, well we do have food here and coffee of course. The best food item here is the brownies they are delicious." } ]
dlg-5aa5cb76-3831-4e01-8172-b0a6483957b3
Coffee
Auto template 14b what kind of menu_items do you have
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific menu question: *CATEGORY* {{LIST black tea,herbal tea,matcha drinks,chai drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} *DRINKS* {{ENTER drink1 drink Enter the name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id1 id 10000 99999}} {{ENTER drink2 drink Enter one more name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id2 id 10000 99999}} {{ENTER drink3 drink Enter one last name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id3 id 10000 99999}} {{CONVERSATION hint user (Asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} call get_menu_items request {"query": "var_category"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_item_id1","name":"var_drink1"}, {"menu_item_id":"var_item_id2","name":"var_drink2"}, {"menu_item_id":"var_item_id3","name":"var_drink3"}]} hint assistant (Explains they have var_drink1, var_drink2, and var_drink3.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "show_menu" }, { "context": "api_call_0", "name": "request", "value": "{}" }, { "context": "api_response_0", "name": "api_response", "value": "show_menu" }, { "context": "api_response_0", "name": "response", "value": "{\"success\":true}" }, { "context": "api_call_1", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"herbal tea\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_1", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"19608\",\"name\":\"moringa\"}, {\"menu_item_id\":\"80447\",\"name\":\"goldenseal\"}, {\"menu_item_id\":\"20657\",\"name\":\"Ginger\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, Can you please tell me what kinds of herbal tea you have?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We have moringa, goldenseal, and ginger." } ]
dlg-15ba9aef-e654-42f5-9116-c90b8280756c
Coffee
Auto template 28 Order two same drinks differing by milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk1 milk Choose a type of milk from the list above}} {{ENTER milk2 milk Choose a SECOND type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering *TWO* of these: var_drink. HOWEVER, for ONE of them you want var_milk1 milk while for the OTHER you want var_milk2 milk. How would YOU say this order? *Say it out loud first*.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk1 milk OR var_milk2 milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-1636\",\"name\":\"Latte \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Almond milk OR Oat milk\", \"menu_item_id\":\"latte-1636\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-1636\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"20696\",\"order_item_id\":\"71739\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"20696\",\"menu_item_id\": \"latte-1636\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"20696\",\"order_item_id\":\"42398\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"20696\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"20696\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Three of Hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"71739\", \"menu_item_id\": \"latte-1636\", \"menu_item_name\": \"Latte \", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]},{\"order_item_id\": \"42398\", \"menu_item_id\": \"latte-1636\", \"menu_item_name\": \"Latte \", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want two lattes please. One almond and one with oat milk." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok the order is on the screen. Can you just confirm everything is correct?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"20696\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it is." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok the order will be ready by the coffee bar." } ]
dlg-adf18ded-c416-47f3-bd68-a16bea7e3ed9
Coffee
Auto template 26 order match and chai latte drinks no mods
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Matcha Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"matcha-latte-2345\",\"name\":\"Matcha Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"matcha-latte-2345\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"23798\",\"order_item_id\":\"48921\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"23798\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"23798\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"rummy\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"48921\", \"menu_item_id\": \"matcha-latte-2345\", \"menu_item_name\": \"Matcha Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a matcha latte" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, can you confirm the order is right?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"23798\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, it's fine" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, the order will be out soon" } ]
dlg-f576c8a5-2a89-4a66-a739-b58ef7ae084c
Coffee
Auto template 25 What's in a <drink>
*SCENARIO: Ordering from a coffee bar* *OTHER BEVERAGES on the COFFEE BAR MENU* {{LIST *Matcha Latte* - The Matcha Latte has matcha concentrate with milk and microfoam (12 oz),*Chai Latte* - The Chai Latte is made with chai concentrate with milk and microfoam (12 oz),*Steamer* - The Steamer is just steamed milk and microfoam (12 oz),*Americano* - The Americano is a mix of espresso and hot water (10 oz),*Cold Brew* - Our Cold Brew is made from coffee concentrate and ice (16 oz)}} {{ENTER drink drink Enter just the drink name from one of the list choices above.}} {{ENTER menu_item_id id Now enter the drink name except all lowercase letters and no spaces. The words in the name should be separated by hyphens ("-") and followed by any 4-digit number. So "Coca Cola" would become "coca-cola-9865".}} {{ENTER details details Now enter just the description from your choice above (the NON-bolded phrase that describes what's in the drink.)}} {{CONVERSATION hint user (Asks about the ingredients of a(n) var_drink--NO NEED to use the word "ingredients"--Just ask it in a natural way) call get_menu_items request {"query": "var_drink", "fields": ["description"]} response get_menu_items response {"menu_items": [{"description": "var_details", "menu_item_id": "var_menu_item_id", "name": "var_drink"}]} hint assistant (Say this in a slightly different way: var_details.) }}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"cold brew\", \"fields\": [\"description\"]}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\": [{\"description\": \"Our Cold Brew is made from coffee concentrate and ice (16 oz)\", \"menu_item_id\": \"cold-brew-9788\", \"name\": \"cold brew\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "What is in a cold brew?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "It is made from coffee concentrate and ice." } ]
dlg-e3343c19-b2a9-4ec9-a6e0-05be04b2a2a9
Coffee
Auto template 18 order a coffee drink specify espresso shots
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Espresso*,*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink1 drink Enter one of the four drinks from the list above.}} {{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} {{ENTER drink2 drink Enter a different drink from the list above.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you order the var_drink1 and specify that it's a var_shots. How would you order it? Say it out loud then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink1"}, {"menu_item_id":"var_drink2-024","name":"var_drink2"}]} call get_addons request {"query": "var_shots", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink1", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"}]}]} force assistant OK. Please take a look at the order details and confirm it's correct before I send it off to the coffee bar. hint user (confirms it correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-5127\",\"name\":\"Latte\"}, {\"menu_item_id\":\"Mocha-024\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Double\", \"menu_item_id\":\"latte-5127\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-5127\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"19191\",\"order_item_id\":\"81805\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"19191\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"19191\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Queen of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"81805\", \"menu_item_id\": \"latte-5127\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a Double Latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Please take a look at the order details and confirm it's correct before I send it off to the coffee bar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"19191\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It looks ok" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "I can have your drink ready for you shortly at the coffee bar" } ]
dlg-3364fd51-ccfc-4d59-8e41-9aea161ef13d
Coffee
Auto template 18 order a coffee drink specify espresso shots
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Espresso*,*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink1 drink Enter one of the four drinks from the list above.}} {{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} {{ENTER drink2 drink Enter a different drink from the list above.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you order the var_drink1 and specify that it's a var_shots. How would you order it? Say it out loud then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink1"}, {"menu_item_id":"var_drink2-024","name":"var_drink2"}]} call get_addons request {"query": "var_shots", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink1", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"}]}]} force assistant OK. Please take a look at the order details and confirm it's correct before I send it off to the coffee bar. hint user (confirms it correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-3867\",\"name\":\"Latte\"}, {\"menu_item_id\":\"Mocha-024\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Triple\", \"menu_item_id\":\"latte-3867\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-3867\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Triple\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"10934\",\"order_item_id\":\"89440\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"10934\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"10934\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"89440\", \"menu_item_id\": \"latte-3867\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Triple\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'll take a triple Latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Please take a look at the order details and confirm it's correct before I send it off to the coffee bar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"10934\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great that will be up at the coffee bar shortly." } ]
dlg-5d643c67-4f2c-40f6-8bb2-649e10a9a55b
Coffee
Auto template 5 Order a coffee drink mod decaf or iced, milk, sweetener FIX
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *FIRST MOD CHOICE -- BE CAREFUL HERE!!!* {{ENTER attri_id id Enter ONE of these two exactly as written: caffeine OR hot-or-iced.}} {{ENTER main_option option If you chose "caffeine" above write Decaf here (no quotes). If you chose "hot-or-iced" above, write "Iced" here (no quotes): }} {{ENTER other_option option If you chose caffeine above, write Caff here (no quotes). If you chose hot-or-iced, write Hot here (no quotes): }} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *SWEETENERS* {{LIST Vanilla,Sugar-Free Vanilla,Hazelnut,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has three modifications: (a) var_main_option (b) var_milk milk and (c) var_sweet (in whatever order seems right). Do NOT use the word "sweetener" or "sauce". How would you say it? *Say it out loud first* then write it.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_main_option OR var_milk milk OR var_sweet", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "var_attri_id", "attribute_name": "var_attri_id", "options":["var_main_option","var_other_option"]},{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}], "addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "attributes": [{"attribute_id": "var_attri_id", "option":"var_main_option"}, {"attribute_id": "milk-options", "option":"var_milk Milk"}], "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "var_attri_id", "option":"var_main_option"}, {"attribute_id": "milk-options", "option":"var_milk Milk"}], "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]}]} force assistant Please check the details of your order. Are you ready to send it to the coffee bar? hint user (confirms) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-2583\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Iced OR Oat milk OR Hazelnut\", \"menu_item_id\":\"macchiato-2583\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"attribute_name\": \"hot-or-iced\", \"options\":[\"Iced\",\"Hot\"]},{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"hazelnut-4455\", \"name\": \"Hazelnut\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"macchiato-2583\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"addons\": [{\"addon_id\": \"hazelnut-4455\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"72475\",\"order_item_id\":\"85727\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"72475\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"72475\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Ace of Hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"85727\", \"menu_item_id\": \"macchiato-2583\", \"menu_item_name\": \"Macchiato\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"addons\": [{\"addon_id\": \"hazelnut-4455\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Good morning, I'd like a Iced macchiato with oat milk and hazelnut drizzle, please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please check the details of your order. Are you ready to send it to the coffee bar?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"72475\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yep." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, thanks, it'll be ready soon at the bar." } ]
dlg-a88b445c-b0b4-4ccb-882c-28ca5658a9c6
Coffee
Auto template 18 order a coffee drink specify espresso shots
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Espresso*,*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink1 drink Enter one of the four drinks from the list above.}} {{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} {{ENTER drink2 drink Enter a different drink from the list above.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you order the var_drink1 and specify that it's a var_shots. How would you order it? Say it out loud then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink1"}, {"menu_item_id":"var_drink2-024","name":"var_drink2"}]} call get_addons request {"query": "var_shots", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink1", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"}]}]} force assistant OK. Please take a look at the order details and confirm it's correct before I send it off to the coffee bar. hint user (confirms it correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-2323\",\"name\":\"mocha\"}, {\"menu_item_id\":\"latte-024\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"single\", \"menu_item_id\":\"mocha-2323\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-2323\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"single\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"12618\",\"order_item_id\":\"18771\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"12618\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"12618\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"18771\", \"menu_item_id\": \"mocha-2323\", \"menu_item_name\": \"mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"single\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "i want a single mocha" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Please take a look at the order details and confirm it's correct before I send it off to the coffee bar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"12618\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "yes it is right" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "it will be out soon" } ]
dlg-e997b88a-158d-4737-a02e-58dad7d03617
Coffee
Auto template 11 order a coffee drink no results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *DRINK NOT SHOWN ABOVE* {{ENTER drink drink Enter a drink that might be offered in a Coffee Bar but that is NOT LISTED above.}} *CATEGORY* {{ENTER category category Enter one of these: coffee OR coffee drinks.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[]} hint assistant (Explains there are no matching menu items for that then asks if they want something else. MAKE IT SOUND NATURAL) hint user (Asks the coffee bar attendant to show the menu to them again) call show_menu request {} response show_menu response {"success":true} hint assistant (Here you go. Let me know if I can get you anything.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Iced Expresso\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I think I want a Iced Expresso." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We carry lots of other drinks but I can't find that one, would you like something else?" }, { "annotations": [ { "context": "api_call_1", "name": "api_call", "value": "show_menu" }, { "context": "api_call_1", "name": "request", "value": "{}" }, { "context": "api_response_1", "name": "api_response", "value": "show_menu" }, { "context": "api_response_1", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Can I see the menu again please?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "There you go, let me know when you are ready to order." } ]
dlg-fe7d24d4-85e9-47fb-9430-f3f041337f31
Coffee
Auto template 22 notes based on initial order utterance - fixed
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Cappuccino" would become "cappuccino-0371". NO SPACES. NO QUOTES}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *THINK OF A SPECIAL REQUEST/INSTRUCTION for YOUR ORDER* Think of a special instruction to include in your drink order. It should be *something custom that's not really an option on the menu*. For example, sometimes people specify the *amount of milk*, or *how hot* they want it, or making it "dry" (=only microfoam), or "dirty" (=adding a shot of espresso), or "short", or "no sweeteners" or "regular milk is fine", etc. Make it something not usually part of a regular drink order. So, DO NOT talk about decaf/caff or types of milk, or other basic attributes of the drink. ) {{ENTER note note Enter your phrase here. MAKE IT YOUR OWN IDEA.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink with var_milk milk and include the instruction of "var_note". Make it sound natural.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk Milk OR var_note", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}], "notes": "var_note"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "Here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_note","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Asks the user to please confirm the order is correct and they will send it off to be made). hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-0912\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Non-fat Milk OR vanilla flavoring\", \"menu_item_id\":\"cappuccino-0912\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-0912\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-fat Milk\"}], \"notes\": \"vanilla flavoring\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"90659\",\"order_item_id\":\"33491\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"90659\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"90659\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"three of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"33491\", \"menu_item_id\": \"cappuccino-0912\", \"menu_item_name\": \"Cappuccino\", \"notes\": \"vanilla flavoring\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-fat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Could I get a Non-fat milk Cappuccino with vanilla flavoring?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "yes, is that right?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"90659\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. Please pick it up at the coffee bar soon." } ]
dlg-dff71a03-564f-458f-a8bb-c85e6225e5e2
Coffee
Auto template 2 order a coffee drink specify milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-9876\",\"name\":\"mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"almond milk\", \"menu_item_id\":\"mocha-9876\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-9876\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"24018\",\"order_item_id\":\"10865\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"24018\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"24018\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"10865\", \"menu_item_id\": \"mocha-9876\", \"menu_item_name\": \"mocha\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi I would like a mocha but with almond milk please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok here is your order. Please confirm it before I send it out to be made." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"24018\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "yes that's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, your order is all set and will be ready soon at the coffee bar." } ]
dlg-df4fc890-eeb2-4833-8b96-cfe471290b88
Coffee
Auto template 20b order a coffee drink with 2 mods and specifies HERE or TO GO
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *Here or To go* {{ENTER delivery delivery Enter either Here OR To go}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (1. Orders a var_shots var_drink with var_milk milk. 2. Specifies it is a "var_delivery" order. Say the order out loud, then write it here. MAKE SURE to add it is a 'var_delivery' order!) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_shots OR var_milk Milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_addons request {"query": "var_delivery", "scope": "order"} response get_addons response {"attributes":[{"attribute_id": "order-type", "attribute_name": "Order Type", "options": ["Here", "To go", "Delivery"]}]} call update_order request {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "option": "var_delivery"}] } response update_order response {"order_id": "var_order_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "var_delivery"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant OK. Just confirm the order all looks correct and I'll send it off to be made for you. hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-8546\",\"name\":\"Mocha \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Double OR Almond Milk\", \"menu_item_id\":\"mocha-8546\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-8546\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"82305\",\"order_item_id\":\"29288\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"Here\", \"scope\": \"order\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"attributes\":[{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"options\": [\"Here\", \"To go\", \"Delivery\"]}]}" }, { "context": "api_call_4", "name": "api_call", "value": "update_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"82305\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}] }" }, { "context": "api_response_4", "name": "api_response", "value": "update_order" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"82305\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"82305\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"82305\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"29288\", \"menu_item_id\": \"mocha-8546\", \"menu_item_name\": \"Mocha \", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'll get a Double Mocha with Almond milk. It is for here." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order all looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"82305\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It's correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. Your drink will be done in a moment." } ]
dlg-1f9749c6-cb64-4fdc-8583-6a5faaae25d9
Coffee
Auto template 4 order a coffee drink mod milk and sweetener
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-5934\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"2% Lactose-Free milk OR Vanilla Sweetener\", \"menu_item_id\": \"latte-5934\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-942\", \"name\": \"Vanilla Sweetener\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-5934\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Lactose-Free Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-942\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"22263\",\"order_item_id\":\"47394\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"22263\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"22263\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"47394\", \"menu_item_id\": \"latte-5934\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-942\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Lactose-Free Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like to order a Latte with 2% no lactose milk and with vanilla too." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, before I send this order over to the bar, does it appear to your preference?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"22263\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, it looks perfect." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Alright, your order is sent and will be arriving shortly." } ]
dlg-755dbd09-30c0-4702-927a-830cb67d9eec
Coffee
Auto template 4 order a coffee drink mod milk and sweetener
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cortado\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-4343\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"2% milk OR Caramel Sauce\", \"menu_item_id\": \"cortado-4343\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"caramel-sauce-2424\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cortado-4343\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-2424\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"33753\",\"order_item_id\":\"17014\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"33753\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"33753\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"17014\", \"menu_item_id\": \"cortado-4343\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"caramel-sauce-2424\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a Cortado with 2% milk and caramel in it." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Is this your correct order?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"33753\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it is." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Got it. Your order will be finished soon." } ]
dlg-afe4d7fb-0bf6-4f77-b571-44d4ddb77053
Coffee
Auto template 32 Order a coffee drink iced, choose milk, add sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* ,*Mocha*}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink name from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *MILK CHOICES - Specify a milk from this list* {{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut, Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has THREE modifications: (a) iced (b) var_milk milk and (c) var_sweet (in whatever order seems right). How would you say it? *Say it out loud first* then write it.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "iced OR var_milk milk OR var_sweet", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "hot-or-iced", "attribute_name": "Hot or Iced", "options":["Hot","Iced"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}], "addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "attributes": [{"attribute_id": "hot-or-iced", "option":"Iced"}, {"attribute_id": "milk-options", "option":"var_milk Milk"}], "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}], "attributes": [{"attribute_id": "hot-or-iced", "option":"Iced"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant Is the order displayed correct? hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} force assistant OK. Your order will be ready shortly. Have a Brew-tiful day! }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-4933\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"iced OR almond milk OR chocolate sauce\", \"menu_item_id\":\"latte-4933\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"attribute_name\": \"Hot or Iced\", \"options\":[\"Hot\",\"Iced\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"chocolate sauce-443\", \"name\": \"chocolate sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-4933\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}], \"addons\": [{\"addon_id\": \"chocolate sauce-443\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"84999\",\"order_item_id\":\"75817\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"84999\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"84999\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"75817\", \"menu_item_id\": \"latte-4933\", \"menu_item_name\": \"latte\", \"addons\": [{\"addon_id\": \"chocolate sauce-443\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"},{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Could I please get a iced latte with almond milk and chocolate sauce?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is the order displayed correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"84999\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "I think that looks right, thank you" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great! Your order will be ready shortly. Have a Brew-tiful day!" } ]
dlg-2060c152-62f4-4ef5-acf3-db1afde704de
Coffee
Auto template 30 Notes after no relevant addons found
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha + milk + foam),*Chai Latte* (12oz) (chai + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SPECIAL* {{ENTER request request Enter a special request for your drink. MAKE SURE it is something special--not usually on the menu like 'not too much milk', or 'no foam', or 'half the milk' or 'extra foam', or 'super hot', or 'dirty'. DO NOT MENTION ANY of THESE: 'decaf', any sweeteners or syrup, any particular milk, 'iced', or any version of 'to go/here'. }} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Orders a var_drink and mentions 'var_request'. Make it sound natural. No quotation marks.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_request", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}], "addons": [{"addon_id": "sf-vanilla-sweetened-998", "name":"Sugar Free Vanilla Sweetener", "options": ["ADD", "NO"]}, {"addon_id": "vanilla-sweetened-622", "name": "Vanilla Sweetener", "options": ["ADD", "NO"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "notes": "var_request"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_request"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Chai Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"chai-latte-1254\",\"name\":\"Chai Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"half the milk\", \"menu_item_id\":\"chai-latte-1254\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"sf-vanilla-sweetened-998\", \"name\":\"Sugar Free Vanilla Sweetener\", \"options\": [\"ADD\", \"NO\"]}, {\"addon_id\": \"vanilla-sweetened-622\", \"name\": \"Vanilla Sweetener\", \"options\": [\"ADD\", \"NO\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"chai-latte-1254\",\"quantity\": \"1\", \"notes\": \"half the milk\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"97785\",\"order_item_id\":\"74585\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"97785\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"97785\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"queen of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"74585\", \"menu_item_id\": \"chai-latte-1254\", \"menu_item_name\": \"Chai Latte\", \"notes\": \"half the milk\"}]}" } ], "index": 0, "segments": [ { "annotations": [ { "name": "request" } ], "annotator_id": "GENERATED", "end_index": "55", "start_index": "42", "text": "half the milk" } ], "speaker": "user", "text": "Yes, I will take a Chai Latte. Can I have half the milk instead of the full amount?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay I think we have this right. Can you look on the screen to see if it's right? We will send it to be made at coffee bar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"97785\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it is right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay I will have this drink with half the milk available at coffee bar." } ]
dlg-0b87c5ce-d9f7-4183-90b5-a2149ddefcf2
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-3397 \",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"macchiato-3397 \",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"95034\",\"order_item_id\":\"56542\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"95034\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"95034\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"ten of clubs\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"56542\", \"menu_item_id\": \"macchiato-3397 \", \"menu_item_name\": \"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want two Macchiatos please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay - confirm your order on the monitor please." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"95034\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes that is what I'd like." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok - thank you. Your order has been sent and will be made and ready at the coffee bar in a few minutes." } ]
dlg-a017b776-4051-4d5a-9789-38623f76c9ca
Coffee
Auto template 20b order a coffee drink with 2 mods and specifies HERE or TO GO
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *Here or To go* {{ENTER delivery delivery Enter either Here OR To go}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (1. Orders a var_shots var_drink with var_milk milk. 2. Specifies it is a "var_delivery" order. Say the order out loud, then write it here. MAKE SURE to add it is a 'var_delivery' order!) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_shots OR var_milk Milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_addons request {"query": "var_delivery", "scope": "order"} response get_addons response {"attributes":[{"attribute_id": "order-type", "attribute_name": "Order Type", "options": ["Here", "To go", "Delivery"]}]} call update_order request {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "option": "var_delivery"}] } response update_order response {"order_id": "var_order_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "var_delivery"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant OK. Just confirm the order all looks correct and I'll send it off to be made for you. hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-0109\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Double OR Almond Milk\", \"menu_item_id\":\"mocha-0109\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-0109\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"73031\",\"order_item_id\":\"11727\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"To go\", \"scope\": \"order\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"attributes\":[{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"options\": [\"Here\", \"To go\", \"Delivery\"]}]}" }, { "context": "api_call_4", "name": "api_call", "value": "update_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"73031\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}] }" }, { "context": "api_response_4", "name": "api_response", "value": "update_order" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"73031\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"73031\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"73031\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"kind of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}], \"menu_items\": [{\"order_item_id\": \"11727\", \"menu_item_id\": \"mocha-0109\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello. Can I please get one Double Mocha with Almond milk to go. Thanks." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order all looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"73031\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It all looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok. Your order will be ready for you at the coffee bar shortly." } ]
dlg-a8e9685e-309e-4140-8157-35bc1207b8ab
Coffee
Auto template 2 order a coffee drink specify milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-1232\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat milk\", \"menu_item_id\":\"mocha-1232\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-1232\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"20117\",\"order_item_id\":\"23378\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"20117\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"20117\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"2 of clubs \"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"23378\", \"menu_item_id\": \"mocha-1232\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello, can I get a mocha with oat milk, please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "You sure can! Is your order displayed correctly on our screen?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"20117\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Looks right to me." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, we'll have it right out at the coffee bar soon." } ]
dlg-863a1f04-d0a5-4068-91a5-2abb211ac7c8
Coffee
Auto template 12 order a coffee drink wrong results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} {{ENTER drink1 drink Enter one of the two drinks listed above.}} {{LIST *Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam)}} {{ENTER drink2 drink Now enter one of the two drinks listed above that starts with the SAME letter as your first drink choice.}} {{ENTER menu_item_id id In all lowercase, write the drink name you just entered above followed by hyphen ("-") and then ANY four-digit number. So, "Lemonade" could be "lemonade-6477"}} *CATEGORY* {{ENTER category category Enter one of the choices: tea OR tea drinks}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee and tea bar, The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink1. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink2"}]} hint assistant (Explain they don't see var_drink1 on the menu. Then ask if they mean 'var_drink2'.) hint user (Says no, then asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} hint assistant (Explains they have several teas with black, herbal, and oolong teas. Politely suggests they take a look at the menu displayed for more details.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-1042\",\"name\":\"Cortado\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "A Cappuccino sounds good, I'll have one." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I can't find a Cappuccino on our offerings, did you mean Cortado?" } ]
dlg-6ff02486-6d8b-411d-8338-3cb4e8971749
Coffee
Auto template 4 order a coffee drink mod milk and sweetener
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-5910\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"oat milk OR Sugar-free Vanilla Sweetener\", \"menu_item_id\": \"cappuccino-5910\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"sugar-free-vanilla-sweetener-311\", \"name\": \"Sugar-free Vanilla Sweetener\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-5910\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}], \"addons\": [{\"addon_id\": \"sugar-free-vanilla-sweetener-311\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"39310\",\"order_item_id\":\"44335\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"39310\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"39310\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"eight of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"44335\", \"menu_item_id\": \"cappuccino-5910\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"sugar-free-vanilla-sweetener-311\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a Cappuccino with oat milk and sugar-free vanilla." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please verify the order on the screen. Is this correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"39310\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yeah." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Perfect! We'll have that for you at the coffee bar shortly." } ]
dlg-04f447ac-598e-464c-be67-30a791b28a72
Coffee
Auto template 3 order a coffee drink mod sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Americano* (10oz) (espresso + hot water)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you really think you'd use it in the cafe). How would you say it? *Say it out loud first*. If you don't know how it is usually said, ask someone who would know. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (confirms details are right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Americano\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"americano-8908\",\"name\":\"Americano\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Caramel Sauce\", \"menu_item_id\": \"americano-8908\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-7809\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"americano-8908\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-7809\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"41535\",\"order_item_id\":\"79327\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"41535\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"41535\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"79327\", \"menu_item_id\": \"americano-8908\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"caramel-sauce-7809\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Gimme an Americano with Caramel." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Is this your right order?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"41535\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. You can get the order at the coffee bar." } ]
dlg-2aa25392-c7cb-4121-bef9-1c21eeb6eb3f
Coffee
Auto template 26 order match and chai latte drinks no mods
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Chai Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"chai-latte-6645\",\"name\":\"Chai Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"chai-latte-6645\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"28289\",\"order_item_id\":\"73934\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"28289\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"28289\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"royal flush\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"73934\", \"menu_item_id\": \"chai-latte-6645\", \"menu_item_name\": \"Chai Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a Chai Latte?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Before I send the order in, can you confirm that the order is correct?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"28289\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It's good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. Your drink will be at the coffee bar soon." } ]
dlg-0cb4cde7-53ec-4cab-a98f-1b266bf1b1bf
Coffee
Auto template 2 order a coffee drink specify milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-4478\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Almond milk\", \"menu_item_id\":\"mocha-4478\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-4478\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"23450\",\"order_item_id\":\"73377\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"23450\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"23450\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Ace of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"73377\", \"menu_item_id\": \"mocha-4478\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a mocha with almond milk?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please confirm the screen is right?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"23450\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It is." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, your order will be right up." } ]
dlg-96241acc-25ed-496b-8ec7-5ad4833e20d1
Coffee
Auto template 22 notes based on initial order utterance - fixed
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Cappuccino" would become "cappuccino-0371". NO SPACES. NO QUOTES}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *THINK OF A SPECIAL REQUEST/INSTRUCTION for YOUR ORDER* Think of a special instruction to include in your drink order. It should be *something custom that's not really an option on the menu*. For example, sometimes people specify the *amount of milk*, or *how hot* they want it, or making it "dry" (=only microfoam), or "dirty" (=adding a shot of espresso), or "short", or "no sweeteners" or "regular milk is fine", etc. Make it something not usually part of a regular drink order. So, DO NOT talk about decaf/caff or types of milk, or other basic attributes of the drink. ) {{ENTER note note Enter your phrase here. MAKE IT YOUR OWN IDEA.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink with var_milk milk and include the instruction of "var_note". Make it sound natural.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk Milk OR var_note", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}], "notes": "var_note"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "Here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_note","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Asks the user to please confirm the order is correct and they will send it off to be made). hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-8429\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"2% Milk OR mostly milk\", \"menu_item_id\":\"mocha-8429\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-8429\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"notes\": \"mostly milk\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"26375\",\"order_item_id\":\"55689\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"26375\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"26375\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"eight of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"55689\", \"menu_item_id\": \"mocha-8429\", \"menu_item_name\": \"Mocha\", \"notes\": \"mostly milk\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a Mocha with 2% milk, and can I get it so that it's mostly milk?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Would you please confirm that I have your order correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"26375\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, you got it." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thank you. Your order will be ready at the coffee bar soon." } ]
dlg-798c4257-59c0-4241-915a-39e375dfd813
Coffee
Auto template 25 What's in a <drink>
*SCENARIO: Ordering from a coffee bar* *OTHER BEVERAGES on the COFFEE BAR MENU* {{LIST *Matcha Latte* - The Matcha Latte has matcha concentrate with milk and microfoam (12 oz),*Chai Latte* - The Chai Latte is made with chai concentrate with milk and microfoam (12 oz),*Steamer* - The Steamer is just steamed milk and microfoam (12 oz),*Americano* - The Americano is a mix of espresso and hot water (10 oz),*Cold Brew* - Our Cold Brew is made from coffee concentrate and ice (16 oz)}} {{ENTER drink drink Enter just the drink name from one of the list choices above.}} {{ENTER menu_item_id id Now enter the drink name except all lowercase letters and no spaces. The words in the name should be separated by hyphens ("-") and followed by any 4-digit number. So "Coca Cola" would become "coca-cola-9865".}} {{ENTER details details Now enter just the description from your choice above (the NON-bolded phrase that describes what's in the drink.)}} {{CONVERSATION hint user (Asks about the ingredients of a(n) var_drink--NO NEED to use the word "ingredients"--Just ask it in a natural way) call get_menu_items request {"query": "var_drink", "fields": ["description"]} response get_menu_items response {"menu_items": [{"description": "var_details", "menu_item_id": "var_menu_item_id", "name": "var_drink"}]} hint assistant (Say this in a slightly different way: var_details.) }}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cold brew \", \"fields\": [\"description\"]}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\": [{\"description\": \"Our Cold Brew is made from coffee concentrate and ice (16 oz)\", \"menu_item_id\": \"coldbrew-0986\", \"name\": \"Cold brew \"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "How do you guys make your cold brews?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We make our cold brews using a coffee concentrate, as well as some ice in a 16 ounce container." } ]
dlg-74f6bdba-e214-4dad-8d46-6afb3b1e30ab
Coffee
Auto template 16 do you have x
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific yes/no menu question: *CATEGORY* {{LIST black tea,herbal tea,oolong tea,matcha,oat milk,almond milk,honey,sweeteners,chocolate drinks,drip coffee,special tea drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} *DRINKS* {{ENTER drink1 drink Enter the name of a specific example from the category you listed above. It can be any specific thing you know of that matches that category.}} {{RAND item_id1 id 10000 99999}} {{ENTER drink2 drink Enter one more name of a specific example from the category you listed above. It can be any specific thing you know of that matches that category, or make a name up if you need to.}} {{RAND item_id2 id 10000 99999}} {{CONVERSATION hint user (Asks the coffee bar attendant a yes/no question like "Do you have var_category?" MAKE IT SOUND normal.) call get_menu_items request {"query": "var_category"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_item_id1","name":"var_drink1"}, {"menu_item_id":"var_item_id2","name":"var_drink2"}]} hint assistant (Answers Yes, we have var_drink1 and var_drink2) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"sweeteners\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"45046\",\"name\":\"vanilla\"}, {\"menu_item_id\":\"24591\",\"name\":\"stevia\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Do you have any sweeteners available?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Yes, we carry vanilla and stevia." } ]
dlg-40d1c569-cdf1-45e1-9ce1-f7a8cb5c06d8
Coffee
Auto template 8 order hot tea no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *HOT TEAS on the COFFEE BAR MENU* {{LIST *Peppermint Rose* (herbal),*Tangerine Rooibos* (herbal), *Cloud and Mist* (green tea), *Wild Strawberry* (green tea), *Jin Xuan* (oolong tea), *Three Cultivar Red* (black tea), *Lavender Earl Grey* (black tea), *English Breakfast* (black tea)}} *CHOOSE YOUR TEA* {{ENTER drink drink Enter a hot tea from the list above. Say the phrase you think you'd actually use if you were in a coffee/tea bar.}} {{ENTER menu_item_id drink Now write the tea name that corresponds to your choice above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, if you say "English Breakfast tea" you would write "english-breakfast-0371". NO SPACES. NO QUOTES, NOT including "tea"}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink tea. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Wild Strawberry\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"wild-strawberry-6276\",\"name\":\"Wild Strawberry\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"wild-strawberry-6276\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"32725\",\"order_item_id\":\"37297\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"32725\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"32725\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"7 of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"37297\", \"menu_item_id\": \"wild-strawberry-6276\", \"menu_item_name\": \"Wild Strawberry\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'd like to order a Wild Strawberry tea please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you confirm for me that your order is correct before I send it to the coffee bar to be made please?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"32725\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it's correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Perfect and your order will be ready soon over at the coffee bar. Thanks." } ]
dlg-f4f019a9-fa5f-4d99-9ecc-0d9fc045c568
Coffee
Auto template 15 what kind of coffee do you have
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific menu question: *CATEGORY* {{LIST coffee,coffee drinks,espresso drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} {{CONVERSATION hint user (Asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} hint assistant (Explains they have a large variety of drinks including latte, mocha, cappuccino, americano, iced coffee, and several others. Politely suggests they take a look at the menu for more details.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "show_menu" }, { "context": "api_call_0", "name": "request", "value": "{}" }, { "context": "api_response_0", "name": "api_response", "value": "show_menu" }, { "context": "api_response_0", "name": "response", "value": "{\"success\":true}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hey, what kind of espresso drinks do you have?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We have a lot. There are lattes, mochas, cappuccinos, iced coffees, and several others. If you need information on any of them, I'd suggest checking our menu." } ]
dlg-cc0129cc-ddbc-4eb7-b640-1aa14274d248
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-0987\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-0987\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"92872\",\"order_item_id\":\"87977\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"92872\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"92872\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"three of spades\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"87977\", \"menu_item_id\": \"latte-0987\", \"menu_item_name\": \"latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "two lattes please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Great. Please review the screen to make sure your order is correct." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"92872\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, looks right" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok thanks. Please go to the coffee bar to pick up your order. It will be ready shortly." } ]
dlg-9f4e2bfc-ad8c-46b3-b191-376c5a7ea612
Coffee
Auto template 20 order a coffee drink TO GO
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-0980\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-0980\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"89114\",\"order_item_id\":\"57153\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_addons" }, { "context": "api_call_2", "name": "request", "value": "{\"query\": \"to go\", \"scope\": \"order\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_addons" }, { "context": "api_response_2", "name": "response", "value": "{\"attributes\":[{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"options\": [\"Here\", \"Togo\", \"Delivery\"]}]}" }, { "context": "api_call_3", "name": "api_call", "value": "update_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"89114\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}] }" }, { "context": "api_response_3", "name": "api_response", "value": "update_order" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"89114\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"89114\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"89114\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"57153\", \"menu_item_id\": \"latte-0980\", \"menu_item_name\": \"latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a latte to go please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order all looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"89114\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, it will be right up!" } ]
dlg-ced145b5-eaf4-4de0-aec6-8291cf952246
Coffee
Auto template 20b order a coffee drink with 2 mods and specifies HERE or TO GO
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *Here or To go* {{ENTER delivery delivery Enter either Here OR To go}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (1. Orders a var_shots var_drink with var_milk milk. 2. Specifies it is a "var_delivery" order. Say the order out loud, then write it here. MAKE SURE to add it is a 'var_delivery' order!) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_shots OR var_milk Milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_addons request {"query": "var_delivery", "scope": "order"} response get_addons response {"attributes":[{"attribute_id": "order-type", "attribute_name": "Order Type", "options": ["Here", "To go", "Delivery"]}]} call update_order request {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "option": "var_delivery"}] } response update_order response {"order_id": "var_order_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "var_delivery"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant OK. Just confirm the order all looks correct and I'll send it off to be made for you. hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-0504\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"single OR oat Milk\", \"menu_item_id\":\"cappuccino-0504\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-0504\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"single\"},{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"43405\",\"order_item_id\":\"98220\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"to go\", \"scope\": \"order\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"attributes\":[{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"options\": [\"Here\", \"To go\", \"Delivery\"]}]}" }, { "context": "api_call_4", "name": "api_call", "value": "update_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"43405\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"to go\"}] }" }, { "context": "api_response_4", "name": "api_response", "value": "update_order" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"43405\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"43405\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"43405\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"to go\"}], \"menu_items\": [{\"order_item_id\": \"98220\", \"menu_item_id\": \"cappuccino-0504\", \"menu_item_name\": \"Cappuccino\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"single\"},{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Yes I need a single Cappnccino with oat milk to go please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order all looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"43405\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yep, that looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Alright, the order will be ready at the coffee bar soon." } ]
dlg-2aa78f00-c8b1-4c79-9b37-72c5b8bbd059
Coffee
Auto template 20b order a coffee drink with 2 mods and specifies HERE or TO GO
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *Here or To go* {{ENTER delivery delivery Enter either Here OR To go}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (1. Orders a var_shots var_drink with var_milk milk. 2. Specifies it is a "var_delivery" order. Say the order out loud, then write it here. MAKE SURE to add it is a 'var_delivery' order!) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_shots OR var_milk Milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_addons request {"query": "var_delivery", "scope": "order"} response get_addons response {"attributes":[{"attribute_id": "order-type", "attribute_name": "Order Type", "options": ["Here", "To go", "Delivery"]}]} call update_order request {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "option": "var_delivery"}] } response update_order response {"order_id": "var_order_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "var_delivery"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant OK. Just confirm the order all looks correct and I'll send it off to be made for you. hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-6934\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Quadruple OR Oat Milk\", \"menu_item_id\":\"mocha-6934\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-6934\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Quadruple\"},{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"39981\",\"order_item_id\":\"38251\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"To go\", \"scope\": \"order\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"attributes\":[{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"options\": [\"Here\", \"To go\", \"Delivery\"]}]}" }, { "context": "api_call_4", "name": "api_call", "value": "update_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"39981\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}] }" }, { "context": "api_response_4", "name": "api_response", "value": "update_order" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"39981\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"39981\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"39981\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Queen of Diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}], \"menu_items\": [{\"order_item_id\": \"38251\", \"menu_item_id\": \"mocha-6934\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Quadruple\"},{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a quadruple oat milk mocha to go?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order all looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"39981\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yeah, that's perfect!" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, that'll be ready on the bar in just a minute." } ]
dlg-c54e8ff8-909f-4a5b-8115-b0a53a34b91a
Coffee
Auto template 31 Order two same drinks differing by caffeine
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you are ordering *TWO* of this: var_drink. For ONE of them you want decaffeinated, and the other not. How would YOU say this order to the attendant? *Say it out loud first* then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "Decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf", "Caff"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","order_id": "var_order_id", "menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato_0987\",\"name\":\"Macchiato \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf\", \"menu_item_id\":\"macchiato_0987\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"macchiato_0987\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"64892\",\"order_item_id\":\"75826\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"64892\",\"order_id\": \"64892\", \"menu_item_id\": \"macchiato_0987\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"64892\",\"order_item_id\":\"39876\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"64892\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"64892\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of hearts \"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"75826\", \"menu_item_id\": \"macchiato_0987\", \"menu_item_name\": \"Macchiato \", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"39876\", \"menu_item_id\": \"macchiato_0987\", \"menu_item_name\": \"Macchiato \", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I need to get two Macchiatos. I want one to be caffeinated and the other without caffeine." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you make sure this order is correct so I can send it to the coffee bar?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"64892\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, you can go pick up your orders at the coffee bar in a couple minutes." } ]
dlg-310689ca-3b65-41af-811f-5975458e99d5
Coffee
Auto template 26 order match and chai latte drinks no mods
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Chai Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"chai-latte-2133\",\"name\":\"Chai Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"chai-latte-2133\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"14780\",\"order_item_id\":\"79722\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"14780\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"14780\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"King of Hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"79722\", \"menu_item_id\": \"chai-latte-2133\", \"menu_item_name\": \"Chai Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a Chai latte please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, is this correct?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"14780\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yeah thats it." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, Ill work on that right now." } ]
dlg-14800d5d-0458-4402-84c1-4cb7b536b035
Coffee
Auto template 10 order a coffee drink with first name
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cortado\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-0980\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cortado-0980\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"51360\",\"order_item_id\":\"98165\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"51360\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"51360\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"98165\", \"menu_item_id\": \"cortado-0980\", \"menu_item_name\": \"Cortado\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello. Can I get one Cortado, please. The order is for Fred." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Of course. Let me just enter that order. Could you confirm it for me on the screen?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"cortado-0980\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Caff\",\"Decaf\"]}]}" }, { "context": "api_call_4", "name": "api_call", "value": "update_order_item" }, { "context": "api_call_4", "name": "request", "value": "{\"order_item_id\": \"98165\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"98165\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"51360\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"51360\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"98165\", \"menu_item_id\": \"cortado-0980\", \"menu_item_name\": \"Cortado\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Actually can we make a change? Can I get that as a decaf?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Of course. Let me just fix that. Could you confirm the order once again?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"51360\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 4, "segments": [], "speaker": "user", "text": "That looks good." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Excellent. Your order will be ready soon over at the coffee bar." } ]
dlg-eca31a60-cb18-4d53-a83d-5d931d630e1b
Coffee
Auto template 10 order a coffee drink with first name
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-859\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-859\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"10221\",\"order_item_id\":\"38074\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"10221\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"10221\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"38074\", \"menu_item_id\": \"mocha-859\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a mocha with the name Laura." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is this the correct order." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"mocha-859\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Caff\",\"Decaf\"]}]}" }, { "context": "api_call_4", "name": "api_call", "value": "update_order_item" }, { "context": "api_call_4", "name": "request", "value": "{\"order_item_id\": \"38074\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"38074\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"10221\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"10221\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"38074\", \"menu_item_id\": \"mocha-859\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "No, I actually want it decaf." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, how is the order now?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"10221\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 4, "segments": [], "speaker": "user", "text": "Correct, thanks." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Good, your order will be at the coffee bar in a couple minutes." } ]
dlg-7c704326-54d9-404e-a312-5ec2306e60d5
Coffee
Auto template 11 order a coffee drink no results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *DRINK NOT SHOWN ABOVE* {{ENTER drink drink Enter a drink that might be offered in a Coffee Bar but that is NOT LISTED above.}} *CATEGORY* {{ENTER category category Enter one of these: coffee OR coffee drinks.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[]} hint assistant (Explains there are no matching menu items for that then asks if they want something else. MAKE IT SOUND NATURAL) hint user (Asks the coffee bar attendant to show the menu to them again) call show_menu request {} response show_menu response {"success":true} hint assistant (Here you go. Let me know if I can get you anything.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can I get a Mocha please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm sorry, we don't make mochas. Can I get you something else?" } ]
dlg-e260a41b-cd48-4756-ad14-c8d34152eb4b
Coffee
Auto template 22 notes based on initial order utterance - fixed
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Cappuccino" would become "cappuccino-0371". NO SPACES. NO QUOTES}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *THINK OF A SPECIAL REQUEST/INSTRUCTION for YOUR ORDER* Think of a special instruction to include in your drink order. It should be *something custom that's not really an option on the menu*. For example, sometimes people specify the *amount of milk*, or *how hot* they want it, or making it "dry" (=only microfoam), or "dirty" (=adding a shot of espresso), or "short", or "no sweeteners" or "regular milk is fine", etc. Make it something not usually part of a regular drink order. So, DO NOT talk about decaf/caff or types of milk, or other basic attributes of the drink. ) {{ENTER note note Enter your phrase here. MAKE IT YOUR OWN IDEA.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink with var_milk milk and include the instruction of "var_note". Make it sound natural.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk Milk OR var_note", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}], "notes": "var_note"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "Here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_note","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Asks the user to please confirm the order is correct and they will send it off to be made). hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cortado\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-9028\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Whole Milk OR Extra ice\", \"menu_item_id\":\"cortado-9028\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cortado-9028\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Whole Milk\"}], \"notes\": \"Extra ice\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"10139\",\"order_item_id\":\"98964\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"10139\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"10139\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"three of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"98964\", \"menu_item_id\": \"cortado-9028\", \"menu_item_name\": \"Cortado\", \"notes\": \"Extra ice\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Whole Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a Cortado with whole milk and extra ice please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, can you confirm your order looks correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"10139\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yep, looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, I'll send it off to be made quickly at the coffee bar." } ]
dlg-afc0b3f4-bac5-4358-80fb-9910c36c7d7f
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-0938\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-0938\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"52889\",\"order_item_id\":\"79382\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"52889\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"52889\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"ace of diamonds\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"79382\", \"menu_item_id\": \"latte-0938\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi there, can I get two Lattes?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Absolutely. Just confirm your order is correct on the screen and we'll send it to the coffee bar right away." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"52889\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok! Your two Lattes will be ready down at the coffee bar momentarily." } ]
dlg-5e3d71a2-67e1-43fc-a487-701bc2190fe9
Coffee
Auto template 8 order hot tea no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *HOT TEAS on the COFFEE BAR MENU* {{LIST *Peppermint Rose* (herbal),*Tangerine Rooibos* (herbal), *Cloud and Mist* (green tea), *Wild Strawberry* (green tea), *Jin Xuan* (oolong tea), *Three Cultivar Red* (black tea), *Lavender Earl Grey* (black tea), *English Breakfast* (black tea)}} *CHOOSE YOUR TEA* {{ENTER drink drink Enter a hot tea from the list above. Say the phrase you think you'd actually use if you were in a coffee/tea bar.}} {{ENTER menu_item_id drink Now write the tea name that corresponds to your choice above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, if you say "English Breakfast tea" you would write "english-breakfast-0371". NO SPACES. NO QUOTES, NOT including "tea"}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink tea. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Wild Strawberry\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"wild-strawberry-9876\",\"name\":\"Wild Strawberry\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"wild-strawberry-9876\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"73732\",\"order_item_id\":\"38787\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"73732\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"73732\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Two of Clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"38787\", \"menu_item_id\": \"wild-strawberry-9876\", \"menu_item_name\": \"Wild Strawberry\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello, I'd like a wild strawberry tea, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure thing. The display in front of you has the order, is it right?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"73732\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yep." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, it'll be ready soon at the coffee bar." } ]
dlg-315d96c4-4bd5-480a-9eac-333642d939f5
Coffee
Auto template 19 order a coffee drink specify espresso shots and milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Espresso*,*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink1 drink Enter one of the four drinks from the list above.}} {{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} {{ENTER drink2 drink Enter a different drink from the list above.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you order the var_drink1 and specify two things: it's a var_shots and you want var_milk milk. How would you say it naturally? Say it out loud then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink1"}, {"menu_item_id":"var_drink2-024","name":"var_drink2"}]} call get_addons request {"query": "var_shots OR var_milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink1", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant Alright, before we send this to the coffee bar, please check the order details and confirm they're correct. Once you do, I'll get it started. hint user (confirms all looks right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-4644\",\"name\":\"Cappuccino\"}, {\"menu_item_id\":\"Mocha-024\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Triple OR Whole\", \"menu_item_id\":\"cappuccino-4644\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-4644\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Triple\"},{\"attribute_id\": \"milk-options\", \"option\":\"Whole Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"23173\",\"order_item_id\":\"26051\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"23173\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"23173\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"seven of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"26051\", \"menu_item_id\": \"cappuccino-4644\", \"menu_item_name\": \"Cappuccino\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Triple\"},{\"attribute_id\": \"milk-options\", \"option\":\"Whole Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to have a triple whole milk Cappuccino, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Alright, before we send this to the coffee bar, please check the order details and confirm they're correct. Once you do, I'll get it started." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"23173\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It is all right!" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, cool. It will be at the coffee bar very soon." } ]
dlg-2f70996e-bc19-43d7-aa3f-ff41ec47e44c
Coffee
Auto template 29 Order two drinks differing by name and milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE TWO DRINKS* {{ENTER drink1 drink Enter a drink from the list above.}} {{ENTER menu_item_id1 drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} {{ENTER drink2 drink Enter a DIFFERENT drink from the list above.}} {{ENTER menu_item_id2 drink Now write again what you have entered just above but, again, (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "mocha-6901". NO SPACES, NO QUOTES.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk1 milk Choose a type of milk from the list above}} {{ENTER milk2 milk Choose a SECOND type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering *TWO* different drinks: a var_drink1 with var_milk1 milk and a var_drink2 with var_milk2 milk. How would YOU say this order? *Say it out loud first*.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id1","name":"var_drink1"}]} call get_addons request {"query": "var_milk1", "menu_item_id":"var_menu_item_id1"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id1","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call get_menu_items request {"query": "var_drink2"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id2","name":"var_drink2"}]} call add_order_item request {"order_id": "var_order_id","menu_item_id": "var_menu_item_id2","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id1", "menu_item_name": "var_drink1", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id2", "menu_item_name": "var_drink2", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-8890\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat\", \"menu_item_id\":\"cappuccino-8890\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-8890\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"39626\",\"order_item_id\":\"63147\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"39626\",\"menu_item_id\": \"cortado-9090\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Lactose-Free Milk\"}]}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"39626\",\"order_item_id\":\"63426\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"39626\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"39626\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"63147\", \"menu_item_id\": \"cappuccino-8890\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]},{\"order_item_id\": \"63426\", \"menu_item_id\": \"cortado-9090\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Lactose-Free Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi there I would like to order two drinks. First drink a Cappuccino with Oat Milk. And a Cortado. Could you please use 2% Lactose-Free milk for this one?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay I think we have the order right. Could you look on your screen to ensure these drinks are right? Then we will send it to coffee bar to be made." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"39626\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Okay yes they look right to me." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay great. I will get these orders started. These drinks will be available at the coffee bar for pick up." } ]
dlg-678d7e80-b5d5-4ea5-80c4-219e82cdbd8a
Coffee
Auto template 12 order a coffee drink wrong results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} {{ENTER drink1 drink Enter one of the two drinks listed above.}} {{LIST *Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam)}} {{ENTER drink2 drink Now enter one of the two drinks listed above that starts with the SAME letter as your first drink choice.}} {{ENTER menu_item_id id In all lowercase, write the drink name you just entered above followed by hyphen ("-") and then ANY four-digit number. So, "Lemonade" could be "lemonade-6477"}} *CATEGORY* {{ENTER category category Enter one of the choices: tea OR tea drinks}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee and tea bar, The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink1. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink2"}]} hint assistant (Explain they don't see var_drink1 on the menu. Then ask if they mean 'var_drink2'.) hint user (Says no, then asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} hint assistant (Explains they have several teas with black, herbal, and oolong teas. Politely suggests they take a look at the menu displayed for more details.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-8756\",\"name\":\"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello sir, I would like to order a Mocha." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We actually do not sell Mocha as it is not on the menu. Did you mean a Macchiato?" } ]
dlg-fb22b0f1-402b-4ae9-a70a-b7de89586538
Coffee
Auto template 20 order a coffee drink TO GO
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-5567\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-5567\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"83221\",\"order_item_id\":\"50101\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_addons" }, { "context": "api_call_2", "name": "request", "value": "{\"query\": \"to go\", \"scope\": \"order\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_addons" }, { "context": "api_response_2", "name": "response", "value": "{\"attributes\":[{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"options\": [\"Here\", \"Togo\", \"Delivery\"]}]}" }, { "context": "api_call_3", "name": "api_call", "value": "update_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"83221\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}] }" }, { "context": "api_response_3", "name": "api_response", "value": "update_order" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"83221\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"83221\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"83221\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"two of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"50101\", \"menu_item_id\": \"latte-5567\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, could I get a Latte to go, please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK. Just confirm the order all looks correct and I'll send it off to be made for you." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"83221\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Everything is fine." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, you can pick it up at the coffee bar in a few minutes." } ]
dlg-5e6ba018-e155-49b7-8eeb-c5b321524974
Coffee
Auto template 2 order a coffee drink specify milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-2423\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"2% milk\", \"menu_item_id\":\"latte-2423\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-2423\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"59199\",\"order_item_id\":\"41739\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"59199\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"59199\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"queen of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"41739\", \"menu_item_id\": \"latte-2423\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to get a 2% milk Latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Do you mind confirming the order?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"59199\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "It's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thanks, it will be ready shortly." } ]
dlg-efc98cf5-25e7-4ceb-b6b6-a50a51e9a885
Coffee
Auto template 14b what kind of menu_items do you have
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and have a specific menu question: *CATEGORY* {{LIST black tea,herbal tea,matcha drinks,chai drinks}} {{ENTER category category Enter one of the choices exactly as written above.}} *DRINKS* {{ENTER drink1 drink Enter the name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id1 id 10000 99999}} {{ENTER drink2 drink Enter one more name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id2 id 10000 99999}} {{ENTER drink3 drink Enter one last name of a specific example from the category you listed above. It can be any name you know of that matches that category.}} {{RAND item_id3 id 10000 99999}} {{CONVERSATION hint user (Asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} call get_menu_items request {"query": "var_category"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_item_id1","name":"var_drink1"}, {"menu_item_id":"var_item_id2","name":"var_drink2"}, {"menu_item_id":"var_item_id3","name":"var_drink3"}]} hint assistant (Explains they have var_drink1, var_drink2, and var_drink3.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "show_menu" }, { "context": "api_call_0", "name": "request", "value": "{}" }, { "context": "api_response_0", "name": "api_response", "value": "show_menu" }, { "context": "api_response_0", "name": "response", "value": "{\"success\":true}" }, { "context": "api_call_1", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"black tea\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_1", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"83760\",\"name\":\"Twinings\"}, {\"menu_item_id\":\"34209\",\"name\":\"Bigelow\"}, {\"menu_item_id\":\"46875\",\"name\":\"Republic of Tea\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can you tell me what kinds of black tea do you have?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We have Twinings, Bigelow, and Republic of Tea." } ]
dlg-40b71065-c74f-4b4e-85f6-c3d3761564c7
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-2325\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-2325\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"60167\",\"order_item_id\":\"93759\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"60167\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"60167\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"ace of spades\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"93759\", \"menu_item_id\": \"latte-2325\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to order 2 lattes" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please review the screen does the order look correct to you? I want to make sure it is correct before sending your order to the coffee bar." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"60167\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "The order is correct, thank you for double checking" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thank you for your business and your order will be ready at the coffee bar shortly." } ]
dlg-4e3c38ee-4c23-44ff-b14e-780764254a48
Coffee
Auto template 25 What's in a <drink>
*SCENARIO: Ordering from a coffee bar* *OTHER BEVERAGES on the COFFEE BAR MENU* {{LIST *Matcha Latte* - The Matcha Latte has matcha concentrate with milk and microfoam (12 oz),*Chai Latte* - The Chai Latte is made with chai concentrate with milk and microfoam (12 oz),*Steamer* - The Steamer is just steamed milk and microfoam (12 oz),*Americano* - The Americano is a mix of espresso and hot water (10 oz),*Cold Brew* - Our Cold Brew is made from coffee concentrate and ice (16 oz)}} {{ENTER drink drink Enter just the drink name from one of the list choices above.}} {{ENTER menu_item_id id Now enter the drink name except all lowercase letters and no spaces. The words in the name should be separated by hyphens ("-") and followed by any 4-digit number. So "Coca Cola" would become "coca-cola-9865".}} {{ENTER details details Now enter just the description from your choice above (the NON-bolded phrase that describes what's in the drink.)}} {{CONVERSATION hint user (Asks about the ingredients of a(n) var_drink--NO NEED to use the word "ingredients"--Just ask it in a natural way) call get_menu_items request {"query": "var_drink", "fields": ["description"]} response get_menu_items response {"menu_items": [{"description": "var_details", "menu_item_id": "var_menu_item_id", "name": "var_drink"}]} hint assistant (Say this in a slightly different way: var_details.) }}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Americano\", \"fields\": [\"description\"]}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\": [{\"description\": \"The Americano is a mix of espresso and hot water \", \"menu_item_id\": \"americano-8846\", \"name\": \"Americano\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can you tell me what's in the Americano?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "It's just a watered down espresso." } ]
dlg-4c708869-81b3-41d8-9189-167c6deef037
Coffee
Auto template 12 order a coffee drink wrong results
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} {{ENTER drink1 drink Enter one of the two drinks listed above.}} {{LIST *Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam)}} {{ENTER drink2 drink Now enter one of the two drinks listed above that starts with the SAME letter as your first drink choice.}} {{ENTER menu_item_id id In all lowercase, write the drink name you just entered above followed by hyphen ("-") and then ANY four-digit number. So, "Lemonade" could be "lemonade-6477"}} *CATEGORY* {{ENTER category category Enter one of the choices: tea OR tea drinks}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee and tea bar, The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{CONVERSATION hint user (Think about what you'd say when ordering a var_drink1. Say it out loud, then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink2"}]} hint assistant (Explain they don't see var_drink1 on the menu. Then ask if they mean 'var_drink2'.) hint user (Says no, then asks the coffee bar attendant what kinds of var_category they have) call show_menu request {} response show_menu response {"success":true} hint assistant (Explains they have several teas with black, herbal, and oolong teas. Politely suggests they take a look at the menu displayed for more details.) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-1031\",\"name\":\"cortado\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a cappuccnio?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I don't see it on the menu. Did you mean cortado?" }, { "annotations": [ { "context": "api_call_1", "name": "api_call", "value": "show_menu" }, { "context": "api_response_1", "name": "api_response", "value": "show_menu" }, { "context": "api_response_1", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "No. What about teas?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "We have several like black or oolong or herbal. Please see our menu." } ]
dlg-6cabb6bc-c0e7-4503-b59e-6468acef9f4e
Coffee
Auto template 3 order a coffee drink mod sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Americano* (10oz) (espresso + hot water)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you really think you'd use it in the cafe). How would you say it? *Say it out loud first*. If you don't know how it is usually said, ask someone who would know. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (confirms details are right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Americano\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"americano-0213\",\"name\":\"Americano\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Caramel Sauce\", \"menu_item_id\": \"americano-0213\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-9090\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"americano-0213\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-9090\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"88672\",\"order_item_id\":\"45772\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"88672\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"88672\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"45772\", \"menu_item_id\": \"americano-0213\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"caramel-sauce-9090\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Could I get an Americano with Caramel, please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure thing. Please check the order here to be sure it's right before I send it to the bar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"88672\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, that's correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, thanks. It will be ready shortly!" } ]
dlg-d6042de6-0e65-43c9-99ff-ebb7054f5b97
Coffee
Auto template 22 notes based on initial order utterance - fixed
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Cappuccino" would become "cappuccino-0371". NO SPACES. NO QUOTES}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *THINK OF A SPECIAL REQUEST/INSTRUCTION for YOUR ORDER* Think of a special instruction to include in your drink order. It should be *something custom that's not really an option on the menu*. For example, sometimes people specify the *amount of milk*, or *how hot* they want it, or making it "dry" (=only microfoam), or "dirty" (=adding a shot of espresso), or "short", or "no sweeteners" or "regular milk is fine", etc. Make it something not usually part of a regular drink order. So, DO NOT talk about decaf/caff or types of milk, or other basic attributes of the drink. ) {{ENTER note note Enter your phrase here. MAKE IT YOUR OWN IDEA.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink with var_milk milk and include the instruction of "var_note". Make it sound natural.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk Milk OR var_note", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}], "notes": "var_note"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "Here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_note","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Asks the user to please confirm the order is correct and they will send it off to be made). hint user (confirms it is correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-6543\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat Milk OR hazelnut shot\", \"menu_item_id\":\"mocha-6543\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-6543\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"notes\": \"hazelnut shot\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"82037\",\"order_item_id\":\"11910\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"82037\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"82037\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"four of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"11910\", \"menu_item_id\": \"mocha-6543\", \"menu_item_name\": \"Mocha\", \"notes\": \"hazelnut shot\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi can I get an oat milk mocha with a hazelnut shot please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, please confirm your order and I'll send it to be made." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"82037\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "yes it is correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great your order is sent and will soon be ready at the coffee bar." } ]
dlg-a8295ea6-e3f7-4b7d-93a0-147504023467
Coffee
Auto template 25 What's in a <drink>
*SCENARIO: Ordering from a coffee bar* *OTHER BEVERAGES on the COFFEE BAR MENU* {{LIST *Matcha Latte* - The Matcha Latte has matcha concentrate with milk and microfoam (12 oz),*Chai Latte* - The Chai Latte is made with chai concentrate with milk and microfoam (12 oz),*Steamer* - The Steamer is just steamed milk and microfoam (12 oz),*Americano* - The Americano is a mix of espresso and hot water (10 oz),*Cold Brew* - Our Cold Brew is made from coffee concentrate and ice (16 oz)}} {{ENTER drink drink Enter just the drink name from one of the list choices above.}} {{ENTER menu_item_id id Now enter the drink name except all lowercase letters and no spaces. The words in the name should be separated by hyphens ("-") and followed by any 4-digit number. So "Coca Cola" would become "coca-cola-9865".}} {{ENTER details details Now enter just the description from your choice above (the NON-bolded phrase that describes what's in the drink.)}} {{CONVERSATION hint user (Asks about the ingredients of a(n) var_drink--NO NEED to use the word "ingredients"--Just ask it in a natural way) call get_menu_items request {"query": "var_drink", "fields": ["description"]} response get_menu_items response {"menu_items": [{"description": "var_details", "menu_item_id": "var_menu_item_id", "name": "var_drink"}]} hint assistant (Say this in a slightly different way: var_details.) }}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"steamer\", \"fields\": [\"description\"]}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\": [{\"description\": \"The Steamer is just steamed milk and microfoam (12 oz)\", \"menu_item_id\": \"steamer-4574\", \"name\": \"steamer\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "What's a steamer?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "It is a 12 oz cup of steamed milk and microfoam." } ]
dlg-1d2f50bf-3c75-40e1-a441-83288b65c325
Coffee
Auto template 31 Order two same drinks differing by caffeine
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you are ordering *TWO* of this: var_drink. For ONE of them you want decaffeinated, and the other not. How would YOU say this order to the attendant? *Say it out loud first* then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "Decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf", "Caff"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","order_id": "var_order_id", "menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Macchiato\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"macchiato-3456\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf\", \"menu_item_id\":\"macchiato-3456\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"macchiato-3456\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"44641\",\"order_item_id\":\"18839\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"44641\",\"order_id\": \"44641\", \"menu_item_id\": \"macchiato-3456\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"44641\",\"order_item_id\":\"33381\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"44641\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"44641\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"jack of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"18839\", \"menu_item_id\": \"macchiato-3456\", \"menu_item_name\": \"Macchiato\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"33381\", \"menu_item_id\": \"macchiato-3456\", \"menu_item_name\": \"Macchiato\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi there I would like to get two macchiatos. But one of us doesn't like caffeine, just the flavor of the drink. So could you make one with caffeine and one decaffeinated?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay I think we can do that. Your order should be on this screen now. Could look at it make sure it's right? It needs to confirmed for coffee bar to make it." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"44641\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes it is right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Very good, we will have this up at the coffee bar soon." } ]
dlg-a90b89be-4981-42a6-af83-c439b8033aa5
Coffee
Auto template 29 Order two drinks differing by name and milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE TWO DRINKS* {{ENTER drink1 drink Enter a drink from the list above.}} {{ENTER menu_item_id1 drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} {{ENTER drink2 drink Enter a DIFFERENT drink from the list above.}} {{ENTER menu_item_id2 drink Now write again what you have entered just above but, again, (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "mocha-6901". NO SPACES, NO QUOTES.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk1 milk Choose a type of milk from the list above}} {{ENTER milk2 milk Choose a SECOND type of milk from the list above}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering *TWO* different drinks: a var_drink1 with var_milk1 milk and a var_drink2 with var_milk2 milk. How would YOU say this order? *Say it out loud first*.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id1","name":"var_drink1"}]} call get_addons request {"query": "var_milk1", "menu_item_id":"var_menu_item_id1"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id1","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call get_menu_items request {"query": "var_drink2"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id2","name":"var_drink2"}]} call add_order_item request {"order_id": "var_order_id","menu_item_id": "var_menu_item_id2","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id1", "menu_item_name": "var_drink1", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id2", "menu_item_name": "var_drink2", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-2354\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat\", \"menu_item_id\":\"mocha-2354\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-2354\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"24018\",\"order_item_id\":\"21874\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"24018\",\"menu_item_id\": \"latte-2567\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"24018\",\"order_item_id\":\"42384\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"24018\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"24018\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"21874\", \"menu_item_id\": \"mocha-2354\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]},{\"order_item_id\": \"42384\", \"menu_item_id\": \"latte-2567\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a Mocha with Oat milk and a Latte with Almond Milk, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok great, please check and see if this order is correct." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"24018\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "That's correct, yes." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, your order will be at the coffee bar in just a moment." } ]
dlg-97f4068d-1f22-4b38-9a80-4e333b7cab54
Coffee
Auto template 23 order a coffee drink then ask for sweeteners
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *CHOOSE A DRINK* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *Choose a term* {{ENTER sweet_term word Enter the word "sweetener" or "syrup":}} *Choose a SWEETENER* {{LIST Vanilla,Sugar Free Vanilla,Hazelnut, Caramel Sauce}} {{ENTER sweet_name name sweetener names (the one without a number) as it is written from the list above:}} *SWEETENER ID* {{LIST vanilla-sweetener-011,sugar-free-vanilla-sweetener-012,hazelnut-sweetener-013,caramel-sauce-15}} {{ENTER sweet_id id Enter the sweetener ID that matches your sweetener name exactly as it is written from the list above:}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink but don't mention any modifiers.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (asks what kind of var_sweet_term they have) call get_addons request {"query": "var_sweet_term", "menu_item_id":"var_menu_item_id"} response get_addons response {"addons":[{"addon_id":"sf-vanilla-sweetener-012","name":"Sugar Free Vanilla Sweetener","options":["ADD"]},{"addon_id":"sf-vanilla-sweetener-012","name":"Sugar Free Vanilla Sweetener","options":["NO","ADD"]},{"addon_id":"hazelnut-sweetener-013","name":"Hazelnut Sweetener","options":["NO","ADD"]},{"addon_id":"vanilla-sweetener-011","name":"Vanilla sweetener","options":["NO","ADD"]},{"addon_id":"chocolate-sauce-014","name":"Chocolate Sauce","options":["NO","ADD"]},{"addon_id":"caramel-sauce-015","name":"Caramel Sauce","options":["NO","ADD"]},{"addon_id":"honey-016","name":"Honey","options":["NO","ADD"]},{"addon_id":"sugar-017","name":"Sugar ","options":["NO","ADD"]}]} force assistant We have Vanilla, Sugar Free Vanilla, Hazelnut, Chocolate Sauce, Caramel Sauce, Honey, and Sugar. hint user (Say you want to add the var_sweet_name.) call update_order_item request {"order_item_id": "var_order_item_id","addons": [{"addon_id": "var_sweet_id", "option":"ADD"}]} response update_order_item response {"order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_sweet_id", "option":"ADD"}]}]} hint assistant (the worker asks the customer again to confirm the order is correct before sending it to the coffee bar). hint user (confirms it's correct) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-8765\",\"name\":\"mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-8765\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"11696\",\"order_item_id\":\"32680\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"11696\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"11696\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of diamond\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"32680\", \"menu_item_id\": \"mocha-8765\", \"menu_item_name\": \"mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a mocha" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Will you please confirm your order on the screen is correct before I submit it to be made." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"sweetener\", \"menu_item_id\":\"mocha-8765\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_addons" }, { "context": "api_response_3", "name": "response", "value": "{\"addons\":[{\"addon_id\":\"sf-vanilla-sweetener-012\",\"name\":\"Sugar Free Vanilla Sweetener\",\"options\":[\"ADD\"]},{\"addon_id\":\"sf-vanilla-sweetener-012\",\"name\":\"Sugar Free Vanilla Sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"hazelnut-sweetener-013\",\"name\":\"Hazelnut Sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"vanilla-sweetener-011\",\"name\":\"Vanilla sweetener\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"chocolate-sauce-014\",\"name\":\"Chocolate Sauce\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"caramel-sauce-015\",\"name\":\"Caramel Sauce\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"honey-016\",\"name\":\"Honey\",\"options\":[\"NO\",\"ADD\"]},{\"addon_id\":\"sugar-017\",\"name\":\"Sugar \",\"options\":[\"NO\",\"ADD\"]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "What kind of sweetener do you have available?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "We have Vanilla, Sugar Free Vanilla, Hazelnut, Chocolate Sauce, Caramel Sauce, Honey, and Sugar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "update_order_item" }, { "context": "api_call_4", "name": "request", "value": "{\"order_item_id\": \"32680\",\"addons\": [{\"addon_id\": \"caramel-sauce-15\", \"option\":\"ADD\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"32680\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"11696\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"11696\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of diamond\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"32680\", \"menu_item_id\": \"mocha-8765\", \"menu_item_name\": \"mocha\", \"addons\": [{\"addon_id\": \"caramel-sauce-15\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "I would like caramel sauce please." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Please confirm again that your order is correct before I submit it to the coffee bar." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"11696\"}" }, { "context": "api_response_6", "name": "api_response", "value": "finish_order" }, { "context": "api_response_6", "name": "response", "value": "{\"success\":true}" } ], "index": 6, "segments": [], "speaker": "user", "text": "It is correct." }, { "annotations": [], "index": 7, "segments": [], "speaker": "assistant", "text": "Thank you and your order will be ready shortly at the coffee bar." } ]
dlg-22c96708-41a8-4937-b34b-e840dcc26d5b
Coffee
Auto template 31 Order two same drinks differing by caffeine
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you are ordering *TWO* of this: var_drink. For ONE of them you want decaffeinated, and the other not. How would YOU say this order to the attendant? *Say it out loud first* then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "Decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf", "Caff"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","order_id": "var_order_id", "menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cortado\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"Cortado-2874\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf\", \"menu_item_id\":\"Cortado-2874\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"Cortado-2874\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"71151\",\"order_item_id\":\"51066\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"71151\",\"order_id\": \"71151\", \"menu_item_id\": \"Cortado-2874\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"71151\",\"order_item_id\":\"96615\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"71151\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"71151\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"51066\", \"menu_item_id\": \"Cortado-2874\", \"menu_item_name\": \"Cortado\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"96615\", \"menu_item_id\": \"Cortado-2874\", \"menu_item_name\": \"Cortado\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to get two Cortado's. I would like only one of them decaffeinated though." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you tell me if this is correct before I send your order to the coffee bar?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"71151\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok. Your order will be ready at the coffee bar shortly." } ]
dlg-4b6ed00b-bdb7-4bf8-bf26-b3751bf68246
Coffee
Auto template 4 order a coffee drink mod milk and sweetener
null
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-2266\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat milk OR Chocolate Sauce\", \"menu_item_id\": \"cappuccino-2266\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"chocolate-sauce-123\", \"name\": \"Chocolate Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-2266\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-123\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"21634\",\"order_item_id\":\"27458\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"21634\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"21634\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"jack of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"27458\", \"menu_item_id\": \"cappuccino-2266\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"chocolate-sauce-123\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I need to order a Cappuccino made with Oat milk. I want to add Chocolate Sauce" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is the order on the screen correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"21634\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes that's right" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great. Your drink will be ready shortly" } ]
dlg-88abf081-41fb-4a77-8e3a-23bb1ec526c8
Coffee
Auto template 19 order a coffee drink specify espresso shots and milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Espresso*,*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink1 drink Enter one of the four drinks from the list above.}} {{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} {{ENTER drink2 drink Enter a different drink from the list above.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *ESPRESSO SHOTS* {{LIST Single, Double, Triple, Quadruple}} {{ENTER shots shots Enter one of the above}} *MILK CHOICES* {{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you order the var_drink1 and specify two things: it's a var_shots and you want var_milk milk. How would you say it naturally? Say it out loud then write it here.) call get_menu_items request {"query": "var_drink1"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink1"}, {"menu_item_id":"var_drink2-024","name":"var_drink2"}]} call get_addons request {"query": "var_shots OR var_milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink1", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} force assistant Alright, before we send this to the coffee bar, please check the order details and confirm they're correct. Once you do, I'll get it started. hint user (confirms all looks right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-6611\",\"name\":\"Mocha\"}, {\"menu_item_id\":\"Espresso-024\",\"name\":\"Espresso\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Double OR Non-Fat\", \"menu_item_id\":\"mocha-6611\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_name\": \"Espresso Shots\", \"attribute_id\": \"espresso-shots\", \"options\": [\"Single\",\"Double\",\"Triple\",\"Quadruple\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-6611\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"95426\",\"order_item_id\":\"58374\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"95426\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"95426\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"58374\", \"menu_item_id\": \"mocha-6611\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hey there. Today I'll get a double shot of Mocha with Non-Fat milk." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Alright, before we send this to the coffee bar, please check the order details and confirm they're correct. Once you do, I'll get it started." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"95426\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yeah, the order looks right to me." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Perfect. I've sent the order and it'll be ready at the bar in a few minutes." } ]
dlg-3e545879-9f2a-4523-9377-2a63b2e1f5b6
Coffee
Auto template 3 order a coffee drink mod sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Americano* (10oz) (espresso + hot water)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you really think you'd use it in the cafe). How would you say it? *Say it out loud first*. If you don't know how it is usually said, ask someone who would know. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (confirms details are right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Americano \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"americano-8526 \",\"name\":\"Americano \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Vanilla Sweetener\", \"menu_item_id\": \"americano-8526 \"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"vanilla-sweetener-012\", \"name\": \"Vanilla Sweetener\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"americano-8526 \",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-012\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"97930\",\"order_item_id\":\"10055\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"97930\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"97930\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"10055\", \"menu_item_id\": \"americano-8526 \", \"menu_item_name\": \"Americano \", \"addons\": [{\"addon_id\": \"vanilla-sweetener-012\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, may I have a vanilla americano?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Before sending your order out, I need your confirmation if the details are correct." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"97930\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "yes, they are perfect." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok. Your order will be done shortly." } ]
dlg-20278214-f703-403c-baa6-5f8b4d9945e5
Coffee
Auto template 2 order a coffee drink specify milk
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk* {{LIST 2%, Non-Fat,Oat, 2% Free,Almond}} {{ENTER milk milk Choose a type of milk from the list above}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-3211\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"2% milk\", \"menu_item_id\":\"mocha-3211\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"mocha-3211\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"88387\",\"order_item_id\":\"10425\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"88387\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"88387\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"10425\", \"menu_item_id\": \"mocha-3211\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want a Mocha made with 2% milk please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is this your whole order? Would you like anything else?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"88387\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes, it's the order, and no, nothing more please." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Perfect, your order will be ready right away at the coffee bar." } ]
dlg-1792273c-2950-48db-afd8-654cfa673f82
Coffee
Auto template 31 Order two same drinks differing by caffeine
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you are ordering *TWO* of this: var_drink. For ONE of them you want decaffeinated, and the other not. How would YOU say this order to the attendant? *Say it out loud first* then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "Decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf", "Caff"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","order_id": "var_order_id", "menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-4477\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf\", \"menu_item_id\":\"latte-4477\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-4477\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"77647\",\"order_item_id\":\"55875\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"77647\",\"order_id\": \"77647\", \"menu_item_id\": \"latte-4477\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"77647\",\"order_item_id\":\"55914\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"77647\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"77647\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Poker\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"55875\", \"menu_item_id\": \"latte-4477\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"55914\", \"menu_item_id\": \"latte-4477\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like to order two lattes, one decaf and the other one regular." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "This your order look correct?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"77647\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, we'll have that ready for you soon." } ]
dlg-c3b57ada-1ddd-4270-9952-cb76e59b8dda
Coffee
Auto template 31 Order two same drinks differing by caffeine
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id1 id 10000 99999}} {{RAND order_item_id2 id 10000 99999}} {{CONVERSATION hint user (Suppose you are ordering *TWO* of this: var_drink. For ONE of them you want decaffeinated, and the other not. How would YOU say this order to the attendant? *Say it out loud first* then write it here.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "Decaf", "menu_item_id":"var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf", "Caff"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"} call add_order_item request {"order_id": "var_order_id","order_id": "var_order_id", "menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Cappuccino\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-9641\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf\", \"menu_item_id\":\"cappuccino-9641\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-9641\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"26880\",\"order_item_id\":\"58006\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"26880\",\"order_id\": \"26880\", \"menu_item_id\": \"cappuccino-9641\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"26880\",\"order_item_id\":\"97831\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"26880\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"26880\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"seven of diamonds \"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"58006\", \"menu_item_id\": \"cappuccino-9641\", \"menu_item_name\": \"Cappuccino\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"97831\", \"menu_item_id\": \"cappuccino-9641\", \"menu_item_name\": \"Cappuccino\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello, I want two cappuccinos, one caffeinated and the other one decaf." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "\\rHere are your order information. I need your confirmation that the details are correct before I pass them to the coffee bar for the coffees to be made." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"26880\"}" }, { "context": "api_response_5", "name": "api_response", "value": "finish_order" }, { "context": "api_response_5", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thank you. You'll have your order our shortly." } ]
dlg-aade8643-e0a6-4954-979f-7deb6bbf6ea4
Coffee
Auto template 27 Order two same drinks no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Customer orders *TWO* of these: var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "2"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name", "quantity": "2"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made -- USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Mocha \"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-0977\",\"name\":\"Mocha \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-0977\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"53593\",\"order_item_id\":\"73171\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"53593\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"53593\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"Ace of spades \", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"73171\", \"menu_item_id\": \"mocha-0977\", \"menu_item_name\": \"Mocha \"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to place an order for two Mochas." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Before I send this over to the coffee bar, can you check to make sure this is the correct order?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"53593\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, you may go to the coffee bar soon to collect your order." } ]
dlg-d6193ac8-608e-40ec-8c3a-f7ad4ed3ea35
Coffee
Auto template 9 other beverages no mods
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *OTHER BEVERAGES on the COFFEE BAR MENU* {{LIST *Ginger Green Cold Steep Tea* (16 oz) (cold steeped tea + ice),*Matcha Latte* (12 oz) (matcha concentrate + milk + microfoam), *Chai Latte* (12 oz) (chai concentrate + milk + microfoam),Hot Chocolate (12 oz) (chocolate + milk + microfoam),Steamer (12 oz) (steamed milk + microfoam),Americano (10 oz) (espresso + hot water),Cold Brew (16 oz) (coffee concentrate + ice)}} *CHOOSE YOUR BEVERAGE* {{ENTER drink drink Enter one of the drinks from the list above. Say the phrase you think you'd actually use if you were ordering in a coffee/tea bar.}} {{ENTER menu_item_id drink Now write the tea name that corresponds to your choice above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, if you say "Hot Chocolate" you would write "hot-chocolate-0291" (use your own number). NO SPACES. NO QUOTES}} *NAME* {{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}} *TASK: Write the transcript of a conversation that you would have with the worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink.) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"}, {"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (answers yes) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Could I order a Steamer?\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"steamer-9352\",\"name\":\"Could I order a Steamer?\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"steamer-9352\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"14471\",\"order_item_id\":\"91712\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"14471\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"14471\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of diamonds\"}, {\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"91712\", \"menu_item_id\": \"steamer-9352\", \"menu_item_name\": \"Could I order a Steamer?\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Could I order a Steamer?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Of course. Could you please confirm if we have your order correct?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"14471\"}" }, { "context": "api_response_3", "name": "api_response", "value": "finish_order" }, { "context": "api_response_3", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, your order will be ready for you at the coffee bar in a bit!" } ]
dlg-75b0a7eb-0885-408a-aa61-f7537118f3f6
Coffee
Auto template 3 order a coffee drink mod sweetener
*SCENARIO: Ordering from a coffee bar* Imagine you're ordering a drink from the following menu: *COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option* {{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Americano* (10oz) (espresso + hot water)}} *CHOOSE YOUR DRINK* {{ENTER drink drink Enter a drink from the list above.}} {{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES. NO QUOTES}} *SWEETENERS* {{LIST Vanilla Sweetener,Sugar Free Vanilla Sweetener,Hazelnut Sweetener,Chocolate Sauce,Caramel Sauce}} {{ENTER sweet sweet Enter ONE of the sweeteners from the above list exactly as it is written INCLUDING the word "Sweetener" or "Sauce".}} {{ENTER addon_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 3-digit number. For example, "Vanilla Sweetener" would become "vanilla-sweetener-028". NO SPACES, NO QUOTES.}} *TASK: Write the transcript of a conversation that you would have with the coffee bar worker.* {{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}} {{RAND order_id id 10000 99999}} {{RAND order_item_id id 10000 99999}} {{CONVERSATION hint user (Order a var_drink that has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you really think you'd use it in the cafe). How would you say it? *Say it out loud first*. If you don't know how it is usually said, ask someone who would know. ) call get_menu_items request {"query": "var_drink"} response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]} call get_addons request {"query": "var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"addons": [{"addon_id": "var_addon_id", "name": "var_sweet", "default": "NO", "options": ["NO", "ADD"]}]} call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]} response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"} call get_order_details request {"order_id": "var_order_id"} response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "addons": [{"addon_id": "var_addon_id", "option":"ADD"}]}]} hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS). hint user (confirms details are right) call finish_order request {"order_id": "var_order_id"} response finish_order response {"success":true} hint assistant (Acknowledges and indicates the order will be ready shortly -- USE YOUR OWN WORDS) }} {{CHECK confirm_flow The conversation sounds realistic and logical.}} {{CHECK confirm_language The conversation contains no inappropriate language.}}
[ { "annotations": [ { "context": "api_call_0", "name": "api_call", "value": "get_menu_items" }, { "context": "api_call_0", "name": "request", "value": "{\"query\": \"Latte\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"latte-3255\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Caramel Sauce\", \"menu_item_id\": \"latte-3255\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-235\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}" }, { "context": "api_call_2", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_2", "name": "request", "value": "{\"menu_item_id\": \"latte-3255\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-235\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"57072\",\"order_item_id\":\"54085\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"57072\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"57072\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"54085\", \"menu_item_id\": \"latte-3255\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"caramel-sauce-235\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a latte with some caramel in it?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay, Is this right?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"57072\"}" }, { "context": "api_response_4", "name": "api_response", "value": "finish_order" }, { "context": "api_response_4", "name": "response", "value": "{\"success\":true}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Yes that's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay Ill work on this right now." } ]