conversation_id
stringlengths
40
40
vertical
stringclasses
1 value
scenario
stringclasses
32 values
instructions
stringclasses
28 values
utterances
listlengths
2
8
dlg-1c0421f3-e54f-4dbc-be8a-bde83a543fe0
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-7354\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Single OR Almond Milk\", \"menu_item_id\":\"mocha-7354\"}" }, { "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-7354\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Single\"},{\"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\": \"92356\",\"order_item_id\":\"56621\"}" }, { "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\": \"92356\", \"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\": \"92356\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"92356\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"92356\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}], \"menu_items\": [{\"order_item_id\": \"56621\", \"menu_item_id\": \"mocha-7354\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Single\"},{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hmmmm, I think I'd like a nice, Single Mocha with Almond milk. I love the taste of Almond milk. So rich. Also, I need to get back to work, so I'll take it To go. Thank you." }, { "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\": \"92356\"}" }, { "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": "Yup. That's what I'd like." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, your order should be ready when you get to the coffee bar. Thanks for your order." } ]
dlg-13048d62-0d9d-495d-882d-b587de17bb4f
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\": \"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-8369\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf OR Almond milk OR Vanilla\", \"menu_item_id\":\"latte-8369\"}" }, { "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\"]},{\"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-sweetner-334\", \"name\": \"Vanilla\", \"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-8369\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetner-334\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"10074\",\"order_item_id\":\"86724\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"10074\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"10074\", \"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\": \"86724\", \"menu_item_id\": \"latte-8369\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetner-334\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a decaf latte with almond milk and vanilla flavoring." }, { "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\": \"10074\"}" }, { "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, your order will be ready soon." } ]
dlg-278379d2-23c4-47be-8003-c47216bb75f6
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\": \"matcha drinks\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_1", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"77461\",\"name\":\"iced matcha latte\"}, {\"menu_item_id\":\"97603\",\"name\":\"matcha milkshake\"}, {\"menu_item_id\":\"77277\",\"name\":\"matcha bubble tea\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "What types of mocha drinks do you carry?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We have iced matcha latte, matcha milkshake, and matcha bubble tea." } ]
dlg-e253f6da-eec7-4062-94bc-dd4d754489b6
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-3434\",\"name\":\"mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3434\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"15685\",\"order_item_id\":\"94696\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"15685\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"15685\", \"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\": \"94696\", \"menu_item_id\": \"mocha-3434\", \"menu_item_name\": \"mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "i would like a mocha" }, { "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\": \"15685\"}" }, { "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": "it will be ready shortly" } ]
dlg-515421cd-a87f-4a0d-a640-6f5b37edf83c
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-3465\",\"name\":\"mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3465\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"43414\",\"order_item_id\":\"25175\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"43414\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"43414\", \"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\": \"25175\", \"menu_item_id\": \"mocha-3465\", \"menu_item_name\": \"mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like two mochas" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Will you look at the screen to confirm that your order is correct." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"43414\"}" }, { "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": "Thank you and ok the order will be ready shortly at the coffee bar." } ]
dlg-c4a3363a-5b79-44fd-9d63-00a02e532f93
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-4826\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"macchiato-4826\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"97513\",\"order_item_id\":\"49882\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"97513\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"97513\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"six of spades\", \"quantity\": \"2\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"49882\", \"menu_item_id\": \"macchiato-4826\", \"menu_item_name\": \"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Good morning. I think I'd like two of the Macchiatos, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Before I send this off, please take a look, at your order, to determine if it is accurate." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"97513\"}" }, { "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": "Terrific. Send it off, since it is correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, next you can go over to the coffee bar, to grab your order. You won't have to wait too long. Thank you." } ]
dlg-32661eed-d3d9-4bf6-8650-65b502422ad8
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\": \"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-2979\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"double milk\", \"menu_item_id\":\"cortado-2979\"}" }, { "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\": \"cortado-2979\",\"quantity\": \"1\", \"notes\": \"double milk\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"71490\",\"order_item_id\":\"79784\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"71490\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"71490\", \"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\": \"79784\", \"menu_item_id\": \"cortado-2979\", \"menu_item_name\": \"Cortado\", \"notes\": \"double milk\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello, I'd like a Cortado with double please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, can you confirm that your order looks correct before I send it off to be made?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"71490\"}" }, { "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": "Lovely, I'll have it made over at the coffee bar in no time." } ]
dlg-449426d1-a767-496c-9d27-92623cff2de8
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-6875\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Chocolate Sauce\", \"menu_item_id\": \"latte-6875\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"chocolate-sauce-678\", \"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-6875\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"chocolate-sauce-678\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"36415\",\"order_item_id\":\"67016\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"36415\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"36415\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"67016\", \"menu_item_id\": \"latte-6875\", \"menu_item_name\": \"latte\", \"addons\": [{\"addon_id\": \"chocolate-sauce-678\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a latte but with added chocolate sauce?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you confirm this is correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"36415\"}" }, { "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, looks good to me." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Perfect, it'll be ready in a few minutes." } ]
dlg-59a8605d-eca0-4f06-9de8-55da2582b17b
Coffee
Auto template 4b order a coffee drink mod decaf and sweetener
*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)}} *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.}} *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 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 these two modifications: (a) decaf and (b) has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you're sure you'd say it normally). 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": "Decaf OR var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf","Caff"]}], "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": "caffeine", "option":"Decaf"}], "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": "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 (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\": \"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-2589 \",\"name\":\"Cappuccino \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf OR Chocolate Sauce\", \"menu_item_id\": \"cappuccino-2589 \"}" }, { "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\"]}], \"addons\": [{\"addon_id\": \"chocolate-sauce-7532\", \"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-2589 \",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-7532\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"96741\",\"order_item_id\":\"84393\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"96741\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"96741\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"king of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"84393\", \"menu_item_id\": \"cappuccino-2589 \", \"menu_item_name\": \"Cappuccino \", \"addons\": [{\"addon_id\": \"chocolate-sauce-7532\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "May I have a decaf chocolate cappuccino?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please confirm that your order details are correct. After that, I'll forward it to the coffee bar for preparing the drink.\\r" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"96741\"}" }, { "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": "The details are right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thank you. Your order will be out soon." } ]
dlg-05d17b2f-fe00-40fa-ab44-4bd12ddf5442
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\": \"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-3900\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Double shot\", \"menu_item_id\":\"mocha-3900\"}" }, { "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\": \"mocha-3900\",\"quantity\": \"1\", \"notes\": \"Double shot\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"81574\",\"order_item_id\":\"68501\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"81574\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"81574\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"two of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"68501\", \"menu_item_id\": \"mocha-3900\", \"menu_item_name\": \"Mocha\", \"notes\": \"Double shot\"}]}" } ], "index": 0, "segments": [ { "annotations": [ { "name": "request" } ], "annotator_id": "GENERATED", "end_index": "28", "start_index": "17", "text": "double shot" } ], "speaker": "user", "text": "Hi, can I have a double shot Mocha?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, is this your order?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"81574\"}" }, { "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, its correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, it wont take long so just sit tight." } ]
dlg-bf508508-9734-48ac-b071-c9f1f66c87b3
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\": \"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-3919\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3919\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"39985\",\"order_item_id\":\"43447\"}" }, { "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\": \"39985\", \"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\": \"39985\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"39985\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"39985\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"eight of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"43447\", \"menu_item_id\": \"mocha-3919\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to order a Mocha and I want it 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_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"39985\"}" }, { "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": "It is correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. We will have your order ready shortly." } ]
dlg-746dfaaa-18fa-4b2e-abeb-f328690fa367
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\": \"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-2429\",\"name\":\"cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cortado-2429\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"77901\",\"order_item_id\":\"68179\"}" }, { "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\": \"77901\", \"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\": \"77901\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"77901\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"77901\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"jack of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"68179\", \"menu_item_id\": \"cortado-2429\", \"menu_item_name\": \"cortado\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a cortado 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\": \"77901\"}" }, { "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's correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, your cortado will be right up at the coffee bar momentarily." } ]
dlg-d3a88997-97fe-4316-a7f4-caed566a256e
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\": \"Chai Tea\"}" }, { "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. I need to get a Chai Tea please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sorry. We don't have any menu items for that drink. Is there another item I can get y ou." }, { "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": "Sure. Can you show me the menu again?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Here it is. Let me know what I can get you." } ]
dlg-4b80458b-5aee-4d09-af84-afa9d0bf95bc
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\":\"84524\",\"name\":\"Lipton Tea\"}, {\"menu_item_id\":\"83224\",\"name\":\"dark tea\"}, {\"menu_item_id\":\"81889\",\"name\":\"Oolong\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, what type of black tea do you all sell?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Well, we have three, Lipton tea, Dark tea, and Oolong." } ]
dlg-f0cf4f47-f4bc-4d40-b1f7-c86483ea13d2
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-0683\",\"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-0683\"}" }, { "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-732\", \"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-0683\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-732\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"83772\",\"order_item_id\":\"92031\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"83772\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"83772\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"eight of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"92031\", \"menu_item_id\": \"cortado-0683\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"chocolate-sauce-732\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can I have a cortado with almond milk and chocolate sauce?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure - please check to see that I've entered your order correctly." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"83772\"}" }, { "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 looks right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great. Your drink will be ready in a few minutes." } ]
dlg-d33e74b8-22a6-49c7-9076-93c01522358a
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-1342\",\"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-1342\"}" }, { "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-1342\",\"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\": \"97782\",\"order_item_id\":\"76535\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"97782\",\"menu_item_id\": \"latte-1342\",\"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\": \"97782\",\"order_item_id\":\"57156\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"97782\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"97782\", \"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\": \"76535\", \"menu_item_id\": \"latte-1342\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]},{\"order_item_id\": \"57156\", \"menu_item_id\": \"latte-1342\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I have one latte with almond milk and the other with oat milk please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you tell me if the order is correct please?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"97782\"}" }, { "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 is almost ready and you can get it at the coffee bar." } ]
dlg-7a7d7186-8bb7-4250-96d8-757c22096175
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-2065\",\"name\":\"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hey, could I order a Mocha?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I don't see any drink named Mocha. Did you mean to say Macchiato?" } ]
dlg-e70529d3-5c75-4084-ae6b-f198bd7fe8b2
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-4541\",\"name\":\"Cortado \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cortado-4541\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"25839\",\"order_item_id\":\"85488\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"25839\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"25839\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"patience\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"85488\", \"menu_item_id\": \"cortado-4541\", \"menu_item_name\": \"Cortado \"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a cortado today" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, can you look over your order first?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"25839\"}" }, { "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": "Your order is going to be ready soon" } ]
dlg-c092702b-bb9b-46fc-bcaa-746adc636469
Coffee
Auto template 17 do you have x NO
*SCENARIO: Ordering from a coffee bar* Imagine you're talking with a coffee bar attendant and you're about ready to order: *NOT ON MENU* {{ENTER category category Think of something you would NEVER expect to be served at a strictly coffee or tea bar (like alcohol, hot sauce, etc.) and enter it here. INVENT YOUR OWN--don't use the examples given.}} {{CONVERSATION hint user (Asks the coffee bar attendant a yes/no question like "Do you have var_category?" MAKE IT SOUND normal.) 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":[]} hint assistant (Politely explain they don't have that. Then ask if there's something from the menu they would like) }} {{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\": \"pizza\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_1", "name": "response", "value": "{\"menu_items\":[]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Do you serve pizza here?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sorry, we don't have that. Is there anything from the menu that you'd like?" } ]
dlg-99189a84-38cd-42a8-a2b8-fcedc362b117
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\": \"Peppermint Rose (herbal)\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"peppermint-rose-3927\",\"name\":\"Peppermint Rose (herbal)\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"peppermint-rose-3927\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"32678\",\"order_item_id\":\"15894\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"32678\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"32678\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"15894\", \"menu_item_id\": \"peppermint-rose-3927\", \"menu_item_name\": \"Peppermint Rose (herbal)\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "can I get a cup of the Peppermint Rose herbal tea?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "yes, now please confirm for me if the screen order is correct." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"32678\"}" }, { "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": "great, it will be ready very soon" } ]
dlg-73c3d94d-125f-4da7-992f-ed67815cc9d1
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-3267\",\"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-3267\"}" }, { "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-3267\",\"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\": \"61798\",\"order_item_id\":\"47637\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"61798\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"61798\", \"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\": \"47637\", \"menu_item_id\": \"latte-3267\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Triple\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I order a Latte with triple shots?" }, { "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\": \"61798\"}" }, { "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": "It will be ready to pick up at the coffee bar soon." } ]
dlg-b653b40a-3570-4f21-8083-44f98fcfc3bd
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\": \"I want a 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-3384\",\"name\":\"I want a 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-3384\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"54625\",\"order_item_id\":\"21288\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"54625\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"54625\", \"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\": \"21288\", \"menu_item_id\": \"wild-strawberry-3384\", \"menu_item_name\": \"I want a Wild Strawberry\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to order a Wild Strawberry tea please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, can you confirm the order on the screen for me?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"54625\"}" }, { "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 very good" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, it will be out for your shortly!" } ]
dlg-360ef944-0c94-488d-b628-630cd61a7f7a
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\": \"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-2489\",\"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-2489\"}" }, { "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\": \"mocha-2489\",\"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\": \"35849\",\"order_item_id\":\"31403\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"35849\",\"order_id\": \"35849\", \"menu_item_id\": \"mocha-2489\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"35849\",\"order_item_id\":\"60865\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"35849\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"35849\", \"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\": \"31403\", \"menu_item_id\": \"mocha-2489\", \"menu_item_name\": \"Mocha\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"60865\", \"menu_item_id\": \"mocha-2489\", \"menu_item_name\": \"Mocha\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to have two of Mocha, one of them decaffeinated, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Just confirm your order. Is this correct?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"35849\"}" }, { "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 available in a few minutes at the coffee bar." } ]
dlg-260a940f-d94c-440f-9330-0f8057d69218
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\": \"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-4566\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-4566\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"22828\",\"order_item_id\":\"99687\"}" }, { "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\": \"22828\", \"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\": \"22828\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"22828\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"22828\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"four of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"99687\", \"menu_item_id\": \"mocha-4566\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'd like a Mocha 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\": \"22828\"}" }, { "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": "It is correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, it will be ready at the coffee bar in a few minutes." } ]
dlg-9d77f2e2-7c4c-4fda-8df8-192f1517a3a8
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-2211\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-2211\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"97716\",\"order_item_id\":\"52934\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"97716\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"97716\", \"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\": \"52934\", \"menu_item_id\": \"mocha-2211\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I please get a Mocha? It's for Jim." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is this correct?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"mocha-2211\"}" }, { "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\": \"52934\",\"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\":\"52934\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"97716\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"97716\", \"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\": \"52934\", \"menu_item_id\": \"mocha-2211\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "No,actually, make it decaf." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Sure thing, could you confirm that?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"97716\"}" }, { "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": "It's correct." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Okay, wait a moment at the coffee bar, please." } ]
dlg-26c3a37a-b252-45b3-8c98-978c378c8092
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-0321\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-0321\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"28080\",\"order_item_id\":\"66798\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"28080\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"28080\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"two of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"66798\", \"menu_item_id\": \"latte-0321\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I order a latte please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you confirm that the order is correct, before sending 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\": \"28080\"}" }, { "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 can pick it up soon at the coffee bar." } ]
dlg-26f71e40-4451-411f-8250-3b5c9e54d263
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\": \"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-7307\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Double OR Whole Milk\", \"menu_item_id\":\"cortado-7307\"}" }, { "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\": \"cortado-7307\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"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\": \"93452\",\"order_item_id\":\"64280\"}" }, { "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\": \"93452\", \"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\": \"93452\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"93452\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"93452\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}], \"menu_items\": [{\"order_item_id\": \"64280\", \"menu_item_id\": \"cortado-7307\", \"menu_item_name\": \"Cortado\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Whole Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want a double cortado with whole milk 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\": \"93452\"}" }, { "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": "Yes, that's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, your order for a double cortado with whole milk to go will be ready soon at the coffee bar." } ]
dlg-8590aeb2-18a9-4ab5-85c0-918f694c70d5
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\": \"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-0122\",\"name\":\"macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"half milk\", \"menu_item_id\":\"macchiato-0122\"}" }, { "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\": \"macchiato-0122\",\"quantity\": \"1\", \"notes\": \"half milk\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"27667\",\"order_item_id\":\"84872\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"27667\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"27667\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"queen of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"84872\", \"menu_item_id\": \"macchiato-0122\", \"menu_item_name\": \"macchiato\", \"notes\": \"half milk\"}]}" } ], "index": 0, "segments": [ { "annotations": [ { "name": "request" } ], "annotator_id": "GENERATED", "end_index": "21", "start_index": "12", "text": "half milk" } ], "speaker": "user", "text": "Can I get a half milk macchiato?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Yes. Can you verify it please?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"27667\"}" }, { "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 it's good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. Please wait a the bar." } ]
dlg-627b32e7-e379-44c8-bfbc-b2396d4eb022
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\": \"Jin Xuan\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"jin-xuan\",\"name\":\"Jin Xuan\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"jin-xuan\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"21406\",\"order_item_id\":\"49404\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"21406\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"21406\", \"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\": \"49404\", \"menu_item_id\": \"jin-xuan\", \"menu_item_name\": \"Jin Xuan\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd love a Jin Xuan tea please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "This good?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"21406\"}" }, { "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": "Ok, your tea will be ready soon at the coffee bar" } ]
dlg-e978d143-610b-4888-95b9-cfccf1c25538
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 (10 oz)\", \"menu_item_id\": \"americano-0266\", \"name\": \"Americano\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "So tell me -what is in an Americano?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Its basically espresso and hot water mixed." } ]
dlg-e7fd188c-cb43-42bd-bddd-3694b1020556
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\", \"menu_item_id\": \"steamer-0291\", \"name\": \"steamer\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "What's in your steamer?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "It's pretty much a combination of steamed milk with microfoam." } ]
dlg-a0a9cf73-247d-4f41-aae8-f9aebb0aa08c
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": "Have you ever had a Dutch baby before?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm sorry, but I can't actually answer that question. If, however, you'd like to order some coffee or tea, I'd be happy to help with that." } ]
dlg-c65e20ae-2adc-4956-b370-b7db313fd8d1
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-3748\",\"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-3748\"}" }, { "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-3748\",\"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\": \"57589\",\"order_item_id\":\"54440\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"57589\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"57589\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"54440\", \"menu_item_id\": \"macchiato-3748\", \"menu_item_name\": \"Macchiato\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can you do a decaf Macchiato?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Yes, does it look like I've entered that correctly? I just want to make sure before I send it to be made at the coffee bar." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"57589\"}" }, { "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": "Mhm, that's good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Alright, great, it will be ready in just a moment at the coffee bar." } ]
dlg-2e7fa703-82b8-4c17-8019-da57b3e96612
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-3527\",\"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-3527\"}" }, { "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-3527\",\"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\": \"81437\",\"order_item_id\":\"87361\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"81437\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"81437\", \"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\": \"87361\", \"menu_item_id\": \"latte-3527\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I need to get a decaf Latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Do you mind confirming your order is correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"81437\"}" }, { "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": "Wonderful, your order will be ready shortly." } ]
dlg-5105fb55-2582-405d-9767-6bed984d0fd8
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\": \"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-3534\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3534\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"37854\",\"order_item_id\":\"73056\"}" }, { "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\": \"37854\", \"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\": \"37854\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"37854\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"37854\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"royal flush\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"73056\", \"menu_item_id\": \"mocha-3534\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Gimme a 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_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"37854\"}" }, { "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." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. Your order will be at the coffee bar." } ]
dlg-b3fe0e4e-45f0-4a4f-a6ba-bc69c809149a
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-5367\",\"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-5367\"}" }, { "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-5367\",\"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\": \"31564\",\"order_item_id\":\"14027\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"31564\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"31564\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"14027\", \"menu_item_id\": \"macchiato-5367\", \"menu_item_name\": \"macchiato\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like to order a decafe macchiato." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Would you please confirm that the order is correct before I 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\": \"31564\"}" }, { "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": "Thank you and your order will be done shortly at the coffee bar." } ]
dlg-6036f060-0ec2-499f-b64a-492ef3a6ccf8
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-6775\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat Milk OR Extra foam\", \"menu_item_id\":\"mocha-6775\"}" }, { "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-6775\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"notes\": \"Extra foam\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"81529\",\"order_item_id\":\"46509\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"81529\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"81529\", \"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\": \"46509\", \"menu_item_id\": \"mocha-6775\", \"menu_item_name\": \"Mocha\", \"notes\": \"Extra foam\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi. Can I get a large Mocha with oat milk and extra foam, please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure. Just to confirm, you'd like a large oat milk Mocha with extra foam, correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"81529\"}" }, { "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, please." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, you can wait for your large Mocha at the end of the bar. Thank you." } ]
dlg-38ec4d06-9c42-4b13-8bb3-0af4cb92eed7
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\": \"herbal tea\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"72266\",\"name\":\"chammomile\"}, {\"menu_item_id\":\"77499\",\"name\":\"lavendar\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Good day. I'd like to know if you have any herbal teas?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Yes we do. We have two lovely teas, chammomile and lavendar." } ]
dlg-ad36b8c1-6a4a-41aa-a88f-416b3c22941f
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-4934\",\"name\":\"macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"macchiato-4934\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"49191\",\"order_item_id\":\"97081\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"49191\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"49191\", \"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\": \"97081\", \"menu_item_id\": \"macchiato-4934\", \"menu_item_name\": \"macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'd like a venti caramel macchiato with an extra shot of espresso" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, please check the screen to confirm whether your order is correct before I sent it to the bar" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"49191\"}" }, { "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": "Ok, your order will be up shortly at the coffee bar" } ]
dlg-b4cd6f7f-ef15-4e19-8f9a-71855559623c
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": "Tell me about the coffee drinks you have." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Including latte, mocha, cappuccino, americano, and iced coffee, we have a wide selection of coffee drinks. I encourage you to see the menu for a complete list." } ]
dlg-945b5f01-8642-41af-94bb-2ef3606ceffa
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\",\"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\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"vanilla-sweetener\", \"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\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"vanilla-sweetener\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"13578\",\"order_item_id\":\"84440\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"13578\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"13578\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"84440\", \"menu_item_id\": \"americano\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"vanilla-sweetener\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get an Americano with a pump of vanilla in it?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, is this correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"13578\"}" }, { "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 thats It." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay It should be done in 5 minutes." } ]
dlg-bdce91b6-65c0-4a0d-9ced-bcb77aebb6c9
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-3785\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cappuccino-3785\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"91287\",\"order_item_id\":\"45076\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"91287\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"91287\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"45076\", \"menu_item_id\": \"cappuccino-3785\", \"menu_item_name\": \"Cappuccino\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Let me see, I think I'd like a Cappuccino. Thanks." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Before I send it over, please double-check, that I've got your order, 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-3785\"}" }, { "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": "Oh, what kind of sweeteners are available, today?" }, { "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\": \"45076\",\"addons\": [{\"addon_id\": \"sugar-free-vanilla-sweetener-012\", \"option\":\"ADD\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"45076\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"91287\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"91287\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"45076\", \"menu_item_id\": \"cappuccino-3785\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"sugar-free-vanilla-sweetener-012\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "Then add the Sugar Free Vanilla, to my drink, please." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Right. Now, please review your order again. Is everything okay? If so, I'll send it over to the coffee bar." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"91287\"}" }, { "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": "Yeah, all okay." }, { "annotations": [], "index": 7, "segments": [], "speaker": "assistant", "text": "Thanks. Your order should be ready, quickly, at the coffee bar." } ]
dlg-a97ac8b4-dc5c-48c2-9b44-210451300006
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\": \"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-9963\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf OR Almond milk OR Vanilla\", \"menu_item_id\":\"latte-9963\"}" }, { "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\"]},{\"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-223\", \"name\": \"Vanilla\", \"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-9963\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-223\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"78164\",\"order_item_id\":\"97653\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"78164\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"78164\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"king of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"97653\", \"menu_item_id\": \"latte-9963\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-223\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I have a Decaf, vanilla Latte with almond milk 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\": \"78164\"}" }, { "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, thank you." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, your order will be ready at the coffee bar shortly." } ]
dlg-384d0ac6-2a5d-47f7-8299-398b952783fc
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-3851\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3851\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"65339\",\"order_item_id\":\"39762\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"65339\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"65339\", \"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\": \"39762\", \"menu_item_id\": \"mocha-3851\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a mocha, please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "OK, does this look good to you?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"syrup\", \"menu_item_id\":\"mocha-3851\"}" }, { "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 syrup 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\": \"39762\",\"addons\": [{\"addon_id\": \"vanilla-sweetner-011\", \"option\":\"ADD\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"39762\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"65339\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"65339\", \"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\": \"39762\", \"menu_item_id\": \"mocha-3851\", \"menu_item_name\": \"Mocha\", \"addons\": [{\"addon_id\": \"vanilla-sweetner-011\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "I'll add the vanilla to my latte, please." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "OK, does this all look right 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\": \"65339\"}" }, { "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 does." }, { "annotations": [], "index": 7, "segments": [], "speaker": "assistant", "text": "OK, your order will be ready in just a bit over at the coffee bar." } ]
dlg-14b319c0-d20e-4043-acef-bf6c3300c156
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\": \"herbal tea\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"21239\",\"name\":\"Peppermint Tea\"}, {\"menu_item_id\":\"43753\",\"name\":\"Hibiscus Tea\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Do you serve herbal tea here?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Yes, we have Peppermint Tea and Hibiscus Tea." } ]
dlg-d3604479-154f-4b11-8e4d-117819df8704
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 doing" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm doing well. What can I help you with 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 let me know what kinds of milk you have" } ]
dlg-8d21ac83-d6bf-4d36-84c7-c1770e24344a
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\": \"English breakfast tea\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"english-breakfast-2016\",\"name\":\"English breakfast tea\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"english-breakfast-2016\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"83993\",\"order_item_id\":\"57113\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"83993\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"83993\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"57113\", \"menu_item_id\": \"english-breakfast-2016\", \"menu_item_name\": \"English breakfast tea\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I please have the English Breakfast Tea?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is your order correct on the screen?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"83993\"}" }, { "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": "Great, your order will be ready shortly at the bar." } ]
dlg-c6132238-50c7-42a9-b093-87c79697baf2
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-4523\",\"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 Vanilla Sweetener\", \"menu_item_id\":\"latte-4523\"}" }, { "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\": \"vanilla-sweetener-258\", \"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-4523\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-258\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"84337\",\"order_item_id\":\"66635\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"84337\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"84337\", \"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\": \"66635\", \"menu_item_id\": \"latte-4523\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-258\", \"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 an iced latte with almond milk and vanilla sweetener." }, { "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\": \"84337\"}" }, { "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. Your order will be ready shortly. Have a Brew-tiful day!" } ]
dlg-7ee04ad2-5650-4c35-9fdd-950966496c94
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\":\"73494\",\"name\":\"Lemon Ginger\"}, {\"menu_item_id\":\"63947\",\"name\":\"Lavender\"}, {\"menu_item_id\":\"88467\",\"name\":\"Hibiscus\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, what herbal teas do you have?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We have Lemon Ginger, Lavender, and Hibiscus." } ]
dlg-2ea2739c-5a71-4e8a-b306-1381eefc30b2
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-0027\",\"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-0027\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"47785\",\"order_item_id\":\"99011\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"47785\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"47785\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"seven of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"99011\", \"menu_item_id\": \"matcha-latte-0027\", \"menu_item_name\": \"Matcha Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a Matcha Latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Alright, is that right?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"47785\"}" }, { "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, it will be at the coffee bar for pick up very soon." } ]
dlg-45315ec5-bdf4-4502-9cd4-ca484a8cf3c4
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\": \"Hot Chocolate\"}" }, { "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'll take a Hot Chocolate, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm afraid that item isn't on our menu. Could I interest you in something else?" } ]
dlg-b52fe86f-7015-4a0a-afe4-bc345daf8eed
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-2543\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-2543\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"27913\",\"order_item_id\":\"45185\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"27913\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"27913\", \"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\": \"45185\", \"menu_item_id\": \"mocha-2543\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a Mocha please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Absolutely. Can you make sure your order is correct before I send it over to the Coffee bar?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"27913\"}" }, { "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, great. Your order should be coming right up for you over at the coffee bar." } ]
dlg-e947fdaa-68c0-4749-841b-32521b219964
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-1123\",\"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-1123\"}" }, { "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-1123\",\"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\": \"94657\",\"order_item_id\":\"52272\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"94657\",\"order_id\": \"94657\", \"menu_item_id\": \"latte-1123\",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"94657\",\"order_item_id\":\"68275\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"94657\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"94657\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"52272\", \"menu_item_id\": \"latte-1123\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"68275\", \"menu_item_id\": \"latte-1123\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a regular Latte and a decaf Latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please make sure the order displayed is correct." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"94657\"}" }, { "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": "It's correct, yes." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, the drinks are being made fresh over at the coffee bar and can be picked up shortly." } ]
dlg-ad7b8b11-c429-4f84-9611-6cc50968d87c
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\": \"Espresso\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"espresso-2321\",\"name\":\"Espresso\"}, {\"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 OR Oat\", \"menu_item_id\":\"espresso-2321\"}" }, { "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\": \"espresso-2321\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"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\": \"97495\",\"order_item_id\":\"41202\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"97495\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"97495\", \"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\": \"41202\", \"menu_item_id\": \"espresso-2321\", \"menu_item_name\": \"Espresso\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Today, I would just like an espresso. Make it a double and add oat milk. Appreciate it!" }, { "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\": \"97495\"}" }, { "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": "Everything looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Alrighty, your espresso will be ready asap at the coffee bar." } ]
dlg-ff5ecabc-e898-4eab-849f-977259a7ea3c
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-2939\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-2939\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"68695\",\"order_item_id\":\"51951\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"68695\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"68695\", \"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\": \"51951\", \"menu_item_id\": \"mocha-2939\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a Mocha please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, here you go. Does it look correct?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"syrup\", \"menu_item_id\":\"mocha-2939\"}" }, { "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 syrup is in this?" }, { "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\": \"51951\",\"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\":\"51951\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"68695\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"68695\", \"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\": \"51951\", \"menu_item_id\": \"mocha-2939\", \"menu_item_name\": \"Mocha\", \"addons\": [{\"addon_id\": \"hazelnut-sweetener-013\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "Actually I want it to have Hazelnut" }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Ok, can you confirm it is correct before I order it?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"68695\"}" }, { "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's good" }, { "annotations": [], "index": 7, "segments": [], "speaker": "assistant", "text": "ok, it will be ready at the coffee bar over there soon" } ]
dlg-92144c6c-a9f1-428a-8f2a-b1412f778037
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\": \"Hot Chocolate\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"hot-chocolate-2227\",\"name\":\"Hot Chocolate\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"hot-chocolate-2227\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"21770\",\"order_item_id\":\"31394\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"21770\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"21770\", \"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\": \"31394\", \"menu_item_id\": \"hot-chocolate-2227\", \"menu_item_name\": \"Hot Chocolate\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, please get me a Hot chocolate." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "ok, I have your order, is this it?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"21770\"}" }, { "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, you got it, great." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Awesome, your order is going to be ready soon at the coffee bar." } ]
dlg-9e309a76-cc24-4f53-b4c4-505f6102e851
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-9911\",\"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-9911\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-033\", \"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-9911\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-033\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"59137\",\"order_item_id\":\"81982\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"59137\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"59137\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"81982\", \"menu_item_id\": \"americano-9911\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"caramel-sauce-033\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I go ahead and get an Americano that has Caramel Sauce on it?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Alrighty. Can you confirm this is your order on the screen?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"59137\"}" }, { "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 all correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay. I'll get this ready for you shortly." } ]
dlg-65ec3192-e999-466b-aed1-fe123a003f52
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\": \"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-0118\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"half the foam \", \"menu_item_id\":\"cortado-0118\"}" }, { "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\": \"cortado-0118\",\"quantity\": \"1\", \"notes\": \"half the foam \"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"33401\",\"order_item_id\":\"35789\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"33401\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"33401\", \"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\": \"35789\", \"menu_item_id\": \"cortado-0118\", \"menu_item_name\": \"Cortado\", \"notes\": \"half the foam \"}]}" } ], "index": 0, "segments": [ { "annotations": [ { "name": "request" } ], "annotator_id": "GENERATED", "end_index": "38", "start_index": "25", "text": "half the foam" } ], "speaker": "user", "text": "Can I get a Cortado with half the foam please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Confirm your order on the display please." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"33401\"}" }, { "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 what I'd like." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok - great. Your order is in and can be picked up at the coffee bar in a few minutes. Thanks." } ]
dlg-e46afce4-1ad8-438f-823f-94d3ee6ee901
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\": \"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-9832\",\"name\":\"cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"oat\", \"menu_item_id\":\"cortado-9832\"}" }, { "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\": \"cortado-9832\",\"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\": \"58129\",\"order_item_id\":\"61224\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"58129\",\"menu_item_id\": \"latte-3232\",\"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\": \"58129\",\"order_item_id\":\"43800\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"58129\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"58129\", \"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\": \"61224\", \"menu_item_id\": \"cortado-9832\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}]},{\"order_item_id\": \"43800\", \"menu_item_id\": \"latte-3232\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a cortado with oat milk and a latte with 2% milk." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is the order correct on the screen before I send it over to be made?" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"58129\"}" }, { "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 and your order will be ready shortly at the coffee bar." } ]
dlg-77a838ab-769d-40c1-852f-612f28b55a2f
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-5831\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-5831\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"44663\",\"order_item_id\":\"84207\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"44663\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"44663\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"jack of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"84207\", \"menu_item_id\": \"mocha-5831\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "can I please have one of your Mocha drinks" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "does the display show exactly what you want?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"44663\"}" }, { "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 Mocha is going to be ready in a couple minutes at the coffee bar" } ]
dlg-c5754c50-1ab6-4158-8cbf-f1b867d31ece
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-3955\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-3955\",\"quantity\": \"2\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"43327\",\"order_item_id\":\"97287\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"43327\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"43327\", \"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\": \"97287\", \"menu_item_id\": \"latte-3955\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Could I please have two lattes?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Of course, is your order displayed correctly before we send it off to the coffee bar to be made?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"43327\"}" }, { "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 soon to be picked up at the coffee bar!" } ]
dlg-5c32fce6-68d6-41e5-a34f-1878e9d1de83
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-2345\",\"name\":\"mocha\"}]}" }, { "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\":\"mocha-2345\"}" }, { "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-2345\",\"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\": \"17177\",\"order_item_id\":\"61850\"}" }, { "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\": \"17177\", \"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\": \"17177\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"17177\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"17177\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"to go\"}], \"menu_items\": [{\"order_item_id\": \"61850\", \"menu_item_id\": \"mocha-2345\", \"menu_item_name\": \"mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"single\"},{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "i want a 2% mocha 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\": \"17177\"}" }, { "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": "yes it is right" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "it will be out shortly" } ]
dlg-115712cb-0bae-4fe0-ae9d-4e5288549e3c
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\": \"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-2541\"\",\"name\":\"Cappuccino\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"\"cappuccino-2541\"\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"11044\",\"order_item_id\":\"39356\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"11044\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"11044\", \"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\": \"39356\", \"menu_item_id\": \"\"cappuccino-2541\"\", \"menu_item_name\": \"Cappuccino\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello. I'd like a Cappuccino please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure. Is this order that you can see here what you want?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"11044\"}" }, { "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 correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK. It will be over at the coffee bar soon." } ]
dlg-fd5addd7-e9f6-4a52-a373-f913da31f519
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\": \"Espresso\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"espresso-3860\",\"name\":\"Espresso\"}, {\"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\":\"espresso-3860\"}" }, { "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\": \"espresso-3860\",\"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\": \"60778\",\"order_item_id\":\"70426\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"60778\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"60778\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"seven of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"70426\", \"menu_item_id\": \"espresso-3860\", \"menu_item_name\": \"Espresso\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a double Espresso, please?" }, { "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\": \"60778\"}" }, { "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, it all looks great." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, your order will be ready in just a bit at the coffee bar." } ]
dlg-8f30ab9e-09a2-4684-8b55-fe613c97bc29
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-2230\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-2230\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"10268\",\"order_item_id\":\"80899\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"10268\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"10268\", \"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\": \"80899\", \"menu_item_id\": \"mocha-2230\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can I get a mocha? It's for Adam." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Could you confirm this right here?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"mocha-2230\"}" }, { "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\": \"80899\",\"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\":\"80899\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"10268\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"10268\", \"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\": \"80899\", \"menu_item_id\": \"mocha-2230\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "No, could you make it a decaf?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay, is it good now?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"10268\"}" }, { "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": "Yes." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Okay, it'll be out at the coffee bar in a moment." } ]
dlg-7ba08fff-c994-466f-8a75-73f80c77c7a6
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-3321\",\"name\":\"Cortado \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"cortado-3321\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"33754\",\"order_item_id\":\"63886\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"33754\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"33754\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"rummy\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"63886\", \"menu_item_id\": \"cortado-3321\", \"menu_item_name\": \"Cortado \"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a cortado, please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, please look over your order for me" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"33754\"}" }, { "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, everything is good" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, the order will be out soon" } ]
dlg-7b152005-e36d-40b5-ba0e-22372cf06366
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 coffee\"}" }, { "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": "Can I get an iced coffee please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "We don't have that on the menu, I can get you a regular coffee or something else" } ]
dlg-1049bc86-f12d-4eea-9ccd-b16801a9520e
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": "Do you know which is the largest island in the world?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I’m sorry, but I don’t have the answer to that question. Although, if you would like to make a order for coffee or tea, I can help you." } ]
dlg-22c90a11-fa8c-4d81-a76c-2fc66c8404c6
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-1837\",\"name\":\"Cappuccino\"}, {\"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 OR Oat\", \"menu_item_id\":\"cappuccino-1837\"}" }, { "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-1837\",\"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\": \"17966\",\"order_item_id\":\"68343\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"17966\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"17966\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"68343\", \"menu_item_id\": \"cappuccino-1837\", \"menu_item_name\": \"Cappuccino\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Single\"},{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'll have a single cappuccino with oat 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\": \"17966\"}" }, { "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 is right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok that will be up for you at the coffee bar in a few." } ]
dlg-7a309051-51ce-4f79-b57c-eadef3ade09f
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-4774 \",\"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-4774 \"}" }, { "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-4774 \",\"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\": \"82781\",\"order_item_id\":\"62477\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"82781\",\"order_id\": \"82781\", \"menu_item_id\": \"cappuccino-4774 \",\"quantity\": \"1\"}" }, { "context": "api_response_3", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"82781\",\"order_item_id\":\"89957\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"82781\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"82781\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"queen of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"62477\", \"menu_item_id\": \"cappuccino-4774 \", \"menu_item_name\": \"Cappuccino\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"89957\", \"menu_item_id\": \"cappuccino-4774 \", \"menu_item_name\": \"Cappuccino\", \"quantity\": \"1\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "can I get two cappuccinos, one of them decaf" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "sure, please confirm the displayed order so we can make sure you get the right thing" }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"82781\"}" }, { "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": "ok, we'll have those cappuccinos out to you shortly at our coffee bar" } ]
dlg-78959a4e-f611-4710-86af-7b4f4df7c2a5
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\": \"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-0517\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-0517\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"14283\",\"order_item_id\":\"44958\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"14283\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"14283\", \"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\": \"44958\", \"menu_item_id\": \"latte-0517\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi. Could I get a Latte please for Giselle?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "No problem. Please check the order here and make sure it is correct before I send it back." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"latte-0517\"}" }, { "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\": \"44958\",\"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\":\"44958\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"14283\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"14283\", \"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\": \"44958\", \"menu_item_id\": \"latte-0517\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Actually, no. Can I get a decaf Latte?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Sure. Please check again for accuracy." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"14283\"}" }, { "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": "Yes, that's right." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Thanks, Giselle. Your decaf Latte will be ready shortly at the bar!" } ]
dlg-fa93ebc5-8503-4ab0-9887-55a228c69db9
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": "What is the album that's playing over the speakers?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I'm sorry I don't know what we're playing today. Are you ready to order?" } ]
dlg-5ea02813-8406-4071-ad1d-44e02d2ba32d
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-0037\",\"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-0037\"}" }, { "context": "api_response_1", "name": "api_response", "value": "get_addons" }, { "context": "api_response_1", "name": "response", "value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-635\", \"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-0037\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-635\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"53144\",\"order_item_id\":\"90830\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"53144\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"53144\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"90830\", \"menu_item_id\": \"latte-0037\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"caramel-sauce-635\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a caramel latte please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Okay is this correct on the screen?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"53144\"}" }, { "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 what I wanted." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay I'll make the order shortly." } ]
dlg-ebd2edf1-565b-4666-938d-40836c6700b0
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\": \"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-3795\",\"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 OR Whole\", \"menu_item_id\":\"latte-3795\"}" }, { "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\": \"latte-3795\",\"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\": \"43597\",\"order_item_id\":\"88740\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"43597\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"43597\", \"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\": \"88740\", \"menu_item_id\": \"latte-3795\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Triple\"},{\"attribute_id\": \"milk-options\", \"option\":\"Whole Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I have a latte, with whole milk and triple shots 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\": \"43597\"}" }, { "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, all clear." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, your coffee will be ready at the coffee bar in a moment." } ]
dlg-80613743-fc0b-4490-aaaa-6a95fc583c34
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-1120\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-1120\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"48329\",\"order_item_id\":\"82211\"}" }, { "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\": \"48329\", \"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\": \"48329\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"48329\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"48329\", \"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\": \"82211\", \"menu_item_id\": \"latte-1120\", \"menu_item_name\": \"latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I please have a latte 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_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"48329\"}" }, { "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 is correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok, your order will be ready at the coffee bar shortly." } ]
dlg-261afe39-c503-4e78-b0fb-df2281648453
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-5623\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Oat Milk OR Extra light\", \"menu_item_id\":\"mocha-5623\"}" }, { "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-5623\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"notes\": \"Extra light\"}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"17282\",\"order_item_id\":\"46106\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"17282\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"17282\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"Four of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"46106\", \"menu_item_id\": \"mocha-5623\", \"menu_item_name\": \"Mocha\", \"notes\": \"Extra light\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I want a mocha with oat milk and extra light." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok. Is this correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"17282\"}" }, { "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": "Ok. Your order will be ready shortly." } ]
dlg-e9d8a11e-5be0-43f2-81be-833c66e989ca
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\": \"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-9357\",\"name\":\"Cortado\"}]}" }, { "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\":\"cortado-9357\"}" }, { "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\": \"cortado-9357\",\"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\": \"65190\",\"order_item_id\":\"52499\"}" }, { "context": "api_call_3", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"65190\",\"menu_item_id\": \"cortado-9357\",\"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\": \"65190\",\"order_item_id\":\"28695\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"65190\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"65190\", \"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\": \"52499\", \"menu_item_id\": \"cortado-9357\", \"menu_item_name\": \"Cortado\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]},{\"order_item_id\": \"28695\", \"menu_item_id\": \"cortado-9357\", \"menu_item_name\": \"Cortado\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello there, can I have two Cortados. But, one with Almond milk and the other with Oat." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Can you please confirm that your order looks correct." }, { "annotations": [ { "context": "api_call_5", "name": "api_call", "value": "finish_order" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"65190\"}" }, { "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": "Perfect, your drinks will be up momentarily at the coffee bar." } ]
dlg-40f063ca-4c7c-4f5b-95c2-618aaa8a4359
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-3355\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3355\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"40298\",\"order_item_id\":\"26878\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"40298\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"40298\", \"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\": \"26878\", \"menu_item_id\": \"mocha-3355\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'd like a Mocha, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, does your order look correct? If so I'll send it to the bar." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"40298\"}" }, { "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 does." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, you can pick it up at the coffee bar shortly." } ]
dlg-b630e7fb-b4a4-472f-bba8-88f7ca0cb432
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\": \"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-6798\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"macchiato-6798\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"45766\",\"order_item_id\":\"71581\"}" }, { "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\": \"45766\", \"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\": \"45766\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"45766\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"45766\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"seven of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"71581\", \"menu_item_id\": \"macchiato-6798\", \"menu_item_name\": \"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'd like a Macchiato 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\": \"45766\"}" }, { "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": "It is correct." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, it will be available at the coffee bar in a few moments." } ]
dlg-5afa00e0-c212-43ed-8127-08de3dd9b5bc
Coffee
Auto template 4b order a coffee drink mod decaf and sweetener
*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)}} *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.}} *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 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 these two modifications: (a) decaf and (b) has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you're sure you'd say it normally). 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": "Decaf OR var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf","Caff"]}], "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": "caffeine", "option":"Decaf"}], "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": "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 (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\": \"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-4994\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf OR Chocolate Sauce\", \"menu_item_id\": \"cortado-4994\"}" }, { "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\"]}], \"addons\": [{\"addon_id\": \"chocolate-sauce-843\", \"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-4994\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-843\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"24146\",\"order_item_id\":\"95200\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"24146\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"24146\", \"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\": \"95200\", \"menu_item_id\": \"cortado-4994\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"chocolate-sauce-843\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi can I get a Cortado, make it decafe with Chocolate" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok is everything her correct before I 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\": \"24146\"}" }, { "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 everything." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Ok your order will be ready for you in a bit." } ]
dlg-7596198e-1638-46f1-83ff-67d0c2271fa5
Coffee
Auto template 4b order a coffee drink mod decaf and sweetener
*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)}} *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.}} *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 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 these two modifications: (a) decaf and (b) has var_sweet. Do NOT use the word "sweetener" or "sauce" (unless you're sure you'd say it normally). 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": "Decaf OR var_sweet", "menu_item_id": "var_menu_item_id"} response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf","Caff"]}], "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": "caffeine", "option":"Decaf"}], "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": "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 (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\": \"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-3491\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf OR Caramel Sauce\", \"menu_item_id\": \"cortado-3491\"}" }, { "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\"]}], \"addons\": [{\"addon_id\": \"caramel-sauce-592\", \"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-3491\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-592\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"25150\",\"order_item_id\":\"38381\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"25150\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"25150\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"38381\", \"menu_item_id\": \"cortado-3491\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"caramel-sauce-592\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can I get a decaf cortado with caramel syrup?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure thing. Please check to make sure your drink is displayed correctly." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"25150\"}" }, { "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, that's right." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Great, your drink will be ready in a few minutes." } ]
dlg-3a34a97d-050d-4d33-aea5-d814fceb0e5d
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-4578\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-4578\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"48011\",\"order_item_id\":\"24468\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"48011\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"48011\", \"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\": \"24468\", \"menu_item_id\": \"mocha-4578\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Could I please get a Mocha?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is this right?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"48011\"}" }, { "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, thanks, you can pick that up at the coffee bar in a minute." } ]
dlg-4fc388d1-6f6c-4f87-9883-de9db9111ec9
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\": \"herbal tea\"}" }, { "context": "api_response_0", "name": "api_response", "value": "get_menu_items" }, { "context": "api_response_0", "name": "response", "value": "{\"menu_items\":[{\"menu_item_id\":\"56199\",\"name\":\"lemon tea\"}, {\"menu_item_id\":\"29773\",\"name\":\"orange tea\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Do you serve herbal teas here?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Yes, we have lemon and orange teas." } ]
dlg-4c520a29-145b-4d0f-9bc7-fb8a067b5870
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-3545\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3545\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"52137\",\"order_item_id\":\"37866\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"52137\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"52137\", \"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\": \"37866\", \"menu_item_id\": \"mocha-3545\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a Mocha plase?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Is everything right on the screen? I need to confirm with you before sending the order over 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-3545\"}" }, { "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": "Actually what kind of sweetener 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\": \"37866\",\"addons\": [{\"addon_id\": \"vanilla-sweetener-011\", \"option\":\"ADD\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"37866\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"52137\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"52137\", \"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\": \"37866\", \"menu_item_id\": \"mocha-3545\", \"menu_item_name\": \"Mocha\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-011\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "Can you put in some vanilla?" }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Okay is the order correct now?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"52137\"}" }, { "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." }, { "annotations": [], "index": 7, "segments": [], "speaker": "assistant", "text": "Okay. I'll get that ready for you over at the coffee bar in just a second." } ]
dlg-48fc67a4-9644-4978-b5de-71552ba529bd
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-3358\",\"name\":\"Cortado\"}]}" }, { "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\": \"cortado-3358\"}" }, { "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-453\", \"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-3358\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"addons\": [{\"addon_id\": \"chocolate sauce-453\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"50494\",\"order_item_id\":\"18571\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"50494\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"50494\", \"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\": \"18571\", \"menu_item_id\": \"cortado-3358\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"chocolate sauce-453\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi can I get a Cortado with Oat milk and chocolate?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure do I have everything right?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"50494\"}" }, { "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": "Ok we'll have your order out in a minute." } ]
dlg-0534f7a6-3623-40b7-aebb-9597aeb658b7
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\": \"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-2933\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-2933\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"35407\",\"order_item_id\":\"25724\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"35407\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"35407\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of a kind\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"25724\", \"menu_item_id\": \"latte-2933\", \"menu_item_name\": \"Latte\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Gimme a Latte." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Got it. Is this your correct order?" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"syrup\", \"menu_item_id\":\"latte-2933\"}" }, { "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 types of syrup do y'all 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\": \"25724\",\"addons\": [{\"addon_id\": \"vanilla-sweetener-011\", \"option\":\"ADD\"}]}" }, { "context": "api_response_4", "name": "api_response", "value": "update_order_item" }, { "context": "api_response_4", "name": "response", "value": "{\"order_item_id\":\"25724\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"35407\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"35407\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of a kind\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"25724\", \"menu_item_id\": \"latte-2933\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-011\", \"option\":\"ADD\"}]}]}" } ], "index": 4, "segments": [], "speaker": "user", "text": "Lemme add some Vanilla." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Got it. Is this your correct order?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"35407\"}" }, { "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. Your drink will be ready at the coffee bar." } ]
dlg-8f9621a1-1c43-457e-9cbb-917e2ae741f9
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-8691\"\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Non-Fat milk OR Sugar-Free Vanilla Sweetener\", \"menu_item_id\": \"\"cortado-8691\"\"}" }, { "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-016\"\", \"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\": \"\"cortado-8691\"\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}], \"addons\": [{\"addon_id\": \"\"sugar-free-vanilla-sweetener-016\"\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"18689\",\"order_item_id\":\"38461\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"18689\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"18689\", \"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\": \"38461\", \"menu_item_id\": \"\"cortado-8691\"\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"\"sugar-free-vanilla-sweetener-016\"\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a cortado with non-fat milk and sugar-free vanilla sweetener" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Ok, is this your order?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"18689\"}" }, { "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": "Alright, that will be ready over at the coffee bar soon." } ]
dlg-8171e1e9-52a3-4bdf-97d8-3ca58cde08cc
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-2834\",\"name\":\"latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"latte-2834\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"64009\",\"order_item_id\":\"66970\"}" }, { "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\": \"64009\", \"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\": \"64009\"}" }, { "context": "api_call_4", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"64009\"}" }, { "context": "api_response_4", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_4", "name": "response", "value": "{\"order_id\": \"64009\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"king of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"66970\", \"menu_item_id\": \"latte-2834\", \"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\": \"64009\"}" }, { "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 all looks good." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "OK, your order will be up quickly over at the coffee bar." } ]
dlg-1f1d1e08-b083-44c0-b5a7-7c1e8afd519e
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-4921\",\"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-4921\"}" }, { "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-4921\",\"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\": \"13523\",\"order_item_id\":\"51881\"}" }, { "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\": \"13523\", \"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\": \"13523\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"13523\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"13523\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"king of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To Go\"}], \"menu_items\": [{\"order_item_id\": \"51881\", \"menu_item_id\": \"cappuccino-4921\", \"menu_item_name\": \"Cappuccino\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Single\"},{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hello, I'd like to order a cappuccino with a single shot and with oat milk. I'd also like it 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\": \"13523\"}" }, { "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": "Yes, it looks good!" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thank you. You can pick it over at the coffee bar over there." } ]
dlg-bc343c36-b3be-4837-b81b-f79aec523f75
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\": \"Espresso\"}" }, { "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 espresso please?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I apologize, we do not make espressos here. Can I get you 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 show me the menu?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Sure, here it is. Let me know what I can get for you." } ]
dlg-56ebbae9-cec4-4481-9dbc-9527bf34d13a
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-8527 \",\"name\":\"Mocha \"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-8527 \",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"23012\",\"order_item_id\":\"72406\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"23012\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"23012\", \"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\": \"72406\", \"menu_item_id\": \"mocha-8527 \", \"menu_item_name\": \"Mocha \"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, I'll get a mocha, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Got it. Before we send this to the coffee bar, please check the order details and confirm they're correct. After your confirmation, I'll send it to the bar to get it started.\\r" }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "finish_order" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"23012\"}" }, { "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'll have your drink done soon at the coffee bar." } ]
dlg-e07d1970-35bf-4de8-8a5e-705b5bebdc65
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-4696\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"decaffeinated\", \"menu_item_id\":\"latte-4696\"}" }, { "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-4696\",\"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\": \"95789\",\"order_item_id\":\"81883\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"95789\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"95789\", \"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\": \"81883\", \"menu_item_id\": \"latte-4696\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can i get a decaf Latte?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Alright, is everything on the screen correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"95789\"}" }, { "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": "Awesome, your order will be ready soon." } ]
dlg-031356f7-d3a4-4c8b-8944-5e359691b031
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\": \"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-3857\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"Decaf OR Almond milk OR Caramel Sauce\", \"menu_item_id\":\"cortado-3857\"}" }, { "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\"]},{\"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-3849\", \"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-3857\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-3849\", \"option\":\"ADD\"}]}" }, { "context": "api_response_2", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"84444\",\"order_item_id\":\"25314\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"84444\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"84444\", \"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\": \"25314\", \"menu_item_id\": \"cortado-3857\", \"menu_item_name\": \"Cortado\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-3849\", \"option\":\"ADD\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I would like a Decaf Cortado with Almond milk and caramel." }, { "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\": \"84444\"}" }, { "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": "Great. That will be ready for you at the coffee bar shortly." } ]
dlg-74e81093-a214-4852-9284-e771a8924eba
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\": \"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-2514\",\"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-2514\"}" }, { "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\": \"cortado-2514\",\"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\": \"78238\",\"order_item_id\":\"93489\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"78238\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"78238\", \"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\": \"93489\", \"menu_item_id\": \"cortado-2514\", \"menu_item_name\": \"Cortado\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "One decaf Cortado, please." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure. Is what you see here correct. I'll send it over once you confirm." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"78238\"}" }, { "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 correct. Confirmed." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Thank you. It will be ready in a few moments. You can pick it up at the coffee bar." } ]
dlg-edb917a3-412f-4d2f-a810-d09f0eba09c8
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\": \"Cappuccino \"}" }, { "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 a cappuccino, please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "I can't find that item on the menu unfortunately" }, { "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?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Here you go. Let me know if I can get you anything." } ]
dlg-b276e3d9-fd4c-418e-b9b7-6282bc11848e
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-3615\",\"name\":\"Mocha\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"mocha-3615\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"27366\",\"order_item_id\":\"13865\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"27366\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"27366\", \"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\": \"13865\", \"menu_item_id\": \"mocha-3615\", \"menu_item_name\": \"Mocha\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Brrr. It's cold outside. So, I'd like a nice Mocha, and my name will be jack of clubs." }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please confirm the order displayed in front of you, is accurate." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"mocha-3615\"}" }, { "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\": \"13865\",\"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\":\"13865\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"27366\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"27366\", \"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\": \"13865\", \"menu_item_id\": \"mocha-3615\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Oh no. I forgot I want a decaf. Mocha, please." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Okay. Now is the order displayed, accurate?" }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"27366\"}" }, { "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": "Yes. It is finally correct." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Great. Okay, in a few minutes, you can go to the coffee bar, to pick-up your order." } ]
dlg-89e9a1fc-8880-480b-9ce4-375912c9d5df
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\": \"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-1572\",\"name\":\"Cortado\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"decaffeinated\", \"menu_item_id\":\"cortado-1572\"}" }, { "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\": \"cortado-1572\",\"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\": \"57353\",\"order_item_id\":\"68299\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"57353\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"57353\", \"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\": \"68299\", \"menu_item_id\": \"cortado-1572\", \"menu_item_name\": \"Cortado\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Can I get a decaf Cortado?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Could you check to see if this is correct?" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"57353\"}" }, { "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, it is." }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Alright, give us a minute and it'll be up." } ]
dlg-58a665b9-028e-4832-9dd7-770578130245
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-4421\",\"name\":\"Latte\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "get_addons" }, { "context": "api_call_1", "name": "request", "value": "{\"query\": \"decaffeinated\", \"menu_item_id\":\"latte-4421\"}" }, { "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-4421\",\"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\": \"11852\",\"order_item_id\":\"82533\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"11852\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"11852\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Poker\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"82533\", \"menu_item_id\": \"latte-4421\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "I'd like a decaffeinated latte, please" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Please confirm your order here" }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"11852\"}" }, { "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": "The order will be ready soon" } ]
dlg-351f70e6-50ef-4792-9782-5d4bac9c711f
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-7293\",\"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-7293\"}" }, { "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-7293\",\"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\": \"99642\",\"order_item_id\":\"62401\"}" }, { "context": "api_call_3", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_3", "name": "request", "value": "{\"order_id\": \"99642\"}" }, { "context": "api_response_3", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_3", "name": "response", "value": "{\"order_id\": \"99642\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"two of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"62401\", \"menu_item_id\": \"mocha-7293\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can I get a decaf mocha?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure. Please check that I've entered your order correctly." }, { "annotations": [ { "context": "api_call_4", "name": "api_call", "value": "finish_order" }, { "context": "api_call_4", "name": "request", "value": "{\"order_id\": \"99642\"}" }, { "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 will be ready at the coffee bar in a few minutes." } ]
dlg-ba4c2f29-0e92-4809-b1dc-52a0c4f40044
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\": \"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-3210\",\"name\":\"Macchiato\"}]}" }, { "context": "api_call_1", "name": "api_call", "value": "add_order_item" }, { "context": "api_call_1", "name": "request", "value": "{\"menu_item_id\": \"macchiato-3210\",\"quantity\": \"1\"}" }, { "context": "api_response_1", "name": "api_response", "value": "add_order_item" }, { "context": "api_response_1", "name": "response", "value": "{\"order_id\": \"75450\",\"order_item_id\":\"20323\"}" }, { "context": "api_call_2", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_2", "name": "request", "value": "{\"order_id\": \"75450\"}" }, { "context": "api_response_2", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_2", "name": "response", "value": "{\"order_id\": \"75450\", \"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\": \"20323\", \"menu_item_id\": \"macchiato-3210\", \"menu_item_name\": \"Macchiato\"}]}" } ], "index": 0, "segments": [], "speaker": "user", "text": "Hi, can I get a macchiato for Sarah?" }, { "annotations": [], "index": 1, "segments": [], "speaker": "assistant", "text": "Sure, please check that your drink is listed correctly." }, { "annotations": [ { "context": "api_call_3", "name": "api_call", "value": "get_addons" }, { "context": "api_call_3", "name": "request", "value": "{\"query\": \"decaf\", \"menu_item_id\":\"macchiato-3210\"}" }, { "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\": \"20323\",\"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\":\"20323\"}" }, { "context": "api_call_5", "name": "api_call", "value": "get_order_details" }, { "context": "api_call_5", "name": "request", "value": "{\"order_id\": \"75450\"}" }, { "context": "api_response_5", "name": "api_response", "value": "get_order_details" }, { "context": "api_response_5", "name": "response", "value": "{\"order_id\": \"75450\", \"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\": \"20323\", \"menu_item_id\": \"macchiato-3210\", \"menu_item_name\": \"Macchiato\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}" } ], "index": 2, "segments": [], "speaker": "user", "text": "Actually, could I get that decaf?" }, { "annotations": [], "index": 3, "segments": [], "speaker": "assistant", "text": "Yes, please check to make sure the order is correct." }, { "annotations": [ { "context": "api_call_6", "name": "api_call", "value": "finish_order" }, { "context": "api_call_6", "name": "request", "value": "{\"order_id\": \"75450\"}" }, { "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": "Yes, that's right now." }, { "annotations": [], "index": 5, "segments": [], "speaker": "assistant", "text": "Okay, great. Your order will be ready soon and we'll call out your name when it's ready." } ]