conversation_id
stringlengths 40
40
| vertical
stringclasses 1
value | scenario
stringclasses 32
values | instructions
stringclasses 28
values | utterances
listlengths 2
8
|
---|---|---|---|---|
dlg-e30b3a2e-a2b3-48f1-8bfc-eebdcea43d9e | Coffee | Auto template 29 Order two drinks differing by name and milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option*
{{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE TWO DRINKS*
{{ENTER drink1 drink Enter a drink from the list above.}}
{{ENTER menu_item_id1 drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
{{ENTER drink2 drink Enter a DIFFERENT drink from the list above.}}
{{ENTER menu_item_id2 drink Now write again what you have entered just above but, again, (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "mocha-6901". NO SPACES, NO QUOTES.}}
*MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk*
{{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}}
{{ENTER milk1 milk Choose a type of milk from the list above}}
{{ENTER milk2 milk Choose a SECOND type of milk from the list above}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id1 id 10000 99999}}
{{RAND order_item_id2 id 10000 99999}}
{{CONVERSATION
hint user (Suppose you were ordering *TWO* different drinks: a var_drink1 with var_milk1 milk and a var_drink2 with var_milk2 milk. How would YOU say this order? *Say it out loud first*.)
call get_menu_items request {"query": "var_drink1"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id1","name":"var_drink1"}]}
call get_addons request {"query": "var_milk1", "menu_item_id":"var_menu_item_id1"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id1","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"}
call get_menu_items request {"query": "var_drink2"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id2","name":"var_drink2"}]}
call add_order_item request {"order_id": "var_order_id","menu_item_id": "var_menu_item_id2","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id1", "menu_item_name": "var_drink1", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id2", "menu_item_name": "var_drink2", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Mocha\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-5579\",\"name\":\"Mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Almond\", \"menu_item_id\":\"mocha-5579\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"mocha-5579\",\"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\": \"83839\",\"order_item_id\":\"41043\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"83839\",\"menu_item_id\": \"cortado-3242\",\"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\": \"83839\",\"order_item_id\":\"55491\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"83839\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"83839\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"8 of Hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"41043\", \"menu_item_id\": \"mocha-5579\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]},{\"order_item_id\": \"55491\", \"menu_item_id\": \"cortado-3242\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a Mocha with Almond milk and a Cortado with Oat please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure, Is this correct?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"83839\"}"
},
{
"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 thats right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay Ill work on that right now."
}
] |
dlg-769ad4e6-81f6-410b-85bb-f00375994b78 | 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-5598\",\"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-5598\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"12698\",\"order_item_id\":\"18919\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"12698\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"12698\", \"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\": \"18919\", \"menu_item_id\": \"matcha-latte-5598\", \"menu_item_name\": \"Matcha Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get your Matcha Latte please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure thing. Can you confirm your drink order here please?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"12698\"}"
},
{
"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": "Thats it thank you."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Wonderful. Your drink will be ready at our coffee bar in just a few minutes."
}
] |
dlg-91e9c3d1-9afb-4aba-a17b-a46a9a73972c | 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\": \"it is american\", \"menu_item_id\": \"americano-5700\", \"name\": \"americano\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "What are the ingredients in an americano?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "It is US based."
}
] |
dlg-23a60471-2a7a-4a3d-a4a6-364f8ff174ad | Coffee | Auto template 4 order a coffee drink mod milk and sweetener | null | [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Latte\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"latte-6677\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Oat milk OR Caramel Sauce\", \"menu_item_id\": \"latte-6677\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"caramel-sauce-666\", \"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-6677\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-666\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"55485\",\"order_item_id\":\"70360\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"55485\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"55485\", \"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\": \"70360\", \"menu_item_id\": \"latte-6677\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"caramel-sauce-666\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I want a Latte with Oat milk and caramel."
},
{
"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\": \"55485\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "It is."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "OK, your order will be ready soon at the coffee bar."
}
] |
dlg-5affd43d-4b52-488c-bce4-9ff76be8cf1b | 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-9876\",\"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-9876\"}"
},
{
"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-9876\",\"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\": \"73275\",\"order_item_id\":\"41706\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"73275\",\"order_id\": \"73275\", \"menu_item_id\": \"mocha-9876\",\"quantity\": \"1\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"73275\",\"order_item_id\":\"98824\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"73275\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"73275\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"41706\", \"menu_item_id\": \"mocha-9876\", \"menu_item_name\": \"Mocha\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"98824\", \"menu_item_id\": \"mocha-9876\", \"menu_item_name\": \"Mocha\", \"quantity\": \"1\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I want two mochas please. Can you make one of them decaf?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure thing. Would you mind double checking your order on the screen please?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"73275\"}"
},
{
"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 what I wanted."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Sounds good. You can pick up your mochas at the coffee bar in a few minutes."
}
] |
dlg-b656e51a-087d-4fc4-a070-eed69ddb6575 | 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": "Should I watch a Star Wars movie tonight?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I'm sorry, but I can't help you with that, but I can help you order coffee or tea."
}
] |
dlg-006c6ac6-96ac-4098-8960-5d73e28c8f49 | 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-0200\", \"name\": \"Steamer\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hey, whats in your Steamer?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Hey, the steamer is milk that is steamed with and added microfoam to the top."
}
] |
dlg-35baac6a-4a82-4a2f-a306-4c2260f431c5 | Coffee | Auto template 8 order hot tea no mods | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*HOT TEAS on the COFFEE BAR MENU*
{{LIST *Peppermint Rose* (herbal),*Tangerine Rooibos* (herbal), *Cloud and Mist* (green tea), *Wild Strawberry* (green tea), *Jin Xuan* (oolong tea), *Three Cultivar Red* (black tea), *Lavender Earl Grey* (black tea), *English Breakfast* (black tea)}}
*CHOOSE YOUR TEA*
{{ENTER drink drink Enter a hot tea from the list above. Say the phrase you think you'd actually use if you were in a coffee/tea bar.}}
{{ENTER menu_item_id drink Now write the tea name that corresponds to your choice above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, if you say "English Breakfast tea" you would write "english-breakfast-0371". NO SPACES. NO QUOTES, NOT including "tea"}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Think about what you'd say when ordering a var_drink tea. Say it out loud, then write it here.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1"}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink"}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Acknowledges and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Wild Strawberry Green Tea\"}"
},
{
"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-3094\",\"name\":\"Wild Strawberry Green Tea\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"wild-strawberry-3094\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"49276\",\"order_item_id\":\"32782\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"49276\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"49276\", \"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\": \"32782\", \"menu_item_id\": \"wild-strawberry-3094\", \"menu_item_name\": \"Wild Strawberry Green Tea\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get the Wild Strawberry Green Tea, it sounds good."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is this the correct order?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"49276\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yeah, that's correct."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, thank you. The order will be available for pickup at the coffee bar soon."
}
] |
dlg-b4b9a792-b022-4edf-86a6-6f9a6afca923 | Coffee | Auto template 4 order a coffee drink mod milk and sweetener | null | [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"latte\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"latte-5566\",\"name\":\"latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"non-fat milk OR vanilla sweetener\", \"menu_item_id\": \"latte-5566\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-442\", \"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-5566\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-442\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"47739\",\"order_item_id\":\"81760\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"47739\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"47739\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"eight of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"81760\", \"menu_item_id\": \"latte-5566\", \"menu_item_name\": \"latte\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-442\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "One vanilla latte with non-fat milk please"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Great review the order screen to make sure it is correct."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"47739\"}"
},
{
"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. Please go to the coffee bar to pick up your order where it will be ready shortly."
}
] |
dlg-d154bd74-7dd6-4251-bb86-4f9c6facf11a | Coffee | Auto template 12 order a coffee drink wrong results | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
{{ENTER drink1 drink Enter one of the two drinks listed above.}}
{{LIST *Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam)}}
{{ENTER drink2 drink Now enter one of the two drinks listed above that starts with the SAME letter as your first drink choice.}}
{{ENTER menu_item_id id In all lowercase, write the drink name you just entered above followed by hyphen ("-") and then ANY four-digit number. So, "Lemonade" could be "lemonade-6477"}}
*CATEGORY*
{{ENTER category category Enter one of the choices: tea OR tea drinks}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee and tea bar, The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{CONVERSATION
hint user (Think about what you'd say when ordering a var_drink1. Say it out loud, then write it here.)
call get_menu_items request {"query": "var_drink1"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink2"}]}
hint assistant (Explain they don't see var_drink1 on the menu. Then ask if they mean 'var_drink2'.)
hint user (Says no, then asks the coffee bar attendant what kinds of var_category they have)
call show_menu request {}
response show_menu response {"success":true}
hint assistant (Explains they have several teas with black, herbal, and oolong teas. Politely suggests they take a look at the menu displayed for more details.)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Cappuccino\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-3332\",\"name\":\"Cortado\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like to order a Cappuccino please"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sorry we don't sell those. Did you mean Cortado?"
},
{
"annotations": [
{
"context": "api_call_1",
"name": "api_call",
"value": "show_menu"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "show_menu"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "no, what kind of drinks do you have?"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "We have several teas with black, herbal, and oolong flavors."
}
] |
dlg-7c145971-202d-4d25-aa27-71564ec6c685 | 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\"}"
},
{
"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-9090\",\"name\":\"English Breakfast\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"english-breakfast-9090\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"65012\",\"order_item_id\":\"18324\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"65012\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"65012\", \"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\": \"18324\", \"menu_item_id\": \"english-breakfast-9090\", \"menu_item_name\": \"English Breakfast\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi there I think I would like to try on of your English Breakfast tea."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I have the tea you requested. Does this order look right for you?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"65012\"}"
},
{
"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 does."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay so I have an English breakfast tea. It will be ready shortly."
}
] |
dlg-78194036-075e-43db-9818-bce999adeae8 | Coffee | Auto template 29 Order two drinks differing by name and milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option*
{{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE TWO DRINKS*
{{ENTER drink1 drink Enter a drink from the list above.}}
{{ENTER menu_item_id1 drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
{{ENTER drink2 drink Enter a DIFFERENT drink from the list above.}}
{{ENTER menu_item_id2 drink Now write again what you have entered just above but, again, (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "mocha-6901". NO SPACES, NO QUOTES.}}
*MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk*
{{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}}
{{ENTER milk1 milk Choose a type of milk from the list above}}
{{ENTER milk2 milk Choose a SECOND type of milk from the list above}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id1 id 10000 99999}}
{{RAND order_item_id2 id 10000 99999}}
{{CONVERSATION
hint user (Suppose you were ordering *TWO* different drinks: a var_drink1 with var_milk1 milk and a var_drink2 with var_milk2 milk. How would YOU say this order? *Say it out loud first*.)
call get_menu_items request {"query": "var_drink1"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id1","name":"var_drink1"}]}
call get_addons request {"query": "var_milk1", "menu_item_id":"var_menu_item_id1"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id1","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"}
call get_menu_items request {"query": "var_drink2"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id2","name":"var_drink2"}]}
call add_order_item request {"order_id": "var_order_id","menu_item_id": "var_menu_item_id2","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id1", "menu_item_name": "var_drink1", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id2", "menu_item_name": "var_drink2", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Mocha\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-2390\",\"name\":\"Mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Oat\", \"menu_item_id\":\"mocha-2390\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"mocha-2390\",\"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\": \"36608\",\"order_item_id\":\"18358\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"36608\",\"menu_item_id\": \"latte-9012\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"36608\",\"order_item_id\":\"37030\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"36608\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"36608\", \"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\": \"18358\", \"menu_item_id\": \"mocha-2390\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]},{\"order_item_id\": \"37030\", \"menu_item_id\": \"latte-9012\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like a mocha with oat milk and a latte with almond milk please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Ok. Is this correct?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"36608\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Ok. Your order will be ready shortly."
}
] |
dlg-d02215b1-58ce-4a51-81e8-e95b384db9c0 | Coffee | Auto template 11 order a coffee drink no results | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*DRINK NOT SHOWN ABOVE*
{{ENTER drink drink Enter a drink that might be offered in a Coffee Bar but that is NOT LISTED above.}}
*CATEGORY*
{{ENTER category category Enter one of these: coffee OR coffee drinks.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{CONVERSATION
hint user (Think about what you'd say when ordering a var_drink. Say it out loud, then write it here.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[]}
hint assistant (Explains there are no matching menu items for that then asks if they want something else. MAKE IT SOUND NATURAL)
hint user (Asks the coffee bar attendant to show the menu to them again)
call show_menu request {}
response show_menu response {"success":true}
hint assistant (Here you go. Let me know if I can get you anything.)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Americano\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like an Americano."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "We do not have an Americano. Would you like to try 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 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-80ae12aa-ffdd-47e6-8542-6f043ba0248f | 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-6942\",\"name\":\"Cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"cappuccino-6942\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"50406\",\"order_item_id\":\"42620\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"50406\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"50406\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"42620\", \"menu_item_id\": \"cappuccino-6942\", \"menu_item_name\": \"Cappuccino\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Let me have a Cappuccino please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Please confirm your order is right so it can be made over at the coffee bar."
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"query\": \"syrup\", \"menu_item_id\":\"cappuccino-6942\"}"
},
{
"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": "Do you any syrups?"
},
{
"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\": \"42620\",\"addons\": [{\"addon_id\": \"caramel-sauce-15\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "update_order_item"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_item_id\":\"42620\"}"
},
{
"context": "api_call_5",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"50406\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"order_id\": \"50406\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"42620\", \"menu_item_id\": \"cappuccino-6942\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"caramel-sauce-15\", \"option\":\"ADD\"}]}]}"
}
],
"index": 4,
"segments": [],
"speaker": "user",
"text": "Caramel Sauce sounds good, can I add that to my Cappuccino."
},
{
"annotations": [],
"index": 5,
"segments": [],
"speaker": "assistant",
"text": "OK, please confirm your order."
},
{
"annotations": [
{
"context": "api_call_6",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_6",
"name": "request",
"value": "{\"order_id\": \"50406\"}"
},
{
"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 correct."
},
{
"annotations": [],
"index": 7,
"segments": [],
"speaker": "assistant",
"text": "OK, you can pick up in a few minutes over at the coffee bar."
}
] |
dlg-3a1e0e9a-552d-4584-b6b6-03f04f931512 | 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-3456\",\"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-3456\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"cappuccino-3456\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"78950\",\"order_item_id\":\"52293\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"78950\",\"order_id\": \"78950\", \"menu_item_id\": \"cappuccino-3456\",\"quantity\": \"1\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"78950\",\"order_item_id\":\"66902\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"78950\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"78950\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"three of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"52293\", \"menu_item_id\": \"cappuccino-3456\", \"menu_item_name\": \"cappuccino\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"66902\", \"menu_item_id\": \"cappuccino-3456\", \"menu_item_name\": \"cappuccino\", \"quantity\": \"1\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like one regular cappuccino and one decaffeinated."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is the order on display correct?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"78950\"}"
},
{
"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, the coffees will be ready soon at the coffee bar."
}
] |
dlg-6884da91-1bc6-4f03-9ad2-97bd7835ff51 | 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-5253\",\"name\":\"Cortado \"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"2%\", \"menu_item_id\":\"cortado-5253\"}"
},
{
"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-5253\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"50206\",\"order_item_id\":\"95968\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"50206\",\"menu_item_id\": \"mocha-3443\",\"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\": \"50206\",\"order_item_id\":\"63459\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"50206\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"50206\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"95968\", \"menu_item_id\": \"cortado-5253\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]},{\"order_item_id\": \"63459\", \"menu_item_id\": \"mocha-3443\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I need to get a Cortado with 2% milk and a Mocha with Oat milk please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "You got it. Can you check to make sure the order is correct?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"50206\"}"
},
{
"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 right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Perfect! The order will be ready shortly."
}
] |
dlg-69af1e5f-4a76-4ebd-9cee-3e48186b45ec | 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-8429\",\"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-8429\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-492\", \"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-8429\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-492\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"12525\",\"order_item_id\":\"96358\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"12525\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"12525\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"96358\", \"menu_item_id\": \"americano-8429\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"caramel-sauce-492\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a caramel Americano please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Could you please confirm the accuracy of your order before we prepare it?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"12525\"}"
},
{
"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": "Thank you. Your order has been sent and will be ready momentarily."
}
] |
dlg-48e5b918-b3c2-4492-92f4-7ee73d4c5afa | 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\": \"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-3781\",\"name\":\"Cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"triple foam\", \"menu_item_id\":\"cappuccino-3781\"}"
},
{
"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\": \"cappuccino-3781\",\"quantity\": \"1\", \"notes\": \"triple foam\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"55208\",\"order_item_id\":\"70177\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"55208\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"55208\", \"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\": \"70177\", \"menu_item_id\": \"cappuccino-3781\", \"menu_item_name\": \"Cappuccino\", \"notes\": \"triple foam\"}]}"
}
],
"index": 0,
"segments": [
{
"annotations": [
{
"name": "request"
}
],
"annotator_id": "GENERATED",
"end_index": "48",
"start_index": "37",
"text": "triple foam"
}
],
"speaker": "user",
"text": "Hi, can you get me a Cappuccino with triple foam?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure. Does this look correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"55208\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yeah, that's right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Great, I'll have that ready for you soon."
}
] |
dlg-76a69d83-138a-4f4f-868b-22f86fa52b60 | 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-6189\",\"name\":\"Cappuccino\"}]}"
},
{
"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\": \"cappuccino-6189\"}"
},
{
"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-923\", \"name\": \"Caramel Sauce\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"cappuccino-6189\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-923\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"60303\",\"order_item_id\":\"41040\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"60303\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"60303\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ten of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"41040\", \"menu_item_id\": \"cappuccino-6189\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"caramel-sauce-923\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, can I get a decaf cappuccino with caramel"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Ok can you just check the screen here and confirm everything is correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"60303\"}"
},
{
"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 everything is correct"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "ok we will have it right out for you!"
}
] |
dlg-81fd27c9-6efe-4026-9ad4-509573259d0d | 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": "What types of coffee do y'all sell?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Our coffee types include latte, mocha, cappuccino, americano, iced coffee, and several others. Check out our menu for more info."
}
] |
dlg-8e32dadf-fa06-49d1-9af8-15fd2f79cf14 | 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\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Non-Fat milk OR Chocolate Sauce\", \"menu_item_id\": \"cortado\"}"
},
{
"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-232\", \"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\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-232\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"73800\",\"order_item_id\":\"73931\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"73800\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"73800\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Blackjack\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"73931\", \"menu_item_id\": \"cortado\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"chocolate-sauce-232\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I please get a cortado with non-fat milk and chocolate syrup?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Of course - does that look right to you?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"73800\"}"
},
{
"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": "Yup, that's correct."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Wonderful. You're order will be ready soon."
}
] |
dlg-2526f04d-170c-42bf-ab7e-791b85e5b118 | 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\": \"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-0917\",\"name\":\"Cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Decaf OR 2% milk OR Chocolate Sauce\", \"menu_item_id\":\"cappuccino-0917\"}"
},
{
"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\": \"chocolate-sauce-102\", \"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-0917\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-102\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"67440\",\"order_item_id\":\"99439\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"67440\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"67440\", \"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\": \"99439\", \"menu_item_id\": \"cappuccino-0917\", \"menu_item_name\": \"Cappuccino\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-102\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hello! I'd like to get a decaf cappuccino with 2% milk. Could you add a drizzle of chocolate to that?"
},
{
"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\": \"67440\"}"
},
{
"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": "Ok, this looks right to me."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Alright! You can wait at the end of the bar and we'll have your cappuccino out to you in just a minute."
}
] |
dlg-dec10bba-4444-41b4-ae99-54d87b0797f0 | 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-2567\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"latte-2567\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"54143\",\"order_item_id\":\"73406\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"54143\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"54143\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"three of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"73406\", \"menu_item_id\": \"latte-2567\", \"menu_item_name\": \"Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like to order a Latte."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Please confirm that this order here is correct."
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"54143\"}"
},
{
"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 right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "It will be ready soon at the coffee bar."
}
] |
dlg-8dd44677-d6e5-4bef-9b67-6cb8df8e5ef7 | 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\"}"
},
{
"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-432\",\"name\":\"Peppermint Rose\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"peppermint-rose-432\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"23497\",\"order_item_id\":\"36032\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"23497\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"23497\", \"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\": \"36032\", \"menu_item_id\": \"peppermint-rose-432\", \"menu_item_name\": \"Peppermint Rose\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a Peppermint Rose tea, please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Ok, please confirm your order on the display."
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"23497\"}"
},
{
"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 your order will be ready at the bar shortly."
}
] |
dlg-af813379-a9c8-4af3-8c4d-49c675af7d30 | 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-2015\",\"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-2015\"}"
},
{
"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-sweetener-033\", \"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-2015\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"Vanilla-sweetener-033\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"68094\",\"order_item_id\":\"57766\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"68094\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"68094\", \"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\": \"57766\", \"menu_item_id\": \"latte-2015\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"Vanilla-sweetener-033\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a decaf vanilla latte with almond milk?"
},
{
"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\": \"68094\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yeah, that looks perfect, thanks!"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay that'll be ready at the bar shortly!"
}
] |
dlg-a8e44397-a478-4b50-8f73-8a38105876d0 | 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\":\"cartado-7865\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Almond milk OR Vanilla sweetener\", \"menu_item_id\": \"cartado-7865\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-987\", \"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\": \"cartado-7865\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-987\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"46784\",\"order_item_id\":\"46162\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"46784\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"46784\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"eight of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"46162\", \"menu_item_id\": \"cartado-7865\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-987\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a vanilla cortado with almond milk?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Does the order on the screen look accurate?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"46784\"}"
},
{
"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 does"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, your order will be ready at the coffee bar shortly"
}
] |
dlg-de6060cb-843a-4788-bf37-fdd9a9d1d373 | Coffee | Auto template 4 order a coffee drink mod milk and sweetener | null | [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Latte\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"latte-1111\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"2% milk OR Vanilla Sweetener\", \"menu_item_id\": \"latte-1111\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-104\", \"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-1111\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-104\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"46738\",\"order_item_id\":\"49191\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"46738\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"46738\", \"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\": \"49191\", \"menu_item_id\": \"latte-1111\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-104\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi. I need a Latte with 2% milk and vanilla please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "No problem. Please check the order here and confirm that everything is okay 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\": \"46738\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes, that's correct."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Great. Your Latte will be ready shortly. Thanks and have a good one!"
}
] |
dlg-6b52f222-ec50-486f-92a8-ca80e650cb4d | 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\": \"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-0887\",\"name\":\"Cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Caramel Sauce \", \"menu_item_id\": \"cappuccino-0887\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"caramelsauce-098\", \"name\": \"Caramel Sauce \", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"cappuccino-0887\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramelsauce-098\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"91217\",\"order_item_id\":\"62202\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"91217\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"91217\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"62202\", \"menu_item_id\": \"cappuccino-0887\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"caramelsauce-098\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a oat milk cappuccino with caramel sauce."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Can you tell me if that is your correct order 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\": \"91217\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes it is right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "OK, your order will be ready in a few."
}
] |
dlg-16ab6175-94f2-4250-8a3e-80f7748a0202 | Coffee | Auto template 25 What's in a <drink> | *SCENARIO: Ordering from a coffee bar*
*OTHER BEVERAGES on the COFFEE BAR MENU*
{{LIST *Matcha Latte* - The Matcha Latte has matcha concentrate with milk and microfoam (12 oz),*Chai Latte* - The Chai Latte is made with chai concentrate with milk and microfoam (12 oz),*Steamer* - The Steamer is just steamed milk and microfoam (12 oz),*Americano* - The Americano is a mix of espresso and hot water (10 oz),*Cold Brew* - Our Cold Brew is made from coffee concentrate and ice (16 oz)}}
{{ENTER drink drink Enter just the drink name from one of the list choices above.}}
{{ENTER menu_item_id id Now enter the drink name except all lowercase letters and no spaces. The words in the name should be separated by hyphens ("-") and followed by any 4-digit number. So "Coca Cola" would become "coca-cola-9865".}}
{{ENTER details details Now enter just the description from your choice above (the NON-bolded phrase that describes what's in the drink.)}}
{{CONVERSATION
hint user (Asks about the ingredients of a(n) var_drink--NO NEED to use the word "ingredients"--Just ask it in a natural way)
call get_menu_items request {"query": "var_drink", "fields": ["description"]}
response get_menu_items response {"menu_items": [{"description": "var_details", "menu_item_id": "var_menu_item_id", "name": "var_drink"}]}
hint assistant (Say this in a slightly different way: var_details.)
}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Cold Brew\", \"fields\": [\"description\"]}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\": [{\"description\": \"Our Cold Brew is made from coffee concentrate and ice (16 oz)\", \"menu_item_id\": \"cold-brew-3332\", \"name\": \"Cold Brew\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "What's in the cold brew drink?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "The Cold Brew contains coffee concentrate and ice (16 oz)."
}
] |
dlg-8d15d71f-522b-4b99-bba1-afe631040876 | 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\": \"chai drinks\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"93436\",\"name\":\"Masala\"}, {\"menu_item_id\":\"33883\",\"name\":\"Ginger\"}, {\"menu_item_id\":\"37868\",\"name\":\"Cardamom\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "What chai flavors do you carry?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "We carry the most popular kinds: Masala, Ginger and Cardamom varieties."
}
] |
dlg-c0f88505-bc29-4dc7-93ca-13312c22de28 | Coffee | Auto template 2 order a coffee drink specify milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option*
{{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk*
{{LIST 2%, Non-Fat,Oat, 2% Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"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-2345\",\"name\":\"cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"almond milk\", \"menu_item_id\":\"cortado-2345\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"cortado-2345\",\"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\": \"71036\",\"order_item_id\":\"18976\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"71036\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"71036\", \"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\": \"18976\", \"menu_item_id\": \"cortado-2345\", \"menu_item_name\": \"cortado\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a cortado with almond milk please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Can you confirm the details are correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"71036\"}"
},
{
"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 right up at the coffee bar."
}
] |
dlg-1931f4c0-3540-4343-93f7-24674cf76cdb | 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-2345\",\"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-2345\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"chocolate sauce-3434\", \"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-2345\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"chocolate sauce-3434\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"18428\",\"order_item_id\":\"35180\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"18428\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"18428\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"35180\", \"menu_item_id\": \"latte-2345\", \"menu_item_name\": \"latte\", \"addons\": [{\"addon_id\": \"chocolate sauce-3434\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "i want a latte with chocolate"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "great is this correct"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"18428\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "yes it is"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "great that will be ready shortly"
}
] |
dlg-2ec4f20c-5cec-4957-815d-42af4cdacd31 | 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": "Hello, how are you today?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I'm good thanks. Is there anything I can get for you?"
},
{
"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 please tell me what kind of sweeteners you have please?"
}
] |
dlg-fcfdc8fa-76ad-4705-8ad8-da58020f1d3c | 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-1222\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"latte-1222\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"44796\",\"order_item_id\":\"62978\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"44796\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"44796\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"7 of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"62978\", \"menu_item_id\": \"latte-1222\", \"menu_item_name\": \"Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a latte, my name is Jon"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Okay is this correct on your order?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"query\": \"decaf\", \"menu_item_id\":\"latte-1222\"}"
},
{
"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\": \"62978\",\"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\":\"62978\"}"
},
{
"context": "api_call_5",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"44796\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"order_id\": \"44796\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"7 of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"62978\", \"menu_item_id\": \"latte-1222\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "No can I get decaf instead?"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay Ill change that"
},
{
"annotations": [
{
"context": "api_call_6",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_6",
"name": "request",
"value": "{\"order_id\": \"44796\"}"
},
{
"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": "Okay thats correct now."
},
{
"annotations": [],
"index": 5,
"segments": [],
"speaker": "assistant",
"text": "Okay it will be ready soon."
}
] |
dlg-089f4544-724d-493e-a8d1-f0e49de67dbb | 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-5231\",\"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-5231\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-527\", \"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-5231\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-527\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"82445\",\"order_item_id\":\"91131\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"82445\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"82445\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"91131\", \"menu_item_id\": \"americano-5231\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"caramel-sauce-527\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, can I get an Americano with caramel sauce?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure - please confirm that your order is correct."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"82445\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes, that's right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, great. Your drink will be ready in a few minutes."
}
] |
dlg-a9691a32-f401-4812-8979-f783e537d9a5 | 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-5100\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"2% milk OR Vanilla Sweetener\", \"menu_item_id\": \"cortado-5100\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-880\", \"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\": \"cortado-5100\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-880\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"40651\",\"order_item_id\":\"43567\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"40651\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"40651\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"43567\", \"menu_item_id\": \"cortado-5100\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-880\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Good afternoon, I would like a Cortado but please sub 2% milk and add vanilla."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Can you please confirm that the order is correct before I send it through."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"40651\"}"
},
{
"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 all looks right to me."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Thanks! Your order will be up in no time."
}
] |
dlg-60b24e8c-5ccb-4415-b8f7-25923eedf865 | Coffee | Auto template 19 order a coffee drink specify espresso shots and milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Espresso*,*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink1 drink Enter one of the four drinks from the list above.}}
{{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
{{ENTER drink2 drink Enter a different drink from the list above.}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*ESPRESSO SHOTS*
{{LIST Single, Double, Triple, Quadruple}}
{{ENTER shots shots Enter one of the above}}
*MILK CHOICES*
{{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Suppose you order the var_drink1 and specify two things: it's a var_shots and you want var_milk milk. How would you say it naturally? Say it out loud then write it here.)
call get_menu_items request {"query": "var_drink1"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink1"}, {"menu_item_id":"var_drink2-024","name":"var_drink2"}]}
call get_addons request {"query": "var_shots OR var_milk", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink1", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
force assistant Alright, before we send this to the coffee bar, please check the order details and confirm they're correct. Once you do, I'll get it started.
hint user (confirms all looks right)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Mocha\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-9353\",\"name\":\"Mocha\"}, {\"menu_item_id\":\"Latte-024\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Double OR Oat\", \"menu_item_id\":\"mocha-9353\"}"
},
{
"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-9353\",\"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\": \"34870\",\"order_item_id\":\"47707\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"34870\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"34870\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"47707\", \"menu_item_id\": \"mocha-9353\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Double\"},{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I please get a Mocha double shot 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\": \"34870\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "That's right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "OK, your order will be ready to get picked up soon at the coffee bar."
}
] |
dlg-3de94463-f7be-4198-9c4b-b3ef8b3452af | 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\": \"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-2914\",\"name\":\"Cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"almond milk OR non-fat milk\", \"menu_item_id\":\"cappuccino-2914\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"cappuccino-2914\",\"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\": \"73611\",\"order_item_id\":\"99104\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"73611\",\"menu_item_id\": \"cappuccino-2914\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}]}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"73611\",\"order_item_id\":\"56232\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"73611\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"73611\", \"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\": \"99104\", \"menu_item_id\": \"cappuccino-2914\", \"menu_item_name\": \"Cappuccino\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]},{\"order_item_id\": \"56232\", \"menu_item_id\": \"cappuccino-2914\", \"menu_item_name\": \"Cappuccino\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, can I get one almond milk cappuccino, and one Cappuccino with non-fat milk?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure thing! Please just confirm that your order is correct before I send it to be made."
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"73611\"}"
},
{
"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": "Yep, it looks right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Great, we'll let you know when your order is ready."
}
] |
dlg-4f174ca0-13b5-44b0-9317-b0b66efc0529 | Coffee | Auto template 22 notes based on initial order utterance - fixed | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Cappuccino" would become "cappuccino-0371". NO SPACES. NO QUOTES}}
*MILK CHOICES*
{{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*THINK OF A SPECIAL REQUEST/INSTRUCTION for YOUR ORDER*
Think of a special instruction to include in your drink order. It should be *something custom that's not really an option on the menu*. For example, sometimes people specify the *amount of milk*, or *how hot* they want it, or making it "dry" (=only microfoam), or "dirty" (=adding a shot of espresso), or "short", or "no sweeteners" or "regular milk is fine", etc. Make it something not usually part of a regular drink order. So, DO NOT talk about decaf/caff or types of milk, or other basic attributes of the drink. )
{{ENTER note note Enter your phrase here. MAKE IT YOUR OWN IDEA.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Order a var_drink with var_milk milk and include the instruction of "var_note". Make it sound natural.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "var_milk Milk OR var_note", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}], "notes": "var_note"}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "Here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_note","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
hint assistant (Asks the user to please confirm the order is correct and they will send it off to be made).
hint user (confirms it is correct)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Cortado \"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-9781\",\"name\":\"Cortado \"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Non-Fat Milk OR Lungo\", \"menu_item_id\":\"cortado-9781\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"cortado-9781\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}], \"notes\": \"Lungo\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"41821\",\"order_item_id\":\"92199\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"41821\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"41821\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"patience\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Here\"}], \"menu_items\": [{\"order_item_id\": \"92199\", \"menu_item_id\": \"cortado-9781\", \"menu_item_name\": \"Cortado \", \"notes\": \"Lungo\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a cortado with non-fat milk that's also a lungo"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Ok, please look over the order"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"41821\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes, it's all good"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Ok, your order will be out soon"
}
] |
dlg-0e8a9edd-ce88-4e31-93e0-3e87e9342006 | 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\":\"cortado-4444\",\"name\":\"Cortado\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like to get a Mocha please"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I don't see a Mocha on the menu. Did you mean the Cortado"
},
{
"annotations": [
{
"context": "api_call_1",
"name": "api_call",
"value": "show_menu"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "show_menu"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "No. Can you tell me what kinds of tea you have?"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "We have several including black, herbal, and oolong teas. Please look at the menu for more information"
}
] |
dlg-76188f29-73b8-449d-8d39-5208a80474d7 | 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\":\"74270\",\"name\":\"earl grey\"}, {\"menu_item_id\":\"24466\",\"name\":\"lady grey\"}, {\"menu_item_id\":\"71400\",\"name\":\"lipton tea\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "What type of teas do you have available today?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "We have a variety of black teas including: earl grey, lady grey, and lipton tea."
}
] |
dlg-ac2230c6-c557-4708-82f1-b0d0472726fc | 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-0368\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Decaf OR Vanilla Sweetener\", \"menu_item_id\": \"cortado-0368\"}"
},
{
"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\": \"vanilla-sweetener-068\", \"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\": \"cortado-0368\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-068\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"21181\",\"order_item_id\":\"24276\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"21181\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"21181\", \"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\": \"24276\", \"menu_item_id\": \"cortado-0368\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-068\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like to order a decaf Cortado with Vanilla flavor please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "OK, can you confirm the details of 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\": \"21181\"}"
},
{
"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, it will be ready at the coffee bar in a moment."
}
] |
dlg-b763eabc-6e18-43b3-916c-0bfb49b182e5 | 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-9114\",\"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-9114\"}"
},
{
"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-9114\",\"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\": \"36550\",\"order_item_id\":\"73092\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"36550\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"36550\", \"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\": \"73092\", \"menu_item_id\": \"cortado-9114\", \"menu_item_name\": \"Cortado\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi there, I would like a Cortado but decaffeinated please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Very well, does your order look correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"36550\"}"
},
{
"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 thanks."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "No problem, your order will be waiting at the coffee bar."
}
] |
dlg-a8a04cb5-52d4-4435-afed-00bcfc16e769 | 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-1919\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"cortado-1919\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"16778\",\"order_item_id\":\"98887\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"16778\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"16778\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"eight of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"98887\", \"menu_item_id\": \"cortado-1919\", \"menu_item_name\": \"Cortado\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get one cortado?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is that good?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"16778\"}"
},
{
"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 great."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Ok, it'll be ready in a few minutes at the coffee bar."
}
] |
dlg-07648fea-174a-47ed-b64e-ed3805a1058a | Coffee | Auto template 22 notes based on initial order utterance - fixed | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Cappuccino" would become "cappuccino-0371". NO SPACES. NO QUOTES}}
*MILK CHOICES*
{{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*THINK OF A SPECIAL REQUEST/INSTRUCTION for YOUR ORDER*
Think of a special instruction to include in your drink order. It should be *something custom that's not really an option on the menu*. For example, sometimes people specify the *amount of milk*, or *how hot* they want it, or making it "dry" (=only microfoam), or "dirty" (=adding a shot of espresso), or "short", or "no sweeteners" or "regular milk is fine", etc. Make it something not usually part of a regular drink order. So, DO NOT talk about decaf/caff or types of milk, or other basic attributes of the drink. )
{{ENTER note note Enter your phrase here. MAKE IT YOUR OWN IDEA.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Order a var_drink with var_milk milk and include the instruction of "var_note". Make it sound natural.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "var_milk Milk OR var_note", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}], "notes": "var_note"}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "Name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "Here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "notes": "var_note","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
hint assistant (Asks the user to please confirm the order is correct and they will send it off to be made).
hint user (confirms it is correct)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"cappuccino\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"cappucino-9983\",\"name\":\"cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"2% Milk OR double shot of espresso\", \"menu_item_id\":\"cappucino-9983\"}"
},
{
"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\": \"cappucino-9983\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"notes\": \"double shot of espresso\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"12591\",\"order_item_id\":\"64380\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"12591\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"12591\", \"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\": \"64380\", \"menu_item_id\": \"cappucino-9983\", \"menu_item_name\": \"cappuccino\", \"notes\": \"double shot of espresso\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi. Could I get a cappuccino with 2% milk, and I'd like a double shot of espresso, please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "That's once cappuccino, 2% milk, with a double shot of espresso. Can I get you anything else?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"12591\"}"
},
{
"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": "Nope. That's all."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Great. We'll have that right up for you at the bar."
}
] |
dlg-fc241109-b0b7-402b-8d59-091386e9a576 | 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-2332\",\"name\":\"Mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"mocha-2332\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"23304\",\"order_item_id\":\"62050\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"23304\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"23304\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of spaced\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"62050\", \"menu_item_id\": \"mocha-2332\", \"menu_item_name\": \"Mocha\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "My name is Jay and I would like a Mocha"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "ok, here you go, is it 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-2332\"}"
},
{
"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\": \"62050\",\"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\":\"62050\"}"
},
{
"context": "api_call_5",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"23304\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"order_id\": \"23304\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of spaced\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"62050\", \"menu_item_id\": \"mocha-2332\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "No, I want a decaf actually"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Ok, please check for me again. Correct?"
},
{
"annotations": [
{
"context": "api_call_6",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_6",
"name": "request",
"value": "{\"order_id\": \"23304\"}"
},
{
"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"
},
{
"annotations": [],
"index": 5,
"segments": [],
"speaker": "assistant",
"text": "ok, should be ready in a few minutes!"
}
] |
dlg-326cf297-0e39-496b-b89c-097df77b5c2e | 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": "Did you know how much coffee is produced in the world per year?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I'm sorry I do not know the answer to that."
}
] |
dlg-1e1f69ed-03dd-4799-a0cc-463de3ce5e46 | 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-9733\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Vanilla Sweetener\", \"menu_item_id\": \"latte-9733\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"vanilla-sweetener-927\", \"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-9733\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-927\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"69474\",\"order_item_id\":\"78299\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"69474\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"69474\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"78299\", \"menu_item_id\": \"latte-9733\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-927\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like a Latte but with a hint of Vanilla please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Okay does this look okay?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"69474\"}"
},
{
"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 right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay it will be up shortly."
}
] |
dlg-bf43ecb6-a407-452d-b6af-534b7d4dffc3 | 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-7423\",\"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-7423\"}"
},
{
"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-7423\",\"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\": \"90124\",\"order_item_id\":\"89521\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"90124\",\"order_id\": \"90124\", \"menu_item_id\": \"latte-7423\",\"quantity\": \"1\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"90124\",\"order_item_id\":\"96707\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"90124\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"90124\", \"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\": \"89521\", \"menu_item_id\": \"latte-7423\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"96707\", \"menu_item_id\": \"latte-7423\", \"menu_item_name\": \"Latte\", \"quantity\": \"1\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like to order two Latte's but make one of them decaf. Thanks."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Okay, is the order correct on the screen?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"90124\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Looks good."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Alright. Give us a few minutes and we'll have your order ready at the coffee bar."
}
] |
dlg-a73085ca-7742-417f-a465-89f9324e998a | 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\": \"Chai Latte\", \"fields\": [\"description\"]}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\": [{\"description\": \"The Chai Latte is made with chai concentrate with milk and microfoam (12 oz)\", \"menu_item_id\": \"chai-latte-0993\", \"name\": \"Chai Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, So what is in the chai latte?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Oh, the chai latte is made with chai concentrate, milk and microfoam."
}
] |
dlg-93b36305-978f-4631-8978-f7c37e4db52a | 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-4545\",\"name\":\"Macchiato\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like to get a Mocha, please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "There is no Mocha on the menu, might you instead mean a Macchiato?"
}
] |
dlg-a668ee78-bb7b-42c5-b3a4-5831fb28ff58 | 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-9839\",\"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 Sweetener\", \"menu_item_id\":\"latte-9839\"}"
},
{
"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\": \"sweetener-983\", \"name\": \"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-9839\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"sweetener-983\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"26969\",\"order_item_id\":\"41778\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"26969\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"26969\", \"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\": \"41778\", \"menu_item_id\": \"latte-9839\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"sweetener-983\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"},{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hello. Can you make me a Latte, iced? I'd also like Sweetener and Almond milk in it as well."
},
{
"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\": \"26969\"}"
},
{
"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-797a9306-918a-4374-938f-6b94d8f6f613 | 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\": \"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-2246\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Oat\", \"menu_item_id\":\"latte-2246\"}"
},
{
"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-2246\",\"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\": \"84505\",\"order_item_id\":\"60034\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"84505\",\"menu_item_id\": \"chai-latte-2265\",\"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\": \"84505\",\"order_item_id\":\"58789\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"84505\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"84505\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"2 of Clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"60034\", \"menu_item_id\": \"latte-2246\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]},{\"order_item_id\": \"58789\", \"menu_item_id\": \"chai-latte-2265\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I need two drinks, One latte with Oat milk and one Chai Latte with 2%."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Okay, is everything right here?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"84505\"}"
},
{
"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 thats right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay Ill work on that right now."
}
] |
dlg-61d1d12c-bf48-4100-848f-538c0a329ba8 | 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-5593\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"latte-5593\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"41728\",\"order_item_id\":\"34920\"}"
},
{
"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\": \"41728\", \"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\": \"41728\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"41728\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"41728\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"six of diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"Togo\"}], \"menu_items\": [{\"order_item_id\": \"34920\", \"menu_item_id\": \"latte-5593\", \"menu_item_name\": \"Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like 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\": \"41728\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "looks great"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "It will be ready for you in a bit"
}
] |
dlg-4be0c11f-f929-4a40-bf98-96ffa41c3bfb | 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-5849\",\"name\":\"mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"mocha-5849\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"13930\",\"order_item_id\":\"47682\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"13930\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"13930\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"three of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"47682\", \"menu_item_id\": \"mocha-5849\", \"menu_item_name\": \"mocha\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a mocha please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Absolutely. Is everything okay on the screen?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"13930\"}"
},
{
"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 we will have that right out at the coffee bar."
}
] |
dlg-e9be1a6e-f504-465d-87ba-172bf7977125 | Coffee | Auto template 19 order a coffee drink specify espresso shots and milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Espresso*,*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink1 drink Enter one of the four drinks from the list above.}}
{{ENTER menu_item_id id Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
{{ENTER drink2 drink Enter a different drink from the list above.}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*ESPRESSO SHOTS*
{{LIST Single, Double, Triple, Quadruple}}
{{ENTER shots shots Enter one of the above}}
*MILK CHOICES*
{{LIST Whole,2%, Non-Fat,Oat, 2% Lactose Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Suppose you order the var_drink1 and specify two things: it's a var_shots and you want var_milk milk. How would you say it naturally? Say it out loud then write it here.)
call get_menu_items request {"query": "var_drink1"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink1"}, {"menu_item_id":"var_drink2-024","name":"var_drink2"}]}
call get_addons request {"query": "var_shots OR var_milk", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_name": "Espresso Shots", "attribute_id": "espresso-shots", "options": ["Single","Double","Triple","Quadruple"]}, {"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink1", "attributes": [{"attribute_id": "espresso-shots", "option":"var_shots"},{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
force assistant Alright, before we send this to the coffee bar, please check the order details and confirm they're correct. Once you do, I'll get it started.
hint user (confirms all looks right)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"mocha\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-1515\",\"name\":\"mocha\"}, {\"menu_item_id\":\"Latte-024\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"double OR almond\", \"menu_item_id\":\"mocha-1515\"}"
},
{
"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-1515\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"double\"},{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"26575\",\"order_item_id\":\"86482\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"26575\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"26575\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"six of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"86482\", \"menu_item_id\": \"mocha-1515\", \"menu_item_name\": \"mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"double\"},{\"attribute_id\": \"milk-options\", \"option\":\"almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like a double mocha with almond 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\": \"26575\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Looks good."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "OK, please proceed to the coffee bar for your coffee."
}
] |
dlg-d5a668b2-533f-4507-b7ce-15640f0eb83e | 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's the music playing in the coffee shop right now?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I don't any idea what music this is but can I help you with ordering a coffee or tea?"
}
] |
dlg-13c1fb53-fd4f-4171-a58a-22bb5e57b247 | 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-5008\",\"name\":\"Americano\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Chocolate Sauce\", \"menu_item_id\": \"americano-5008\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"chocolate-sauce-185\", \"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\": \"americano-5008\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"chocolate-sauce-185\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"72441\",\"order_item_id\":\"78790\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"72441\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"72441\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"78790\", \"menu_item_id\": \"americano-5008\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"chocolate-sauce-185\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I have an Americano with chocolate?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "You sure can. Is this correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"72441\"}"
},
{
"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": "Thank you. You can get your Americano shortly."
}
] |
dlg-eb6157ef-431d-4fdb-8908-3c8b60faea73 | Coffee | Auto template 31 Order two same drinks differing by caffeine | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id1 id 10000 99999}}
{{RAND order_item_id2 id 10000 99999}}
{{CONVERSATION
hint user (Suppose you are ordering *TWO* of this: var_drink. For ONE of them you want decaffeinated, and the other not. How would YOU say this order to the attendant? *Say it out loud first* then write it here.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "Decaf", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "caffeine", "attribute_name": "Caffeine", "options":["Decaf", "Caff"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"}
call add_order_item request {"order_id": "var_order_id","order_id": "var_order_id", "menu_item_id": "var_menu_item_id","quantity": "1"}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "caffeine", "option":"Decaf"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1"}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Matcha Latte\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"matcha-latte-6037\",\"name\":\"Matcha Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Decaf\", \"menu_item_id\":\"matcha-latte-6037\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"caffeine\", \"attribute_name\": \"Caffeine\", \"options\":[\"Decaf\", \"Caff\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"matcha-latte-6037\",\"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\": \"85073\",\"order_item_id\":\"75351\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"85073\",\"order_id\": \"85073\", \"menu_item_id\": \"matcha-latte-6037\",\"quantity\": \"1\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"85073\",\"order_item_id\":\"78706\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"85073\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"85073\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"nine of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"75351\", \"menu_item_id\": \"matcha-latte-6037\", \"menu_item_name\": \"Matcha Latte\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]},{\"order_item_id\": \"78706\", \"menu_item_id\": \"matcha-latte-6037\", \"menu_item_name\": \"Matcha Latte\", \"quantity\": \"1\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, can I get two Matcha Lattes, one regular and one decaf?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure thing. Please double check that I've got your order right."
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"85073\"}"
},
{
"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, that's right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, great. Your drinks will be ready soon."
}
] |
dlg-05c9f1d6-8e2c-4629-ad02-3a88ee59041f | 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\": \"Amercano\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"american-2468\",\"name\":\"Amercano\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Hazelnut Sweetener\", \"menu_item_id\": \"american-2468\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"hazelwood-sweetener-992\", \"name\": \"Hazelnut 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\": \"american-2468\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"hazelwood-sweetener-992\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"60830\",\"order_item_id\":\"98496\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"60830\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"60830\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"98496\", \"menu_item_id\": \"american-2468\", \"menu_item_name\": \"Amercano\", \"addons\": [{\"addon_id\": \"hazelwood-sweetener-992\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I will have an Americano with Hazelnut"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is that correct"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"60830\"}"
},
{
"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": "OK-good to go"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Thanks for your order-ready soon"
}
] |
dlg-001d6352-f581-4d13-a80c-e99ed5688c81 | 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": "Hey, do you know how much snow we're supposed to get this morning?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sorry, I haven't heard. Can I get you a coffee or tea today?"
}
] |
dlg-e20d27f3-67c4-48d4-8e16-a6bedf86b47c | 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-5454\",\"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-5454\"}"
},
{
"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-5454\",\"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\": \"86953\",\"order_item_id\":\"21785\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"86953\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"86953\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"21785\", \"menu_item_id\": \"latte-5454\", \"menu_item_name\": \"latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hey could I get a latte please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure. Does your order look okay?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"86953\"}"
},
{
"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": "Cool. I'll have that right out."
}
] |
dlg-2cc13fe7-fc35-41c7-921e-ae10b6c5e992 | 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-2201\",\"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-2201\"}"
},
{
"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-2201\",\"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\": \"90020\",\"order_item_id\":\"25756\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"90020\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"90020\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"queen of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"25756\", \"menu_item_id\": \"cortado-2201\", \"menu_item_name\": \"cortado\", \"notes\": \"double milk\"}]}"
}
],
"index": 0,
"segments": [
{
"annotations": [
{
"name": "request"
}
],
"annotator_id": "GENERATED",
"end_index": "23",
"start_index": "12",
"text": "double milk"
}
],
"speaker": "user",
"text": "Can I get a double milk cortado?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Please verify that your order is correct."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"90020\"}"
},
{
"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": "Thanks. It'll be out at the bar soon."
}
] |
dlg-56de55d1-3e1c-47a4-a85f-d9b2c581a4b3 | Coffee | Auto template 2 order a coffee drink specify milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option*
{{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk*
{{LIST 2%, Non-Fat,Oat, 2% Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"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-4725\",\"name\":\"Macchiato \"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Almond milk\", \"menu_item_id\":\"macchiato-4725\"}"
},
{
"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\": \"macchiato-4725\",\"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\": \"70289\",\"order_item_id\":\"21305\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"70289\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"70289\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"ace of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"21305\", \"menu_item_id\": \"macchiato-4725\", \"menu_item_name\": \"Macchiato \", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a macchiato with almond milk please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Okay is that it?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"70289\"}"
},
{
"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 all I need"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay it'll be ready shortly."
}
] |
dlg-853c97e2-6664-4f1c-bad4-68d5e1418449 | 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\": \"taco salad\"}"
},
{
"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": "I heard that you guys have a taco salad?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I am sorry, we do not have that. Would you like to have something from the menu?"
}
] |
dlg-510d9214-7866-4987-8b50-98f5340b9747 | 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\": \"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-5556\",\"name\":\"Matcha Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Almond\", \"menu_item_id\":\"matcha-latte-5556\"}"
},
{
"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\": \"matcha-latte-5556\",\"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\": \"93405\",\"order_item_id\":\"36590\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"93405\",\"menu_item_id\": \"mocha-4446\",\"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\": \"93405\",\"order_item_id\":\"86503\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"93405\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"93405\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"eight of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"36590\", \"menu_item_id\": \"matcha-latte-5556\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]},{\"order_item_id\": \"86503\", \"menu_item_id\": \"mocha-4446\", \"menu_item_name\": \"var_drink\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi! Can I get a Matcha Latte with almond milk and a Matcha Latte with oat milk, please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Yes, can you just please confirm before sending over?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"93405\"}"
},
{
"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 right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Awesome! It will be waiting for you at the coffee bar very soon!"
}
] |
dlg-86d99737-8573-4fec-a9b3-0480c85b528c | 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-2378\",\"name\":\"Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"latte-2378\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"11921\",\"order_item_id\":\"35035\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"11921\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"11921\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"Ace of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"35035\", \"menu_item_id\": \"latte-2378\", \"menu_item_name\": \"Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like a latte."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Ok. Is this right?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"11921\"}"
},
{
"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’s coming up shortly."
}
] |
dlg-30bd69b3-c2e4-4910-b990-1a44c232abd7 | 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 who won the Lakers game yesterday?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I'm sorry, I don't have that answer. But if you need any coffee or tea then left me know."
}
] |
dlg-77f90ec8-5d54-418d-8ae8-ad9ef1d81713 | 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-6897\",\"name\":\"Mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Oat Milk OR dirty\", \"menu_item_id\":\"mocha-6897\"}"
},
{
"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-6897\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}], \"notes\": \"dirty\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"81918\",\"order_item_id\":\"56844\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"81918\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"81918\", \"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\": \"56844\", \"menu_item_id\": \"mocha-6897\", \"menu_item_name\": \"Mocha\", \"notes\": \"dirty\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a dirty mocha with oat milk."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I will send it in if this looks correct."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"81918\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes it is."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "OK your mocha will be right up at the coffee bar."
}
] |
dlg-391f16a8-31f5-4da5-ba82-d122d9216420 | 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\":\"76923\",\"name\":\"Earl Grey\"}, {\"menu_item_id\":\"31654\",\"name\":\" \tAssam\"}, {\"menu_item_id\":\"33068\",\"name\":\"Ceylon\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, can you tell me what kinds of black tea you have?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure, we have Earl Grey, Assam, and Ceylon."
}
] |
dlg-d3784270-6479-4cba-aef2-4806dc65ea52 | 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-9112\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Almond milk OR Caramel Sauce\", \"menu_item_id\": \"cortado-9112\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"caramel-sauce-412\", \"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-9112\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-412\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"54276\",\"order_item_id\":\"95690\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"54276\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"54276\", \"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\": \"95690\", \"menu_item_id\": \"cortado-9112\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"caramel-sauce-412\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like to get a Cortado today, with almond milk and caramel."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Alright, I've pulled it up on the screen. Does it look right?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"54276\"}"
},
{
"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": "Awesome, the order's been placed. You can pick it up at the coffee bar in a bit."
}
] |
dlg-4cf277b7-3b05-472b-b94b-a6f026bfbe20 | Coffee | Auto template 2 order a coffee drink specify milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option*
{{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk*
{{LIST 2%, Non-Fat,Oat, 2% Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"latte\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"latte-2275\",\"name\":\"latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"2% milk\", \"menu_item_id\":\"latte-2275\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"latte-2275\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"55219\",\"order_item_id\":\"78309\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"55219\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"55219\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Nine of Diamonds\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"78309\", \"menu_item_id\": \"latte-2275\", \"menu_item_name\": \"latte\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hey, can I get a latte with 2%?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Of course, one latte - 2% milk?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"55219\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "That's it. thanks a lot!"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay great we'll have that out to you in just a sec."
}
] |
dlg-97aaa3a8-5e62-4d6e-b8f9-2f4a78687e91 | Coffee | Auto template 26 order match and chai latte drinks no mods | null | [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Chai Latte\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"chai-latte-1574\",\"name\":\"Chai Latte\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"chai-latte-1574\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"60078\",\"order_item_id\":\"53550\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"60078\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"60078\", \"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\": \"53550\", \"menu_item_id\": \"chai-latte-1574\", \"menu_item_name\": \"Chai Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get a Chai Latte, please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "This is your correct order, yes?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"60078\"}"
},
{
"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 made shortly. Please wait for it at the coffee bar."
}
] |
dlg-b30d7966-496a-4f5b-a06b-cf6c0dee8a3c | 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-6533\",\"name\":\"mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"triple OR non-fat Milk\", \"menu_item_id\":\"mocha-6533\"}"
},
{
"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-6533\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"triple\"},{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"39254\",\"order_item_id\":\"44401\"}"
},
{
"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\": \"39254\", \"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\": \"39254\"}"
},
{
"context": "api_call_5",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"39254\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"order_id\": \"39254\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"four of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"to go\"}], \"menu_items\": [{\"order_item_id\": \"44401\", \"menu_item_id\": \"mocha-6533\", \"menu_item_name\": \"mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"triple\"},{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a triple mocha made with non-fat milk please. Also, can I get 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\": \"39254\"}"
},
{
"context": "api_response_6",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_6",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yep, looks great"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Ok, thanks. Please go to the coffee bar to pick up your order. It will be ready in a few minutes."
}
] |
dlg-6dacb4e6-45a4-4716-a65c-c88278e0813b | 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-5488\",\"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-5488\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"26652\",\"order_item_id\":\"50669\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"26652\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"26652\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"queen of spades\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"50669\", \"menu_item_id\": \"matcha-latte-5488\", \"menu_item_name\": \"Matcha Latte\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Get me one Matcha Latte, please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is everything right in this order?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"26652\"}"
},
{
"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 for a Matcha Latte will be made and delivered to you shortly at the coffee bar."
}
] |
dlg-de06953c-afd7-4a44-b0ba-21bab3091b2c | 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-3789\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"cortado-3789\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"63949\",\"order_item_id\":\"38313\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"63949\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"63949\", \"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\": \"38313\", \"menu_item_id\": \"cortado-3789\", \"menu_item_name\": \"Cortado\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I will have a Cortado."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Does this look right before I send it to the coffee bar?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"63949\"}"
},
{
"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 that will be ready at the coffee bar shortly."
}
] |
dlg-6c558043-75b7-4df9-930c-f85bafed69ac | 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-2023\",\"name\":\"Americano\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Hazelnut Sweetener\", \"menu_item_id\": \"americano-2023\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"hazelnut-sweetener-517\", \"name\": \"Hazelnut 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-2023\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"hazelnut-sweetener-517\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"68680\",\"order_item_id\":\"72588\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"68680\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"68680\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"72588\", \"menu_item_id\": \"americano-2023\", \"menu_item_name\": \"Americano\", \"addons\": [{\"addon_id\": \"hazelnut-sweetener-517\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, I'd like an Americano with Hazelnut, please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Okay, please check the order here to be sure that it's correct."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"68680\"}"
},
{
"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 Americano with Hazelnut will be ready shortly. Have a great day!"
}
] |
dlg-49aee1ed-73c5-44e5-a901-1a28d3860408 | 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-5795\",\"name\":\"mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"mocha-5795\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"76356\",\"order_item_id\":\"37858\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"76356\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"76356\", \"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\": \"37858\", \"menu_item_id\": \"mocha-5795\", \"menu_item_name\": \"mocha\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "A mocha please"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is that 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-5795\"}"
},
{
"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 syrups are available?"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "We have Vanilla, Sugar Free Vanilla, Hazelnut, Chocolate Sauce, Caramel Sauce, Honey, and Sugar."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "update_order_item"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_item_id\": \"37858\",\"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\":\"37858\"}"
},
{
"context": "api_call_5",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"76356\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"order_id\": \"76356\", \"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\": \"37858\", \"menu_item_id\": \"mocha-5795\", \"menu_item_name\": \"mocha\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-011\", \"option\":\"ADD\"}]}]}"
}
],
"index": 4,
"segments": [],
"speaker": "user",
"text": "I want vanilla"
},
{
"annotations": [],
"index": 5,
"segments": [],
"speaker": "assistant",
"text": "Is this correct?"
},
{
"annotations": [
{
"context": "api_call_6",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_6",
"name": "request",
"value": "{\"order_id\": \"76356\"}"
},
{
"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": "perfect"
},
{
"annotations": [],
"index": 7,
"segments": [],
"speaker": "assistant",
"text": "Ok it's will be up in a minute at the coffee bar."
}
] |
dlg-639c12d3-6509-4b01-be6b-93c0fe80e747 | 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": "I would like to order a normal Espresso, please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "We do not have that option on our menu, but I'd be happy to 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": "Can you show the menu to me?"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Yes, here it is. Please let me know if I can help!"
}
] |
dlg-326c8d4b-c4b7-4c1a-8e29-07475f84f67d | Coffee | Auto template 28 Order two same drinks differing by milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option*
{{LIST *Matcha Latte* (12oz) (matcha concentrate + milk + foam),*Chai Latte* (12oz) (chai concentrate + milk + extra foam),*Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
*MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk*
{{LIST 2%, Non-Fat,Oat, 2% Lactose Free,Almond}}
{{ENTER milk1 milk Choose a type of milk from the list above}}
{{ENTER milk2 milk Choose a SECOND type of milk from the list above}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id1 id 10000 99999}}
{{RAND order_item_id2 id 10000 99999}}
{{CONVERSATION
hint user (Suppose you were ordering *TWO* of these: var_drink. HOWEVER, for ONE of them you want var_milk1 milk while for the OTHER you want var_milk2 milk. How would YOU say this order? *Say it out loud first*.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "var_milk1 milk OR var_milk2 milk", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["No Milk", "Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id1"}
call add_order_item request {"order_id": "var_order_id","menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id2"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id1", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk1 Milk"}]},{"order_item_id": "var_order_item_id2", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "quantity": "1", "attributes": [{"attribute_id": "milk-options", "option":"var_milk2 Milk"}]}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"mocha\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-8666\",\"name\":\"mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"oat milk OR non-fat milk\", \"menu_item_id\":\"mocha-8666\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"No Milk\", \"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"mocha-8666\",\"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\": \"54256\",\"order_item_id\":\"28651\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"54256\",\"menu_item_id\": \"mocha-8666\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}]}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"54256\",\"order_item_id\":\"38735\"}"
},
{
"context": "api_call_4",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"54256\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"order_id\": \"54256\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"28651\", \"menu_item_id\": \"mocha-8666\", \"menu_item_name\": \"mocha\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"oat Milk\"}]},{\"order_item_id\": \"38735\", \"menu_item_id\": \"mocha-8666\", \"menu_item_name\": \"mocha\", \"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"non-fat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can I get one mocha with oat milk and another with non-fat milk?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is the order on the display accurate?"
},
{
"annotations": [
{
"context": "api_call_5",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"54256\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes it is"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, your order will be ready at the coffee bar soon"
}
] |
dlg-4d893527-5bff-46aa-ae64-0705fb78c994 | 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-9241\",\"name\":\"Cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"cappuccino-9241\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"61931\",\"order_item_id\":\"39760\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"61931\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"61931\", \"attributes\": [{\"attribute_id\": \"Name\", \"attribute_name\": \"Name\", \"option\": \"six of clubs\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"39760\", \"menu_item_id\": \"cappuccino-9241\", \"menu_item_name\": \"Cappuccino\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, can I get a cappuccino please?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Of course - please check to see if I've got your order right."
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"61931\"}"
},
{
"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 correct."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Wonderful, your drink will be ready in a few minutes at the coffee bar."
}
] |
dlg-17aa6575-6ab7-4d40-955d-3a02dfc9f31e | 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\": \"steamed milk and microfoam\", \"menu_item_id\": \"steamer-2222\", \"name\": \"Steamer\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Can you tell me what's in the Steamer"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Yes, it contains our own micro foam and steamed milk"
}
] |
dlg-f63b32f7-29f8-435c-bb9c-c5bc78a6053e | 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-6632\",\"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-6632\"}"
},
{
"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-6632\",\"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\": \"94024\",\"order_item_id\":\"61338\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"94024\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"94024\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"Ace of Spaces\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"61338\", \"menu_item_id\": \"latte-6632\", \"menu_item_name\": \"Latte\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like a decaf latte please"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Ok, can you look here and let me know if this is right?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"94024\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "It looks right!"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Ok, it will be ready in a few minutes."
}
] |
dlg-7f267c4c-cce3-4aca-922b-3dbe4163b705 | 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-1730\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Iced OR Almond milk OR Caramel Sauce\", \"menu_item_id\":\"cortado-1730\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"attribute_name\": \"hot-or-iced\", \"options\":[\"Iced\",\"Hot\"]},{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"caramel-sauce-820\", \"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-1730\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-820\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"15906\",\"order_item_id\":\"60800\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"15906\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"15906\", \"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\": \"60800\", \"menu_item_id\": \"cortado-1730\", \"menu_item_name\": \"Cortado\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"caramel-sauce-820\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi! Can I have an Iced Caramel Cortado? Please make it with Almond milk."
},
{
"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\": \"15906\"}"
},
{
"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, the details are correct."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "All right, your order will be available soon at the coffee bar."
}
] |
dlg-44e15f94-d8b1-4df6-a984-67fdd2a15dd1 | 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\",\"name\":\"Cortado\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"cortado\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"30577\",\"order_item_id\":\"41093\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"30577\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"30577\", \"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\": \"41093\", \"menu_item_id\": \"cortado\", \"menu_item_name\": \"Cortado\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, can I get a Cortado?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Okay, does the order look correct on the screen?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"30577\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, your order will be up shortly at the coffee bar"
}
] |
dlg-ab5392bf-7621-4e76-b96d-734852875266 | 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-4033\",\"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-4033\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"chocolate-sauce-333\", \"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-4033\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"chocolate-sauce-333\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"29070\",\"order_item_id\":\"75609\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"29070\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"29070\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"75609\", \"menu_item_id\": \"latte-4033\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"chocolate-sauce-333\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a Latte with a shot of chocolate added."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Confirm your order before its sent to be made - its on the screen in front of you."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"29070\"}"
},
{
"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 right"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay - your drink order is sent and will be made shortly. You can pick it up at the coffee bar. Thanks."
}
] |
dlg-cfe8a4bc-36e3-4123-a854-f133fcc3c661 | Coffee | Auto template 4 order a coffee drink mod milk and sweetener | null | [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Cappuccino\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"cappuccino-3809\",\"name\":\"Cappuccino\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Non-Fat milk OR Vanilla Sweetener\", \"menu_item_id\": \"cappuccino-3809\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-183\", \"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\": \"cappuccino-3809\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}], \"addons\": [{\"addon_id\": \"vanilla-sweetener-183\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"46675\",\"order_item_id\":\"37412\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"46675\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"46675\", \"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\": \"37412\", \"menu_item_id\": \"cappuccino-3809\", \"menu_item_name\": \"Cappuccino\", \"addons\": [{\"addon_id\": \"vanilla-sweetener-183\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Non-Fat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Do you guys have a Cappuccino that's with non-fat milk? Oh, and make sure use Vanilla as my substitute for making it sweet please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure, I got everything here and I just want to make sure everything is correct before I send it to the Coffee bar. May you please check?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"46675\"}"
},
{
"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": "Okay, that's my order!"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Got it. Order is now submitted and it's being prepared. Please wait and it's going to be served shortly. Thank you!"
}
] |
dlg-bcfdd8be-1172-4b56-a01a-f6698f78a7f5 | 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-2321\",\"name\":\"Mocha\"}]}"
},
{
"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\":\"mocha-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\": \"mocha-2321\",\"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\": \"73134\",\"order_item_id\":\"27685\"}"
},
{
"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\": \"73134\", \"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\": \"73134\"}"
},
{
"context": "api_call_5",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_5",
"name": "request",
"value": "{\"order_id\": \"73134\"}"
},
{
"context": "api_response_5",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_5",
"name": "response",
"value": "{\"order_id\": \"73134\", \"attributes\": [{\"attribute_id\": \"name\", \"attribute_name\": \"Name\", \"option\": \"five of hearts\"},{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"To go\"}], \"menu_items\": [{\"order_item_id\": \"27685\", \"menu_item_id\": \"mocha-2321\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"espresso-shots\", \"option\":\"Single\"},{\"attribute_id\": \"milk-options\", \"option\":\"Oat Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd like a Single Mocha with Oat milk, please. I'd 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\": \"73134\"}"
},
{
"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": "Perfect."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay! We'll have your order ready at the coffee bar in a few minutes."
}
] |
dlg-5e674f8d-a65c-4150-a111-49aa97cb4a9a | 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\": \"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-4823\",\"name\":\"Macchiato\"}]}"
},
{
"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\": \"macchiato-4823\"}"
},
{
"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-865\", \"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\": \"macchiato-4823\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-865\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"57158\",\"order_item_id\":\"33885\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"57158\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"57158\", \"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\": \"33885\", \"menu_item_id\": \"macchiato-4823\", \"menu_item_name\": \"Macchiato\", \"addons\": [{\"addon_id\": \"chocolate-sauce-865\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "So, hey, I'll take a Macchiato, with Almond milk, and put some chocolate in there."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sounds good. Now, please check what's on display. Is this your order?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"57158\"}"
},
{
"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 my order."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "That's good. Your order will be up shortly, at the coffee bar."
}
] |
dlg-4071a414-fb4b-47c2-b839-ab6a1fd98d19 | 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\": \"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-9384\",\"name\":\"Mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"iced OR 2% milk OR Hazelnut\", \"menu_item_id\":\"mocha-9384\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"attribute_name\": \"Hot or Iced\", \"options\":[\"Hot\",\"Iced\"]}, {\"attribute_id\": \"milk-options\", \"attribute_name\": \"Milk\", \"options\":[\"Whole Milk\",\"2% Milk\", \"Non-fat Milk\", \"Oat Milk\",\"2% Lactose Free Milk\", \"Almond Milk\"]}], \"addons\": [{\"addon_id\": \"hazelnut-485\", \"name\": \"Hazelnut\", \"default\": \"NO\", \"options\": [\"NO\", \"ADD\"]}]}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"menu_item_id\": \"mocha-9384\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"}, {\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}], \"addons\": [{\"addon_id\": \"hazelnut-485\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"10831\",\"order_item_id\":\"55905\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"10831\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"10831\", \"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\": \"55905\", \"menu_item_id\": \"mocha-9384\", \"menu_item_name\": \"Mocha\", \"addons\": [{\"addon_id\": \"hazelnut-485\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"hot-or-iced\", \"option\":\"Iced\"},{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I would like to order an iced Mocha with 2% milk and Hazelnut."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Is the order displayed correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"10831\"}"
},
{
"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": "OK. Your order will be ready shortly. Have a Brew-tiful day!"
}
] |
dlg-c4e99961-02bf-407c-beb8-3277b734c531 | 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-3847\",\"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-3847\"}"
},
{
"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-389\", \"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-3847\",\"quantity\": \"1\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}], \"addons\": [{\"addon_id\": \"chocolate-sauce-389\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"28153\",\"order_item_id\":\"80081\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"28153\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"28153\", \"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\": \"80081\", \"menu_item_id\": \"cortado-3847\", \"menu_item_name\": \"Cortado\", \"addons\": [{\"addon_id\": \"chocolate-sauce-389\", \"option\":\"ADD\"}], \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"Almond Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'll take an almond milk cortado with chocolate please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Please check your order on the screen and then I'll get to the coffee bar."
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"28153\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "That's right."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Great that will be ready in just a few."
}
] |
dlg-1abaf539-6c31-4e65-958a-9470eb1dff83 | Coffee | Auto template 12 order a coffee drink wrong results | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU*
{{LIST *Cappuccino* (8oz) (espresso + milk + extra foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
{{ENTER drink1 drink Enter one of the two drinks listed above.}}
{{LIST *Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam)}}
{{ENTER drink2 drink Now enter one of the two drinks listed above that starts with the SAME letter as your first drink choice.}}
{{ENTER menu_item_id id In all lowercase, write the drink name you just entered above followed by hyphen ("-") and then ANY four-digit number. So, "Lemonade" could be "lemonade-6477"}}
*CATEGORY*
{{ENTER category category Enter one of the choices: tea OR tea drinks}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee and tea bar, The conversation should be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{CONVERSATION
hint user (Think about what you'd say when ordering a var_drink1. Say it out loud, then write it here.)
call get_menu_items request {"query": "var_drink1"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink2"}]}
hint assistant (Explain they don't see var_drink1 on the menu. Then ask if they mean 'var_drink2'.)
hint user (Says no, then asks the coffee bar attendant what kinds of var_category they have)
call show_menu request {}
response show_menu response {"success":true}
hint assistant (Explains they have several teas with black, herbal, and oolong teas. Politely suggests they take a look at the menu displayed for more details.)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Cappuccino\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"cortado-4433\",\"name\":\"Cortado\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'd really like a Cappucino."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I don't see Cappucino on our menu - did you mean Cortado?"
}
] |
dlg-d5ae8f11-ef14-4911-ace2-d483bcc6356c | Coffee | Auto template 2 order a coffee drink specify milk | *SCENARIO: Ordering from a coffee bar*
Imagine you're ordering a drink from the following menu:
*COFFEE BAR MENU - Assume all drinks are caffeinated for now; decaf NOT an option*
{{LIST *Latte* (12oz) (espresso + milk + foam),*Cappuccino* (8oz) (espresso + milk + extra foam),*Cortado* (4oz) (espresso + milk + extra foam),*Macchiato* (3oz) (espresso with a little foam),*Mocha* (12oz) (espresso + milk + chocolate + foam)}}
*CHOOSE YOUR DRINK*
{{ENTER drink drink Enter a drink from the list above.}}
{{ENTER menu_item_id drink Now write what you have entered above BUT (a) all in lowercase and (b) separated by hyphens ("-") and (c) followed by any 4-digit number. For example, "Latte" would become "latte-0371". NO SPACES, NO QUOTES.}}
*NAME*
{{ENTER name name Enter a playing card name like "ace of spades" or "two of clubs"--CHOOSE YOUR OWN.}}
*MILK CHOICES - Assume 'whole milk' is the default option but you want a different milk*
{{LIST 2%, Non-Fat,Oat, 2% Free,Almond}}
{{ENTER milk milk Choose a type of milk from the list above}}
*TASK: Write the transcript of a conversation that you would have with the worker.*
{{LIST Make this conversation sound like something you would expect at a real coffee bar,Make sure to use the words you would normally use to order these things---they don't have to match the menu exactly as long as they are common ways to order,The conversation will be written using the green and white dialog bubbles below (green dialog bubbles are for customer's turns and the white bubbles are for the worker's turns)}}
{{RAND order_id id 10000 99999}}
{{RAND order_item_id id 10000 99999}}
{{CONVERSATION
hint user (Suppose you were ordering this: var_drink, var_milk milk. Note that there are several ways you could say it, e.g. "a var_milk (milk) var_drink" or "a var_drink with var_milk milk", etc. How would YOU say it? *Say it out loud first*.)
call get_menu_items request {"query": "var_drink"}
response get_menu_items response {"menu_items":[{"menu_item_id":"var_menu_item_id","name":"var_drink"}]}
call get_addons request {"query": "var_milk milk", "menu_item_id":"var_menu_item_id"}
response get_addons response {"attributes": [{"attribute_id": "milk-options", "attribute_name": "Milk", "options":["Whole Milk","2% Milk", "Non-fat Milk", "Oat Milk","2% Lactose Free Milk", "Almond Milk"]}]}
call add_order_item request {"menu_item_id": "var_menu_item_id","quantity": "1","attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}
response add_order_item response {"order_id": "var_order_id","order_item_id":"var_order_item_id"}
call get_order_details request {"order_id": "var_order_id"}
response get_order_details response {"order_id": "var_order_id", "attributes": [{"attribute_id": "name", "attribute_name": "Name", "option": "var_name"},{"attribute_id": "order-type", "attribute_name": "Order Type", "option": "here"}], "menu_items": [{"order_item_id": "var_order_item_id", "menu_item_id": "var_menu_item_id", "menu_item_name": "var_drink", "attributes": [{"attribute_id": "milk-options", "option":"var_milk Milk"}]}]}
hint assistant (Pretend the order is displayed to the customer but do NOT repeat the item name. The worker asks the customer to confirm the order is correct before sending it to the Coffee bar to be made --USE YOUR OWN WORDS).
hint user (answers yes)
call finish_order request {"order_id": "var_order_id"}
response finish_order response {"success":true}
hint assistant (Says OK and indicates the order will be ready shortly at the coffee bar-- USE YOUR OWN WORDS)
}}
{{CHECK confirm_flow The conversation sounds realistic and logical.}}
{{CHECK confirm_language The conversation contains no inappropriate language.}}
| [
{
"annotations": [
{
"context": "api_call_0",
"name": "api_call",
"value": "get_menu_items"
},
{
"context": "api_call_0",
"name": "request",
"value": "{\"query\": \"Mocha\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"mocha-6784\",\"name\":\"Mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"2% milk\", \"menu_item_id\":\"mocha-6784\"}"
},
{
"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-6784\",\"quantity\": \"1\",\"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"94057\",\"order_item_id\":\"36257\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"94057\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"94057\", \"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\": \"36257\", \"menu_item_id\": \"mocha-6784\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"milk-options\", \"option\":\"2% Milk\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hello, I'd like a mocha with 2% milk, please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Yeah, sure, no problem. The order is displayed on the screen, can you confirm it's correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"94057\"}"
},
{
"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": "Sure is."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, your order is in and it'll be ready soon at the coffee bar."
}
] |
dlg-ed558677-c41e-4f3f-ab5f-a87296935034 | 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\":\"cortado-2847\",\"name\":\"Cortado\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I'll take a Mocha."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "I do not have that on the menu. Did you mean Cortado?"
}
] |
dlg-54ab603e-e68d-4202-bd34-6a659962ac91 | 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-4287\", \"name\": \"Americano\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "What's in the drink Americano?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "It is a 10 oz mix of hot water and espresso."
}
] |
dlg-b7907be7-cbda-403e-92c6-855796278f64 | 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-3478\",\"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-3478\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"caramel-sauce-453\", \"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-3478\",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"caramel-sauce-453\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"81360\",\"order_item_id\":\"20725\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"81360\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"81360\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"20725\", \"menu_item_id\": \"latte-3478\", \"menu_item_name\": \"Latte\", \"addons\": [{\"addon_id\": \"caramel-sauce-453\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I want a latte with caramel sauce."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Ok. The order is on the menu screen. Is it correct?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"81360\"}"
},
{
"context": "api_response_4",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_4",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes"
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Ok. You order will be ready soon."
}
] |
dlg-17173a50-cc98-4805-b69b-b964f09592a5 | 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\": \"Ginger Green Cold Steep Tea\"}"
},
{
"context": "api_response_0",
"name": "api_response",
"value": "get_menu_items"
},
{
"context": "api_response_0",
"name": "response",
"value": "{\"menu_items\":[{\"menu_item_id\":\"ginger-green-cold-steep-tea-0012\",\"name\":\"Ginger Green Cold Steep Tea\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "add_order_item"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"menu_item_id\": \"ginger-green-cold-steep-tea-0012\",\"quantity\": \"1\"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"order_id\": \"32712\",\"order_item_id\":\"70327\"}"
},
{
"context": "api_call_2",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_2",
"name": "request",
"value": "{\"order_id\": \"32712\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"32712\", \"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\": \"70327\", \"menu_item_id\": \"ginger-green-cold-steep-tea-0012\", \"menu_item_name\": \"Ginger Green Cold Steep Tea\"}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "Hi, I'd like a ginger green cold steep tea please."
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Sure, just confirm. Is this the right order?"
},
{
"annotations": [
{
"context": "api_call_3",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"32712\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "finish_order"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"success\":true}"
}
],
"index": 2,
"segments": [],
"speaker": "user",
"text": "Yes."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Alright, your order is placed and will be ready soon at the coffee bar"
}
] |
dlg-ea8c74d3-d545-416e-96c7-1524bce894c1 | 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-4456\",\"name\":\"Mocha\"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"slightly warm\", \"menu_item_id\":\"mocha-4456\"}"
},
{
"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-4456\",\"quantity\": \"1\", \"notes\": \"slightly warm\"}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"28710\",\"order_item_id\":\"37139\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"28710\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"28710\", \"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\": \"37139\", \"menu_item_id\": \"mocha-4456\", \"menu_item_name\": \"Mocha\", \"notes\": \"slightly warm\"}]}"
}
],
"index": 0,
"segments": [
{
"annotations": [
{
"name": "request"
}
],
"annotator_id": "GENERATED",
"end_index": "39",
"start_index": "26",
"text": "slightly warm"
}
],
"speaker": "user",
"text": "Can I get a Mocha that is slightly warm?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Does your order look correct on the screen?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"28710\"}"
},
{
"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 does."
},
{
"annotations": [],
"index": 3,
"segments": [],
"speaker": "assistant",
"text": "Okay, your order will be ready shortly at the nearby coffee bar."
}
] |
dlg-037648d4-1f57-4c3d-827f-8a5ed0a64c58 | 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-1273\",\"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-1273\"}"
},
{
"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-1273\",\"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\": \"57228\",\"order_item_id\":\"46241\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"57228\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"57228\", \"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\": \"46241\", \"menu_item_id\": \"mocha-1273\", \"menu_item_name\": \"Mocha\", \"attributes\": [{\"attribute_id\": \"caffeine\", \"option\":\"Decaf\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "I like a decaffeinated Mocha to go please!"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Got the order on display. Is this right?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"57228\"}"
},
{
"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, I'll get the order soon!"
}
] |
dlg-bbe28c4e-1f7c-4738-840f-4871760eee7b | 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-9514 \",\"name\":\"Americano \"}]}"
},
{
"context": "api_call_1",
"name": "api_call",
"value": "get_addons"
},
{
"context": "api_call_1",
"name": "request",
"value": "{\"query\": \"Hazelnut Sweetener\", \"menu_item_id\": \"americano-9514 \"}"
},
{
"context": "api_response_1",
"name": "api_response",
"value": "get_addons"
},
{
"context": "api_response_1",
"name": "response",
"value": "{\"addons\": [{\"addon_id\": \"hazelnut-sweetener-159\", \"name\": \"Hazelnut 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-9514 \",\"quantity\": \"1\", \"addons\": [{\"addon_id\": \"hazelnut-sweetener-159\", \"option\":\"ADD\"}]}"
},
{
"context": "api_response_2",
"name": "api_response",
"value": "add_order_item"
},
{
"context": "api_response_2",
"name": "response",
"value": "{\"order_id\": \"23442\",\"order_item_id\":\"25446\"}"
},
{
"context": "api_call_3",
"name": "api_call",
"value": "get_order_details"
},
{
"context": "api_call_3",
"name": "request",
"value": "{\"order_id\": \"23442\"}"
},
{
"context": "api_response_3",
"name": "api_response",
"value": "get_order_details"
},
{
"context": "api_response_3",
"name": "response",
"value": "{\"order_id\": \"23442\", \"attributes\": [{\"attribute_id\": \"order-type\", \"attribute_name\": \"Order Type\", \"option\": \"here\"}], \"menu_items\": [{\"order_item_id\": \"25446\", \"menu_item_id\": \"americano-9514 \", \"menu_item_name\": \"Americano \", \"addons\": [{\"addon_id\": \"hazelnut-sweetener-159\", \"option\":\"ADD\"}]}]}"
}
],
"index": 0,
"segments": [],
"speaker": "user",
"text": "May I get a hazelnut Americano?"
},
{
"annotations": [],
"index": 1,
"segments": [],
"speaker": "assistant",
"text": "Here are your order details. Can you confirm if the order is correct before I send it to the bar?"
},
{
"annotations": [
{
"context": "api_call_4",
"name": "api_call",
"value": "finish_order"
},
{
"context": "api_call_4",
"name": "request",
"value": "{\"order_id\": \"23442\"}"
},
{
"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": "Thanks. Your coffee would be available in a moment."
}
] |