diff --git "a/datasets/schema_guided/dialogues_004.json" "b/datasets/schema_guided/dialogues_004.json" new file mode 100644--- /dev/null +++ "b/datasets/schema_guided/dialogues_004.json" @@ -0,0 +1,94336 @@ +[ + { + "dialogue_id": "4_00000", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to make a reservation for a lunch date" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time should the reservation be for and what city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Bruno" + ], + "slot": "city", + "values": [ + "San Bruno" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:15" + ], + "slot": "time", + "values": [ + "quarter past 11 in the morning" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "city", + "start": 8 + }, + { + "exclusive_end": 69, + "slot": "time", + "start": 39 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Bruno" + ], + "time": [ + "quarter past 11 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look in San Bruno for a reservation at quarter past 11 in the morning" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the name of the restaurant you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Bj's Restaurant & Brewhouse" + ], + "slot": "restaurant_name", + "values": [ + "Bj's" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 4, + "slot": "restaurant_name", + "start": 0 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Bruno" + ], + "restaurant_name": [ + "Bj's" + ], + "time": [ + "quarter past 11 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Bj's is my first choice" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bj's Restaurant & Brewhouse" + ], + "slot": "restaurant_name", + "values": [ + "Bj's restaurant & Brewhouse" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Bruno" + ], + "slot": "city", + "values": [ + "San Bruno" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:15" + ], + "slot": "time", + "values": [ + "11:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "restaurant_name", + "start": 0 + }, + { + "exclusive_end": 40, + "slot": "city", + "start": 31 + }, + { + "exclusive_end": 52, + "slot": "time", + "start": 44 + }, + { + "exclusive_end": 58, + "slot": "date", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Bj's restaurant & Brewhouse in San Bruno at 11:15 am today for 2 guest. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Bruno" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Bj's", + "Bj's restaurant & Brewhouse" + ], + "time": [ + "11:15 am", + "quarter past 11 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Bj's Restaurant & Brewhouse" + ], + "slot": "restaurant_name", + "values": [ + "Bj's Restaurant & Brewhouse" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:30" + ], + "slot": "time", + "values": [ + "11:30 am" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Bruno", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Bj's Restaurant & Brewhouse", + "time": "11:15" + } + }, + "service_results": [ + { + "city": "San Bruno", + "cuisine": "Take-out", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-243-4530", + "price_range": "moderate", + "restaurant_name": "Bj's Restaurant & Brewhouse", + "serves_alcohol": "True", + "street_address": "1140 El Camino Real Suite 271", + "time": "11:30" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "restaurant_name", + "start": 43 + }, + { + "exclusive_end": 120, + "slot": "date", + "start": 115 + }, + { + "exclusive_end": 132, + "slot": "time", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The 11:15 am reservation is unavailable at Bj's Restaurant & Brewhouse. Shall I check for a open reservation for 2 today at 11:30 am ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Bruno" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Bj's", + "Bj's Restaurant & Brewhouse", + "Bj's restaurant & Brewhouse" + ], + "time": [ + "11:30 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please check that for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Bruno", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Bj's Restaurant & Brewhouse", + "time": "11:30" + } + }, + "service_results": [ + { + "city": "San Bruno", + "cuisine": "Take-out", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-243-4530", + "price_range": "moderate", + "restaurant_name": "Bj's Restaurant & Brewhouse", + "serves_alcohol": "True", + "street_address": "1140 El Camino Real Suite 271", + "time": "11:30" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You have reservations at 11:30 am for 2 today confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Bruno" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Bj's", + "Bj's Restaurant & Brewhouse", + "Bj's restaurant & Brewhouse" + ], + "time": [ + "11:30 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for suggesting another time. That is all for now" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good lunch." + } + ] + }, + { + "dialogue_id": "4_00001", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to make a restaurant reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city should I search and at what time? Do you have a preferred restaurant?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "12th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Firehouse Grill & Brewery" + ], + "slot": "restaurant_name", + "values": [ + "Firehouse Grill" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sunnyvale" + ], + "slot": "city", + "values": [ + "Sunnyvale" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:45" + ], + "slot": "time", + "values": [ + "6:45 pm" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "date", + "start": 89 + }, + { + "exclusive_end": 57, + "slot": "restaurant_name", + "start": 42 + }, + { + "exclusive_end": 70, + "slot": "city", + "start": 61 + }, + { + "exclusive_end": 81, + "slot": "time", + "start": 74 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Sunnyvale" + ], + "date": [ + "12th of this month" + ], + "restaurant_name": [ + "Firehouse Grill" + ], + "time": [ + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to make a reservation at the Firehouse Grill in Sunnyvale at 6:45 pm on the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Firehouse Grill & Brewery" + ], + "slot": "restaurant_name", + "values": [ + "Firehouse Grill & Brewery" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sunnyvale" + ], + "slot": "city", + "values": [ + "sunnyvale" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:45" + ], + "slot": "time", + "values": [ + "6:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "restaurant_name", + "start": 59 + }, + { + "exclusive_end": 97, + "slot": "city", + "start": 88 + }, + { + "exclusive_end": 108, + "slot": "time", + "start": 101 + }, + { + "exclusive_end": 122, + "slot": "date", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you would like to book a table for 2 at the Firehouse Grill & Brewery in sunnyvale at 6:45 pm on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "serves_alcohol", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Italian" + ], + "slot": "cuisine", + "values": [ + "Pizza and Pasta" + ] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "cuisine", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "cuisine", + "serves_alcohol" + ], + "slot_values": { + "city": [ + "Sunnyvale", + "sunnyvale" + ], + "date": [ + "12th of this month", + "March 12th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Firehouse Grill", + "Firehouse Grill & Brewery" + ], + "time": [ + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Do they serve Pizza and Pasta, and also liquor?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American" + ], + "slot": "cuisine", + "values": [ + "American" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "serves_alcohol", + "values": [ + "True" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Sunnyvale", + "date": "2019-03-12", + "party_size": "2", + "restaurant_name": "Firehouse Grill & Brewery", + "time": "18:45" + } + }, + "service_results": [ + { + "city": "Sunnyvale", + "cuisine": "American", + "date": "2019-03-12", + "has_live_music": "True", + "party_size": "2", + "phone_number": "408-773-9500", + "price_range": "moderate", + "restaurant_name": "Firehouse Grill & Brewery", + "serves_alcohol": "True", + "street_address": "111 South Murphy Avenue", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "cuisine", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is confirmed. They serve American food and they do serve alcohol." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Sunnyvale", + "sunnyvale" + ], + "date": [ + "12th of this month", + "March 12th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Firehouse Grill", + "Firehouse Grill & Brewery" + ], + "time": [ + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Sunnyvale", + "sunnyvale" + ], + "date": [ + "12th of this month", + "March 12th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Firehouse Grill", + "Firehouse Grill & Brewery" + ], + "time": [ + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "4_00002", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 o\"clock in the evening" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "time", + "start": 72 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "time": [ + "7 o\"clock in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go out to dinner next week. Can you make me a reservation for 7 o\"clock in the evening?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you still in LA, if not where should I search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Lafayette" + ], + "slot": "city", + "values": [ + "Lafayette" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "city", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Lafayette" + ], + "time": [ + "7 o\"clock in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I left LA yesterday, find restaurants in Lafayette please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a place in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "The Park Bistro & Bar" + ], + "slot": "restaurant_name", + "values": [ + "The Park" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "the 6th" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "restaurant_name", + "start": 26 + }, + { + "exclusive_end": 68, + "slot": "date", + "start": 61 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Lafayette" + ], + "date": [ + "the 6th" + ], + "restaurant_name": [ + "The Park" + ], + "time": [ + "7 o\"clock in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I really want to try The Park. See if it's available on the 6th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "The Park Bistro & Bar" + ], + "slot": "restaurant_name", + "values": [ + "The Park Bistro & Bar" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Lafayette" + ], + "slot": "city", + "values": [ + "Lafayette" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "restaurant_name", + "start": 0 + }, + { + "exclusive_end": 34, + "slot": "city", + "start": 25 + }, + { + "exclusive_end": 72, + "slot": "time", + "start": 68 + }, + { + "exclusive_end": 87, + "slot": "date", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Park Bistro & Bar in Lafayette has one table for 2 available at 7 pm next Wednesday. Does that work?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "has_live_music", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Mexican" + ], + "slot": "cuisine", + "values": [ + "Burrito" + ] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 91, + "slot": "cuisine", + "start": 84 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "cuisine", + "has_live_music" + ], + "slot_values": { + "city": [ + "Lafayette" + ], + "date": [ + "next Wednesday", + "the 6th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "The Park", + "The Park Bistro & Bar" + ], + "time": [ + "7 o\"clock in the evening", + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's perfect. Do you know if a band is playing that night? Also do they serve Burrito food at the bar?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "has_live_music", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Bistro" + ], + "slot": "cuisine", + "values": [ + "Bistro" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Lafayette", + "date": "2019-03-06", + "party_size": "2", + "restaurant_name": "The Park Bistro & Bar", + "time": "19:00" + } + }, + "service_results": [ + { + "city": "Lafayette", + "cuisine": "Bistro", + "date": "2019-03-06", + "has_live_music": "False", + "party_size": "2", + "phone_number": "925-283-7108", + "price_range": "expensive", + "restaurant_name": "The Park Bistro & Bar", + "serves_alcohol": "True", + "street_address": "3287 Mount Diablo Boulevard", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "cuisine", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You're all set! There's no live music. However, they do serve the Bistro menu at the bar." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Lafayette" + ], + "date": [ + "next Wednesday", + "the 6th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "The Park", + "The Park Bistro & Bar" + ], + "time": [ + "7 o\"clock in the evening", + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem. Anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Lafayette" + ], + "date": [ + "next Wednesday", + "the 6th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "The Park", + "The Park Bistro & Bar" + ], + "time": [ + "7 o\"clock in the evening", + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that's it, thanks again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anytime, enjoy your day!" + } + ] + }, + { + "dialogue_id": "4_00003", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to make a reservation at a restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city should I search in? What time is the reservation for? Do you have a preferred restaurant?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "El Tesoro Taqueria & Grill" + ], + "slot": "restaurant_name", + "values": [ + "El Tesoro" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:45" + ], + "slot": "time", + "values": [ + "7:45 in the evening" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "restaurant_name", + "start": 24 + }, + { + "exclusive_end": 64, + "slot": "city", + "start": 61 + }, + { + "exclusive_end": 56, + "slot": "time", + "start": 37 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "restaurant_name": [ + "El Tesoro" + ], + "time": [ + "7:45 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want a reservation at El Tesoro at 7:45 in the evening, in SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "El Tesoro Taqueria & Grill" + ], + "slot": "restaurant_name", + "values": [ + "El Tesoro Taqueria & Grill" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:45" + ], + "slot": "time", + "values": [ + "7:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 92, + "slot": "restaurant_name", + "start": 66 + }, + { + "exclusive_end": 109, + "slot": "city", + "start": 96 + }, + { + "exclusive_end": 42, + "slot": "time", + "start": 35 + }, + { + "exclusive_end": 48, + "slot": "date", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Table reserved for 7:45 pm today for 2 people, at El Tesoro Taqueria & Grill in San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "El Tesoro", + "El Tesoro Taqueria & Grill" + ], + "time": [ + "7:45 in the evening", + "7:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "El Tesoro Taqueria & Grill" + ], + "slot": "restaurant_name", + "values": [ + "El Tesoro Taqueria & Grill" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "El Tesoro Taqueria & Grill", + "time": "19:45" + } + }, + "service_results": [ + { + "city": "San Francisco", + "cuisine": "Mexican", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "415-202-0530", + "price_range": "inexpensive", + "restaurant_name": "El Tesoro Taqueria & Grill", + "serves_alcohol": "False", + "street_address": "599 O'Farrell Street", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 110, + "slot": "restaurant_name", + "start": 84 + }, + { + "exclusive_end": 69, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 80, + "slot": "time", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry that time is not available, shall I reserve a table for 2 today at 7:30 pm at El Tesoro Taqueria & Grill?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "El Tesoro", + "El Tesoro Taqueria & Grill" + ], + "time": [ + "7:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "El Tesoro Taqueria & Grill", + "time": "19:30" + } + }, + "service_results": [ + { + "city": "San Francisco", + "cuisine": "Mexican", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "415-202-0530", + "price_range": "inexpensive", + "restaurant_name": "El Tesoro Taqueria & Grill", + "serves_alcohol": "False", + "street_address": "599 O'Farrell Street", + "time": "19:30" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is successful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "phone_number", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price_range", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "phone_number", + "price_range" + ], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "El Tesoro", + "El Tesoro Taqueria & Grill" + ], + "time": [ + "7:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's their phone number? How pricey are they?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "415-202-0530" + ], + "slot": "phone_number", + "values": [ + "415-202-0530" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "inexpensive" + ], + "slot": "price_range", + "values": [ + "inexpensive" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "phone_number", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Their phone number is 415-202-0530, and their price range is inexpensive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "El Tesoro", + "El Tesoro Taqueria & Grill" + ], + "time": [ + "7:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "El Tesoro", + "El Tesoro Taqueria & Grill" + ], + "time": [ + "7:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00004", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to make a reservation at a restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "the 4th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SFO" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "date", + "start": 13 + }, + { + "exclusive_end": 61, + "slot": "city", + "start": 58 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want it on the 4th day of the month. I want the city of SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time is the reservation for? Do you have a preferred restaurant?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mission Beach Cafe" + ], + "slot": "restaurant_name", + "values": [ + "Mission Beach Cafe" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:45" + ], + "slot": "time", + "values": [ + "18:45" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "restaurant_name", + "start": 25 + }, + { + "exclusive_end": 74, + "slot": "time", + "start": 69 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "date": [ + "the 4th" + ], + "restaurant_name": [ + "Mission Beach Cafe" + ], + "time": [ + "18:45" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The restaurant is called Mission Beach Cafe. Make the reservation at 18:45." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mission Beach Cafe" + ], + "slot": "restaurant_name", + "values": [ + "Mission Beach Cafe" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:45" + ], + "slot": "time", + "values": [ + "6:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "restaurant_name", + "start": 72 + }, + { + "exclusive_end": 127, + "slot": "city", + "start": 114 + }, + { + "exclusive_end": 165, + "slot": "time", + "start": 158 + }, + { + "exclusive_end": 209, + "slot": "date", + "start": 198 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: Booking a table at the restaurant Mission Beach Cafe located in the city of San Francisco. The dinner reservation is at 6:45 pm. The date of the reservation is next Monday and it is for 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hisui 2" + ], + "slot": "restaurant_name", + "values": [ + "Hisui 2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "restaurant_name", + "start": 37 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "next Monday", + "the 4th" + ], + "restaurant_name": [ + "Hisui 2" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is incorrect, the restaurant is Hisui 2." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Hisui 2" + ], + "slot": "restaurant_name", + "values": [ + "Hisui 2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "restaurant_name", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The reservation is for booking a table at Hisui 2 for 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "next Monday", + "the 4th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Hisui 2" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-04", + "party_size": "2", + "restaurant_name": "Hisui 2", + "time": "18:45" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I was unable to make a reservation. Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "Sunday this week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "date", + "start": 68 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "Sunday this week" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Hisui 2" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to make a reservation at the restaurant, and I want it to be Sunday this week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Hisui 2" + ], + "slot": "restaurant_name", + "values": [ + "Hisui 2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:45" + ], + "slot": "time", + "values": [ + "6:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "restaurant_name", + "start": 72 + }, + { + "exclusive_end": 116, + "slot": "city", + "start": 103 + }, + { + "exclusive_end": 154, + "slot": "time", + "start": 147 + }, + { + "exclusive_end": 209, + "slot": "date", + "start": 191 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: Booking a table at the restaurant Hisui 2 located in the city of San Francisco. The dinner reservation is at 6:45 pm. The date of the reservation is the day after tomorrow and it is for 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "moderate" + ], + "slot": "price_range", + "values": [ + "moderate" + ] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "price_range" + ], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "Sunday this week", + "day after tomorrow" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Hisui 2" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works, is the price intermediate priced or expensive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-03", + "party_size": "2", + "restaurant_name": "Hisui 2", + "time": "18:45" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I was unable to make a reservation. Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "Sunday this week", + "day after tomorrow" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Hisui 2" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00005", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to make a reservation at a restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city, and do you have a preferred restaurant?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Coupa Cafe - Ramona" + ], + "slot": "restaurant_name", + "values": [ + "Coupa Cafe" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Palo Alto" + ], + "slot": "city", + "values": [ + "Palo Alto" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "restaurant_name", + "start": 18 + }, + { + "exclusive_end": 41, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "restaurant_name": [ + "Coupa Cafe" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The restaurant is Coupa Cafe in Palo Alto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would you like the reservation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16:45" + ], + "slot": "time", + "values": [ + "4:45 pm" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "time", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "restaurant_name": [ + "Coupa Cafe" + ], + "time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please make it for 4:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Coupa Cafe - Ramona" + ], + "slot": "restaurant_name", + "values": [ + "Coupa Cafe - Ramona" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Palo Alto" + ], + "slot": "city", + "values": [ + "Palo Alto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:45" + ], + "slot": "time", + "values": [ + "4:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "restaurant_name", + "start": 50 + }, + { + "exclusive_end": 82, + "slot": "city", + "start": 73 + }, + { + "exclusive_end": 93, + "slot": "time", + "start": 86 + }, + { + "exclusive_end": 99, + "slot": "date", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your reservation: A table for 2 at Coupa Cafe - Ramona in Palo Alto at 4:45 pm today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "inexpensive" + ], + "slot": "price_range", + "values": [ + "inexpensive" + ] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "price_range" + ], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Coupa Cafe", + "Coupa Cafe - Ramona" + ], + "time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works for me. Is it in the bargain price range?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "moderate" + ], + "slot": "price_range", + "values": [ + "moderate" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Palo Alto", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Coupa Cafe - Ramona", + "time": "16:45" + } + }, + "service_results": [ + { + "city": "Palo Alto", + "cuisine": "Venezuelan", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-322-6872", + "price_range": "moderate", + "restaurant_name": "Coupa Cafe - Ramona", + "serves_alcohol": "False", + "street_address": "538 Ramona Street", + "time": "17:00" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It is in the moderate price range. Your reservation is successful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "phone_number", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "phone_number" + ], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Coupa Cafe", + "Coupa Cafe - Ramona" + ], + "time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is their contact number?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "650-322-6872" + ], + "slot": "phone_number", + "values": [ + "650-322-6872" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "phone_number", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Their phone number is 650-322-6872." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Coupa Cafe", + "Coupa Cafe - Ramona" + ], + "time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Coupa Cafe", + "Coupa Cafe - Ramona" + ], + "time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00006", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to reserve a table at a restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city are you located in, and do you have a restaurant in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Marche Aux Fleurs" + ], + "slot": "restaurant_name", + "values": [ + "Marche Aux Fleurs" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Ross" + ], + "slot": "city", + "values": [ + "Ross" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "the 10th" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "restaurant_name", + "start": 30 + }, + { + "exclusive_end": 72, + "slot": "city", + "start": 68 + }, + { + "exclusive_end": 101, + "slot": "date", + "start": 93 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Ross" + ], + "date": [ + "the 10th" + ], + "restaurant_name": [ + "Marche Aux Fleurs" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The name of the restaurant is Marche Aux Fleurs. The location is in Ross, and the date is on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would you like me to make the reservation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:00" + ], + "slot": "time", + "values": [ + "eleven am" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "time", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Ross" + ], + "date": [ + "the 10th" + ], + "restaurant_name": [ + "Marche Aux Fleurs" + ], + "time": [ + "eleven am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like it to be a eleven am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Marche Aux Fleurs" + ], + "slot": "restaurant_name", + "values": [ + "Marche Aux Fleurs" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Ross" + ], + "slot": "city", + "values": [ + "Ross" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "restaurant_name", + "start": 72 + }, + { + "exclusive_end": 97, + "slot": "city", + "start": 93 + }, + { + "exclusive_end": 127, + "slot": "time", + "start": 122 + }, + { + "exclusive_end": 118, + "slot": "date", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following information: I am booking a table for 2 at Marche Aux Fleurs in Ross. It is on March 10th at 11 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Ross" + ], + "date": [ + "March 10th", + "the 10th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Marche Aux Fleurs" + ], + "time": [ + "11 am", + "eleven am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yup sounds great to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Ross", + "date": "2019-03-10", + "party_size": "2", + "restaurant_name": "Marche Aux Fleurs", + "time": "11:00" + } + }, + "service_results": [ + { + "city": "Ross", + "cuisine": "French", + "date": "2019-03-10", + "has_live_music": "False", + "party_size": "2", + "phone_number": "415-925-9200", + "price_range": "expensive", + "restaurant_name": "Marche Aux Fleurs", + "serves_alcohol": "True", + "street_address": "23 Ross Common Box 793", + "time": "11:00" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation has been booked successfully." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Ross" + ], + "date": [ + "March 10th", + "the 10th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Marche Aux Fleurs" + ], + "time": [ + "11 am", + "eleven am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a ton!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Ross" + ], + "date": [ + "March 10th", + "the 10th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Marche Aux Fleurs" + ], + "time": [ + "11 am", + "eleven am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, that's it, thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "4_00007", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to make a dinner reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I need to know what city you want me to search, what time you want the reservation for, and if you have a particular restaurant in mind." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Station House Cafe" + ], + "slot": "restaurant_name", + "values": [ + "Station House" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Point Reyes Station" + ], + "slot": "city", + "values": [ + "Point Reyes Station" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:00" + ], + "slot": "time", + "values": [ + "eleven in the morning" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "restaurant_name", + "start": 67 + }, + { + "exclusive_end": 114, + "slot": "city", + "start": 95 + }, + { + "exclusive_end": 59, + "slot": "time", + "start": 38 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Point Reyes Station" + ], + "restaurant_name": [ + "Station House" + ], + "time": [ + "eleven in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need the reservation to be made for eleven in the morning at the Station House restaurant in Point Reyes Station." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Station House Cafe" + ], + "slot": "restaurant_name", + "values": [ + "Station House Cafe" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Point Reyes Station" + ], + "slot": "city", + "values": [ + "Point Reyes Station" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 95, + "slot": "restaurant_name", + "start": 77 + }, + { + "exclusive_end": 118, + "slot": "city", + "start": 99 + }, + { + "exclusive_end": 61, + "slot": "time", + "start": 56 + }, + { + "exclusive_end": 68, + "slot": "date", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Pleas confirm that you wish me to book a table for 2 at 11 am, today, at the Station House Cafe in Point Reyes Station." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "party_size", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Point Reyes Station" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Station House", + "Station House Cafe" + ], + "time": [ + "11 am", + "eleven in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It should be for 4 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "party_size", + "values": [ + "4" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, for 4 people at 11 am; is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Point Reyes Station" + ], + "date": [ + "today" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Station House", + "Station House Cafe" + ], + "time": [ + "11 am", + "eleven in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Point Reyes Station", + "date": "2019-03-01", + "party_size": "4", + "restaurant_name": "Station House Cafe", + "time": "11:00" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am unable to book a reservation at this time, sorry, is there something else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Point Reyes Station" + ], + "date": [ + "today" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Station House", + "Station House Cafe" + ], + "time": [ + "11 am", + "eleven in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "4_00008", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rivoli Restaurant" + ], + "slot": "restaurant_name", + "values": [ + "Rivoli" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "restaurant_name", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "restaurant_name": [ + "Rivoli" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to eat at Rivoli" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is it? When should I book?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:00" + ], + "slot": "time", + "values": [ + "12 o\"clock in the afternoon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "March 7th" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "time", + "start": 46 + }, + { + "exclusive_end": 16, + "slot": "city", + "start": 8 + }, + { + "exclusive_end": 42, + "slot": "date", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "March 7th" + ], + "restaurant_name": [ + "Rivoli" + ], + "time": [ + "12 o\"clock in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It's in Berkeley. Let's book for March 7th at 12 o\"clock in the afternoon" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Rivoli Restaurant" + ], + "slot": "restaurant_name", + "values": [ + "Rivoli Restaurant" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:00" + ], + "slot": "time", + "values": [ + "12 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "restaurant_name", + "start": 67 + }, + { + "exclusive_end": 96, + "slot": "city", + "start": 88 + }, + { + "exclusive_end": 123, + "slot": "time", + "start": 118 + }, + { + "exclusive_end": 114, + "slot": "date", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Perfect. Can you check if i understood correctly? A table for 2 at Rivoli Restaurant in Berkeley for next Thursday at 12 pm?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "March 7th", + "next Thursday" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Rivoli", + "Rivoli Restaurant" + ], + "time": [ + "12 o\"clock in the afternoon", + "12 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "yes, All correct" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Berkeley", + "date": "2019-03-07", + "party_size": "2", + "restaurant_name": "Rivoli Restaurant", + "time": "12:00" + } + }, + "service_results": [ + { + "city": "Berkeley", + "cuisine": "Contemporary", + "date": "2019-03-07", + "has_live_music": "False", + "party_size": "2", + "phone_number": "510-526-2542", + "price_range": "expensive", + "restaurant_name": "Rivoli Restaurant", + "serves_alcohol": "False", + "street_address": "1539 Solano Avenue", + "time": "12:00" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've booked your table" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "March 7th", + "next Thursday" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Rivoli", + "Rivoli Restaurant" + ], + "time": [ + "12 o\"clock in the afternoon", + "12 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "March 7th", + "next Thursday" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Rivoli", + "Rivoli Restaurant" + ], + "time": [ + "12 o\"clock in the afternoon", + "12 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm alright" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day" + } + ] + }, + { + "dialogue_id": "4_00009", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to reserve a table at a restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "At what restaurant and time would you like to dine?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Little Nepal" + ], + "slot": "restaurant_name", + "values": [ + "Little Nepal" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "evening 6:30" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "restaurant_name", + "start": 19 + }, + { + "exclusive_end": 45, + "slot": "time", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "restaurant_name": [ + "Little Nepal" + ], + "time": [ + "evening 6:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to eat at Little Nepal, evening 6:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And in which city is that located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SF" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 51, + "slot": "city", + "start": 49 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "date": [ + "the 7th" + ], + "restaurant_name": [ + "Little Nepal" + ], + "time": [ + "evening 6:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like the reservation on the 7th; it's in SF." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Little Nepal" + ], + "slot": "restaurant_name", + "values": [ + "Little Nepal" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 PM" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "restaurant_name", + "start": 55 + }, + { + "exclusive_end": 84, + "slot": "city", + "start": 71 + }, + { + "exclusive_end": 109, + "slot": "time", + "start": 102 + }, + { + "exclusive_end": 98, + "slot": "date", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "All set. Just to confirm, I have reservations for 2 at Little Nepal in San Francisco next Thursday at 6:30 PM." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "serves_alcohol", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "serves_alcohol", + "street_address" + ], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Little Nepal" + ], + "time": [ + "6:30 PM", + "evening 6:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that would be great. Do they serve liquor? What's the exact address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "925 Cortland Avenue" + ], + "slot": "street_address", + "values": [ + "925 Cortland Avenue" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "serves_alcohol", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-07", + "party_size": "2", + "restaurant_name": "Little Nepal", + "time": "18:30" + } + }, + "service_results": [ + { + "city": "San Francisco", + "cuisine": "Nepalese", + "date": "2019-03-07", + "has_live_music": "False", + "party_size": "2", + "phone_number": "415-643-3881", + "price_range": "moderate", + "restaurant_name": "Little Nepal", + "serves_alcohol": "False", + "street_address": "925 Cortland Avenue", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "street_address", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation is successful. They do not serve alcohol. They are located at 925 Cortland Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Little Nepal" + ], + "time": [ + "6:30 PM", + "evening 6:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I assist you with anything further?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Little Nepal" + ], + "time": [ + "6:30 PM", + "evening 6:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thanks a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00010", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to make a restaurant reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city? Do you have a restaurant you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rubio's Coastal Grill" + ], + "slot": "restaurant_name", + "values": [ + "Rubio's" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Cupertino" + ], + "slot": "city", + "values": [ + "Cupertino" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "restaurant_name", + "start": 9 + }, + { + "exclusive_end": 29, + "slot": "city", + "start": 20 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Cupertino" + ], + "restaurant_name": [ + "Rubio's" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like Rubio's in Cupertino, if possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "At what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "17:30" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 5, + "slot": "time", + "start": 0 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Cupertino" + ], + "restaurant_name": [ + "Rubio's" + ], + "time": [ + "17:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "17:30, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Rubio's Coastal Grill" + ], + "slot": "restaurant_name", + "values": [ + "Rubio's Coastal Grill" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Cupertino" + ], + "slot": "city", + "values": [ + "Cupertino" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "restaurant_name", + "start": 32 + }, + { + "exclusive_end": 78, + "slot": "city", + "start": 69 + }, + { + "exclusive_end": 108, + "slot": "time", + "start": 101 + }, + { + "exclusive_end": 84, + "slot": "date", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm a reservation at Rubio's Coastal Grill in the city of Cupertino today for 2 people at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Cupertino" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Rubio's", + "Rubio's Coastal Grill" + ], + "time": [ + "17:30", + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Cupertino", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Rubio's Coastal Grill", + "time": "17:30" + } + }, + "service_results": [ + { + "city": "Cupertino", + "cuisine": "Seafood", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "408-861-0105", + "price_range": "inexpensive", + "restaurant_name": "Rubio's Coastal Grill", + "serves_alcohol": "True", + "street_address": "20688 Stevens Creek Boulevard", + "time": "17:30" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Chinese" + ], + "slot": "cuisine", + "values": [ + "Taiwanese" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "cuisine", + "start": 38 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "cuisine", + "street_address" + ], + "slot_values": { + "city": [ + "Cupertino" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Rubio's", + "Rubio's Coastal Grill" + ], + "time": [ + "17:30", + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's Rubio's address? Do they serve Taiwanese food?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20688 Stevens Creek Boulevard" + ], + "slot": "street_address", + "values": [ + "20688 Stevens Creek Boulevard" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seafood" + ], + "slot": "cuisine", + "values": [ + "Seafood" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "street_address", + "start": 20 + }, + { + "exclusive_end": 84, + "slot": "cuisine", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Their address is at 20688 Stevens Creek Boulevard, and their cuisine type is Seafood." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Cupertino" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Rubio's", + "Rubio's Coastal Grill" + ], + "time": [ + "17:30", + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Will there be anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Cupertino" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Rubio's", + "Rubio's Coastal Grill" + ], + "time": [ + "17:30", + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00011", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi, I am going out with my friend soon. I would like to make a reservation at a restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like to make a reservation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "18:00" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Rafael" + ], + "slot": "city", + "values": [ + "San Rafael" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "time", + "start": 59 + }, + { + "exclusive_end": 55, + "slot": "city", + "start": 45 + }, + { + "exclusive_end": 41, + "slot": "date", + "start": 31 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Rafael" + ], + "date": [ + "March 11th" + ], + "time": [ + "18:00" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like a reservation for March 11th in San Rafael at 18:00." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a restaurant in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Bj's Restaurant & Brewhouse" + ], + "slot": "restaurant_name", + "values": [ + "Bj's" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "restaurant_name", + "start": 22 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Rafael" + ], + "date": [ + "March 11th" + ], + "restaurant_name": [ + "Bj's" + ], + "time": [ + "18:00" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to go to Bj's." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bj's Restaurant & Brewhouse" + ], + "slot": "restaurant_name", + "values": [ + "Bj's Restaurant & Brewhouse" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Rafael" + ], + "slot": "city", + "values": [ + "San Rafael" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 112, + "slot": "restaurant_name", + "start": 85 + }, + { + "exclusive_end": 126, + "slot": "city", + "start": 116 + }, + { + "exclusive_end": 135, + "slot": "time", + "start": 131 + }, + { + "exclusive_end": 175, + "slot": "date", + "start": 165 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I can book the restaurant now. Can you confirm a few things? I am booking a table at Bj's Restaurant & Brewhouse in San Rafael for 6 pm. The reservation is for 2 on March 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:00" + ], + "slot": "time", + "values": [ + "twelve in the afternoon" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "time", + "start": 43 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Rafael" + ], + "date": [ + "March 11th" + ], + "restaurant_name": [ + "Bj's", + "Bj's Restaurant & Brewhouse" + ], + "time": [ + "twelve in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, can you make the reservation for twelve in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "12:00" + ], + "slot": "time", + "values": [ + "12 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "time", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm that the reservation will be from 12 pm for 2 people?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "city": [ + "San Rafael" + ], + "date": [ + "March 11th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Bj's", + "Bj's Restaurant & Brewhouse" + ], + "time": [ + "12 pm", + "twelve in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works. What is the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "5800 Northgate Mall Suite 159" + ], + "slot": "street_address", + "values": [ + "5800 Northgate Mall Suite 159" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Rafael", + "date": "2019-03-11", + "party_size": "2", + "restaurant_name": "Bj's Restaurant & Brewhouse", + "time": "12:00" + } + }, + "service_results": [ + { + "city": "San Rafael", + "cuisine": "American", + "date": "2019-03-11", + "has_live_music": "False", + "party_size": "2", + "phone_number": "415-755-6250", + "price_range": "moderate", + "restaurant_name": "Bj's Restaurant & Brewhouse", + "serves_alcohol": "True", + "street_address": "5800 Northgate Mall Suite 159", + "time": "12:00" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "street_address", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made. The address is 5800 Northgate Mall Suite 159." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price_range", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "phone_number", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "phone_number", + "price_range" + ], + "slot_values": { + "city": [ + "San Rafael" + ], + "date": [ + "March 11th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Bj's", + "Bj's Restaurant & Brewhouse" + ], + "time": [ + "12 pm", + "twelve in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the price range? What is the phone number?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "moderate" + ], + "slot": "price_range", + "values": [ + "moderate" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "415-755-6250" + ], + "slot": "phone_number", + "values": [ + "415-755-6250" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "phone_number", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The price range is moderate. The phone number is 415-755-6250." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Rafael" + ], + "date": [ + "March 11th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Bj's", + "Bj's Restaurant & Brewhouse" + ], + "time": [ + "12 pm", + "twelve in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome! Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Rafael" + ], + "date": [ + "March 11th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Bj's", + "Bj's Restaurant & Brewhouse" + ], + "time": [ + "12 pm", + "twelve in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you !" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00012", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Ramon" + ], + "slot": "city", + "values": [ + "San Ramon" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Ramon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a restaurant in San Ramon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "For what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "4th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Yayume Sushi" + ], + "slot": "restaurant_name", + "values": [ + "Yayume" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:45" + ], + "slot": "time", + "values": [ + "18:45" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "date", + "start": 8 + }, + { + "exclusive_end": 54, + "slot": "restaurant_name", + "start": 48 + }, + { + "exclusive_end": 29, + "slot": "time", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Ramon" + ], + "date": [ + "4th of March" + ], + "restaurant_name": [ + "Yayume" + ], + "time": [ + "18:45" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For the 4th of March at 18:45 in the restaurant Yayume." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Yayume Sushi" + ], + "slot": "restaurant_name", + "values": [ + "Yayume Sushi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Ramon" + ], + "slot": "city", + "values": [ + "San Ramon" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:45" + ], + "slot": "time", + "values": [ + "6:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "Next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "restaurant_name", + "start": 45 + }, + { + "exclusive_end": 70, + "slot": "city", + "start": 61 + }, + { + "exclusive_end": 94, + "slot": "time", + "start": 87 + }, + { + "exclusive_end": 83, + "slot": "date", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the following reservation at Yayume Sushi in San Ramon. Next Monday at 6:45 pm for 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price_range", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "price_range" + ], + "slot_values": { + "city": [ + "San Ramon" + ], + "date": [ + "4th of March", + "Next Monday" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Yayume", + "Yayume Sushi" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's good. Are they pricey?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "moderate" + ], + "slot": "price_range", + "values": [ + "moderate" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Ramon", + "date": "2019-03-04", + "party_size": "2", + "restaurant_name": "Yayume Sushi", + "time": "18:45" + } + }, + "service_results": [ + { + "city": "San Ramon", + "cuisine": "Sushi", + "date": "2019-03-04", + "has_live_music": "False", + "party_size": "2", + "phone_number": "925-838-4848", + "price_range": "moderate", + "restaurant_name": "Yayume Sushi", + "serves_alcohol": "False", + "street_address": "2551 San Ramon Valley Boulevard #104", + "time": "18:30" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I booked your reservation. Their prices are moderate." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Chinese" + ], + "slot": "cuisine", + "values": [ + "Szcheuan" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "cuisine", + "start": 31 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "cuisine" + ], + "slot_values": { + "city": [ + "San Ramon" + ], + "date": [ + "4th of March", + "Next Monday" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Yayume", + "Yayume Sushi" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Does the restaurant also serve Szcheuan food?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sushi" + ], + "slot": "cuisine", + "values": [ + "sushi" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "cuisine", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "They have sushi." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Ramon" + ], + "date": [ + "4th of March", + "Next Monday" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Yayume", + "Yayume Sushi" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else i can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Ramon" + ], + "date": [ + "4th of March", + "Next Monday" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Yayume", + "Yayume Sushi" + ], + "time": [ + "18:45", + "6:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. That was it, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "4_00013", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to reserve a table for dinner." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located? Are there any restaurants that you like specifically?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Babu Ji Sf" + ], + "slot": "restaurant_name", + "values": [ + "Babu Ji" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "party_size", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SFO" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "restaurant_name", + "start": 7 + }, + { + "exclusive_end": 22, + "slot": "city", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Babu Ji" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Babu Ji, in SFO. There will be four of us" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would like to go to the restaurant?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 in the evening" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "time", + "start": 3 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Babu Ji" + ], + "time": [ + "5:30 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At 5:30 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Babu Ji Sf" + ], + "slot": "restaurant_name", + "values": [ + "Babu Ji SF" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "party_size", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "restaurant_name", + "start": 79 + }, + { + "exclusive_end": 106, + "slot": "city", + "start": 93 + }, + { + "exclusive_end": 127, + "slot": "time", + "start": 120 + }, + { + "exclusive_end": 116, + "slot": "date", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's make sure all is correct. You want to make a reservation for 4 people at Babu Ji SF in San Francisco for today at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Babu Ji", + "Babu Ji SF" + ], + "time": [ + "5:30 in the evening", + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-01", + "party_size": "4", + "restaurant_name": "Babu Ji Sf", + "time": "17:30" + } + }, + "service_results": [ + { + "city": "San Francisco", + "cuisine": "Indian", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "4", + "phone_number": "231-444-4444", + "price_range": "expensive", + "restaurant_name": "Babu Ji Sf", + "serves_alcohol": "True", + "street_address": "280 Valencia Street", + "time": "17:00" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The table has been reserved." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "has_live_music", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "has_live_music" + ], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Babu Ji", + "Babu Ji SF" + ], + "time": [ + "5:30 in the evening", + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there live music at that restaurant?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "has_live_music", + "values": [ + "False" + ] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, there is not." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO", + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "4" + ], + "restaurant_name": [ + "Babu Ji", + "Babu Ji SF" + ], + "time": [ + "5:30 in the evening", + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, thank you, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your dinner!" + } + ] + }, + { + "dialogue_id": "4_00014", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to make a reservation at a restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a restaurant in mind? Also, what city and time would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Campo Fina" + ], + "slot": "restaurant_name", + "values": [ + "Campo Fina" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Healdsburg" + ], + "slot": "city", + "values": [ + "Healdsburg" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:45" + ], + "slot": "time", + "values": [ + "5:45 pm" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "restaurant_name", + "start": 16 + }, + { + "exclusive_end": 40, + "slot": "city", + "start": 30 + }, + { + "exclusive_end": 51, + "slot": "time", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Healdsburg" + ], + "restaurant_name": [ + "Campo Fina" + ], + "time": [ + "5:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to Campo Fina in Healdsburg at 5:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Campo Fina" + ], + "slot": "restaurant_name", + "values": [ + "Campo Fina" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Healdsburg" + ], + "slot": "city", + "values": [ + "Healdsburg" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:45" + ], + "slot": "time", + "values": [ + "5:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "restaurant_name", + "start": 31 + }, + { + "exclusive_end": 55, + "slot": "city", + "start": 45 + }, + { + "exclusive_end": 67, + "slot": "time", + "start": 60 + }, + { + "exclusive_end": 73, + "slot": "date", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I make a reservation for Campo Fina in Healdsburg for 5:45 pm today? The reservation will be for 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "cuisine", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "cuisine" + ], + "slot_values": { + "city": [ + "Healdsburg" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Campo Fina" + ], + "time": [ + "5:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's good. What type of food can I eat there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Italian" + ], + "slot": "cuisine", + "values": [ + "Italian" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Healdsburg", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Campo Fina", + "time": "17:45" + } + }, + "service_results": [ + { + "city": "Healdsburg", + "cuisine": "Italian", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "707-395-4640", + "price_range": "moderate", + "restaurant_name": "Campo Fina", + "serves_alcohol": "False", + "street_address": "330 Healdsburg Avenue", + "time": "17:30" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "cuisine", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation is booked. The restaurant serves Italian." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Healdsburg" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Campo Fina" + ], + "time": [ + "5:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00015", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Acquerello" + ], + "slot": "restaurant_name", + "values": [ + "Acquerello" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "restaurant_name", + "start": 53 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "restaurant_name": [ + "Acquerello" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to make a reservation at the restaurant Acquerello." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you want the reservation and in what city should is search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:15" + ], + "slot": "time", + "values": [ + "6:15 in the evening" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 29 + }, + { + "exclusive_end": 65, + "slot": "time", + "start": 46 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "restaurant_name": [ + "Acquerello" + ], + "time": [ + "6:15 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The reservation should be in San Francisco at 6:15 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Acquerello" + ], + "slot": "restaurant_name", + "values": [ + "Acquerello" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:15" + ], + "slot": "time", + "values": [ + "6:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "restaurant_name", + "start": 34 + }, + { + "exclusive_end": 61, + "slot": "city", + "start": 48 + }, + { + "exclusive_end": 85, + "slot": "time", + "start": 78 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want to make a reservation at Acquerello in San Francisco for 2 people at 6:15 pm today. Do I have that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Acquerello" + ], + "time": [ + "6:15 in the evening", + "6:15 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Acquerello" + ], + "slot": "restaurant_name", + "values": [ + "Acquerello" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Acquerello", + "time": "18:15" + } + }, + "service_results": [ + { + "city": "San Francisco", + "cuisine": "American", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "(415) 567-5432", + "price_range": "very expensive", + "restaurant_name": "Acquerello", + "serves_alcohol": "False", + "street_address": "1722 Sacramento Street", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "restaurant_name", + "start": 41 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 99, + "slot": "time", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I wasn't able to make the reservation at Acquerello. Should I try a reservation for 2 today at 6 pm instead?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Acquerello" + ], + "time": [ + "6 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, go ahead." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Francisco", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Acquerello", + "time": "18:00" + } + }, + "service_results": [ + { + "city": "San Francisco", + "cuisine": "American", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "(415) 567-5432", + "price_range": "very expensive", + "restaurant_name": "Acquerello", + "serves_alcohol": "False", + "street_address": "1722 Sacramento Street", + "time": "18:00" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Acquerello" + ], + "time": [ + "6 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you. That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your welcome. Have a good day." + } + ] + }, + { + "dialogue_id": "4_00016", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:00" + ], + "slot": "time", + "values": [ + "11 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chef Zhao Kitchen" + ], + "slot": "restaurant_name", + "values": [ + "Chef Zhao" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "time", + "start": 62 + }, + { + "exclusive_end": 47, + "slot": "restaurant_name", + "start": 38 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "restaurant_name": [ + "Chef Zhao" + ], + "time": [ + "11 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to make a reservation at Chef Zhao restaurant at 11 am" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any particular city in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Palo Alto" + ], + "slot": "city", + "values": [ + "Palo Alto" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "restaurant_name": [ + "Chef Zhao" + ], + "time": [ + "11 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Palo Alto would be great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chef Zhao Kitchen" + ], + "slot": "restaurant_name", + "values": [ + "Chef Zhao Kitchen" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Palo Alto" + ], + "slot": "city", + "values": [ + "Palo Alto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "restaurant_name", + "start": 57 + }, + { + "exclusive_end": 87, + "slot": "city", + "start": 78 + }, + { + "exclusive_end": 96, + "slot": "time", + "start": 91 + }, + { + "exclusive_end": 102, + "slot": "date", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: Booking a table at Chef Zhao Kitchen in Palo Alto at 11 am today for 2 people" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Chef Zhao", + "Chef Zhao Kitchen" + ], + "time": [ + "11 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes! That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Palo Alto", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Chef Zhao Kitchen", + "time": "11:00" + } + }, + "service_results": [ + { + "city": "Palo Alto", + "cuisine": "Chinese", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-485-2221", + "price_range": "moderate", + "restaurant_name": "Chef Zhao Kitchen", + "serves_alcohol": "False", + "street_address": "2180 West Bayshore Road #120", + "time": "11:00" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is successful" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "expensive" + ], + "slot": "price_range", + "values": [ + "expensive" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "price_range" + ], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Chef Zhao", + "Chef Zhao Kitchen" + ], + "time": [ + "11 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the restaurant costly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "moderate" + ], + "slot": "price_range", + "values": [ + "moderate" + ] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The prices are moderate." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Chef Zhao", + "Chef Zhao Kitchen" + ], + "time": [ + "11 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is their address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2180 West Bayshore Road #120" + ], + "slot": "street_address", + "values": [ + "2180 West Bayshore Road #120" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "street_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 2180 West Bayshore Road #120" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Chef Zhao", + "Chef Zhao Kitchen" + ], + "time": [ + "11 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Palo Alto" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Chef Zhao", + "Chef Zhao Kitchen" + ], + "time": [ + "11 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you very much" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00017", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "seven in the evening" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 103, + "slot": "time", + "start": 83 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "time": [ + "seven in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am meeting my brother to have a meal together so I want to make a reservation at seven in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a preferred restaurant. Make it in Millbrae." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Yi Yuan" + ], + "slot": "restaurant_name", + "values": [ + "Yi Yuan" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Millbrae" + ], + "slot": "city", + "values": [ + "Millbrae" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "restaurant_name", + "start": 22 + }, + { + "exclusive_end": 41, + "slot": "city", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Millbrae" + ], + "restaurant_name": [ + "Yi Yuan" + ], + "time": [ + "seven in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want the restaurant Yi Yuan in Millbrae." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Yi Yuan" + ], + "slot": "restaurant_name", + "values": [ + "Yi Yuan" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Millbrae" + ], + "slot": "city", + "values": [ + "Millbrae" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 86, + "slot": "restaurant_name", + "start": 79 + }, + { + "exclusive_end": 110, + "slot": "city", + "start": 102 + }, + { + "exclusive_end": 118, + "slot": "time", + "start": 114 + }, + { + "exclusive_end": 159, + "slot": "date", + "start": 154 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation details which you should confirm are as follows; one table at Yi Yuan in the city of Millbrae at 7 pm. This has been booked for 2 people today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "has_live_music", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "has_live_music" + ], + "slot_values": { + "city": [ + "Millbrae" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Yi Yuan" + ], + "time": [ + "7 pm", + "seven in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! That is perfect. Now I need to know if they have live music?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "has_live_music", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Millbrae", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Yi Yuan", + "time": "19:00" + } + }, + "service_results": [ + { + "city": "Millbrae", + "cuisine": "Chinese", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-869-6222", + "price_range": "moderate", + "restaurant_name": "Yi Yuan", + "serves_alcohol": "False", + "street_address": "1711 El Camino Real", + "time": "19:00" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is complete and set but unfortunately there is no live music." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Millbrae" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Yi Yuan" + ], + "time": [ + "7 pm", + "seven in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for all of your work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Millbrae" + ], + "date": [ + "today" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Yi Yuan" + ], + "time": [ + "7 pm", + "seven in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Everything is great, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day and evening." + } + ] + }, + { + "dialogue_id": "4_00018", + "services": [ + "Restaurants_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRestaurant" + ], + "slot": "intent", + "values": [ + "ReserveRestaurant" + ] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to reserve a table at a nearby restaurant." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "restaurant_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to dine? Which location would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sakoon" + ], + "slot": "restaurant_name", + "values": [ + "Sakoon" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 37, + "slot": "restaurant_name", + "start": 31 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "restaurant_name": [ + "Sakoon" + ], + "time": [ + "6:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's set it up for 6:30 pm at Sakoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What location should I search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mountain View" + ], + "slot": "city", + "values": [ + "Mountain View" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "city", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Mountain View" + ], + "restaurant_name": [ + "Sakoon" + ], + "time": [ + "6:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It's located in Mountain View." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Sakoon" + ], + "slot": "restaurant_name", + "values": [ + "Sakoon" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mountain View" + ], + "slot": "city", + "values": [ + "Mountain View" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "restaurant_name", + "start": 74 + }, + { + "exclusive_end": 98, + "slot": "city", + "start": 85 + }, + { + "exclusive_end": 141, + "slot": "time", + "start": 134 + }, + { + "exclusive_end": 147, + "slot": "date", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's make sure we have the details correct. We're booking you a table at Sakoon, in Mountain View. Your party of 2 will be dining at 6:30 pm today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "time", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Mountain View" + ], + "restaurant_name": [ + "Sakoon" + ], + "time": [ + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, let's make it 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "party_size", + "values": [ + "2" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "time", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's make sure we've got it right. Your reservation is for 7 pm, for a party of 2." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Peacock's Koriander Indian Cuisine" + ], + "slot": "restaurant_name", + "values": [ + "Peacock's Koriander" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "the 10th" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "restaurant_name", + "start": 26 + }, + { + "exclusive_end": 58, + "slot": "date", + "start": 50 + } + ], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [], + "slot_values": { + "city": [ + "Mountain View" + ], + "date": [ + "the 10th" + ], + "restaurant_name": [ + "Peacock's Koriander" + ], + "time": [ + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's make the restaurant Peacock's Koriander, on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Peacock's Koriander Indian Cuisine" + ], + "slot": "restaurant_name", + "values": [ + "Peacock's Koriander Indian Cuisine" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + } + ], + "service": "Restaurants_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "restaurant_name", + "start": 73 + }, + { + "exclusive_end": 121, + "slot": "date", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let us know if the following details are correct: Your reservation is at Peacock's Koriander Indian Cuisine on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "phone_number", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "ReserveRestaurant", + "requested_slots": [ + "phone_number", + "street_address" + ], + "slot_values": { + "city": [ + "Mountain View" + ], + "date": [ + "March 10th", + "the 10th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Peacock's Koriander", + "Peacock's Koriander Indian Cuisine" + ], + "time": [ + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's right. What is their contact information?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "service_call": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Mountain View", + "date": "2019-03-10", + "party_size": "2", + "restaurant_name": "Peacock's Koriander Indian Cuisine", + "time": "19:00" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "We're sorry. I'm not able to reserve that day and time for you. Is there anything else we can help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Mountain View" + ], + "date": [ + "March 10th", + "the 10th" + ], + "party_size": [ + "2" + ], + "restaurant_name": [ + "Peacock's Koriander", + "Peacock's Koriander Indian Cuisine" + ], + "time": [ + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's it, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Restaurants_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I hope you enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "4_00019", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Yankees Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Yankees vs orioles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 28, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Yankees vs orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in NY, and heard the Yankees vs orioles is fun." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankees Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Yankees vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankee Stadium" + ], + "slot": "venue", + "values": [ + "Yankee Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Yankees Vs Orioles" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Yankees Vs Orioles", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Yankees Vs Orioles", + "time": "19:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Yankees Vs Orioles", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Yankees Vs Orioles", + "time": "19:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 22, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 45, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Yankees vs Orioles game at Yankee Stadium is today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees vs Orioles", + "Yankees vs orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees vs Orioles", + "Yankees vs orioles" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, one ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Yankees Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Yankees vs Orioles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 82, + "slot": "date", + "start": 77 + }, + { + "exclusive_end": 94, + "slot": "city", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the baseball tickets: 1 ticket to the Yankees vs Orioles game today in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees vs Orioles", + "Yankees vs orioles" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Yankees Vs Orioles", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Yankees Vs Orioles", + "number_of_tickets": "1", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reservation is complete" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees vs Orioles", + "Yankees vs orioles" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me the venue address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 East 161 Street" + ], + "slot": "venue_address", + "values": [ + "1 East 161 Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "venue_address", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "1 East 161 Street" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees vs Orioles", + "Yankees vs orioles" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks. I'm all set." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00020", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Lizzo" + ], + "slot": "event_name", + "values": [ + "Lizzo" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 101, + "slot": "event_name", + "start": 96 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Lizzo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for dates of the events I am interested in. From what people have been telling me, Lizzo is a good one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a specific city that you are looking for the event in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "city", + "start": 37 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Lizzo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like for the events to be in San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lizzo" + ], + "slot": "event_name", + "values": [ + "Lizzo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "venue", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Lizzo" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-02", + "event_name": "Lizzo", + "time": "18:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-06", + "event_name": "Lizzo", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Lizzo", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-10", + "event_name": "Lizzo", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Lizzo", + "time": "19:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "date", + "start": 89 + }, + { + "exclusive_end": 65, + "slot": "event_name", + "start": 60 + }, + { + "exclusive_end": 163, + "slot": "venue", + "start": 128 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I can see that an event which you may like and it is called Lizzo, and will be happening tomorrow. The location of the event is Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Lizzo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me the location of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile Drive" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "venue_address", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The place where the venue is located is 5500 Campanile Drive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Lizzo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That seems as a good option for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to have the tickets for this specific event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Lizzo" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would very much want to have 3 tickets for this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Lizzo" + ], + "slot": "event_name", + "values": [ + "Lizzo" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 60 + }, + { + "exclusive_end": 145, + "slot": "date", + "start": 137 + }, + { + "exclusive_end": 168, + "slot": "city", + "start": 159 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm that the event you want to attend is Lizzo and you want 3 tickets for it. The time when this event will happen is tomorrow and it is in San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Lizzo" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, that suits me well. Can you tell me the time when the event will start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Diego", + "date": "2019-03-02", + "event_name": "Lizzo", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-02", + "event_name": "Lizzo", + "number_of_tickets": "3", + "time": "18:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The booking of the tickets has been made and the event will be starting at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Lizzo" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate very much the help you are giving me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What else can I help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Lizzo" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nothing, for the moment. I appreciate very much your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good time!" + } + ] + }, + { + "dialogue_id": "4_00021", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to know when events are taking place." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "For which city are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Cher" + ], + "slot": "event_name", + "values": [ + "Cher" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "city", + "start": 46 + }, + { + "exclusive_end": 22, + "slot": "event_name", + "start": 18 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "event_name": [ + "Cher" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to know if Cher is having any event in SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cher" + ], + "slot": "event_name", + "values": [ + "Cher" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Center Experience" + ], + "slot": "venue", + "values": [ + "Chase Center Experience" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Francisco", + "event_name": "Cher" + } + }, + "service_results": [ + { + "city": "San Francisco", + "date": "2019-03-01", + "event_name": "Cher", + "time": "17:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-06", + "event_name": "Cher", + "time": "19:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-12", + "event_name": "Cher", + "time": "19:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-13", + "event_name": "Cher", + "time": "17:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-14", + "event_name": "Cher", + "time": "17:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "date", + "start": 81 + }, + { + "exclusive_end": 35, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 days of events for Cher at the Chase Center Experience. There is one today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "SFO" + ], + "event_name": [ + "Cher" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue and what is the start time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "500 Terry A Francois Boulevard Suite 73" + ], + "slot": "venue_address", + "values": [ + "500 Terry A Francois Boulevard Suite 73" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 19, + "slot": "time", + "start": 15 + }, + { + "exclusive_end": 62, + "slot": "venue_address", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The show is at 5 pm at 500 Terry A Francois Boulevard Suite 73." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "event_name": [ + "Cher" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other dates available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cher" + ], + "slot": "event_name", + "values": [ + "Cher" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Center Experience" + ], + "slot": "venue", + "values": [ + "Chase Center Experience" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is another Cher event at Chase Center Experience next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Michael Feinstein" + ], + "slot": "event_name", + "values": [ + "Michael Feinstein" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 76, + "slot": "city", + "start": 74 + }, + { + "exclusive_end": 70, + "slot": "event_name", + "start": 53 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Michael Feinstein" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available on other dates? I want to see Michael Feinstein in NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Michael Feinstein" + ], + "slot": "event_name", + "values": [ + "Michael Feinstein" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Appel Room" + ], + "slot": "venue", + "values": [ + "the Appel Room" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Michael Feinstein" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Michael Feinstein", + "time": "17:30", + "venue": "The Appel Room", + "venue_address": "10 Columbus Circle" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Michael Feinstein", + "time": "19:00", + "venue": "The Appel Room", + "venue_address": "10 Columbus Circle" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Michael Feinstein", + "time": "19:30", + "venue": "The Appel Room", + "venue_address": "10 Columbus Circle" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Michael Feinstein", + "time": "18:30", + "venue": "The Appel Room", + "venue_address": "10 Columbus Circle" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 17, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Michael Feinstein is performing next Friday at the Appel Room." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Michael Feinstein" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is awesome." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Michael Feinstein" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Michael Feinstein" + ], + "slot": "event_name", + "values": [ + "Michael Feinstein" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 80, + "slot": "event_name", + "start": 63 + }, + { + "exclusive_end": 97, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 109, + "slot": "city", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I would like to confirm the following information: 1 ticket to Michael Feinstein show next Friday in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Michael Feinstein" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 81, + "slot": "city", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I would like to confirm the following details: 3 tickets to the event in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Michael Feinstein" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be great. Where is the show taking place and at what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "10 Columbus Circle" + ], + "slot": "venue_address", + "values": [ + "10 Columbus Circle" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-08", + "event_name": "Michael Feinstein", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Michael Feinstein", + "number_of_tickets": "3", + "time": "17:30", + "venue": "The Appel Room", + "venue_address": "10 Columbus Circle" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "time", + "start": 34 + }, + { + "exclusive_end": 63, + "slot": "venue_address", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have made your reservations for 5:30 pm at 10 Columbus Circle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Michael Feinstein" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Michael Feinstein" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, you have been very helpful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "4_00022", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me some events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I check?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "city", + "start": 16 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking in Portland" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events do you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basta" + ], + "slot": "event_name", + "values": [ + "Basta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 12, + "slot": "event_name", + "start": 7 + }, + { + "exclusive_end": 53, + "slot": "city", + "start": 46 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "Basta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Basta. I am also looking for events in Chicago" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Basta" + ], + "slot": "event_name", + "values": [ + "Basta" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Concord Music Hall" + ], + "slot": "venue", + "values": [ + "Concord Music Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "Basta" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Basta", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "Basta", + "time": "17:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-03", + "event_name": "Basta", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-04", + "event_name": "Basta", + "time": "18:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-05", + "event_name": "Basta", + "time": "19:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-07", + "event_name": "Basta", + "time": "18:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + } + ], + "slots": [ + { + "exclusive_end": 40, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 47, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok great, I found 6 events. One is today, Basta is at the Concord Music Hall" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "Basta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is that located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2047 North Milwaukee Avenue" + ], + "slot": "venue_address", + "values": [ + "2047 North Milwaukee Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 9 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is at 2047 North Milwaukee Avenue" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "Basta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the start time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It begins at 6 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, that works" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to order tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please, I need one ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Basta" + ], + "slot": "event_name", + "values": [ + "Basta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 50, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 61, + "slot": "city", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm, you need 1 ticket for Basta today in Chicago?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Basta", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Basta", + "number_of_tickets": "1", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Awesome, I made the reservation" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thanks for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "4_00023", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "city", + "values": [ + "London, UK" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "city", + "start": 3 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In London, UK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any type of event preferences?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "India Vs Australia" + ], + "slot": "event_name", + "values": [ + "India Vs Australia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 7 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "London, UK" + ], + "event_name": [ + "India Vs Australia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like India Vs Australia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "India Vs Australia" + ], + "slot": "event_name", + "values": [ + "India Vs Australia" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Oval" + ], + "slot": "venue", + "values": [ + "The Oval" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "London", + "event_name": "India Vs Australia" + } + }, + "service_results": [ + { + "city": "London", + "date": "2019-03-06", + "event_name": "India Vs Australia", + "time": "18:00", + "venue": "The Oval", + "venue_address": "Kennington Oval" + }, + { + "city": "London", + "date": "2019-03-09", + "event_name": "India Vs Australia", + "time": "18:30", + "venue": "The Oval", + "venue_address": "Kennington Oval" + }, + { + "city": "London", + "date": "2019-03-11", + "event_name": "India Vs Australia", + "time": "19:00", + "venue": "The Oval", + "venue_address": "Kennington Oval" + }, + { + "city": "London", + "date": "2019-03-14", + "event_name": "India Vs Australia", + "time": "18:30", + "venue": "The Oval", + "venue_address": "Kennington Oval" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "date", + "start": 30 + }, + { + "exclusive_end": 18, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "India Vs Australia is playing next Wednesday at The Oval." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "London, UK" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "India Vs Australia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want tickets to this?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "London, UK" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "India Vs Australia" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, four of them." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "India Vs Australia" + ], + "slot": "event_name", + "values": [ + "India Vs Australia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "city", + "values": [ + "London" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 62, + "slot": "date", + "start": 48 + }, + { + "exclusive_end": 72, + "slot": "city", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 4 tickets to India Vs Australia next Wednesday in London." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "London", + "London, UK" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "India Vs Australia" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "London", + "date": "2019-03-06", + "event_name": "India Vs Australia", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "London", + "date": "2019-03-06", + "event_name": "India Vs Australia", + "number_of_tickets": "4", + "time": "18:00", + "venue": "The Oval", + "venue_address": "Kennington Oval" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "London", + "London, UK" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "India Vs Australia" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 7, + "slot": "time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "London", + "London, UK" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "India Vs Australia" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "London", + "London, UK" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "India Vs Australia" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "4_00024", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "District of Columbia" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "city", + "start": 37 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any upcoming events in the District of Columbia?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Nationals Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Orioles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 19 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Nationals Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Something like the Nationals Vs Orioles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Park" + ], + "slot": "venue", + "values": [ + "Nationals Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Nationals Vs Orioles" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Nationals Vs Orioles", + "time": "17:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Nationals Vs Orioles", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nationals Vs Orioles", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "date", + "start": 71 + }, + { + "exclusive_end": 24, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 104, + "slot": "venue", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Nationals Vs Orioles has 3 upcoming dates, with the next one being next Monday at the Nationals Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Nationals Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When and where is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1500 South Capitol Street Southeast" + ], + "slot": "venue_address", + "values": [ + "1500 South Capitol Street Southeast" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "venue_address", + "start": 28 + }, + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 5 pm at 1500 South Capitol Street Southeast." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Nationals Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Does the event have any other date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Park" + ], + "slot": "venue", + "values": [ + "Nationals Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 5 + }, + { + "exclusive_end": 75, + "slot": "venue", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, Nationals Vs Orioles is also happening on March 12th at Nationals Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Nationals Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hmm, any other date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Park" + ], + "slot": "venue", + "values": [ + "Nationals Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 5 + }, + { + "exclusive_end": 75, + "slot": "venue", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, Nationals Vs Orioles is also happening on March 13th at Nationals Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Nationals Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Nationals Vs Orioles" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, get me 3." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Nationals Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Orioles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 27 + }, + { + "exclusive_end": 61, + "slot": "date", + "start": 51 + }, + { + "exclusive_end": 80, + "slot": "city", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, I'll buy 3 tickets for Nationals Vs Orioles on March 13th in Washington D.C." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Nationals Vs Orioles" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nationals Vs Orioles", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nationals Vs Orioles", + "number_of_tickets": "3", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Nationals Vs Orioles" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem. May i assist you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Nationals Vs Orioles" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00025", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Damien Jurado" + ], + "slot": "event_name", + "values": [ + "Damien Jurado" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "event_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Damien Jurado" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Damien Jurado is supposed to be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city you'd like me to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland, Or" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "city", + "start": 18 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, Or" + ], + "event_name": [ + "Damien Jurado" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search in Portland, Or." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Damien Jurado" + ], + "slot": "event_name", + "values": [ + "Damien Jurado" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Old Church Concert Hall" + ], + "slot": "venue", + "values": [ + "The Old Church Concert Hall" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Damien Jurado" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-01", + "event_name": "Damien Jurado", + "time": "17:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "city": "Portland", + "date": "2019-03-03", + "event_name": "Damien Jurado", + "time": "18:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Damien Jurado", + "time": "18:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "city": "Portland", + "date": "2019-03-10", + "event_name": "Damien Jurado", + "time": "18:30", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "city": "Portland", + "date": "2019-03-12", + "event_name": "Damien Jurado", + "time": "17:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "city": "Portland", + "date": "2019-03-14", + "event_name": "Damien Jurado", + "time": "17:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + } + ], + "slots": [ + { + "exclusive_end": 34, + "slot": "date", + "start": 29 + }, + { + "exclusive_end": 19, + "slot": "event_name", + "start": 6 + }, + { + "exclusive_end": 65, + "slot": "venue", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There Damien Jurado event is today at The Old Church Concert Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Jonathan Mcreynolds" + ], + "slot": "event_name", + "values": [ + "Jonathan Mcreynolds" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "city", + "start": 48 + }, + { + "exclusive_end": 82, + "slot": "event_name", + "start": 63 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Jonathan Mcreynolds" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other dates are there? I want something in Berkeley maybe Jonathan Mcreynolds." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Jonathan Mcreynolds" + ], + "slot": "event_name", + "values": [ + "Jonathan Mcreynolds" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cornerstone Craft Beer & Live Music" + ], + "slot": "venue", + "values": [ + "Cornerstone Craft Beer & Live Music" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Berkeley", + "event_name": "Jonathan Mcreynolds" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Jonathan Mcreynolds", + "time": "18:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-04", + "event_name": "Jonathan Mcreynolds", + "time": "18:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-08", + "event_name": "Jonathan Mcreynolds", + "time": "19:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-10", + "event_name": "Jonathan Mcreynolds", + "time": "18:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-11", + "event_name": "Jonathan Mcreynolds", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-12", + "event_name": "Jonathan Mcreynolds", + "time": "19:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-13", + "event_name": "Jonathan Mcreynolds", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-14", + "event_name": "Jonathan Mcreynolds", + "time": "17:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "date", + "start": 33 + }, + { + "exclusive_end": 23, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 87, + "slot": "venue", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Jonathan Mcreynolds event is next Monday at the Cornerstone Craft Beer & Live Music." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Jonathan Mcreynolds" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time will it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 4, + "slot": "time", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Jonathan Mcreynolds" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's the location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2367 Shattuck Avenue" + ], + "slot": "venue_address", + "values": [ + "2367 Shattuck Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "venue_address", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "2367 Shattuck Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Jonathan Mcreynolds" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, I would like tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Jonathan Mcreynolds" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "three." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Jonathan Mcreynolds" + ], + "slot": "event_name", + "values": [ + "Jonathan Mcreynolds" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 78, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 90, + "slot": "city", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirm the event ticket details: 3 tickets to Jonathan Mcreynolds next Monday in Berkeley." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Jonathan Mcreynolds" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Berkeley", + "date": "2019-03-04", + "event_name": "Jonathan Mcreynolds", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-04", + "event_name": "Jonathan Mcreynolds", + "number_of_tickets": "3", + "time": "18:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reservation is complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Jonathan Mcreynolds" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Jonathan Mcreynolds" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00026", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please find me dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Diamondbacks Vs Cardinals" + ], + "slot": "event_name", + "values": [ + "Diamondbacks Vs Cardinals" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Diamondbacks Vs Cardinals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Diamondbacks Vs Cardinals." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 7, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Diamondbacks Vs Cardinals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Diamondbacks Vs Cardinals" + ], + "slot": "event_name", + "values": [ + "Diamondbacks Vs Cardinals" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Diamondbacks Vs Cardinals" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Diamondbacks Vs Cardinals", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-05", + "event_name": "Diamondbacks Vs Cardinals", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-08", + "event_name": "Diamondbacks Vs Cardinals", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-10", + "event_name": "Diamondbacks Vs Cardinals", + "time": "18:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 43, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 67, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 events. Diamondbacks Vs Cardinals is today at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Diamondbacks Vs Cardinals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's its location? When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "venue_address", + "values": [ + "401 East Jefferson Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "venue_address", + "start": 0 + }, + { + "exclusive_end": 36, + "slot": "time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "401 East Jefferson Street at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Diamondbacks Vs Cardinals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Diamondbacks Vs Cardinals" + ], + "slot": "event_name", + "values": [ + "Diamondbacks Vs Cardinals" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 41 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 40, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Diamondbacks Vs Cardinals at Chase Field next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Aly And Aj" + ], + "slot": "event_name", + "values": [ + "Aly and Aj" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 37, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Aly and Aj" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Will you find Aly and Aj in San Diego?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Aly And Aj" + ], + "slot": "event_name", + "values": [ + "Aly And Aj" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Observatory North Park" + ], + "slot": "venue", + "values": [ + "The Observatory North Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Aly And Aj" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-03", + "event_name": "Aly And Aj", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Aly And Aj", + "time": "19:30", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "city": "San Diego", + "date": "2019-03-05", + "event_name": "Aly And Aj", + "time": "18:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "city": "San Diego", + "date": "2019-03-08", + "event_name": "Aly And Aj", + "time": "19:30", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Aly And Aj", + "time": "18:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Aly And Aj", + "time": "18:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 18, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 48, + "slot": "venue", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Aly And Aj at The Observatory North Park day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Aly And Aj", + "Aly and Aj" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Aly And Aj", + "Aly and Aj" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Aly And Aj" + ], + "slot": "event_name", + "values": [ + "Aly And Aj" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 52, + "slot": "city", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm 3 tickets for Aly And Aj in San Diego day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Aly And Aj", + "Aly and Aj" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's it. When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Diego", + "date": "2019-03-03", + "event_name": "Aly And Aj", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-03", + "event_name": "Aly And Aj", + "number_of_tickets": "3", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "time", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've made the reservation. It starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Aly And Aj", + "Aly and Aj" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00027", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I've made a resolution to get out more. Please help me find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a particular city you'd like me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 30 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Please find me events in Toronto, Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events do you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blue Jays Vs Yankees" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Yankees" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "event_name", + "start": 25 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Blue Jays Vs Yankees" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Everyone is raving about Blue Jays Vs Yankees." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Yankees" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Yankees" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Blue Jays Vs Yankees" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-02", + "event_name": "Blue Jays Vs Yankees", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Yankees", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Blue Jays Vs Yankees", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-07", + "event_name": "Blue Jays Vs Yankees", + "time": "17:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Yankees", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-10", + "event_name": "Blue Jays Vs Yankees", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-11", + "event_name": "Blue Jays Vs Yankees", + "time": "17:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "date", + "start": 70 + }, + { + "exclusive_end": 53, + "slot": "event_name", + "start": 33 + }, + { + "exclusive_end": 95, + "slot": "venue", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 7 days of the event. The Blue Jays Vs Yankees will take place tomorrow at Rogers Centre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Blue Jays Vs Yankees" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the event's start time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "time", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will start at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Stanford" + ], + "slot": "city", + "values": [ + "Stanford" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal VS Ducks" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 72, + "slot": "city", + "start": 64 + }, + { + "exclusive_end": 129, + "slot": "event_name", + "start": 112 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "event_name": [ + "Cardinal VS Ducks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Tomorrow is a bit too soon. Are there events on other dates, in Stanford? Almost everyone I've talked to thinks Cardinal VS Ducks is really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal VS Ducks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stanford Stadium" + ], + "slot": "venue", + "values": [ + "Stanford Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Stanford", + "event_name": "Cardinal Vs Ducks" + } + }, + "service_results": [ + { + "city": "Stanford", + "date": "2019-03-02", + "event_name": "Cardinal Vs Ducks", + "time": "18:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + }, + { + "city": "Stanford", + "date": "2019-03-06", + "event_name": "Cardinal Vs Ducks", + "time": "18:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + }, + { + "city": "Stanford", + "date": "2019-03-10", + "event_name": "Cardinal Vs Ducks", + "time": "17:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "date", + "start": 66 + }, + { + "exclusive_end": 49, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 100, + "slot": "venue", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 days of of the event. Cardinal VS Ducks will take place next Wednesday at Stanford Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Cardinal VS Ducks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I go ahead and purchase tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Cardinal VS Ducks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please buy me one event ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Ducks" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Stanford" + ], + "slot": "city", + "values": [ + "Stanford" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 76, + "slot": "event_name", + "start": 59 + }, + { + "exclusive_end": 113, + "slot": "date", + "start": 99 + }, + { + "exclusive_end": 93, + "slot": "city", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let me see if I got everything correctly: 1 ticket for the Cardinal Vs Ducks game in Stanford, for next Wednesday?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Cardinal VS Ducks", + "Cardinal Vs Ducks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. When will the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Stanford", + "date": "2019-03-06", + "event_name": "Cardinal Vs Ducks", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Stanford", + "date": "2019-03-06", + "event_name": "Cardinal Vs Ducks", + "number_of_tickets": "1", + "time": "18:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "time", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation was successful. The event starts at 6 pm on the dot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Cardinal VS Ducks", + "Cardinal Vs Ducks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks very much for your help. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "4_00028", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Stanford" + ], + "slot": "city", + "values": [ + "Stanford" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "city", + "start": 49 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for some event dates taking place in Stanford." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a particular event that you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Ducks" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 25 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "event_name": [ + "Cardinal Vs Ducks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Someone told me that the Cardinal Vs Ducks is going to be really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Ducks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stanford Stadium" + ], + "slot": "venue", + "values": [ + "Stanford Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Stanford", + "event_name": "Cardinal Vs Ducks" + } + }, + "service_results": [ + { + "city": "Stanford", + "date": "2019-03-02", + "event_name": "Cardinal Vs Ducks", + "time": "18:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + }, + { + "city": "Stanford", + "date": "2019-03-06", + "event_name": "Cardinal Vs Ducks", + "time": "18:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + }, + { + "city": "Stanford", + "date": "2019-03-10", + "event_name": "Cardinal Vs Ducks", + "time": "17:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + }, + { + "city": "Stanford", + "date": "2019-03-14", + "event_name": "Cardinal Vs Ducks", + "time": "18:30", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "date", + "start": 30 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Cardinal Vs Ducks game is tomorrow at the Stanford Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "event_name": [ + "Cardinal Vs Ducks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are some events that are taking place on different dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "Next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Ducks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stanford Stadium" + ], + "slot": "venue", + "values": [ + "Stanford Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 14, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 36, + "slot": "event_name", + "start": 19 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Next Wednesday the Cardinal Vs Ducks game will be held at the Stanford Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "Next Wednesday" + ], + "event_name": [ + "Cardinal Vs Ducks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That game sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like for me to order the tickets to this game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "Next Wednesday" + ], + "event_name": [ + "Cardinal Vs Ducks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please order tickets for that game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like me to order?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "Next Wednesday" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will need a total of four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Ducks" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Stanford" + ], + "slot": "city", + "values": [ + "Stanford" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 63, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 76, + "slot": "city", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 4 tickets for the Cardinal Vs Ducks game, next Wednesday, in Stanford. Is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "Next Wednesday", + "next Wednesday" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I will only be needing 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, now I have 1 ticket for the game next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "Next Wednesday", + "next Wednesday" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great. What is the venue's location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "625 Nelson Road" + ], + "slot": "venue_address", + "values": [ + "625 Nelson Road" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Stanford", + "date": "2019-03-06", + "event_name": "Cardinal Vs Ducks", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Stanford", + "date": "2019-03-06", + "event_name": "Cardinal Vs Ducks", + "number_of_tickets": "1", + "time": "18:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "venue_address", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've successfully made your reservation. The address of the venue is 625 Nelson Road." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "Next Wednesday", + "next Wednesday" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It begins at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "Next Wednesday", + "next Wednesday" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for all of your help, that was all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your welcome and have a good day." + } + ] + }, + { + "dialogue_id": "4_00029", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to search dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city do you like to see events and in which event you prefer most?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Timbers Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Earthquakes" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland, OR" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 52, + "slot": "city", + "start": 40 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to see Timbers Vs Earthquakes at Portland, OR." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Timbers Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Earthquakes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Providence Park" + ], + "slot": "venue", + "values": [ + "Providence Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Timbers Vs Earthquakes" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-06", + "event_name": "Timbers Vs Earthquakes", + "time": "17:00", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-11", + "event_name": "Timbers Vs Earthquakes", + "time": "17:00", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-12", + "event_name": "Timbers Vs Earthquakes", + "time": "17:30", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-13", + "event_name": "Timbers Vs Earthquakes", + "time": "19:00", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + } + ], + "slots": [ + { + "exclusive_end": 96, + "slot": "date", + "start": 82 + }, + { + "exclusive_end": 70, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 115, + "slot": "venue", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I searched and found event on 4 days. The event Timbers Vs Earthquakes will be on next Wednesday at Providence Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the events on some other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Timbers Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Earthquakes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Providence Park" + ], + "slot": "venue", + "values": [ + "Providence Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 32, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 73, + "slot": "venue", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Timbers Vs Earthquakes will be on March 11th at Providence Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the events on some other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Timbers Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Earthquakes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Providence Park" + ], + "slot": "venue", + "values": [ + "Providence Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 32, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 73, + "slot": "venue", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Timbers Vs Earthquakes will be on March 12th at Providence Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is good for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Please go ahead and book two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Timbers Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Earthquakes" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 74, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 105, + "slot": "city", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly ensure that, The event Timbers Vs Earthquakes will be on March 12th at Providence Park in Portland. 2 tickets have been reserved." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. I want to have just 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "city", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly ensure that, only 1 ticket has been booked for the event at Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. It is good for me. When will be the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Portland", + "date": "2019-03-12", + "event_name": "Timbers Vs Earthquakes", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-12", + "event_name": "Timbers Vs Earthquakes", + "number_of_tickets": "1", + "time": "17:30", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking has been successfully made. The event will start at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Timbers Vs Earthquakes" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help. That is what I want." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00030", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I wish to search for event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which is your preferred city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to see the events in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which event you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vivian Green" + ], + "slot": "event_name", + "values": [ + "Vivian Green" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "event_name", + "start": 20 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Vivian Green" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I came to know that Vivian Green is fantastic." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vivian Green" + ], + "slot": "event_name", + "values": [ + "Vivian Green" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Vivian Green" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Vivian Green", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Vivian Green", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Vivian Green", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Vivian Green", + "time": "18:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Vivian Green", + "time": "18:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 41 + }, + { + "exclusive_end": 75, + "slot": "event_name", + "start": 63 + }, + { + "exclusive_end": 91, + "slot": "venue", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I searched and found event on 5 days. On next Monday the event Vivian Green is at Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Vivian Green" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the starting time of the event? Where it is located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "time", + "start": 24 + }, + { + "exclusive_end": 65, + "slot": "venue_address", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will start at 5:30 pm and it is at 235 West 46th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Vivian Green" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any information about events on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vivian Green" + ], + "slot": "event_name", + "values": [ + "Vivian Green" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "date", + "start": 3 + }, + { + "exclusive_end": 37, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "On March 10th, the event Vivian Green is at Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Vivian Green" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is good for me. I wish to book tickets to an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want to have?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Vivian Green" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to have two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vivian Green" + ], + "slot": "event_name", + "values": [ + "Vivian Green" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 88, + "slot": "event_name", + "start": 76 + }, + { + "exclusive_end": 33, + "slot": "date", + "start": 23 + }, + { + "exclusive_end": 130, + "slot": "city", + "start": 122 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly ensure that, On March 10th, 2 tickets have been booked for the event Vivian Green is at Sony Hall. The event is in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Vivian Green" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. I wish to have 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 72, + "slot": "city", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly Ensure that, 4 tickets have been booked for the event at New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Vivian Green" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. It is good for me. What is the starting time of the event and where is the location of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-10", + "event_name": "Vivian Green", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Vivian Green", + "number_of_tickets": "4", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "time", + "start": 58 + }, + { + "exclusive_end": 102, + "slot": "venue_address", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking has been made successfully. It will start at 5 pm and the address is 235 West 46th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Vivian Green" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else do you need from me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Vivian Green" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day." + } + ] + }, + { + "dialogue_id": "4_00031", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 31 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for event dates in NY. Want to get out and about." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What event are you looking at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Lafc Vs Atlanta United" + ], + "slot": "event_name", + "values": [ + "Lafc Vs Atlanta United" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 61, + "slot": "city", + "start": 58 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Lafc Vs Atlanta United is really good I hear. Anything in LAX?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lafc Vs Atlanta United" + ], + "slot": "event_name", + "values": [ + "Lafc Vs Atlanta United" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Banc of California Stadium" + ], + "slot": "venue", + "values": [ + "Banc of California Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Lafc Vs Atlanta United" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Lafc Vs Atlanta United", + "time": "17:30", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Lafc Vs Atlanta United", + "time": "17:30", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 75, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 112, + "slot": "venue", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on tomorrow and in 6 days. The event is Lafc Vs Atlanta United and is at Banc of California Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lafc Vs Atlanta United" + ], + "slot": "event_name", + "values": [ + "Lafc Vs Atlanta United" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Banc of California Stadium" + ], + "slot": "venue", + "values": [ + "Banc of California Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "date", + "start": 14 + }, + { + "exclusive_end": 56, + "slot": "event_name", + "start": 34 + }, + { + "exclusive_end": 86, + "slot": "venue", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Found one for day after tomorrow. Lafc Vs Atlanta United at Banc of California Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is this one at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3939 South Figueroa Street" + ], + "slot": "venue_address", + "values": [ + "3939 South Figueroa Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "venue_address", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "3939 South Figueroa Street is the location." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want tickets for this one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Two tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Lafc Vs Atlanta United" + ], + "slot": "event_name", + "values": [ + "Lafc Vs Atlanta United" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 87, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 53, + "slot": "city", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Lafc Vs Atlanta United in Los Angeles. 2 tickets for day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just found out I need three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "date", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 3 tickets for day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that will work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Lafc Vs Atlanta United", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Lafc Vs Atlanta United", + "number_of_tickets": "3", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reservations are done." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your help with this." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lafc Vs Atlanta United" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. That is all. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome. Have a great day and enjoy the game!" + } + ] + }, + { + "dialogue_id": "4_00032", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you help me find an event for an upcoming date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city should I be searching in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 20 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about events in New York City?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred event you want me to search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mets Vs Rockies" + ], + "slot": "event_name", + "values": [ + "Mets vs Rockies" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 25 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Mets vs Rockies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would be interested in Mets vs Rockies. I have heard its good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Rockies" + ], + "slot": "event_name", + "values": [ + "Mets vs Rockies" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "citi field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Rockies" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Rockies", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-03", + "event_name": "Mets Vs Rockies", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Mets Vs Rockies", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Mets Vs Rockies", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Mets Vs Rockies", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Mets Vs Rockies", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Rockies", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Mets Vs Rockies", + "time": "19:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "date", + "start": 33 + }, + { + "exclusive_end": 15, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 55, + "slot": "venue", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Mets vs Rockies is scheduled for tomorrow at citi field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Mets vs Rockies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I book tickets for this event for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Mets vs Rockies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want to purchase the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets are you looking to book?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Mets vs Rockies" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to buy 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Rockies" + ], + "slot": "event_name", + "values": [ + "Mets vs Rockies" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 72, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 87, + "slot": "date", + "start": 79 + }, + { + "exclusive_end": 99, + "slot": "city", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, just need your confirmation. Booking 3 tickets for Mets vs Rockies event tomorrow in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Mets vs Rockies" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. What is the start time and venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Rockies", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Rockies", + "number_of_tickets": "3", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "time", + "start": 39 + }, + { + "exclusive_end": 89, + "slot": "venue_address", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "booking confirmed. The event starts at 5:30 pm and takes place at 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Mets vs Rockies" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Mets vs Rockies" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that would be all. Thanks again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great time!" + } + ] + }, + { + "dialogue_id": "4_00033", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some dates for upcoming events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city and what type of event are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "The National" + ], + "slot": "event_name", + "values": [ + "The National" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 8, + "slot": "city", + "start": 0 + }, + { + "exclusive_end": 43, + "slot": "event_name", + "start": 31 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "The National" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "New York please and I was told The National is pretty good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The National" + ], + "slot": "event_name", + "values": [ + "The national" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Prospect Park Bandshell" + ], + "slot": "venue", + "values": [ + "Prospect PArk Bandshell" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "The National" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "The National", + "time": "19:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-02", + "event_name": "The National", + "time": "18:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-03", + "event_name": "The National", + "time": "18:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "The National", + "time": "19:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "date", + "start": 19 + }, + { + "exclusive_end": 12, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 51, + "slot": "venue", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The national is on today at Prospect PArk Bandshell." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "The National", + "The national" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase tickets for this?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "The National", + "The national" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please, I need two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "The National" + ], + "slot": "event_name", + "values": [ + "The National" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 56, + "slot": "date", + "start": 51 + }, + { + "exclusive_end": 68, + "slot": "city", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm then you want 2 ticket for The National today in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "The National", + "The national" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that it right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "The National", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "The National", + "number_of_tickets": "2", + "time": "19:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "The National", + "The national" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great thanks, that is everything I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a lovely day." + } + ] + }, + { + "dialogue_id": "4_00034", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Laura Osnes" + ], + "slot": "event_name", + "values": [ + "Laura Osnes" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 70, + "slot": "city", + "start": 62 + }, + { + "exclusive_end": 102, + "slot": "event_name", + "start": 91 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Laura Osnes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find dates for events. I am interested in events in New York and have heard that Laura Osnes is quite good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Laura Osnes" + ], + "slot": "event_name", + "values": [ + "Laura Osnes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Laura Osnes" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Laura Osnes", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Laura Osnes", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Laura Osnes", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Laura Osnes", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Laura Osnes", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Laura Osnes", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 84, + "slot": "event_name", + "start": 73 + }, + { + "exclusive_end": 112, + "slot": "venue", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I located the event on 6 days. The event takes place today and is called Laura Osnes and is located at Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Laura Osnes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the event begin?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "time", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is scheduled to begin at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is fine with me. I wish to purchase two tickets to the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Laura Osnes" + ], + "slot": "event_name", + "values": [ + "Laura Osnes" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 54 + }, + { + "exclusive_end": 98, + "slot": "date", + "start": 93 + }, + { + "exclusive_end": 118, + "slot": "city", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please confirm these details. The event name is Laura Osnes and you want 2 tickets for today's event in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is good. What is the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Laura Osnes", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Laura Osnes", + "number_of_tickets": "2", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "venue_address", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation is now made for you. The location of the venue is 235 West 46th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thank you very much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00035", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi I'm bored and need to find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a city you would prefer them to be in? Also, what event are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Nationals Vs Indians" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Indians" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "DC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 74, + "slot": "city", + "start": 72 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "Nationals Vs Indians" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Nationals Vs Indians is supposed to be good. I'd prefer an event in DC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Vs Indians" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Indians" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Park" + ], + "slot": "venue", + "values": [ + "Nationals Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Nationals Vs Indians" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Nationals Vs Indians", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-05", + "event_name": "Nationals Vs Indians", + "time": "19:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nationals Vs Indians", + "time": "19:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-14", + "event_name": "Nationals Vs Indians", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + } + ], + "slots": [ + { + "exclusive_end": 23, + "slot": "date", + "start": 12 + }, + { + "exclusive_end": 52, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 80, + "slot": "venue", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game is next Monday for the Nationals Vs Indians and it is at Nationals Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Nationals Vs Indians" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works great for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Nationals Vs Indians" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I'd like to buy 3 tickets for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Nationals Vs Indians" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Indians" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 33 + }, + { + "exclusive_end": 65, + "slot": "date", + "start": 54 + }, + { + "exclusive_end": 84, + "slot": "city", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You would like 3 tickets for the Nationals Vs Indians next Monday in Washington D.C., is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Nationals Vs Indians" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I only want one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Nationals Vs Indians" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Indians" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd like 1 ticket for the Nationals Vs Indians, is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Nationals Vs Indians" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Nationals Vs Indians", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Nationals Vs Indians", + "number_of_tickets": "1", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have booked your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Nationals Vs Indians" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for everything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Nationals Vs Indians" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "4_00036", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city do you want me to search." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in LAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know an event you want me to search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dodgers Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Cubs" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 19, + "slot": "event_name", + "start": 4 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Dodgers Vs Cubs" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Dodgers Vs Cubs is good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Dodgers Vs Cubs" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Dodgers Vs Cubs", + "time": "17:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Dodgers Vs Cubs", + "time": "19:00", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 48 + }, + { + "exclusive_end": 24, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Dodgers Vs Cubs at the Dodger Stadium, today for 2 days." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Dodgers Vs Cubs" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located and when does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1000 Vin Scully Ave" + ], + "slot": "venue_address", + "values": [ + "1000 Vin Scully Ave" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "time", + "start": 39 + }, + { + "exclusive_end": 35, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is at 1000 Vin Scully Ave at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "city", + "start": 26 + }, + { + "exclusive_end": 61, + "slot": "event_name", + "start": 43 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in NY I heard about Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Amber Run Brooklyn" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "time": "19:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "date", + "start": 17 + }, + { + "exclusive_end": 48, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 58, + "slot": "venue", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 6 days, tomorrow for Amber Run Brooklyn in Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about events on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "date", + "start": 19 + }, + { + "exclusive_end": 18, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 40, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Amber Run Brooklyn next Monday in Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 25, + "slot": "date", + "start": 14 + }, + { + "exclusive_end": 59, + "slot": "city", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "4 tickets for next Monday at Amber Run Brooklyn in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-04", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "4", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation was made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the event start and where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "time", + "start": 58 + }, + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's located at 261 Driggs Avenue, Brooklyn and starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank your for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00037", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am curious about some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have an idea which event you want details on? What city do you want data on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "Lights" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "city", + "start": 15 + }, + { + "exclusive_end": 50, + "slot": "event_name", + "start": 44 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think I want Philly. I want to know about Lights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "Lights" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "the Foundry" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Lights" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Lights", + "time": "18:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Lights", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-05", + "event_name": "Lights", + "time": "18:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Lights", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Lights", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-14", + "event_name": "Lights", + "time": "18:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "date", + "start": 39 + }, + { + "exclusive_end": 17, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 38, + "slot": "venue", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Lights event at the Foundry today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does that start? What's the physical address." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street 2nd Floor" + ], + "slot": "venue_address", + "values": [ + "29 east Allen Street 2nd floor" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + }, + { + "exclusive_end": 58, + "slot": "venue_address", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 6 pm and is on 29 east Allen Street 2nd floor." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "Lights" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "the Foundry" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "date", + "start": 17 + }, + { + "exclusive_end": 50, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 83, + "slot": "venue", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is another day after tomorrow. It's a Lights event and is also at the Foundry." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think I prefer that option." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I get those tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I think I want tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What number of tickets do you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lights" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I just want one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "lights" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 77, + "slot": "date", + "start": 59 + }, + { + "exclusive_end": 93, + "slot": "city", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, here's what I have, 1 ticket for the lights. It is for day after tomorrow in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lights", + "lights" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It's correct except for one key detail. I want three tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "city", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, Just to confirm: 3 tickets for the Philadelphia event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lights", + "lights" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good. I appreciate it. when does that event start and where is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street 2nd Floor" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street 2nd floor" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Lights", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Lights", + "number_of_tickets": "3", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 7, + "slot": "time", + "start": 0 + }, + { + "exclusive_end": 50, + "slot": "venue_address", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "7:30 pm and it's on 29 East Allen Street 2nd floor." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Lights", + "lights" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, I think you nailed it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have fun at the event." + } + ] + }, + { + "dialogue_id": "4_00038", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see an event in Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Diamondbacks Vs Nationals" + ], + "slot": "event_name", + "values": [ + "Diamondbacks vs nationals" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 14 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Diamondbacks vs nationals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see Diamondbacks vs nationals. That would be really interesting for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Diamondbacks Vs Nationals" + ], + "slot": "event_name", + "values": [ + "Diamondbacks vs Nationals" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Diamondbacks Vs Nationals" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Diamondbacks Vs Nationals", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "Diamondbacks Vs Nationals", + "time": "19:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-12", + "event_name": "Diamondbacks Vs Nationals", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "date", + "start": 76 + }, + { + "exclusive_end": 71, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 109, + "slot": "venue", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is available on 3 days. You can see Diamondbacks vs Nationals the day after tomorrow at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Diamondbacks vs Nationals", + "Diamondbacks vs nationals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be awesome." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You would like to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Diamondbacks vs Nationals", + "Diamondbacks vs nationals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I am interested in tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many would you like me to buy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Diamondbacks vs Nationals", + "Diamondbacks vs nationals" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just one ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Diamondbacks Vs Nationals" + ], + "slot": "event_name", + "values": [ + "Diamondbacks vs Nationals" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 76, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 103, + "slot": "date", + "start": 85 + }, + { + "exclusive_end": 114, + "slot": "city", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I would like to confirm the following: 1 ticket to Diamondbacks vs Nationals for the day after tomorrow in Phoenix" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Diamondbacks vs Nationals", + "Diamondbacks vs nationals" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be awesome." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Diamondbacks Vs Nationals", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Diamondbacks Vs Nationals", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have reserved the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Diamondbacks vs Nationals", + "Diamondbacks vs nationals" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate your assistance. That would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of the day." + } + ] + }, + { + "dialogue_id": "4_00039", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 39 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me the dates of the event Philly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have you heard about the event you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phillies Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Diamondbacks" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 23 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Phillies Vs Diamondbacks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Some of my friend says Phillies Vs Diamondbacks is very good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Phillies Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Diamondbacks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citizens Bank Park" + ], + "slot": "venue", + "values": [ + "Citizens Bank Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Phillies Vs Diamondbacks" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Phillies Vs Diamondbacks", + "time": "17:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Phillies Vs Diamondbacks", + "time": "19:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Phillies Vs Diamondbacks", + "time": "17:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Diamondbacks", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Phillies Vs Diamondbacks", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "date", + "start": 76 + }, + { + "exclusive_end": 55, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 123, + "slot": "venue", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 days for the event Phillies Vs Diamondbacks and one of which is today, which will be held at Citizens Bank Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Owls Vs Yellow Jackets" + ], + "slot": "event_name", + "values": [ + "Owls Vs Yellow Jackets" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Owls Vs Yellow Jackets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Owls Vs Yellow Jackets is also good. Can you look for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Owls Vs Yellow Jackets" + ], + "slot": "event_name", + "values": [ + "Owls Vs Yellow Jackets" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "9" + ], + "slot": "count", + "values": [ + "9" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Owls Vs Yellow Jackets" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Owls Vs Yellow Jackets", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Owls Vs Yellow Jackets", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-05", + "event_name": "Owls Vs Yellow Jackets", + "time": "18:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Owls Vs Yellow Jackets", + "time": "18:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Yellow Jackets", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Owls Vs Yellow Jackets", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Owls Vs Yellow Jackets", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Owls Vs Yellow Jackets", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "Owls Vs Yellow Jackets", + "time": "18:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "date", + "start": 79 + }, + { + "exclusive_end": 54, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 134, + "slot": "venue", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 9 dates for the event Owls Vs Yellow Jackets, and one of the date is tomorrow, which will be held at Lincoln Financial Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Owls Vs Yellow Jackets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Can you help me with buying the tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want me to book?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Owls Vs Yellow Jackets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Buy only two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Owls Vs Yellow Jackets" + ], + "slot": "event_name", + "values": [ + "Owls Vs Yellow Jackets" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 83, + "slot": "event_name", + "start": 61 + }, + { + "exclusive_end": 96, + "slot": "date", + "start": 88 + }, + { + "exclusive_end": 132, + "slot": "city", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details: You want me to buy 2 tickets for Owls Vs Yellow Jackets for tomorrow, which will be held in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Owls Vs Yellow Jackets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Owls Vs Yellow Jackets", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Owls Vs Yellow Jackets", + "number_of_tickets": "2", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is made and confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Owls Vs Yellow Jackets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What will be the timing and address of the venue for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1 Lincoln Financial Field Way" + ], + "slot": "venue_address", + "values": [ + "1 Lincoln Financial Field Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "time", + "start": 58 + }, + { + "exclusive_end": 54, + "slot": "venue_address", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event takes place at 1 Lincoln Financial Field Way at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Owls Vs Yellow Jackets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will be all. Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am glad I could help. Have a great day." + } + ] + }, + { + "dialogue_id": "4_00040", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Johnnyswim" + ], + "slot": "event_name", + "values": [ + "Johnnyswim" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "event_name", + "start": 44 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Johnnyswim" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find local event and I hear Johnnyswim is good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do your have a city preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "city", + "start": 12 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Johnnyswim" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The city is Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Johnnyswim" + ], + "slot": "event_name", + "values": [ + "Johnnyswim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "The VAn Buren" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Johnnyswim" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Johnnyswim", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-09", + "event_name": "Johnnyswim", + "time": "19:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-14", + "event_name": "Johnnyswim", + "time": "17:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 37 + }, + { + "exclusive_end": 12, + "slot": "event_name", + "start": 2 + }, + { + "exclusive_end": 32, + "slot": "venue", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A Johnnyswim is at The VAn Buren the day after tomorrow for 3 days." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Johnnyswim" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue and when?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 West Van Buren Street" + ], + "slot": "venue_address", + "values": [ + "401 West VAn Buren Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is 5:30 pm at 401 West VAn Buren Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Johnnyswim" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other choices?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Johnnyswim" + ], + "slot": "event_name", + "values": [ + "Johnnyswim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "the Van Buren" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "date", + "start": 36 + }, + { + "exclusive_end": 12, + "slot": "event_name", + "start": 2 + }, + { + "exclusive_end": 29, + "slot": "venue", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A Johnnyswim at the Van Buren is on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "White Sox Vs Astros" + ], + "slot": "event_name", + "values": [ + "White Sox Vs Astros" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 59, + "slot": "city", + "start": 52 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "White Sox Vs Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about another event like White Sox Vs Astros in Chicago?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "Next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "White Sox Vs Astros" + ], + "slot": "event_name", + "values": [ + "White Sox Vs Astros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Guaranteed Rate Field" + ], + "slot": "venue", + "values": [ + "Guaranteed RAte Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "White Sox Vs Astros" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-03", + "event_name": "White Sox Vs Astros", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-07", + "event_name": "White Sox Vs Astros", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-09", + "event_name": "White Sox Vs Astros", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-12", + "event_name": "White Sox Vs Astros", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-13", + "event_name": "White Sox Vs Astros", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + } + ], + "slots": [ + { + "exclusive_end": 13, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 36, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 73, + "slot": "venue", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Next Thursday is White Sox Vs Astros and located at Guaranteed RAte Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "Next Thursday" + ], + "event_name": [ + "White Sox Vs Astros" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want two tickets for that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "White Sox Vs Astros" + ], + "slot": "event_name", + "values": [ + "White Sox Vs Astros" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 27, + "slot": "date", + "start": 14 + }, + { + "exclusive_end": 38, + "slot": "city", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirm 2 for next Thursday in Chicago for White Sox Vs Astros." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "Next Thursday", + "next Thursday" + ], + "event_name": [ + "White Sox Vs Astros" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I just need 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "date", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirm 1 for next Thursday in Chicago for White Sox Vs Astros." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "Next Thursday", + "next Thursday" + ], + "event_name": [ + "White Sox Vs Astros" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I confirm this." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Chicago", + "date": "2019-03-07", + "event_name": "White Sox Vs Astros", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-07", + "event_name": "White Sox Vs Astros", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "Next Thursday", + "next Thursday" + ], + "event_name": [ + "White Sox Vs Astros" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where it the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "333 West 35th Street" + ], + "slot": "venue_address", + "values": [ + "333 West 35th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 333 West 35th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "Next Thursday", + "next Thursday" + ], + "event_name": [ + "White Sox Vs Astros" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all I need today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day today." + } + ] + }, + { + "dialogue_id": "4_00041", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "city", + "start": 36 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me dates for events in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kinds of events are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 4 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "event_name": [ + "Falcons Vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Falcons Vs Jaguars is suppose to be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "Next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Falcons Vs Jaguars" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Falcons Vs Jaguars", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Jaguars", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-12", + "event_name": "Falcons Vs Jaguars", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-14", + "event_name": "Falcons Vs Jaguars", + "time": "17:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 11, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 41, + "slot": "event_name", + "start": 23 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Next Monday there is a Falcons Vs Jaguars event at the Mercedes-Benz Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "Next Monday" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, I want to buy 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 55, + "slot": "event_name", + "start": 37 + }, + { + "exclusive_end": 67, + "slot": "date", + "start": 56 + }, + { + "exclusive_end": 78, + "slot": "city", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To verify: You want 1 ticket for the Falcons Vs Jaguars next Monday in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "Next Monday", + "next Monday" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Falcons Vs Jaguars", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Falcons Vs Jaguars", + "number_of_tickets": "1", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have made your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "Next Monday", + "next Monday" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "Next Monday", + "next Monday" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will do it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00042", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Nycfc Vs Sporting Kc" + ], + "slot": "event_name", + "values": [ + "Nycfc vs sporting kc" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "new york city" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 45, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "new york city" + ], + "event_name": [ + "Nycfc vs sporting kc" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "when is Nycfc vs sporting kc in new york city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nycfc Vs Sporting Kc" + ], + "slot": "event_name", + "values": [ + "Nycfc vs sporting kc" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankee Stadium" + ], + "slot": "venue", + "values": [ + "yankee stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Nycfc Vs Sporting Kc" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Nycfc Vs Sporting Kc", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Nycfc Vs Sporting Kc", + "time": "19:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Nycfc Vs Sporting Kc", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Nycfc Vs Sporting Kc", + "time": "19:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 9, + "slot": "date", + "start": 4 + }, + { + "exclusive_end": 61, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 27, + "slot": "venue", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "its today at yankee stadium the event is Nycfc vs sporting kc" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sparks Vs Wings" + ], + "slot": "event_name", + "values": [ + "sparks vs wings" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 30, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "sparks vs wings" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "what of sparks vs wings at LAX" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sparks Vs Wings" + ], + "slot": "event_name", + "values": [ + "sparks vs wings" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "STAPLES Center" + ], + "slot": "venue", + "values": [ + "STAPLES center" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Sparks Vs Wings" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Sparks Vs Wings", + "time": "19:30", + "venue": "STAPLES Center", + "venue_address": "1111 South Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "date", + "start": 10 + }, + { + "exclusive_end": 57, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "its 1 day next Monday at STAPLES center : sparks vs wings" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "sparks vs wings" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i like that can i get two tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Sparks Vs Wings" + ], + "slot": "event_name", + "values": [ + "sparks vs wings" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "los angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 12 + }, + { + "exclusive_end": 39, + "slot": "date", + "start": 28 + }, + { + "exclusive_end": 52, + "slot": "city", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "confirm its sparks vs wings next monday, los angeles and 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "los angeles" + ], + "date": [ + "next Monday", + "next monday" + ], + "event_name": [ + "sparks vs wings" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "make them three." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "los angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "confirm number of tickets 3 in los angeles" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "los angeles" + ], + "date": [ + "next Monday", + "next monday" + ], + "event_name": [ + "sparks vs wings" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "awesome, that is it" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Sparks Vs Wings", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Sparks Vs Wings", + "number_of_tickets": "3", + "time": "19:30", + "venue": "STAPLES Center", + "venue_address": "1111 South Figueroa Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "you have been booked" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "los angeles" + ], + "date": [ + "next Monday", + "next monday" + ], + "event_name": [ + "sparks vs wings" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i appreciate that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "any help you need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "los angeles" + ], + "date": [ + "next Monday", + "next monday" + ], + "event_name": [ + "sparks vs wings" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "no. i appreciate you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "enjoy your day." + } + ] + }, + { + "dialogue_id": "4_00043", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hey, this weekend I have nothing much to do. What are some dates for events coming up?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which event would you like to attend? Is there a preference in the city of the event which you would like to attend?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Yellow Jackets Vs Bulls" + ], + "slot": "event_name", + "values": [ + "Yellow Jackets Vs Bulls" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "city", + "start": 17 + }, + { + "exclusive_end": 77, + "slot": "event_name", + "start": 54 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Yellow Jackets Vs Bulls" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want events in ATL. Actually, can you see about the Yellow Jackets Vs Bulls event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yellow Jackets Vs Bulls" + ], + "slot": "event_name", + "values": [ + "Yellow Jackets vs Bulls" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Bobby Dodd Stadium at Historic Grant Field" + ], + "slot": "venue", + "values": [ + "Bobby Dodd Stadium at Historic Grant Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Yellow Jackets Vs Bulls" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-03", + "event_name": "Yellow Jackets Vs Bulls", + "time": "17:30", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-07", + "event_name": "Yellow Jackets Vs Bulls", + "time": "18:00", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Yellow Jackets Vs Bulls", + "time": "19:00", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Yellow Jackets Vs Bulls", + "time": "17:30", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-12", + "event_name": "Yellow Jackets Vs Bulls", + "time": "19:30", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-13", + "event_name": "Yellow Jackets Vs Bulls", + "time": "17:00", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-14", + "event_name": "Yellow Jackets Vs Bulls", + "time": "19:30", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "date", + "start": 17 + }, + { + "exclusive_end": 80, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 160, + "slot": "venue", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is the day after tomorrow. The event is titled Yellow Jackets vs Bulls and is at the designated location of Bobby Dodd Stadium at Historic Grant Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Yellow Jackets Vs Bulls", + "Yellow Jackets vs Bulls" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any events on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yellow Jackets Vs Bulls" + ], + "slot": "event_name", + "values": [ + "Yellow Jackets Vs Bulls" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Bobby Dodd Stadium at Historic Grant Field" + ], + "slot": "venue", + "values": [ + "Bobby Dodd Stadium at Historic Grant Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 26 + }, + { + "exclusive_end": 84, + "slot": "event_name", + "start": 61 + }, + { + "exclusive_end": 147, + "slot": "venue", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will take place next Thursday. The event is titled Yellow Jackets Vs Bulls and will be held at Bobby Dodd Stadium at Historic Grant Field. Is this okay?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Yellow Jackets Vs Bulls", + "Yellow Jackets vs Bulls" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any events on other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yellow Jackets Vs Bulls" + ], + "slot": "event_name", + "values": [ + "Yellow Jackets Vs Bulls" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Bobby Dodd Stadium at Historic Grant Field" + ], + "slot": "venue", + "values": [ + "Bobby Dodd Stadium at Historic Grant Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "date", + "start": 19 + }, + { + "exclusive_end": 66, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 132, + "slot": "venue", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, this event on March 9th. The event is Yellow Jackets Vs Bulls and it will be held at Bobby Dodd Stadium at Historic Grant Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Yellow Jackets Vs Bulls", + "Yellow Jackets vs Bulls" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's the venue at? What time does it start at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 PM" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "177 North Avenue Northwest" + ], + "slot": "venue_address", + "values": [ + "177 North Avenue Northwest" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "time", + "start": 24 + }, + { + "exclusive_end": 80, + "slot": "venue_address", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will begin at 7 PM. The venue is located at 177 North Avenue Northwest." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Yellow Jackets Vs Bulls", + "Yellow Jackets vs Bulls" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase these tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Yellow Jackets Vs Bulls", + "Yellow Jackets vs Bulls" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like these tickets. I have a party of two, so two tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Yellow Jackets Vs Bulls" + ], + "slot": "event_name", + "values": [ + "Yellow Jackets vs Bulls" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 85, + "slot": "event_name", + "start": 62 + }, + { + "exclusive_end": 163, + "slot": "date", + "start": 154 + }, + { + "exclusive_end": 188, + "slot": "city", + "start": 181 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following information: the event is titled Yellow Jackets vs Bulls. The number of people in your party is 2. The event will be held on March 9th. The event is in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Yellow Jackets Vs Bulls", + "Yellow Jackets vs Bulls" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's what I want." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Yellow Jackets Vs Bulls", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Yellow Jackets Vs Bulls", + "number_of_tickets": "2", + "time": "19:00", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been successfully booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Yellow Jackets Vs Bulls", + "Yellow Jackets vs Bulls" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00044", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for event dates, can you help me to find something?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you like any particular city to search the event? And let me know your interest, so that I can search accordingly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Nycfc Vs Union" + ], + "slot": "event_name", + "values": [ + "Nycfc Vs Union" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "city", + "start": 47 + }, + { + "exclusive_end": 43, + "slot": "event_name", + "start": 29 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Nycfc Vs Union" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, search for a event like Nycfc Vs Union in New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nycfc Vs Union" + ], + "slot": "event_name", + "values": [ + "Nycfc Vs Union" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankee Stadium" + ], + "slot": "venue", + "values": [ + "Yankee Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Nycfc Vs Union" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Nycfc Vs Union", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Nycfc Vs Union", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Nycfc Vs Union", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Nycfc Vs Union", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Nycfc Vs Union", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Nycfc Vs Union", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Nycfc Vs Union", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 19, + "slot": "event_name", + "start": 5 + }, + { + "exclusive_end": 55, + "slot": "venue", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This Nycfc Vs Union event is on today at Yankee Stadium. Is that information is useful to you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "Lights" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "city", + "start": 53 + }, + { + "exclusive_end": 49, + "slot": "event_name", + "start": 43 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, but I like to know the dates of event Lights in Los Angeles. Please search for it as I think this will be a good one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "Lights" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Teragram Ballroom" + ], + "slot": "venue", + "values": [ + "The Teragram Ballroom" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Lights" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Lights", + "time": "19:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Lights", + "time": "19:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Lights", + "time": "17:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Lights", + "time": "18:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 50 + }, + { + "exclusive_end": 16, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 93, + "slot": "venue", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Lights will takes place for 4 days from tomorrow and it is at The Teragram Ballroom." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Check with other dates of the same event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "Lights" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Teragram Ballroom" + ], + "slot": "venue", + "values": [ + "The Teragram Ballroom" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "date", + "start": 37 + }, + { + "exclusive_end": 16, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Lights will takes place on next Wednesday at The Teragram Ballroom" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is nice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Lights" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes of-course I need it, buy it for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Tell me the number of tickets you want to buy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Lights" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We are three people and please book accordingly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Lights" + ], + "slot": "event_name", + "values": [ + "Lights" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 88, + "slot": "date", + "start": 74 + }, + { + "exclusive_end": 103, + "slot": "city", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm to book 3 tickets to the event Lights which takes place on next Wednesday in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Lights" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct, please get me the details of venue of the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1234 West 7th Street" + ], + "slot": "venue_address", + "values": [ + "1234 West 7th Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Lights", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Lights", + "number_of_tickets": "3", + "time": "19:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "venue_address", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets were booked and note that the event will takes place at 1234 West 7th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Lights" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00045", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find dates for events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, what city should I look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "SD" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "city", + "start": 19 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for events in SD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any specific event you're looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Laura Osnes" + ], + "slot": "event_name", + "values": [ + "Laura Osnes" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "city", + "start": 28 + }, + { + "exclusive_end": 60, + "slot": "event_name", + "start": 49 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Laura Osnes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, look for stuff in New York. What about Laura Osnes?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Laura Osnes" + ], + "slot": "event_name", + "values": [ + "Laura Osnes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Laura Osnes" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Laura Osnes", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Laura Osnes", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Laura Osnes", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Laura Osnes", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Laura Osnes", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Laura Osnes", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 38, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Laura Osnes is performing at Sony Hall on 6 days, including today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Laura Osnes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "time", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Laura Osnes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 235 West 46th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, let's buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Buy 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Laura Osnes" + ], + "slot": "event_name", + "values": [ + "Laura Osnes" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 50, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 81, + "slot": "city", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm that you'd like 3 tickets to today's Laura Osnes show in New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Laura Osnes", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Laura Osnes", + "number_of_tickets": "3", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've confirmed your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Laura Osnes" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00046", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I like to go to events will you find me some interesting events and when it is going to happen?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Will you tell me which event you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phillies Vs Padres" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Padres" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 7 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Phillies Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Phillies Vs Padres which is a good one" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city i should look for that event ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "city", + "start": 3 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Phillies Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In Philadelphia" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Phillies Vs Padres" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Padres" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citizens Bank Park" + ], + "slot": "venue", + "values": [ + "Citizens Bank Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Phillies Vs Padres" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Padres", + "time": "17:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Phillies Vs Padres", + "time": "18:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Phillies Vs Padres", + "time": "18:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "Phillies Vs Padres", + "time": "18:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "date", + "start": 73 + }, + { + "exclusive_end": 123, + "slot": "event_name", + "start": 105 + }, + { + "exclusive_end": 155, + "slot": "venue", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found that event is going to happen on 4 days. It is going to start on March 9th. Name of the event is Phillies Vs Padres and it is at Citizens Bank Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Phillies Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok that sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Whether i need to buy ticket for that event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Phillies Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please , i need one ticket for that event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phillies Vs Padres" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Padres" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 130, + "slot": "date", + "start": 121 + }, + { + "exclusive_end": 146, + "slot": "city", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please check and review the details : The event is Phillies Vs Padres. Number of ticket is 1 and the event took place on March 9th in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Phillies Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that's what i needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Padres", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Padres", + "number_of_tickets": "1", + "time": "17:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reservation is confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Phillies Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good work and thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Take care have a good day" + } + ] + }, + { + "dialogue_id": "4_00047", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 23 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Falcons Vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Help me find dates for Falcons Vs Jaguars events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city are you planning to attend the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "city", + "start": 18 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "event_name": [ + "Falcons Vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me events in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Falcons Vs Jaguars" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Falcons Vs Jaguars", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Jaguars", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-12", + "event_name": "Falcons Vs Jaguars", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-14", + "event_name": "Falcons Vs Jaguars", + "time": "17:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "date", + "start": 68 + }, + { + "exclusive_end": 29, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Falcons Vs Jaguars event at the Mercedes-Benz Stadium on next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "event_name": [ + "Falcons Vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "date", + "start": 68 + }, + { + "exclusive_end": 29, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Falcons Vs Jaguars event at the Mercedes-Benz Stadium on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! I want tickets to the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll need 4 tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 108, + "slot": "date", + "start": 98 + }, + { + "exclusive_end": 94, + "slot": "city", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want 4 tickets to the Falcons Vs Jaguars event taking place in Atlanta on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hold on. I need just 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "city", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. So you need 2 tickets to the event in Atlanta. Correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Right. That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Jaguars", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Jaguars", + "number_of_tickets": "2", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets for the event are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you. That's all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00048", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some event dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure I can, What city would you like for me to search for your event, and do you already have an event in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "city", + "start": 51 + }, + { + "exclusive_end": 71, + "slot": "event_name", + "start": 65 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Hozier" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, can you see what dates they have available in San Diego for Hozier?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "venue", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Hozier" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Hozier", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-05", + "event_name": "Hozier", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Hozier", + "time": "18:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 41 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 15 + }, + { + "exclusive_end": 91, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I am showing a Hozier event taking place next Monday at Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Hozier" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other dates available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "venue", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "date", + "start": 12 + }, + { + "exclusive_end": 45, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 88, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I also have next Tuesday available for Hozier at the Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Hozier" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me, can you reserve my ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes I can, how many tickets will you be needing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will only need one ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 68, + "slot": "date", + "start": 56 + }, + { + "exclusive_end": 81, + "slot": "city", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I have you 1 ticket reserved for the Hozier event next Tuesday in San Diego, does that sound right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I am sorry can I change that to 2 tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "city", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, so you will need 2 tickets to this event in San Diego next Tuesday, correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes ma'am that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Diego", + "date": "2019-03-05", + "event_name": "Hozier", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-05", + "event_name": "Hozier", + "number_of_tickets": "2", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great! Your ticket reservation has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome! Do you have the address to the venue and what type does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile Drive" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 71, + "slot": "time", + "start": 64 + }, + { + "exclusive_end": 35, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 5500 Campanile Drive and the event will begin at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good, thank you for all your help today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome, can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome and I hope you enjoy your event." + } + ] + }, + { + "dialogue_id": "4_00049", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city should I look in? Do you know what event you want to see?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "France Rocks Festival" + ], + "slot": "event_name", + "values": [ + "France Rocks Festival" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 8, + "slot": "city", + "start": 0 + }, + { + "exclusive_end": 57, + "slot": "event_name", + "start": 36 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "France Rocks Festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "New York. I heard good things about France Rocks Festival." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "France Rocks Festival" + ], + "slot": "event_name", + "values": [ + "France Rocks Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "David Rubenstein Atrium at Lincoln Center" + ], + "slot": "venue", + "values": [ + "David Rubenstein Atrium at Lincoln Center" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "France Rocks Festival" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "France Rocks Festival", + "time": "18:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "France Rocks Festival", + "time": "17:00", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "France Rocks Festival", + "time": "19:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "France Rocks Festival", + "time": "17:00", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "France Rocks Festival", + "time": "18:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "date", + "start": 29 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 102, + "slot": "venue", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The France Rocks Festival is tomorrow and will be located at David Rubenstein Atrium at Lincoln Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "France Rocks Festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start? Where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "61 West 62nd Street" + ], + "slot": "venue_address", + "values": [ + "61 West 62nd Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + }, + { + "exclusive_end": 68, + "slot": "venue_address", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 6:30 pm and the venue is located at 61 West 62nd Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "France Rocks Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great! I want one ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "France Rocks Festival" + ], + "slot": "event_name", + "values": [ + "France Rocks Festival" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 76, + "slot": "event_name", + "start": 55 + }, + { + "exclusive_end": 99, + "slot": "date", + "start": 91 + }, + { + "exclusive_end": 111, + "slot": "city", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: 1 ticket for the France Rocks Festival; the event is tomorrow in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "France Rocks Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "France Rocks Festival", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "France Rocks Festival", + "number_of_tickets": "1", + "time": "18:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is scheduled." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "France Rocks Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help! I don't need anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "4_00050", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Zz Top" + ], + "slot": "event_name", + "values": [ + "Zz Top" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 28 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Zz Top" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events like Zz Top." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city are you planning to attend the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Raiders Vs Lions" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Lions" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 81, + "slot": "event_name", + "start": 65 + }, + { + "exclusive_end": 34, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders Vs Lions" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in Oakland. Is there something featuring Raiders Vs Lions?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Raiders Vs Lions" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Lions" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oakland-Alameda County Coliseum" + ], + "slot": "venue", + "values": [ + "Oakland-Alameda County Coliseum" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Oakland", + "event_name": "Raiders Vs Lions" + } + }, + "service_results": [ + { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Lions", + "time": "18:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-04", + "event_name": "Raiders Vs Lions", + "time": "17:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-06", + "event_name": "Raiders Vs Lions", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-07", + "event_name": "Raiders Vs Lions", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-14", + "event_name": "Raiders Vs Lions", + "time": "17:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 39, + "slot": "event_name", + "start": 23 + }, + { + "exclusive_end": 107, + "slot": "venue", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 events for Raiders Vs Lions and one of those is tomorrow at the Oakland-Alameda County Coliseum." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders Vs Lions" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Lions" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. I'd like to buy tickets for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Lions" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like four please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Raiders Vs Lions" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Lions" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 99, + "slot": "date", + "start": 91 + }, + { + "exclusive_end": 110, + "slot": "city", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you need 4 tickets to the Raiders Vs Lions event that is scheduled for tomorrow in Oakland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Lions" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. That is correct. Where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "7000 Coliseum Way" + ], + "slot": "venue_address", + "values": [ + "7000 Coliseum Way" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Lions", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Lions", + "number_of_tickets": "4", + "time": "18:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "venue_address", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are confirmed. The venue is at 7000 Coliseum Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Lions" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Lions" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00051", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hey, can you help me find dates for events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I sure can! What kind of event are you interested in? What city would you like the event to be in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Northlane" + ], + "slot": "event_name", + "values": [ + "Northlane" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "city", + "start": 28 + }, + { + "exclusive_end": 80, + "slot": "event_name", + "start": 71 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Northlane" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like the event to be in Philadelphia. I've heard good things about Northlane." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Northlane" + ], + "slot": "event_name", + "values": [ + "Northlane" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "The Foundry" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Northlane" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Northlane", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Northlane", + "time": "17:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Northlane", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Northlane", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 9, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 81, + "slot": "venue", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Northlane is currently in Philly for 4 days! They're playing today at The Foundry. Does that interest you at all?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Northlane" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I can't go today. What about other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Northlane" + ], + "slot": "event_name", + "values": [ + "Northlane" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "The Foundry" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 9, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 24, + "slot": "venue", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Northlane at The Foundry is also playing the day after tomorrow. Does that interest you at all?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Northlane" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the other two days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Northlane" + ], + "slot": "event_name", + "values": [ + "Northlane" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "The Foundry" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 41 + }, + { + "exclusive_end": 9, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 24, + "slot": "venue", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Northlane at The Foundry is also playing next Monday. Does that interest you at all?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Northlane" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that one start? Also, where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street 2nd Floor" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street 2nd Floor" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 80, + "slot": "venue_address", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 7:30 pm. The venue address is 29 East Allen Street 2nd Floor." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Northlane" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Northlane" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Northlane" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "4" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Northlane" + ], + "slot": "event_name", + "values": [ + "Northlane" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 95, + "slot": "event_name", + "start": 86 + }, + { + "exclusive_end": 115, + "slot": "date", + "start": 104 + }, + { + "exclusive_end": 131, + "slot": "city", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. Can you confirm the following details, please? You are purchasing 4 tickets to Northlane playing next Monday in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Northlane" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh, 2 of my friends can't make it. Is that okay?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 104, + "slot": "date", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "That's fine. Can you confirm the following details, please? You are purchasing 2 tickets for next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Northlane" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Northlane", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Northlane", + "number_of_tickets": "2", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Northlane" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome! Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Northlane" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00052", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Panthers Vs Mountaineers" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Mountaineers" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "city", + "start": 18 + }, + { + "exclusive_end": 71, + "slot": "event_name", + "start": 47 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "event_name": [ + "Panthers Vs Mountaineers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me events in Atlanta ,because I herd that Panthers Vs Mountaineers is very good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Panthers Vs Mountaineers" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Mountaineers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Georgia State Stadium" + ], + "slot": "venue", + "values": [ + "Georgia State Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Panthers Vs Mountaineers" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Panthers Vs Mountaineers", + "time": "18:00", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Panthers Vs Mountaineers", + "time": "17:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-12", + "event_name": "Panthers Vs Mountaineers", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 62, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 105, + "slot": "venue", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have for you events on 3 days.Event Panthers Vs Mountaineers is on next Monday at Georgia State Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Panthers Vs Mountaineers" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great!Buy 3 tickets to an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Panthers Vs Mountaineers" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Mountaineers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 33 + }, + { + "exclusive_end": 22, + "slot": "date", + "start": 11 + }, + { + "exclusive_end": 10, + "slot": "city", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "In Atlanta next Monday for event Panthers Vs Mountaineers 3 tickets is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Panthers Vs Mountaineers" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I changed my mind, I want four" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "date", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 4 tickets at the event that is on next Monday.Is OK?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Panthers Vs Mountaineers" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes is good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Panthers Vs Mountaineers", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Panthers Vs Mountaineers", + "number_of_tickets": "4", + "time": "18:00", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reservation was successful" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Panthers Vs Mountaineers" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That s all I need .Thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "4_00053", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi need a help, I am interested to finding dates for events" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, please tell me about the details, Do you know the event name you are interested? do you have any preference on which city should i search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phillies Vs Mets" + ], + "slot": "event_name", + "values": [ + "Phillies vs Mets" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 34, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Phillies vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "yes, i am looking events in Philly, i heard that Phillies vs Mets is really good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Phillies Vs Mets" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Mets" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citizens Bank Park" + ], + "slot": "venue", + "values": [ + "Citizens bank Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Phillies Vs Mets" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-05", + "event_name": "Phillies Vs Mets", + "time": "18:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Phillies Vs Mets", + "time": "18:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Phillies Vs Mets", + "time": "17:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "date", + "start": 65 + }, + { + "exclusive_end": 29, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Phillies Vs Mets and it is at Citizens bank Park On next Tuesday" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Phillies Vs Mets", + "Phillies vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you tell me when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 6 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Phillies Vs Mets", + "Phillies vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "where is the event venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Citizens Bank Way" + ], + "slot": "venue_address", + "values": [ + "1 Citizens Bank Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 1 Citizens Bank Way" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Phillies Vs Mets", + "Phillies vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's seems good for me, i need to buy ticket for that event" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, how many ticket do you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Phillies Vs Mets", + "Phillies vs Mets" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need only 1 tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phillies Vs Mets" + ], + "slot": "event_name", + "values": [ + "Phillies vs Mets" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 89, + "slot": "date", + "start": 77 + }, + { + "exclusive_end": 73, + "slot": "city", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details: The event is Phillies vs Mets at Philadelphia On next Tuesday, the number of tickets is 1" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Phillies Vs Mets", + "Phillies vs Mets" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-05", + "event_name": "Phillies Vs Mets", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-05", + "event_name": "Phillies Vs Mets", + "number_of_tickets": "1", + "time": "18:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Congrats, your reservation has been made" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Phillies Vs Mets", + "Phillies vs Mets" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much for your help, That's all i need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome, Have a great day" + } + ] + }, + { + "dialogue_id": "4_00054", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "city", + "start": 24 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning a trip to Oakland and I am interested in finding events and when they are going on." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any specific type of events you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Raiders Vs Chiefs" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Chiefs" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 22 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders Vs Chiefs" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A friend told me that Raiders Vs Chiefs is a good option." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Raiders Vs Chiefs" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Chiefs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oakland-Alameda County Coliseum" + ], + "slot": "venue", + "values": [ + "Oakland-Alameda County Coliseum" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Oakland", + "event_name": "Raiders Vs Chiefs" + } + }, + "service_results": [ + { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Chiefs", + "time": "19:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-08", + "event_name": "Raiders Vs Chiefs", + "time": "18:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-11", + "event_name": "Raiders Vs Chiefs", + "time": "18:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [ + { + "exclusive_end": 124, + "slot": "date", + "start": 116 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Raiders Vs Chiefs event is going on at the Oakland-Alameda County Coliseum on 3 different days, one of which is tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders Vs Chiefs" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the other dates for the events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Raiders Vs Chiefs" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Chiefs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oakland-Alameda County Coliseum" + ], + "slot": "venue", + "values": [ + "Oakland-Alameda County Coliseum" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 90, + "slot": "date", + "start": 79 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Raiders Vs Chiefs event is going on at the Oakland-Alameda County Coliseum next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Blue Jays Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Mariners" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "city", + "start": 45 + }, + { + "exclusive_end": 113, + "slot": "event_name", + "start": 92 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events on different dates in Toronto, Ontario. A co-worker told me that the Blue Jays Vs Mariners is a worthwhile event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Blue Jays Vs Mariners" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Mariners", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-07", + "event_name": "Blue Jays Vs Mariners", + "time": "18:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-08", + "event_name": "Blue Jays Vs Mariners", + "time": "19:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 117, + "slot": "date", + "start": 99 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Blue Jays Vs Mariners at the Rogers Centre takes place on 3 different days. The soonest is the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the location of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Blue Jays Way" + ], + "slot": "venue_address", + "values": [ + "1 Blue Jays Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "venue_address", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You will find the venue at 1 Blue Jays Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. I would like to purchase 4 tickets to this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blue Jays Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Mariners" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 96, + "slot": "date", + "start": 78 + }, + { + "exclusive_end": 107, + "slot": "city", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want to purchase 4 tickets for the Blue Jays Vs Mariners taking place the day after tomorrow in Toronto. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NO, I only want to purchase 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blue Jays Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Mariners" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You would like to purchase 2 tickets to the Blue Jays Vs Mariners. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect. What time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Mariners", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Mariners", + "number_of_tickets": "2", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "time", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been placed. The event begins at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much for all your help. That is everything for me today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It was my pleasure. Have a great day and enjoy your event." + } + ] + }, + { + "dialogue_id": "4_00055", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "DC" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "city", + "start": 54 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find some dates for events located in DC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you aware of the event you would like to attend?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dc United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Dc United Vs Revolution" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "event_name", + "start": 35 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "Dc United Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A few of my friends mentioned that Dc United Vs Revolution is supposed to be great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dc United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Dc United Vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Audi Field" + ], + "slot": "venue", + "values": [ + "Audi Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Dc United Vs Revolution" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-02", + "event_name": "Dc United Vs Revolution", + "time": "17:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-03", + "event_name": "Dc United Vs Revolution", + "time": "19:00", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-05", + "event_name": "Dc United Vs Revolution", + "time": "19:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-07", + "event_name": "Dc United Vs Revolution", + "time": "17:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-08", + "event_name": "Dc United Vs Revolution", + "time": "19:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-09", + "event_name": "Dc United Vs Revolution", + "time": "18:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Dc United Vs Revolution", + "time": "19:00", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-14", + "event_name": "Dc United Vs Revolution", + "time": "17:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "date", + "start": 38 + }, + { + "exclusive_end": 23, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Dc United Vs Revolution event will be tomorrow at Audi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "Dc United Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other events you would like to check?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dc United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Dc United Vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Audi Field" + ], + "slot": "venue", + "values": [ + "Audi Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 23, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 72, + "slot": "venue", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Dc United Vs Revolution event is on the day after tomorrow at Audi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "Dc United Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other events on other dates you would like to check?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dc United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Dc United Vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Audi Field" + ], + "slot": "venue", + "values": [ + "Audi Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "date", + "start": 50 + }, + { + "exclusive_end": 27, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Dc United Vs Revolution even is scheduled for next Tuesday at Audi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "Dc United Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the event begin and where is its location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "100 Potomac Avenue Southwest" + ], + "slot": "venue_address", + "values": [ + "100 Potomac Avenue Southwest" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "venue_address", + "start": 20 + }, + { + "exclusive_end": 73, + "slot": "time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's location is at 100 Potomac Avenue Southwest and it begins at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Dc United Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great to me!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Dc United Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to purchase two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Dc United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Dc United Vs Revolution" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 117, + "slot": "date", + "start": 105 + }, + { + "exclusive_end": 104, + "slot": "city", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Dc United Vs Revolution and you are purchasing 2 tickets. It takes place in Washington D.C. next Tuesday. Can you confirm this information?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Dc United Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-05", + "event_name": "Dc United Vs Revolution", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-05", + "event_name": "Dc United Vs Revolution", + "number_of_tickets": "2", + "time": "19:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Dc United Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I hope you have a good day." + } + ] + }, + { + "dialogue_id": "4_00056", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you search for some events around me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city? Are you searching any specific kind of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Huskies Vs Warriors" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Warriors" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 14, + "slot": "city", + "start": 3 + }, + { + "exclusive_end": 35, + "slot": "event_name", + "start": 16 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Huskies Vs Warriors" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In Seattle, WA. Huskies Vs Warriors would be nice to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Warriors" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Warriors" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Huskies Vs Warriors" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Huskies Vs Warriors", + "time": "19:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Huskies Vs Warriors", + "time": "17:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-06", + "event_name": "Huskies Vs Warriors", + "time": "19:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Huskies Vs Warriors", + "time": "17:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 85, + "slot": "event_name", + "start": 66 + }, + { + "exclusive_end": 106, + "slot": "venue", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found this event on 4 days. There's one the day after tomorrow, Huskies Vs Warriors at the Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Huskies Vs Warriors" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Warriors" + ], + "slot": "event_name", + "values": [ + "Huskies vs Warriors" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 19, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 36, + "slot": "venue", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Huskies vs Warriors at Husky Stadium will be available next Monday too." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Tash Sultana" + ], + "slot": "event_name", + "values": [ + "Tash Sultana" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 27 + }, + { + "exclusive_end": 65, + "slot": "event_name", + "start": 53 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Tash Sultana" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other dates? Search in Phoenix, AZ. I heard that Tash Sultana is just amazing." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Tash Sultana" + ], + "slot": "event_name", + "values": [ + "Tash Sultana" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "The Van Buren" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Tash Sultana" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Tash Sultana", + "time": "17:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Tash Sultana", + "time": "18:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Tash Sultana", + "time": "17:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "Tash Sultana", + "time": "19:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 34 + }, + { + "exclusive_end": 53, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 70, + "slot": "venue", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found it on 4 days. There's one today. Tash Sultana at The Van Buren." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Tash Sultana" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Tash Sultana" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I very much would." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Tash Sultana" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "4 tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Tash Sultana" + ], + "slot": "event_name", + "values": [ + "Tash Sultana" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 47, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 58, + "slot": "city", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 4 tickets to Tash Sultana today in Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Tash Sultana" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Tash Sultana", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Tash Sultana", + "number_of_tickets": "4", + "time": "17:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You reservation was successful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Tash Sultana" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have an amazing day." + } + ] + }, + { + "dialogue_id": "4_00057", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sounders Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Sounders Vs Revolution" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 88, + "slot": "city", + "start": 77 + }, + { + "exclusive_end": 116, + "slot": "event_name", + "start": 94 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Sounders Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find out some dates for upcoming events. What's happening around Seattle, WA? The Sounders Vs Revolution game intrigues me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sounders Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Sounders Vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CenturyLink Field" + ], + "slot": "venue", + "values": [ + "CenturyLink Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Sounders Vs Revolution" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Sounders Vs Revolution", + "time": "17:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Sounders Vs Revolution", + "time": "18:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 79, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 116, + "slot": "venue", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 days pertaining to that event. On next Monday, Sounders Vs Revolution will take place at CenturyLink Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Sounders Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's the venue? What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "800 Occidental Avenue South" + ], + "slot": "venue_address", + "values": [ + "800 Occidental Avenue South" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "time", + "start": 44 + }, + { + "exclusive_end": 40, + "slot": "venue_address", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 800 Occidental Avenue South at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Sounders Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the other date it happens on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sounders Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Sounders Vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CenturyLink Field" + ], + "slot": "venue", + "values": [ + "CenturyLink Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 37, + "slot": "event_name", + "start": 15 + }, + { + "exclusive_end": 101, + "slot": "venue", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The second day Sounders Vs Revolution happens on is next Friday. That too occurs at CenturyLink Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Sounders Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. I'd like to purchase some tickets for it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Sounders Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to buy two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Sounders Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Sounders Vs Revolution" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 86, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 74, + "slot": "city", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'll be buying 2 tickets for the Sounders Vs Revolution match in Seattle next Friday. Is that accurate?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Sounders Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Indeed. All good with me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Sounders Vs Revolution", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Sounders Vs Revolution", + "number_of_tickets": "2", + "time": "18:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have successfully reserved it for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Sounders Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where will the venue be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "800 Occidental Avenue South" + ], + "slot": "venue_address", + "values": [ + "800 Occidental Avenue South" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "venue_address", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You can find the venue at 800 Occidental Avenue South." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Sounders Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate the assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help anywhere else right now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Sounders Vs Revolution" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It's always a pleasure to lend a hand. Enjoy your day." + } + ] + }, + { + "dialogue_id": "4_00058", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to search for event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you prefer a metropolis I ought to look in? Do you know the event that caught your eye?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Raiders Vs Titans" + ], + "slot": "event_name", + "values": [ + "Raiders vs titans" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "city", + "start": 29 + }, + { + "exclusive_end": 71, + "slot": "event_name", + "start": 54 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders vs titans" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am searching for events in Oakland. I got news that Raiders vs titans is excellent." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Raiders Vs Titans" + ], + "slot": "event_name", + "values": [ + "Raiders vs titans" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oakland-Alameda County Coliseum" + ], + "slot": "venue", + "values": [ + "Oakland-Alameda County Coliseum" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Oakland", + "event_name": "Raiders Vs Titans" + } + }, + "service_results": [ + { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Titans", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-03", + "event_name": "Raiders Vs Titans", + "time": "18:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-04", + "event_name": "Raiders Vs Titans", + "time": "17:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-06", + "event_name": "Raiders Vs Titans", + "time": "18:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-07", + "event_name": "Raiders Vs Titans", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-14", + "event_name": "Raiders Vs Titans", + "time": "17:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [ + { + "exclusive_end": 127, + "slot": "date", + "start": 119 + }, + { + "exclusive_end": 63, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 118, + "slot": "venue", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered an event in 6 days. The event is Raiders vs titans, and it is held in the Oakland-Alameda County Coliseum tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders vs titans" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the event's location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "7000 Coliseum Way" + ], + "slot": "venue_address", + "values": [ + "7000 Coliseum way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event's location is 7000 Coliseum way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders vs titans" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets to this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders vs titans" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, I'd like to purchase 1 ticket for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Raiders Vs Titans" + ], + "slot": "event_name", + "values": [ + "Raiders vs Titans" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 67, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 103, + "slot": "date", + "start": 95 + }, + { + "exclusive_end": 114, + "slot": "city", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following order: 1 ticket for a Raiders vs Titans event scheduled to be held tomorrow in Oakland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders vs Titans", + "Raiders vs titans" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sorry, I'd like 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "city", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following order: 3 tickets for the event in Oakland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders vs Titans", + "Raiders vs titans" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's the one for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Titans", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Titans", + "number_of_tickets": "3", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking was successful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders vs Titans", + "Raiders vs titans" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance; that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "4_00059", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to look for dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any preferences on which city the events take place?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Diamondbacks Vs Mets" + ], + "slot": "event_name", + "values": [ + "Diamondbacks vs Mets" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 105, + "slot": "city", + "start": 94 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Diamondbacks vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard that the Diamondbacks vs Mets game is really good. I would like to look for events in Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Diamondbacks Vs Mets" + ], + "slot": "event_name", + "values": [ + "Diamondbacks vs Mets" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Diamondbacks Vs Mets" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Diamondbacks Vs Mets", + "time": "18:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Diamondbacks Vs Mets", + "time": "18:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-12", + "event_name": "Diamondbacks Vs Mets", + "time": "18:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 61, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 91, + "slot": "venue", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found this event on 3 days. There is a Diamondbacks vs Mets game today at the Chase field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Diamondbacks vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located and when does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "venue_address", + "values": [ + "401 East Jefferson Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 75, + "slot": "time", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 401 East Jefferson Street, and it starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Diamondbacks vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Diamondbacks vs Mets" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please purchase tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Diamondbacks vs Mets" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to purchase four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Diamondbacks Vs Mets" + ], + "slot": "event_name", + "values": [ + "Diamondbacks vs Mets" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 79, + "slot": "event_name", + "start": 59 + }, + { + "exclusive_end": 103, + "slot": "date", + "start": 98 + }, + { + "exclusive_end": 114, + "slot": "city", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: Purchasing 4 tickets for the Diamondbacks vs Mets game taking place today at Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Diamondbacks vs Mets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, I want 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Diamondbacks Vs Mets" + ], + "slot": "event_name", + "values": [ + "Diamondbacks vs Mets" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 79, + "slot": "event_name", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: Purchasing 2 tickets for the Diamondbacks vs Mets game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Diamondbacks vs Mets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, this is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Diamondbacks Vs Mets", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Diamondbacks Vs Mets", + "number_of_tickets": "2", + "time": "18:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Diamondbacks vs Mets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Diamondbacks vs Mets" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00060", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you look at some events for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, do you have a specific one in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mets Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Mets Vs Diamondbacks" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 40 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Mets Vs Diamondbacks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah actually, I really want to go to a Mets Vs Diamondbacks game" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preference on where the game is?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "city", + "start": 24 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Mets Vs Diamondbacks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, could you look in New York City please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Mets Vs Diamondbacks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Diamondbacks" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-03", + "event_name": "Mets Vs Diamondbacks", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Mets Vs Diamondbacks", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Mets Vs Diamondbacks", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Diamondbacks", + "time": "19:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 36, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. There's a Mets Vs Diamondbacks game the day after tomorrow in Citi Field" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Mets Vs Diamondbacks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 123-01 Roosevelt Avenue" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Mets Vs Diamondbacks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Cool. And when does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 14, + "slot": "time", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Starts at 5 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mets Vs Diamondbacks" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. Can you book me 2 tickets please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Mets Vs Diamondbacks" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 96, + "slot": "event_name", + "start": 76 + }, + { + "exclusive_end": 130, + "slot": "date", + "start": 112 + }, + { + "exclusive_end": 142, + "slot": "city", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course, can you just confirm you're happy for me to buy 2 tickets to the Mets Vs Diamondbacks game, it's the day after tomorrow in New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mets Vs Diamondbacks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually can you make it just 1 ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 82, + "slot": "date", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yeah no problem. Happy for me to book 1 ticket for the game the day after tomorrow?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mets Vs Diamondbacks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-03", + "event_name": "Mets Vs Diamondbacks", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-03", + "event_name": "Mets Vs Diamondbacks", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, I've booked the tickets for you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mets Vs Diamondbacks" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, I don't need anything else" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, have a fantastic day" + } + ] + }, + { + "dialogue_id": "4_00061", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 48 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Billy Currington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find dates for events. I heard that Billy Currington is really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preference on the city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chi-town" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "event_name": [ + "Billy Currington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in Chi-town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Gallagher Way" + ], + "slot": "venue", + "values": [ + "Gallagher Way" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "Billy Currington" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Billy Currington", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "Billy Currington", + "time": "17:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-04", + "event_name": "Billy Currington", + "time": "17:00", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-10", + "event_name": "Billy Currington", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-12", + "event_name": "Billy Currington", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-13", + "event_name": "Billy Currington", + "time": "18:00", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-14", + "event_name": "Billy Currington", + "time": "17:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "date", + "start": 30 + }, + { + "exclusive_end": 26, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 67, + "slot": "venue", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Billy Currington is today. It is located at Gallagher Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "event_name": [ + "Billy Currington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What can you find on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Gallagher Way" + ], + "slot": "venue", + "values": [ + "Gallagher Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "date", + "start": 30 + }, + { + "exclusive_end": 26, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Billy Currington is tomorrow, and it is at Gallagher Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Billy Currington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Billy Currington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, I would like to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets should I get?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Billy Currington" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Two tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 68, + "slot": "event_name", + "start": 52 + }, + { + "exclusive_end": 97, + "slot": "date", + "start": 89 + }, + { + "exclusive_end": 114, + "slot": "city", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please, confirm the following details: the event is Billy Currington, and it takes place tomorrow. It's in Chicago and you want 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Billy Currington" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Works for me. When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "Billy Currington", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "Billy Currington", + "number_of_tickets": "2", + "time": "17:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "time", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made. It begins at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Billy Currington" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Billy Currington" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thanks a lot for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one!" + } + ] + }, + { + "dialogue_id": "4_00062", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want you to find me some dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You have some preferences about the event and the city you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Whitecaps Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Earthquakes" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "city", + "start": 15 + }, + { + "exclusive_end": 81, + "slot": "event_name", + "start": 57 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, events in Vancouver.I heard that is really good the Whitecaps Vs Earthquakes." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Whitecaps Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Earthquakes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BC Place" + ], + "slot": "venue", + "values": [ + "BC Place" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Vancouver", + "event_name": "Whitecaps Vs Earthquakes" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-02", + "event_name": "Whitecaps Vs Earthquakes", + "time": "17:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-08", + "event_name": "Whitecaps Vs Earthquakes", + "time": "17:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-10", + "event_name": "Whitecaps Vs Earthquakes", + "time": "18:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-11", + "event_name": "Whitecaps Vs Earthquakes", + "time": "17:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-13", + "event_name": "Whitecaps Vs Earthquakes", + "time": "17:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-14", + "event_name": "Whitecaps Vs Earthquakes", + "time": "19:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 32, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Whitecaps Vs Earthquakes,starts tomorrow at BC Place." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Vancouver" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please tell me please when it starts and where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "777 Pacific Boulevard" + ], + "slot": "venue_address", + "values": [ + "777 Pacific Boulevard" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "time", + "start": 52 + }, + { + "exclusive_end": 37, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can be found at 777 Pacific Boulevard and starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I would like." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "For how many people do you want to be the tickets ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Two tickets will be OK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Whitecaps Vs Earthquakes" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Earthquakes" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 55, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 68, + "slot": "city", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At event Whitecaps Vs Earthquakes for 2 people tomorrow in Vancouver is correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes is good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Vancouver", + "date": "2019-03-02", + "event_name": "Whitecaps Vs Earthquakes", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-02", + "event_name": "Whitecaps Vs Earthquakes", + "number_of_tickets": "2", + "time": "17:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reservation was successful" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Whitecaps Vs Earthquakes" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No No, it's enough thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "4_00063", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am interested in finding dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "which city and events you are looking?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Starset" + ], + "slot": "event_name", + "values": [ + "starset" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 50, + "slot": "city", + "start": 48 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "starset" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heared starset is good. looking for events in LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Starset" + ], + "slot": "event_name", + "values": [ + "starset" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Regent Theater DTLA" + ], + "slot": "venue", + "values": [ + "regent theater dtla" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Starset" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Starset", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Starset", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Starset", + "time": "18:30", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Starset", + "time": "19:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Starset", + "time": "17:30", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Starset", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "date", + "start": 13 + }, + { + "exclusive_end": 45, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is today . and the event is starset and it is at regent theater dtla" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "today" + ], + "event_name": [ + "starset" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sound good for me. i want to buy a three tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Starset" + ], + "slot": "event_name", + "values": [ + "starset" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "los angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 120, + "slot": "city", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details:the event is starset, number of tickets are 3 on today. the event is is los angeles" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "los angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "starset" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I want 2 tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 97, + "slot": "date", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details:the number of tickets are 2. thje event takes place on today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LA", + "los angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "starset" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "yes, that works for me. can you share the venue details?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "448 South Main Street" + ], + "slot": "venue_address", + "values": [ + "448 south main street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Starset", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Starset", + "number_of_tickets": "2", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "venue_address", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "your reservation has been done. the venue is at 448 south main street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "los angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "starset" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot four your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can i help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "los angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "starset" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, Thank You" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day. cheers" + } + ] + }, + { + "dialogue_id": "4_00064", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events near LAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What event are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Usc Vs Ucla" + ], + "slot": "event_name", + "values": [ + "USC vs UCLA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 18 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "USC vs UCLA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm interested in USC vs UCLA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Usc Vs Ucla" + ], + "slot": "event_name", + "values": [ + "USC vs UCLA" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "LA Memorial Coliseum" + ], + "slot": "venue", + "values": [ + "LA Memorial Coliseum" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Usc Vs Ucla" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Usc Vs Ucla", + "time": "18:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Usc Vs Ucla", + "time": "19:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Usc Vs Ucla", + "time": "17:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-07", + "event_name": "Usc Vs Ucla", + "time": "19:00", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 30, + "slot": "date", + "start": 25 + }, + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "USC vs UCLA is happening today at LA Memorial Coliseum." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "USC vs UCLA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 PM" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "time", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 6:30 PM." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "USC vs UCLA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3911 Figueroa Street" + ], + "slot": "venue_address", + "values": [ + "3911 Figueroa Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 3911 Figueroa Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "today" + ], + "event_name": [ + "USC vs UCLA" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. I'd like to buy 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Usc Vs Ucla" + ], + "slot": "event_name", + "values": [ + "USC vs UCLA" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 39, + "slot": "date", + "start": 34 + }, + { + "exclusive_end": 54, + "slot": "city", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming USC vs UCLA, 2 tickets today in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "USC vs UCLA" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sorry, change that to 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "city", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming 1 ticket today in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "USC vs UCLA" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that will work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Usc Vs Ucla", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Usc Vs Ucla", + "number_of_tickets": "1", + "time": "18:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation is complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "USC vs UCLA" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "USC vs UCLA" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not today, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, bye bye." + } + ] + }, + { + "dialogue_id": "4_00065", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "city", + "start": 39 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me dates of events around Los Angeles?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have you heard of the event you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Trojans Vs Bulldogs" + ], + "slot": "event_name", + "values": [ + "Trojans Vs Bulldogs" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 24 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My friends tell me that Trojans Vs Bulldogs is very good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Trojans Vs Bulldogs" + ], + "slot": "event_name", + "values": [ + "Trojans Vs Bulldogs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "LA Memorial Coliseum" + ], + "slot": "venue", + "values": [ + "LA Memorial Coliseum" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Trojans Vs Bulldogs" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Trojans Vs Bulldogs", + "time": "19:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Trojans Vs Bulldogs", + "time": "19:00", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Trojans Vs Bulldogs", + "time": "19:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-07", + "event_name": "Trojans Vs Bulldogs", + "time": "19:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Trojans Vs Bulldogs", + "time": "18:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Trojans Vs Bulldogs", + "time": "17:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 51, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 96, + "slot": "venue", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 6 dates, one event of Trojans Vs Bulldogs is today and will be at LA Memorial Coliseum." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, That's great. Can you help me in buying the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want me to book?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Book only 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Trojans Vs Bulldogs" + ], + "slot": "event_name", + "values": [ + "Trojans Vs Bulldogs" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 89, + "slot": "event_name", + "start": 70 + }, + { + "exclusive_end": 99, + "slot": "date", + "start": 94 + }, + { + "exclusive_end": 129, + "slot": "city", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details: You want me to book 1 ticket of the event Trojans Vs Bulldogs for today, which will be in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, That's sounds great. What time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Trojans Vs Bulldogs", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Trojans Vs Bulldogs", + "number_of_tickets": "1", + "time": "19:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "time", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is booked and confirmed and the event starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will be all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am glad I could help. Have a great day." + } + ] + }, + { + "dialogue_id": "4_00066", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have some vacation time coming up and would like to know when events will be going on." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a particular event that you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Cubs Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Mariners" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Cubs Vs Mariners" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A friend told me that the Cubs Vs Mariners game is going to be really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know what city the game you want to attend will be in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 55, + "slot": "city", + "start": 48 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "Cubs Vs Mariners" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to attend the game being played in Chicago if possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "Tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "venue", + "values": [ + "Wrigley Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "Cubs Vs Mariners" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "Cubs Vs Mariners", + "time": "17:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "city": "Chicago", + "date": "2019-03-07", + "event_name": "Cubs Vs Mariners", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "city": "Chicago", + "date": "2019-03-10", + "event_name": "Cubs Vs Mariners", + "time": "17:00", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "city": "Chicago", + "date": "2019-03-11", + "event_name": "Cubs Vs Mariners", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "city": "Chicago", + "date": "2019-03-12", + "event_name": "Cubs Vs Mariners", + "time": "18:00", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + } + ], + "slots": [ + { + "exclusive_end": 8, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 29, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Tomorrow the Cubs Vs Mariners game will be played at Wrigley Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Zz Top" + ], + "slot": "event_name", + "values": [ + "Zz Top" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "city", + "start": 39 + }, + { + "exclusive_end": 76, + "slot": "event_name", + "start": 70 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "event_name": [ + "Zz Top" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other events will be happening in Vancouver? Someone told me the Zz Top concert is also going to be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Zz Top" + ], + "slot": "event_name", + "values": [ + "Zz Top" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "venue", + "values": [ + "PNE Amphitheatre" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Vancouver", + "event_name": "Zz Top" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-07", + "event_name": "Zz Top", + "time": "19:00", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-09", + "event_name": "Zz Top", + "time": "18:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-13", + "event_name": "Zz Top", + "time": "18:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "date", + "start": 43 + }, + { + "exclusive_end": 6, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 42, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Zz Top will be playing at PNE Amphitheatre next Thursday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Zz Top" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like something I would like. Can you get me tickets to that?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, how many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Zz Top" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just 1 will be fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Zz Top" + ], + "slot": "event_name", + "values": [ + "Zz Top" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 75, + "slot": "date", + "start": 62 + }, + { + "exclusive_end": 88, + "slot": "city", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, I have 1 ticket for the Zz Top concert that is playing next Thursday in Vancouver. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Zz Top" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Vancouver", + "date": "2019-03-07", + "event_name": "Zz Top", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-07", + "event_name": "Zz Top", + "number_of_tickets": "1", + "time": "19:00", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to successfully purchase a ticket for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Zz Top" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that will be all for today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "4_00067", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find the dates for some upcoming events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a particular event or city you would like me to consider in my search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Panthers Vs Trojans" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Trojans" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 39 + }, + { + "exclusive_end": 30, + "slot": "event_name", + "start": 11 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Panthers Vs Trojans" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for a Panthers Vs Trojans game in ATL. I heard that should be a good game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Panthers Vs Trojans" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Trojans" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Georgia State Stadium" + ], + "slot": "venue", + "values": [ + "Georgia State Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Panthers Vs Trojans" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-02", + "event_name": "Panthers Vs Trojans", + "time": "17:00", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "Panthers Vs Trojans", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Panthers Vs Trojans", + "time": "18:00", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Panthers Vs Trojans", + "time": "17:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "date", + "start": 87 + }, + { + "exclusive_end": 83, + "slot": "event_name", + "start": 64 + }, + { + "exclusive_end": 120, + "slot": "venue", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've believe I've found the event you're looking for. The event Panthers Vs Trojans is tomorrow at Georgia State Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Panthers Vs Trojans" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the Georgia State Stadium and when will the game start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "755 Hank Aaron Drive Southeast" + ], + "slot": "venue_address", + "values": [ + "755 Hank Aaron Drive Southeast" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 87, + "slot": "time", + "start": 83 + }, + { + "exclusive_end": 54, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 755 Hank Aaron Drive Southeast, and the game will begin at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Panthers Vs Trojans" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright perfect, I think I know where that is." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Panthers Vs Trojans" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Definitely, I want to go with some friends so I'm going to need 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Panthers Vs Trojans" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Trojans" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 63 + }, + { + "exclusive_end": 82, + "slot": "city", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 4 tickets to Panthers Vs Trojans tomorrow in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Panthers Vs Trojans" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I confirm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-02", + "event_name": "Panthers Vs Trojans", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-02", + "event_name": "Panthers Vs Trojans", + "number_of_tickets": "4", + "time": "17:00", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have successfully been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Panthers Vs Trojans" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome great. That will be all thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, have a great day." + } + ] + }, + { + "dialogue_id": "4_00068", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Will you help me find dates for events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 8, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Jason Isbell" + ], + "slot": "event_name", + "values": [ + "Jason Isbell" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 12, + "slot": "event_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Jason Isbell" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Jason Isbell." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Jason Isbell" + ], + "slot": "event_name", + "values": [ + "Jason Isbell" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Prospect Park Bandshell" + ], + "slot": "venue", + "values": [ + "Prospect Park Bandshell" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Jason Isbell" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Jason Isbell", + "time": "18:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Jason Isbell", + "time": "17:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Jason Isbell", + "time": "17:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Jason Isbell", + "time": "19:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Jason Isbell", + "time": "17:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "date", + "start": 21 + }, + { + "exclusive_end": 56, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 87, + "slot": "venue", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 events for tomorrow. One of them, Jason Isbell, is at Prospect Park Bandshell." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Jason Isbell" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is it located? When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "141 Prospect Park West, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "141 Prospect Park West, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "time", + "start": 37 + }, + { + "exclusive_end": 32, + "slot": "venue_address", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "141 Prospect Park West, Brooklyn, at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Jason Isbell" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. I want to buy 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Jason Isbell" + ], + "slot": "event_name", + "values": [ + "Jason Isbell" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 53, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 65, + "slot": "city", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm 1 ticket for Jason Isbell for tomorrow in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Jason Isbell" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Jason Isbell", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Jason Isbell", + "number_of_tickets": "1", + "time": "18:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've made your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Jason Isbell" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Jason Isbell" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00069", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 36 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me dates for events in Philly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What types of events interest you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phillies Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Diamondbacks" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 17 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Phillies Vs Diamondbacks" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for Phillies Vs Diamondbacks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Phillies Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Diamondbacks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citizens Bank Park" + ], + "slot": "venue", + "values": [ + "Citizens Bank Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Phillies Vs Diamondbacks" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Phillies Vs Diamondbacks", + "time": "17:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Phillies Vs Diamondbacks", + "time": "19:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Phillies Vs Diamondbacks", + "time": "17:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Diamondbacks", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Phillies Vs Diamondbacks", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "date", + "start": 84 + }, + { + "exclusive_end": 48, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 70, + "slot": "venue", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search revealed 5 days. Phillies Vs Diamondbacks at Citizens Bank Park is happening today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Yankees Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Yankees Vs Rangers" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "city", + "start": 42 + }, + { + "exclusive_end": 77, + "slot": "event_name", + "start": 59 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Yankees Vs Rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find other days and for events in NY? Can you find Yankees Vs Rangers?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankees Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Yankees Vs Rangers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankee Stadium" + ], + "slot": "venue", + "values": [ + "Yankee Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Yankees Vs Rangers" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Yankees Vs Rangers", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-03", + "event_name": "Yankees Vs Rangers", + "time": "19:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Yankees Vs Rangers", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Yankees Vs Rangers", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Yankees Vs Rangers", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 42, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search revealed 5 days. Yankees Vs Rangers at Yankee Stadium is tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Yankees Vs Rangers" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me. I want to buy 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Yankees Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Yankees Vs Rangers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 22 + }, + { + "exclusive_end": 61, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 52, + "slot": "city", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 4 tickets to Yankees Vs Rangers in New York tomorrow. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Yankees Vs Rangers" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is great. What is the address and what time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1 East 161 Street" + ], + "slot": "venue_address", + "values": [ + "1 East 161 Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Yankees Vs Rangers", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Yankees Vs Rangers", + "number_of_tickets": "4", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "time", + "start": 53 + }, + { + "exclusive_end": 97, + "slot": "venue_address", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been confirmed. The game starts at 5:30 pm and the address is 1 East 161 Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Yankees Vs Rangers" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot. That is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00070", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "El Salvador Vs Haiti" + ], + "slot": "event_name", + "values": [ + "El Salvador Vs Haiti" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 33 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "El Salvador Vs Haiti" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like see event dates for El Salvador Vs Haiti." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "city", + "start": 3 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "event_name": [ + "El Salvador Vs Haiti" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "Next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "El Salvador Vs Haiti" + ], + "slot": "event_name", + "values": [ + "El Salvador Vs Haiti" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "RFK Stadium" + ], + "slot": "venue", + "values": [ + "RFK Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "El Salvador Vs Haiti" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "El Salvador Vs Haiti", + "time": "19:30", + "venue": "RFK Stadium", + "venue_address": "2400 East Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-07", + "event_name": "El Salvador Vs Haiti", + "time": "17:30", + "venue": "RFK Stadium", + "venue_address": "2400 East Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "El Salvador Vs Haiti", + "time": "18:30", + "venue": "RFK Stadium", + "venue_address": "2400 East Capitol Street Southeast" + } + ], + "slots": [ + { + "exclusive_end": 11, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 50, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 26, + "slot": "venue", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Next Monday at RFK Stadium is El Salvador Vs Haiti." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "event_name": [ + "El Salvador Vs Haiti" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "IS there any other dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "Next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "El Salvador Vs Haiti" + ], + "slot": "event_name", + "values": [ + "El Salvador Vs Haiti" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "RFK Stadium" + ], + "slot": "venue", + "values": [ + "RFK Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 52, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 28, + "slot": "venue", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Next Thursday at RFK Stadium is El Salvador Vs Haiti." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "event_name": [ + "El Salvador Vs Haiti" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "El Salvador Vs Haiti" + ], + "slot": "event_name", + "values": [ + "El Salvador Vs Haiti" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "RFK Stadium" + ], + "slot": "venue", + "values": [ + "RFK Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 10, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 49, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 25, + "slot": "venue", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "March 12th at RFK Stadium is El Salvador Vs Haiti." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Washington" + ], + "event_name": [ + "El Salvador Vs Haiti" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the start time and what is the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2400 East Capitol Street Southeast" + ], + "slot": "venue_address", + "values": [ + "2400 East Capitol Street Southeast" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 73, + "slot": "venue_address", + "start": 39 + }, + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 6:30 pm and is located at 2400 East Capitol Street Southeast." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "El Salvador Vs Haiti" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "El Salvador Vs Haiti" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like four tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "El Salvador Vs Haiti" + ], + "slot": "event_name", + "values": [ + "El Salvador Vs Haiti" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 47, + "slot": "date", + "start": 37 + }, + { + "exclusive_end": 66, + "slot": "city", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "4 tickets to El Salvador Vs Haiti on March 12th in Washington D.C. Is that Correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington", + "Washington D.C." + ], + "date": [ + "March 12th" + ], + "event_name": [ + "El Salvador Vs Haiti" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I only need 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "date", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "2 tickets for El Salvador Vs Haiti on March 12th. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington", + "Washington D.C." + ], + "date": [ + "March 12th" + ], + "event_name": [ + "El Salvador Vs Haiti" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "El Salvador Vs Haiti", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "El Salvador Vs Haiti", + "number_of_tickets": "2", + "time": "18:30", + "venue": "RFK Stadium", + "venue_address": "2400 East Capitol Street Southeast" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington", + "Washington D.C." + ], + "date": [ + "March 12th" + ], + "event_name": [ + "El Salvador Vs Haiti" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have an awesome day!" + } + ] + }, + { + "dialogue_id": "4_00071", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find some dates for some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kinds of events would you like to find out about?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Bastille" + ], + "slot": "event_name", + "values": [ + "Bastille" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "event_name", + "start": 18 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Bastille" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have heard that Bastille is great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like me to look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Bastille" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find events in San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Bastille" + ], + "slot": "event_name", + "values": [ + "Bastille" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "venue", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Bastille" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Bastille", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found Bastille on 1 day. It's on March 14th at Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Bastille" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile Drive" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "venue_address", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue can be found at 5500 Campanile Drive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Bastille" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Bastille" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Bastille" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to get some tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Bastille" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bastille" + ], + "slot": "event_name", + "values": [ + "Bastille" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 52 + }, + { + "exclusive_end": 87, + "slot": "date", + "start": 77 + }, + { + "exclusive_end": 73, + "slot": "city", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: You want 4 tickets to Bastille in San Diego on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Bastille" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Never mind, I would like two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bastille" + ], + "slot": "event_name", + "values": [ + "Bastille" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: You want 2 tickets to Bastille." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Bastille" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that would be great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Bastille", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Bastille", + "number_of_tickets": "2", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been bought." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Bastille" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much! That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00072", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you help me search for some event dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preference on the specific event of interest and the location where the event is held?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Nav With Killy" + ], + "slot": "event_name", + "values": [ + "Nav With Killy" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "city", + "start": 50 + }, + { + "exclusive_end": 29, + "slot": "event_name", + "start": 15 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Nav With Killy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer Nav With Killy, preferably held in Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nav With Killy" + ], + "slot": "event_name", + "values": [ + "Nav With Killy" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Nav With Killy" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Nav With Killy", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Nav With Killy", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-05", + "event_name": "Nav With Killy", + "time": "19:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Nav With Killy", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Nav With Killy", + "time": "19:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Nav With Killy", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Nav With Killy", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 27, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is one Nav With Killy event happening today at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Nav With Killy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "May I know where the event is held and when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "time", + "start": 27 + }, + { + "exclusive_end": 58, + "slot": "venue_address", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will commence at 5:30 pm at 29 East Allen Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city", + "values": [ + "Anaheim, CA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Brown Sabbath" + ], + "slot": "event_name", + "values": [ + "Brown Sabbath" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 102, + "slot": "city", + "start": 91 + }, + { + "exclusive_end": 66, + "slot": "event_name", + "start": 53 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "event_name": [ + "Brown Sabbath" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about events held on other dates? I would prefer Brown Sabbath events which is held in Anaheim, CA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Brown Sabbath" + ], + "slot": "event_name", + "values": [ + "Brown Sabbath" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Crossroads at House of Blues Anaheim" + ], + "slot": "venue", + "values": [ + "Crossroads at House of Blues Anaheim" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Anaheim", + "event_name": "Brown Sabbath" + } + }, + "service_results": [ + { + "city": "Anaheim", + "date": "2019-03-01", + "event_name": "Brown Sabbath", + "time": "19:00", + "venue": "Crossroads at House of Blues Anaheim", + "venue_address": "1530 Disneyland Monrail System" + }, + { + "city": "Anaheim", + "date": "2019-03-02", + "event_name": "Brown Sabbath", + "time": "19:00", + "venue": "Crossroads at House of Blues Anaheim", + "venue_address": "1530 Disneyland Monrail System" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 28, + "slot": "event_name", + "start": 15 + }, + { + "exclusive_end": 103, + "slot": "venue", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 2 Brown Sabbath events, one of which held tomorrow at Crossroads at House of Blues Anaheim." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "event_name": [ + "Brown Sabbath" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about events held on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Brown Sabbath" + ], + "slot": "event_name", + "values": [ + "Brown Sabbath" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Crossroads at House of Blues Anaheim" + ], + "slot": "venue", + "values": [ + "Crossroads at House of Blues Anaheim" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 30, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 100, + "slot": "venue", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, there is a Brown Sabbath event help on March 14th held at Crossroads at House of Blues Anaheim." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Brown Sabbath" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great! Could you purchase 4 tickets for this events for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Brown Sabbath" + ], + "slot": "event_name", + "values": [ + "Brown Sabbath" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city", + "values": [ + "Anaheim" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 99, + "slot": "date", + "start": 89 + }, + { + "exclusive_end": 85, + "slot": "city", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your purchase of 4 tickets for the Brown Sabbath event held at Anaheim on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim", + "Anaheim, CA" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Brown Sabbath" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure, that sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Anaheim", + "date": "2019-03-14", + "event_name": "Brown Sabbath", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Anaheim", + "date": "2019-03-14", + "event_name": "Brown Sabbath", + "number_of_tickets": "4", + "time": "17:00", + "venue": "Crossroads at House of Blues Anaheim", + "venue_address": "1530 Disneyland Monrail System" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Anaheim", + "Anaheim, CA" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Brown Sabbath" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "May I know when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "time", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will commence at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim", + "Anaheim, CA" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Brown Sabbath" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all the help I need. Thank you very much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It's my pleasure, have a great day ahead!" + } + ] + }, + { + "dialogue_id": "4_00073", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Girl In Red" + ], + "slot": "event_name", + "values": [ + "Girl In Red" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 31 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Girl In Red" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find the event Girl In Red." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city do you want me to search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Girl In Red" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Girl In Red" + ], + "slot": "event_name", + "values": [ + "Girl In Red" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Teragram Ballroom" + ], + "slot": "venue", + "values": [ + "the Teragram Ballroom" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Girl In Red" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Girl In Red", + "time": "19:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Girl In Red", + "time": "18:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Girl In Red", + "time": "18:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Girl In Red", + "time": "18:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Girl In Red", + "time": "18:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Girl In Red", + "time": "17:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Girl In Red", + "time": "19:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "date", + "start": 38 + }, + { + "exclusive_end": 55, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 80, + "slot": "venue", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on for 7 days, it starts today Girl In Red at the Teragram Ballroom." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Girl In Red" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1234 West 7th Street" + ], + "slot": "venue_address", + "values": [ + "1234 West 7th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's located at 1234 West 7th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Girl In Red" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Girl In Red" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the event starts at on the other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Girl In Red" + ], + "slot": "event_name", + "values": [ + "Girl In Red" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Teragram Ballroom" + ], + "slot": "venue", + "values": [ + "The Teragram Ballroom" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "date", + "start": 20 + }, + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Girl In Red is also tomorrow at The Teragram Ballroom." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Girl In Red" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Girl In Red" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Girl In Red" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just 1 ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Girl In Red" + ], + "slot": "event_name", + "values": [ + "Girl In Red" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 33, + "slot": "date", + "start": 25 + }, + { + "exclusive_end": 48, + "slot": "city", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Girl In Red for 1 person tomorrow in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Girl In Red" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I would like 3 tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Girl In Red" + ], + "slot": "event_name", + "values": [ + "Girl In Red" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Girl In Red for 3 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Girl In Red" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Girl In Red", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Girl In Red", + "number_of_tickets": "3", + "time": "18:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Girl In Red" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1234 West 7th Street" + ], + "slot": "venue_address", + "values": [ + "1234 West 7th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's located at 1234 West 7th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Girl In Red" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00074", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find dates for events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I look for events in and what kinds of events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Styx" + ], + "slot": "event_name", + "values": [ + "Styx" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "city", + "start": 31 + }, + { + "exclusive_end": 18, + "slot": "event_name", + "start": 14 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Styx" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any Styx concerts in Vancouver, BC?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Styx" + ], + "slot": "event_name", + "values": [ + "Styx" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "venue", + "values": [ + "PNE Amphitheatre" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Vancouver", + "event_name": "Styx" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-01", + "event_name": "Styx", + "time": "19:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-02", + "event_name": "Styx", + "time": "17:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-04", + "event_name": "Styx", + "time": "17:00", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-06", + "event_name": "Styx", + "time": "19:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-08", + "event_name": "Styx", + "time": "19:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-09", + "event_name": "Styx", + "time": "19:00", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-12", + "event_name": "Styx", + "time": "17:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-13", + "event_name": "Styx", + "time": "19:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "date", + "start": 23 + }, + { + "exclusive_end": 14, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Styx concert today at the PNE Amphitheatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Styx" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located and when does the concert start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2901 East Hastings Street" + ], + "slot": "venue_address", + "values": [ + "2901 East Hastings Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "time", + "start": 22 + }, + { + "exclusive_end": 83, + "slot": "venue_address", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The concert starts at 7:30 pm and the venue is located at 2901 East Hastings Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Styx" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other events on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Styx" + ], + "slot": "event_name", + "values": [ + "Styx" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "venue", + "values": [ + "PNE Amphitheatre" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "date", + "start": 24 + }, + { + "exclusive_end": 15, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Styx concert tomorrow at the PNE Amphitheatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Styx" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Styx" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd lke to buy one ticket for that concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Styx" + ], + "slot": "event_name", + "values": [ + "Styx" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 63 + }, + { + "exclusive_end": 84, + "slot": "city", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want to buy 1 ticket to a Styx concert tomorrow in Vancouver." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver", + "Vancouver, BC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Styx" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Vancouver", + "date": "2019-03-02", + "event_name": "Styx", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-02", + "event_name": "Styx", + "number_of_tickets": "1", + "time": "17:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Vancouver", + "Vancouver, BC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Styx" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located and when does the concert start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2901 East Hastings Street" + ], + "slot": "venue_address", + "values": [ + "2901 East Hastings Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "time", + "start": 22 + }, + { + "exclusive_end": 83, + "slot": "venue_address", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The concert starts at 5:30 pm and the venue is located at 2901 East Hastings Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver", + "Vancouver, BC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Styx" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver", + "Vancouver, BC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Styx" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a great day!" + } + ] + }, + { + "dialogue_id": "4_00075", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for event dates in Berkeley." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "For what event please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Golden Bears Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Golden Bears Vs Cougars" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 19 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Golden Bears Vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in Golden Bears Vs Cougars." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Golden Bears Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Golden Bears Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "California Memorial Stadium" + ], + "slot": "venue", + "values": [ + "California Memorial Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Berkeley", + "event_name": "Golden Bears Vs Cougars" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Golden Bears Vs Cougars", + "time": "19:30", + "venue": "California Memorial Stadium", + "venue_address": "2227 Piedmont Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-02", + "event_name": "Golden Bears Vs Cougars", + "time": "17:00", + "venue": "California Memorial Stadium", + "venue_address": "2227 Piedmont Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-03", + "event_name": "Golden Bears Vs Cougars", + "time": "19:00", + "venue": "California Memorial Stadium", + "venue_address": "2227 Piedmont Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-14", + "event_name": "Golden Bears Vs Cougars", + "time": "17:00", + "venue": "California Memorial Stadium", + "venue_address": "2227 Piedmont Avenue" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "date", + "start": 13 + }, + { + "exclusive_end": 92, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 49, + "slot": "venue", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "That happens today at California Memorial Stadium. To confirm, it is Golden Bears Vs Cougars." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Golden Bears Vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Golden Bears Vs Cougars" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want two please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Golden Bears Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Golden Bears Vs Cougars" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 84, + "slot": "date", + "start": 79 + }, + { + "exclusive_end": 74, + "slot": "city", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming the following: 2 tickets to Golden Bears Vs Cougars in Berkeley for today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Golden Bears Vs Cougars" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Golden Bears Vs Cougars", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Golden Bears Vs Cougars", + "number_of_tickets": "2", + "time": "19:30", + "venue": "California Memorial Stadium", + "venue_address": "2227 Piedmont Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The booking is complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Golden Bears Vs Cougars" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that'll do it today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you, take care." + } + ] + }, + { + "dialogue_id": "4_00076", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find a date for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, which event would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Star City Music Festival" + ], + "slot": "event_name", + "values": [ + "Star City Music festival" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "event_name", + "start": 14 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Star City Music festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about the Star City Music festival" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city were you looking to attend this event in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Brisbane" + ], + "slot": "city", + "values": [ + "Brisbane" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 8, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "event_name": [ + "Star City Music festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Brisbane, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Star City Music Festival" + ], + "slot": "event_name", + "values": [ + "Star City Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Brisbane Community Park" + ], + "slot": "venue", + "values": [ + "Brisbane Community Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Brisbane", + "event_name": "Star City Music Festival" + } + }, + "service_results": [ + { + "city": "Brisbane", + "date": "2019-03-04", + "event_name": "Star City Music Festival", + "time": "18:30", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-06", + "event_name": "Star City Music Festival", + "time": "18:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-07", + "event_name": "Star City Music Festival", + "time": "18:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-08", + "event_name": "Star City Music Festival", + "time": "17:30", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-10", + "event_name": "Star City Music Festival", + "time": "19:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-14", + "event_name": "Star City Music Festival", + "time": "19:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 34, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 73, + "slot": "venue", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Star City Music Festival next monday at Brisbane Community Park" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Brisbane" + ], + "event_name": [ + "Star City Music Festival", + "Star City Music festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time and where is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Brisbane, California 94005, United States" + ], + "slot": "venue_address", + "values": [ + "Brisbane, California 94005, United States" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 73, + "slot": "time", + "start": 66 + }, + { + "exclusive_end": 62, + "slot": "venue_address", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue address is Brisbane, California 94005, United States at 6:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mariners Vs Rangers" + ], + "slot": "event_name", + "values": [ + "mariners vs rangers" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "city", + "start": 53 + }, + { + "exclusive_end": 44, + "slot": "event_name", + "start": 25 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_name": [ + "mariners vs rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd rather check out the mariners vs rangers game in Seattle" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Rangers" + ], + "slot": "event_name", + "values": [ + "mariners vs rangers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Mariners Vs Rangers" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Mariners Vs Rangers", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Mariners Vs Rangers", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Mariners Vs Rangers", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-06", + "event_name": "Mariners Vs Rangers", + "time": "17:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "date", + "start": 80 + }, + { + "exclusive_end": 74, + "slot": "event_name", + "start": 55 + }, + { + "exclusive_end": 102, + "slot": "venue", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. There's 5 days this event takes place. There's a mariners vs rangers game today at T-Mobile park" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_name": [ + "mariners vs rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Rangers" + ], + "slot": "event_name", + "values": [ + "mariners vs rangers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-mobile park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 34, + "slot": "event_name", + "start": 15 + }, + { + "exclusive_end": 79, + "slot": "venue", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, there's a mariners vs rangers game the day after tomorrow at T-mobile park" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "mariners vs rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sweet, I'd like to buy the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like>" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "mariners vs rangers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "1 ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mariners Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Rangers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 76, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 104, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 115, + "slot": "city", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the event details below: 1 ticket to the Mariners Vs Rangers game the day after tomorrow in Seattle" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mariners Vs Rangers", + "mariners vs rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, please book 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 68, + "slot": "city", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your event details: 2 tickets for an event in Seattle" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mariners Vs Rangers", + "mariners vs rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect but what time will be start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Mariners Vs Rangers", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Mariners Vs Rangers", + "number_of_tickets": "2", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event for 6 pm is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mariners Vs Rangers", + "mariners vs rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please tell me the location." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1250 1st Avenue South" + ], + "slot": "venue_address", + "values": [ + "1250 1st Avenue South" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "venue_address", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "1250 1st Avenue South." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mariners Vs Rangers", + "mariners vs rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Mariners Vs Rangers", + "mariners vs rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "4_00077", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "city", + "start": 52 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to find something to do with some friends in Portland, OR. Can you see what events are going on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, what type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Friends" + ], + "slot": "event_name", + "values": [ + "Friends" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 29 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "event_name": [ + "Friends" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've heard good things about Friends." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Friends" + ], + "slot": "event_name", + "values": [ + "Friends" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Newmark Theatre" + ], + "slot": "venue", + "values": [ + "Newmark Theatre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Friends" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-02", + "event_name": "Friends", + "time": "17:00", + "venue": "Newmark Theatre", + "venue_address": "1111 Southwest Broadway" + }, + { + "city": "Portland", + "date": "2019-03-05", + "event_name": "Friends", + "time": "17:00", + "venue": "Newmark Theatre", + "venue_address": "1111 Southwest Broadway" + }, + { + "city": "Portland", + "date": "2019-03-08", + "event_name": "Friends", + "time": "19:30", + "venue": "Newmark Theatre", + "venue_address": "1111 Southwest Broadway" + }, + { + "city": "Portland", + "date": "2019-03-10", + "event_name": "Friends", + "time": "19:30", + "venue": "Newmark Theatre", + "venue_address": "1111 Southwest Broadway" + }, + { + "city": "Portland", + "date": "2019-03-13", + "event_name": "Friends", + "time": "17:30", + "venue": "Newmark Theatre", + "venue_address": "1111 Southwest Broadway" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 57, + "slot": "venue", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, it looks like Friends is happening at Newmark Theatre for 5 days. The next one is tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mets Vs Pirates" + ], + "slot": "event_name", + "values": [ + "Mets Vs Pirates" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 22, + "slot": "city", + "start": 20 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Mets Vs Pirates" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's happening in NY on other days? Might be interested in going to a Mets Vs Pirates game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Pirates" + ], + "slot": "event_name", + "values": [ + "Mets Vs Pirates" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Pirates" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Mets Vs Pirates", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Mets Vs Pirates", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Mets Vs Pirates", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Mets Vs Pirates", + "time": "19:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Pirates", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Mets Vs Pirates", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Mets Vs Pirates", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "date", + "start": 85 + }, + { + "exclusive_end": 65, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 84, + "slot": "venue", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Looks like there are 7 games coming up. There's a Mets Vs Pirates game at Citi Field next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Mets Vs Pirates" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that start and what's the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5:30 pm at 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Mets Vs Pirates" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the other dates for the game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Pirates" + ], + "slot": "event_name", + "values": [ + "Mets Vs Pirates" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 44, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Mets Vs Pirates game at Citi Field next Wednesday also." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets Vs Pirates" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets Vs Pirates" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get two tickets for that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Pirates" + ], + "slot": "event_name", + "values": [ + "Mets Vs Pirates" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 72, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 92, + "slot": "date", + "start": 78 + }, + { + "exclusive_end": 104, + "slot": "city", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Just to confirm, you want to buy 2 tickets for the Mets Vs Pirates game next Wednesday in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets Vs Pirates" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No actually, change that to 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Pirates" + ], + "slot": "event_name", + "values": [ + "Mets Vs Pirates" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to confirm, you want to get 4 tickets to the Mets Vs Pirates game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets Vs Pirates" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-06", + "event_name": "Mets Vs Pirates", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Mets Vs Pirates", + "number_of_tickets": "4", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, I've purchased the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets Vs Pirates" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00078", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in LAX" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know what kind of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Starset" + ], + "slot": "event_name", + "values": [ + "Starset" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "event_name", + "start": 13 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Starset" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard that Starset is really good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Starset" + ], + "slot": "event_name", + "values": [ + "starset" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Regent Theater DTLA" + ], + "slot": "venue", + "values": [ + "Regent Theater DTLA" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Starset" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Starset", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Starset", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Starset", + "time": "18:30", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Starset", + "time": "19:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Starset", + "time": "17:30", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Starset", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "date", + "start": 31 + }, + { + "exclusive_end": 26, + "slot": "event_name", + "start": 19 + }, + { + "exclusive_end": 59, + "slot": "venue", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 6 days for starset for today at Regent Theater DTLA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blue Jays Vs Yankees" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Yankees" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 100, + "slot": "city", + "start": 84 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Yankees" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about other days? I heard that the Blue Jays Vs Yankees is awesome. Looking in Toronto, Ontario." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Yankees" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Yankees" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Blue Jays Vs Yankees" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-02", + "event_name": "Blue Jays Vs Yankees", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Yankees", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Blue Jays Vs Yankees", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-07", + "event_name": "Blue Jays Vs Yankees", + "time": "17:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Yankees", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-10", + "event_name": "Blue Jays Vs Yankees", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-11", + "event_name": "Blue Jays Vs Yankees", + "time": "17:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 30, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Blue Jays Vs Yankees game at Rogers Centre tomorrow" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Yankees" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start, and where is the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Blue Jays Way" + ], + "slot": "venue_address", + "values": [ + "1 Blue Jays Way" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "venue_address", + "start": 16 + }, + { + "exclusive_end": 12, + "slot": "time", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 5 pm at 1 Blue Jays Way" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Blue Jays Vs Yankees" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok I want three tickets to that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blue Jays Vs Yankees" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Yankees" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 29, + "slot": "date", + "start": 21 + }, + { + "exclusive_end": 40, + "slot": "city", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming 3 tickets tomorrow in Toronto for the Blue Jays Vs Yankees" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Blue Jays Vs Yankees" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's right" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Toronto", + "date": "2019-03-02", + "event_name": "Blue Jays Vs Yankees", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-02", + "event_name": "Blue Jays Vs Yankees", + "number_of_tickets": "3", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is set" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Blue Jays Vs Yankees" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day" + } + ] + }, + { + "dialogue_id": "4_00079", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm interested in finding some dates for some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you have a preference for which city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Yankees Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Yankees Vs Orioles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "city", + "start": 27 + }, + { + "exclusive_end": 63, + "slot": "event_name", + "start": 45 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Yankees Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find events in New York. I heard Yankees Vs Orioles is great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankees Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Yankees vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankee Stadium" + ], + "slot": "venue", + "values": [ + "Yankee Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Yankees Vs Orioles" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Yankees Vs Orioles", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Yankees Vs Orioles", + "time": "19:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Yankees Vs Orioles", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Yankees Vs Orioles", + "time": "19:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 76, + "slot": "event_name", + "start": 58 + }, + { + "exclusive_end": 94, + "slot": "venue", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event on 4 days. There is one event for today Yankees vs Orioles at Yankee Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Yankees Vs Orioles", + "Yankees vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 East 161 Street" + ], + "slot": "venue_address", + "values": [ + "1 East 161 Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 1 East 161 Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees Vs Orioles", + "Yankees vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you wish to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees Vs Orioles", + "Yankees vs Orioles" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure, I'd like to buy 2 tickets to this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Yankees Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Yankees vs Orioles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 53, + "slot": "date", + "start": 48 + }, + { + "exclusive_end": 65, + "slot": "city", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm 2 tickets for Yankees vs Orioles today in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees Vs Orioles", + "Yankees vs Orioles" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'd actually like 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "date", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm 3 tickets for the event taking place today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees Vs Orioles", + "Yankees vs Orioles" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure, that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Yankees Vs Orioles", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Yankees Vs Orioles", + "number_of_tickets": "3", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been successfully completed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Yankees Vs Orioles", + "Yankees vs Orioles" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all I need for now. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "4_00080", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like dates for certain events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city and event that you are interested in today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Spose" + ], + "slot": "event_name", + "values": [ + "Spose" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "city", + "start": 29 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 16 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Spose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please look for Spose in the LA area." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Spose" + ], + "slot": "event_name", + "values": [ + "Spose" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1720(tm)" + ], + "slot": "venue", + "values": [ + "1720(tm)" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Spose" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Spose", + "time": "19:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Spose", + "time": "19:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Spose", + "time": "17:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Spose", + "time": "17:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 41 + }, + { + "exclusive_end": 5, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Spose will take place on 4 days starting next Monday at 1720(tm)." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Spose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Spose" + ], + "slot": "event_name", + "values": [ + "Spose" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1720(tm)" + ], + "slot": "venue", + "values": [ + "1720(tm)" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "date", + "start": 17 + }, + { + "exclusive_end": 5, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 43, + "slot": "venue", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Spose is also on next Wednesday at 1720(tm)." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Spose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please tell me the other dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "MArch 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Spose" + ], + "slot": "event_name", + "values": [ + "Spose" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1720(tm)" + ], + "slot": "venue", + "values": [ + "1720(tm)" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "date", + "start": 17 + }, + { + "exclusive_end": 5, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Spose is also on MArch 13th at 1720(tm)." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "MArch 13th" + ], + "event_name": [ + "Spose" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That date is perfect and I would like to purhcase 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Spose" + ], + "slot": "event_name", + "values": [ + "Spose" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "event_name", + "start": 21 + }, + { + "exclusive_end": 40, + "slot": "date", + "start": 30 + }, + { + "exclusive_end": 55, + "slot": "city", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 3 tickets for Spose on March 13th in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "MArch 13th", + "March 13th" + ], + "event_name": [ + "Spose" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I changed my mind and would only like 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 ticket for Spose on March 13th in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "MArch 13th", + "March 13th" + ], + "event_name": [ + "Spose" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Spose", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Spose", + "number_of_tickets": "1", + "time": "17:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "MArch 13th", + "March 13th" + ], + "event_name": [ + "Spose" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the event begin?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "MArch 13th", + "March 13th" + ], + "event_name": [ + "Spose" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I may help you with today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "MArch 13th", + "March 13th" + ], + "event_name": [ + "Spose" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you that will be it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00081", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find dates for some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event are you looking to attend?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vivian Green" + ], + "slot": "event_name", + "values": [ + "Vivian Green" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 22 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Vivian Green" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've heard the singer Vivian Green is great - does she have any shows?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like to see Vivian Green in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Vivian Green" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Does she have anything in New York City?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vivian Green" + ], + "slot": "event_name", + "values": [ + "Vivian Green" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Vivian Green" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Vivian Green", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Vivian Green", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Vivian Green", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Vivian Green", + "time": "18:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Vivian Green", + "time": "18:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "date", + "start": 59 + }, + { + "exclusive_end": 53, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 83, + "slot": "venue", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 possible options: there is a Vivian Green show next Monday at Sony Hall - does that sound good?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Canada" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Blue Jays Vs Astros" + ], + "slot": "event_name", + "values": [ + "Blue Jays vs Astros" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 106, + "slot": "city", + "start": 91 + }, + { + "exclusive_end": 81, + "slot": "event_name", + "start": 62 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Blue Jays vs Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for some other events as well? I'm looking for Blue Jays vs Astros games in Toronto, Canada - I've never gone to a baseball game before, and I'd like to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Astros" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Astros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Blue Jays Vs Astros" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Blue Jays Vs Astros", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Astros", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-11", + "event_name": "Blue Jays Vs Astros", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "date", + "start": 58 + }, + { + "exclusive_end": 32, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 88, + "slot": "venue", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 3 Blue Jays Vs Astros game: one takes place on March 9th at the Rogers Centre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Blue Jays Vs Astros", + "Blue Jays vs Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address of the venue, and what time does it start at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1 Blue Jays Way" + ], + "slot": "venue_address", + "values": [ + "1 Blue Jays Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 91, + "slot": "time", + "start": 84 + }, + { + "exclusive_end": 31, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 1 Blue Jays Way, in Toronto's Entertainment District - it begins at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Blue Jays Vs Astros", + "Blue Jays vs Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, can you get me a ticket to that?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like to get?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Blue Jays Vs Astros", + "Blue Jays vs Astros" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just one for this." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blue Jays Vs Astros" + ], + "slot": "event_name", + "values": [ + "Blue Jays vs Astros" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 95, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 81, + "slot": "city", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You'd like to get 1 ticket for the Blue Jays vs Astros game in Toronto, on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Canada" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Blue Jays Vs Astros", + "Blue Jays vs Astros" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, can you change that? I'm going to get 3 tickets instead, I'm going to surprise a couple of my friends." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 95, + "slot": "date", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To reviw: You'd like to get 3 tickets for the Blue Jays vs Astros game in Toronto, on March 9th - does that sound right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Canada" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Blue Jays Vs Astros", + "Blue Jays vs Astros" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Astros", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Astros", + "number_of_tickets": "3", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Canada" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Blue Jays Vs Astros", + "Blue Jays vs Astros" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for everything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Canada" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Blue Jays Vs Astros", + "Blue Jays vs Astros" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00082", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "White Sox Vs Twins" + ], + "slot": "event_name", + "values": [ + "White Sox Vs Twins" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 53, + "slot": "city", + "start": 46 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "White Sox Vs Twins" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for White Sox Vs Twins matches in Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "White Sox Vs Twins" + ], + "slot": "event_name", + "values": [ + "White Sox Vs Twins" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Guaranteed Rate Field" + ], + "slot": "venue", + "values": [ + "Guaranteed Rate Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "White Sox Vs Twins" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "White Sox Vs Twins", + "time": "17:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "White Sox Vs Twins", + "time": "17:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-05", + "event_name": "White Sox Vs Twins", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-10", + "event_name": "White Sox Vs Twins", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-11", + "event_name": "White Sox Vs Twins", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-12", + "event_name": "White Sox Vs Twins", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 42, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 101, + "slot": "venue", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 6 matches for White Sox Vs Twins and the earliest one is today at the Guaranteed Rate Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "White Sox Vs Twins" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is that venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "333 West 35th Street" + ], + "slot": "venue_address", + "values": [ + "333 West 35th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "venue_address", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Guaranteed Rate Field is at 333 West 35th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "White Sox Vs Twins" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what time does the match start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 50, + "slot": "city", + "start": 47 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Dodgers Vs Giants" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about other dates for Dodgers Vs Giants in LAX?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Dodgers Vs Giants" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Dodgers Vs Giants", + "time": "19:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Dodgers Vs Giants", + "time": "17:00", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Dodgers Vs Giants", + "time": "18:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Dodgers Vs Giants", + "time": "19:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 38, + "slot": "event_name", + "start": 21 + }, + { + "exclusive_end": 87, + "slot": "venue", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of the 4 matches for Dodgers Vs Giants, there is one next Tuesday at the Dodger Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "event_name": [ + "Dodgers Vs Giants" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about matches on other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "date", + "start": 43 + }, + { + "exclusive_end": 36, + "slot": "event_name", + "start": 19 + }, + { + "exclusive_end": 79, + "slot": "venue", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The next match for Dodgers Vs Giants is on next Wednesday at the Dodger Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Dodgers Vs Giants" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. I need 4 tickets for the match." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 85, + "slot": "date", + "start": 71 + }, + { + "exclusive_end": 100, + "slot": "city", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you need 4 tickets for the Dodgers Vs Giants match next Wednesday in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Dodgers Vs Giants" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's correct. When does the match start and where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1000 Vin Scully Ave" + ], + "slot": "venue_address", + "values": [ + "1000 Vin Scully Ave" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Dodgers Vs Giants", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Dodgers Vs Giants", + "number_of_tickets": "4", + "time": "18:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + } + ], + "slots": [ + { + "exclusive_end": 107, + "slot": "venue_address", + "start": 88 + }, + { + "exclusive_end": 59, + "slot": "time", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is successful. The match starts at 6:30 pm and the venue is located at 1000 Vin Scully Ave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX", + "Los Angeles" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Dodgers Vs Giants" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much. That's all I need now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00083", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find dates to bring to some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What event are you going to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Nycfc Vs Union" + ], + "slot": "event_name", + "values": [ + "NYCFC vs Union" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "event_name", + "start": 16 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "NYCFC vs Union" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've heard that NYCFC vs Union will be a great one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I check for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vertical Horizon" + ], + "slot": "event_name", + "values": [ + "Vertical Horizon" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "city", + "start": 25 + }, + { + "exclusive_end": 61, + "slot": "event_name", + "start": 45 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Vertical Horizon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find events in NYC. Something like Vertical Horizon which is supposed to be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vertical Horizon" + ], + "slot": "event_name", + "values": [ + "Vertical Horizon" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Vertical Horizon" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Vertical Horizon", + "time": "18:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Vertical Horizon", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Vertical Horizon", + "time": "18:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Vertical Horizon", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 98, + "slot": "event_name", + "start": 82 + }, + { + "exclusive_end": 111, + "slot": "venue", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found that they're playing events on 4 days. One is coming up next Monday. It's Vertical Horizon at Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Vertical Horizon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vertical Horizon" + ], + "slot": "event_name", + "values": [ + "Vertical Horizon" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 57, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The next Vertical Horizon event is March 9th at Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Vertical Horizon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the venue's address and when does the show start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "time", + "start": 58 + }, + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's located at 235 West 46th Street and it will start at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Vertical Horizon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great to me!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Vertical Horizon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I'd like to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Vertical Horizon" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like three tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vertical Horizon" + ], + "slot": "event_name", + "values": [ + "Vertical Horizon" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 58, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 70, + "slot": "city", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 3 tickets to Vertical Horizon on March 9th in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Vertical Horizon" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, actually I just want 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vertical Horizon" + ], + "slot": "event_name", + "values": [ + "Vertical Horizon" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you would like 2 tickets to Vertical Horizon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Vertical Horizon" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that's exactly right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-09", + "event_name": "Vertical Horizon", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Vertical Horizon", + "number_of_tickets": "2", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation has been placed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Vertical Horizon" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for helping!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I assist with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Vertical Horizon" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00084", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I like to search dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any idea of your interested event and also do you have any city preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Basta" + ], + "slot": "event_name", + "values": [ + "Basta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "city", + "start": 29 + }, + { + "exclusive_end": 58, + "slot": "event_name", + "start": 53 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "event_name": [ + "Basta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am searching for events in Chi-town and heard that Basta is really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Basta" + ], + "slot": "event_name", + "values": [ + "Basta" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Concord Music Hall" + ], + "slot": "venue", + "values": [ + "Concord Music Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "Basta" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Basta", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "Basta", + "time": "17:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-03", + "event_name": "Basta", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-04", + "event_name": "Basta", + "time": "18:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-05", + "event_name": "Basta", + "time": "19:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "city": "Chicago", + "date": "2019-03-07", + "event_name": "Basta", + "time": "18:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 48 + }, + { + "exclusive_end": 44, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 75, + "slot": "venue", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event on 6 days. The event Basta is today at Concord Music Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Chi-town" + ], + "event_name": [ + "Basta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what time event starts and where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2047 North Milwaukee Avenue" + ], + "slot": "venue_address", + "values": [ + "2047 North Milwaukee Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "time", + "start": 30 + }, + { + "exclusive_end": 78, + "slot": "venue_address", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will be starting at 6 pm in the location 2047 North Milwaukee Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is cool for me. I want to buy one ticket for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Basta" + ], + "slot": "event_name", + "values": [ + "Basta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 57, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 68, + "slot": "city", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "please give confirmation details:The event Basta is today at Chicago and number of tickets is 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, i need 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 86, + "slot": "city", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "please give confirmation details: The number of tickets is 3 for thew event in Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Basta", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Basta", + "number_of_tickets": "3", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking has been done." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do i favor you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Basta" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you very much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00085", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "It is a time for enjoy some events. Can you help me find some events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Surely, do yo look for any particular city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Seattle, WA is my choice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seahawks Vs Cardinals" + ], + "slot": "event_name", + "values": [ + "Seahawks vs cardinals" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Seahawks vs cardinals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Seahawks vs cardinals has got a good rating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seahawks Vs Cardinals" + ], + "slot": "event_name", + "values": [ + "Seahawks Vs Cardinals" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CenturyLink Field" + ], + "slot": "venue", + "values": [ + "CenturyLink Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Seahawks Vs Cardinals" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Seahawks Vs Cardinals", + "time": "19:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Seahawks Vs Cardinals", + "time": "18:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-09", + "event_name": "Seahawks Vs Cardinals", + "time": "17:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "date", + "start": 33 + }, + { + "exclusive_end": 26, + "slot": "event_name", + "start": 5 + }, + { + "exclusive_end": 65, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, Seahawks Vs Cardinals is on next monday at CenturyLink Field" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mariners Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Rangers" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 10 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Mariners Vs Rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about Mariners Vs Rangers, any date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Mariners vs Rangers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Mariners Vs Rangers" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Mariners Vs Rangers", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Mariners Vs Rangers", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Mariners Vs Rangers", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-06", + "event_name": "Mariners Vs Rangers", + "time": "17:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-12", + "event_name": "Mariners Vs Rangers", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 31, + "slot": "date", + "start": 26 + }, + { + "exclusive_end": 19, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 48, + "slot": "venue", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Mariners vs Rangers is on today at T-Mobile Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Mariners Vs Rangers", + "Mariners vs Rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Starting time please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Begins at 7:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Mariners Vs Rangers", + "Mariners vs Rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1250 1st Avenue South" + ], + "slot": "venue_address", + "values": [ + "1250 1st Avenue South" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "venue_address", + "start": 9 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is at 1250 1st Avenue South" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "today" + ], + "event_name": [ + "Mariners Vs Rangers", + "Mariners vs Rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good, thats fine for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you like to ensure ticket for that?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "today" + ], + "event_name": [ + "Mariners Vs Rangers", + "Mariners vs Rangers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Surely, reserve 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mariners Vs Rangers" + ], + "slot": "event_name", + "values": [ + "mariners vs Rangers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 80, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 70, + "slot": "city", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the details, 1 ticket for mariners vs Rangers in Seattle, on today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "today" + ], + "event_name": [ + "Mariners Vs Rangers", + "Mariners vs Rangers", + "mariners vs Rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sorry, I need two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "date", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, 2 tickets for the event on today, correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "today" + ], + "event_name": [ + "Mariners Vs Rangers", + "Mariners vs Rangers", + "mariners vs Rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, thats it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "number_of_tickets": "2", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Congrats, it is done." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "today" + ], + "event_name": [ + "Mariners Vs Rangers", + "Mariners vs Rangers", + "mariners vs Rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "4_00086", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have some free time and would like help finding dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city should I look in, and what kinds of events interest you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Taking Back Sunday" + ], + "slot": "event_name", + "values": [ + "Taking back Sunday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "city", + "start": 25 + }, + { + "exclusive_end": 48, + "slot": "event_name", + "start": 30 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Taking back Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please find me events in ATL. Taking back Sunday comes highly recommended." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Taking Back Sunday" + ], + "slot": "event_name", + "values": [ + "Taking Back Sunday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Kenny's Alley" + ], + "slot": "venue", + "values": [ + "Kenny's Alley" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Taking Back Sunday" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-03", + "event_name": "Taking Back Sunday", + "time": "17:00", + "venue": "Kenny's Alley", + "venue_address": "50 Upper Alabama Street" + }, + { + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Taking Back Sunday", + "time": "18:00", + "venue": "Kenny's Alley", + "venue_address": "50 Upper Alabama Street" + }, + { + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Taking Back Sunday", + "time": "19:00", + "venue": "Kenny's Alley", + "venue_address": "50 Upper Alabama Street" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Taking Back Sunday", + "time": "17:30", + "venue": "Kenny's Alley", + "venue_address": "50 Upper Alabama Street" + }, + { + "city": "Atlanta", + "date": "2019-03-13", + "event_name": "Taking Back Sunday", + "time": "19:00", + "venue": "Kenny's Alley", + "venue_address": "50 Upper Alabama Street" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 22, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Taking Back Sunday event will be at Kenny's Alley on the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Taking Back Sunday", + "Taking back Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Taking Back Sunday", + "Taking back Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please help me buy the event tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Please let me know the number of tickets I should get." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Taking Back Sunday", + "Taking back Sunday" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Taking Back Sunday" + ], + "slot": "event_name", + "values": [ + "Taking Back Sunday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 93, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 105, + "slot": "city", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd like 1 ticket for the Taking Back Sunday event which takes place the day after tomorrow, in Atlanta. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Taking Back Sunday", + "Taking back Sunday" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-03", + "event_name": "Taking Back Sunday", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-03", + "event_name": "Taking Back Sunday", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Kenny's Alley", + "venue_address": "50 Upper Alabama Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have made your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Taking Back Sunday", + "Taking back Sunday" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00087", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to know about some interesting events & their dates, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you tell me which type of events you are interested and in which City you like to find the events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Whitecaps Vs Kansas City" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Kansas City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 82, + "slot": "city", + "start": 73 + }, + { + "exclusive_end": 31, + "slot": "event_name", + "start": 7 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "event_name": [ + "Whitecaps Vs Kansas City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Whitecaps Vs Kansas City very much and can you search the same in Vancouver?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Whitecaps Vs Kansas City" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Kansas City" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BC Place" + ], + "slot": "venue", + "values": [ + "BC Place" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Vancouver", + "event_name": "Whitecaps Vs Kansas City" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-03", + "event_name": "Whitecaps Vs Kansas City", + "time": "18:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-05", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-08", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-09", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-10", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-13", + "event_name": "Whitecaps Vs Kansas City", + "time": "17:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 48, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 85, + "slot": "venue", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, I found that event Whitecaps Vs Kansas City is on day after tomorrow at BC Place. Is that okay to you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phutureprimitive" + ], + "slot": "event_name", + "values": [ + "Phutureprimitive" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "city", + "start": 51 + }, + { + "exclusive_end": 86, + "slot": "event_name", + "start": 70 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Phutureprimitive" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "may be, can you check for events on other dates in Berkeley?. I think Phutureprimitive is nice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Phutureprimitive" + ], + "slot": "event_name", + "values": [ + "Phutureprimitive" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cornerstone Craft Beer & Live Music" + ], + "slot": "venue", + "values": [ + "Cornerstone Craft Beer & Live Music" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Berkeley", + "event_name": "Phutureprimitive" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-02", + "event_name": "Phutureprimitive", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-03", + "event_name": "Phutureprimitive", + "time": "19:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-04", + "event_name": "Phutureprimitive", + "time": "18:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-07", + "event_name": "Phutureprimitive", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-10", + "event_name": "Phutureprimitive", + "time": "18:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-12", + "event_name": "Phutureprimitive", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-13", + "event_name": "Phutureprimitive", + "time": "17:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 27, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 110, + "slot": "venue", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Found that Phutureprimitive event is for 7 days from tomorrow and it is at Cornerstone Craft Beer & Live Music." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Phutureprimitive" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "and what about other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Phutureprimitive" + ], + "slot": "event_name", + "values": [ + "Phutureprimitive" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cornerstone Craft Beer & Live Music" + ], + "slot": "venue", + "values": [ + "Cornerstone Craft Beer & Live Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 93, + "slot": "date", + "start": 82 + }, + { + "exclusive_end": 31, + "slot": "event_name", + "start": 15 + }, + { + "exclusive_end": 70, + "slot": "venue", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, the event Phutureprimitive at Cornerstone Craft Beer & Live Music is also on next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Phutureprimitive" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's I need, Can you buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, I can, how many tickets you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Phutureprimitive" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Only one for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phutureprimitive" + ], + "slot": "event_name", + "values": [ + "Phutureprimitive" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 66, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 78, + "slot": "city", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 ticket for Phutureprimitive event on next Monday at Berkeley." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Phutureprimitive" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is fine, let me know the venue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2367 Shattuck Avenue" + ], + "slot": "venue_address", + "values": [ + "2367 Shattuck Avenue" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Berkeley", + "date": "2019-03-04", + "event_name": "Phutureprimitive", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-04", + "event_name": "Phutureprimitive", + "number_of_tickets": "1", + "time": "18:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + } + ], + "slots": [ + { + "exclusive_end": 33, + "slot": "venue_address", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is 2367 Shattuck Avenue. Your tickets are reserved." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Phutureprimitive" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is enough. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00088", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "city", + "start": 36 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think I want to plan an outing in Toronto, Ontario" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have anything in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blue Jays Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Rangers" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "event_name", + "start": 41 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes actually, I wouldn't mind going to a Blue Jays Vs Rangers game" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Rangers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Blue Jays Vs Rangers" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-01", + "event_name": "Blue Jays Vs Rangers", + "time": "18:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-02", + "event_name": "Blue Jays Vs Rangers", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Rangers", + "time": "19:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Blue Jays Vs Rangers", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-05", + "event_name": "Blue Jays Vs Rangers", + "time": "18:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-11", + "event_name": "Blue Jays Vs Rangers", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-12", + "event_name": "Blue Jays Vs Rangers", + "time": "19:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 33, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 79, + "slot": "venue", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 7 Blue Jays Vs Rangers games, there's one today at the Rogers Centre" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Rangers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the Rogers Centre? And what time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1 Blue Jays Way" + ], + "slot": "venue_address", + "values": [ + "1 Blue Jays Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "time", + "start": 58 + }, + { + "exclusive_end": 39, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Rogers Centre is at 1 Blue Jays Way, and it starts at 6:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "today" + ], + "event_name": [ + "Blue Jays Vs Rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you book me two tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blue Jays Vs Rangers" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Rangers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 82, + "slot": "event_name", + "start": 62 + }, + { + "exclusive_end": 93, + "slot": "date", + "start": 88 + }, + { + "exclusive_end": 104, + "slot": "city", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, just to confirm, do you want me to buy 2 tickets to the Blue Jays Vs Rangers game today in Toronto?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "today" + ], + "event_name": [ + "Blue Jays Vs Rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please, thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Toronto", + "date": "2019-03-01", + "event_name": "Blue Jays Vs Rangers", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-01", + "event_name": "Blue Jays Vs Rangers", + "number_of_tickets": "2", + "time": "18:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, they've been booked for you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "today" + ], + "event_name": [ + "Blue Jays Vs Rangers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you! I don't need anything else" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, have a lovely day" + } + ] + }, + { + "dialogue_id": "4_00089", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find out some event dates. Do you think you can pitch in and help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, I'd love to. What city please? Also do you have a certain type category you want me to search for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Napa" + ], + "slot": "city", + "values": [ + "Napa" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mandy Harvey" + ], + "slot": "event_name", + "values": [ + "Mandy Harvey" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "city", + "start": 23 + }, + { + "exclusive_end": 19, + "slot": "event_name", + "start": 7 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "event_name": [ + "Mandy Harvey" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want Mandy Harvey in Napa. It's supposed to be top drawer." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "Next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mandy Harvey" + ], + "slot": "event_name", + "values": [ + "Mandy harvey" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Note Napa" + ], + "slot": "venue", + "values": [ + "Blue Note Napa" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Napa", + "event_name": "Mandy Harvey" + } + }, + "service_results": [ + { + "city": "Napa", + "date": "2019-03-04", + "event_name": "Mandy Harvey", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-05", + "event_name": "Mandy Harvey", + "time": "17:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-08", + "event_name": "Mandy Harvey", + "time": "19:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-09", + "event_name": "Mandy Harvey", + "time": "19:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-11", + "event_name": "Mandy Harvey", + "time": "17:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-14", + "event_name": "Mandy Harvey", + "time": "17:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 65, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 83, + "slot": "venue", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Good, I found 6 different days. Next Monday there is Mandy harvey at Blue Note Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Napa" + ], + "event_name": [ + "Mandy Harvey", + "Mandy harvey" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address there? What time of day does the event begin?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1030 Main Street" + ], + "slot": "venue_address", + "values": [ + "1030 main Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 7, + "slot": "time", + "start": 0 + }, + { + "exclusive_end": 27, + "slot": "venue_address", + "start": 11 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "6:30 pm at 1030 main Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "Next Monday" + ], + "event_name": [ + "Mandy Harvey", + "Mandy harvey" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. Line me up please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You want tickets right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "Next Monday" + ], + "event_name": [ + "Mandy Harvey", + "Mandy harvey" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes 1 please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mandy Harvey" + ], + "slot": "event_name", + "values": [ + "Mandy harvey" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Napa" + ], + "slot": "city", + "values": [ + "Napa" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 53, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 61, + "slot": "city", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, to be clear. 1 ticket to Mandy harvey next monday in Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "Next Monday", + "next monday" + ], + "event_name": [ + "Mandy Harvey", + "Mandy harvey" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wrong, I said 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mandy Harvey" + ], + "slot": "event_name", + "values": [ + "Mandy Harvey" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 4 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, Mandy Harvey for 3, right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "Next Monday", + "next monday" + ], + "event_name": [ + "Mandy Harvey", + "Mandy harvey" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I affirm that option." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Napa", + "date": "2019-03-04", + "event_name": "Mandy Harvey", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Napa", + "date": "2019-03-04", + "event_name": "Mandy Harvey", + "number_of_tickets": "3", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I got you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "Next Monday", + "next monday" + ], + "event_name": [ + "Mandy Harvey", + "Mandy harvey" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, you're a real peach." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Will you need any other tickets today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "Next Monday", + "next monday" + ], + "event_name": [ + "Mandy Harvey", + "Mandy harvey" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "None for me, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Good, have a nice time." + } + ] + }, + { + "dialogue_id": "4_00090", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me the dates for events in NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you interested in any particular events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Timbers Vs Rsl" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Rsl" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 71, + "slot": "city", + "start": 63 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "event_name": [ + "Timbers Vs Rsl" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard that Timbers Vs Rsl is really good, maybe something in Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Timbers Vs Rsl" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Rsl" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Providence Park" + ], + "slot": "venue", + "values": [ + "Providence Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Timbers Vs Rsl" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Timbers Vs Rsl", + "time": "17:00", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-06", + "event_name": "Timbers Vs Rsl", + "time": "18:30", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-08", + "event_name": "Timbers Vs Rsl", + "time": "18:00", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-11", + "event_name": "Timbers Vs Rsl", + "time": "17:00", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-12", + "event_name": "Timbers Vs Rsl", + "time": "19:30", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-13", + "event_name": "Timbers Vs Rsl", + "time": "19:00", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + }, + { + "city": "Portland", + "date": "2019-03-14", + "event_name": "Timbers Vs Rsl", + "time": "17:30", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "date", + "start": 34 + }, + { + "exclusive_end": 27, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found a Timbers Vs Rsl event next Monday at Providence Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "event_name": [ + "Timbers Vs Rsl" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That doesn't work for me. What else is going on other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Timbers Vs Rsl" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Rsl" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Providence Park" + ], + "slot": "venue", + "values": [ + "Providence Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 38 + }, + { + "exclusive_end": 31, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 71, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is another Timbers Vs Rsl event next Wednesday at Providence Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Portland" + ], + "event_name": [ + "Timbers Vs Rsl" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is Providence Park located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1844 Southwest Morrison Street" + ], + "slot": "venue_address", + "values": [ + "1844 Southwest Morrison Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "venue_address", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address of Providence Park is 1844 Southwest Morrison Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Timbers Vs Rsl" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you buy me a ticket to that event? Just one please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Timbers Vs Rsl" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Rsl" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 83, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 68, + "slot": "city", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 1 ticket to Timbers Vs Rsl in Portland next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Timbers Vs Rsl" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, my friends want to go as well. The event is good, but get me three tickets instead of one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Timbers Vs Rsl" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Rsl" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 3 tickets to Timbers Vs Rsl." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Timbers Vs Rsl" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I confirm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Portland", + "date": "2019-03-06", + "event_name": "Timbers Vs Rsl", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-06", + "event_name": "Timbers Vs Rsl", + "number_of_tickets": "3", + "time": "18:30", + "venue": "Providence Park", + "venue_address": "1844 Southwest Morrison Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have successfully been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Portland" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Timbers Vs Rsl" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Timbers Vs Rsl" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I could assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Timbers Vs Rsl" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00091", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "city", + "start": 45 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find some good events happening in New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What events do you want to see?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 14 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Jethro Tull" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see Jethro Tull, he has some good reviews." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "venue", + "values": [ + "Forest Hills Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Jethro Tull" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Jethro Tull", + "time": "17:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Jethro Tull", + "time": "17:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Jethro Tull", + "time": "18:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Jethro Tull", + "time": "18:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Jethro Tull", + "time": "17:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Jethro Tull", + "time": "18:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Jethro Tull", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 37 + }, + { + "exclusive_end": 59, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event for 7 days, starts today. The Jethro Tull event at Forest Hills Stadium" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Jethro Tull" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the location of the venue? What time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Tennis Place, Forest Hills" + ], + "slot": "venue_address", + "values": [ + "1 Tennis Place, Forest Hills" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5:30 pm at 1 Tennis Place, Forest Hills." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "date": [ + "today" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, I want to buy four tickets to this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 72, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 84, + "slot": "city", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly, shall I book you 4 tickets to the Jethro Tull event for today in New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "today" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Change that to 1 ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly, 1 ticket for the event in New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "today" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Jethro Tull", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Jethro Tull", + "number_of_tickets": "1", + "time": "17:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed your booking." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "today" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "New York", + "New York City" + ], + "date": [ + "today" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thats all thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "4_00092", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me an event" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any city you have in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "city", + "start": 19 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want an event in LA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Lafc Vs Atlanta United" + ], + "slot": "event_name", + "values": [ + "lafc Vs Atlanta United" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 14 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "lafc Vs Atlanta United" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see lafc Vs Atlanta United" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lafc Vs Atlanta United" + ], + "slot": "event_name", + "values": [ + "Lafc Vs Atlanta United" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Banc of California Stadium" + ], + "slot": "venue", + "values": [ + "banc of california stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Lafc Vs Atlanta United" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Lafc Vs Atlanta United", + "time": "17:30", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Lafc Vs Atlanta United", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Lafc Vs Atlanta United", + "time": "17:30", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "date", + "start": 74 + }, + { + "exclusive_end": 73, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 112, + "slot": "venue", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found event for the next 6 days. There is also a Lafc Vs Atlanta United tomorrow at banc of california stadium" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Angels Vs Tigers" + ], + "slot": "event_name", + "values": [ + "Angels Vs Tigers" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city", + "values": [ + "Anaheim, CA" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 42, + "slot": "city", + "start": 31 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "event_name": [ + "Angels Vs Tigers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about Angels Vs Tigers in Anaheim, CA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs Tigers" + ], + "slot": "event_name", + "values": [ + "Angels Vs Tigers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "venue", + "values": [ + "Angel Stadium of Anaheim" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Anaheim", + "event_name": "Angels Vs Tigers" + } + }, + "service_results": [ + { + "city": "Anaheim", + "date": "2019-03-06", + "event_name": "Angels Vs Tigers", + "time": "19:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "city": "Anaheim", + "date": "2019-03-09", + "event_name": "Angels Vs Tigers", + "time": "17:30", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "city": "Anaheim", + "date": "2019-03-10", + "event_name": "Angels Vs Tigers", + "time": "18:30", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + } + ], + "slots": [ + { + "exclusive_end": 34, + "slot": "date", + "start": 20 + }, + { + "exclusive_end": 16, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Angels Vs Tigers is next Wednesday at Angel Stadium of Anaheim" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "event_name": [ + "Angels Vs Tigers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does this start and where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2000 East Gene Autry Way" + ], + "slot": "venue_address", + "values": [ + "2000 East Gene Autry Way" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "venue_address", + "start": 27 + }, + { + "exclusive_end": 23, + "slot": "time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This will start at 7 pm at 2000 East Gene Autry Way" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Tigers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to book the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Tigers" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "3 tickets please" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Angels Vs Tigers" + ], + "slot": "event_name", + "values": [ + "Angels Vs Tigers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city", + "values": [ + "Anaheim" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 57 + }, + { + "exclusive_end": 82, + "slot": "city", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm booking of 3 tickets for Angels Vs Tigers next Wednesday in Anaheim" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim", + "Anaheim, CA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Tigers" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes thats correct" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Anaheim", + "date": "2019-03-06", + "event_name": "Angels Vs Tigers", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Anaheim", + "date": "2019-03-06", + "event_name": "Angels Vs Tigers", + "number_of_tickets": "3", + "time": "19:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reserved" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim", + "Anaheim, CA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Tigers" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim", + "Anaheim, CA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Tigers" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "no thats it" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a nice day" + } + ] + }, + { + "dialogue_id": "4_00093", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "city", + "start": 47 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in finding dates for events in SF" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know the event your are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Low" + ], + "slot": "event_name", + "values": [ + "Low" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 67, + "slot": "city", + "start": 64 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Low" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard that Low is really good I am also looking for events in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Low" + ], + "slot": "event_name", + "values": [ + "Low" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Murmrr" + ], + "slot": "venue", + "values": [ + "Murmrr" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Low" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Low", + "time": "18:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Low", + "time": "17:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Low", + "time": "18:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Low", + "time": "19:00", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Low", + "time": "18:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Low", + "time": "17:00", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "date", + "start": 29 + }, + { + "exclusive_end": 55, + "slot": "event_name", + "start": 52 + }, + { + "exclusive_end": 75, + "slot": "venue", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on schedule for tomorrow. The event is Low and it is at Murmrr." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Low" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17 Eastern Parkway, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "17 Eastern Parkway, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "venue_address", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue in New York is located at 17 Eastern Parkway, Brooklyn" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Low" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "time", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event will start at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Low" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Low" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I would like to buy events tickets. I want one ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Low" + ], + "slot": "event_name", + "values": [ + "Low" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 118, + "slot": "date", + "start": 110 + }, + { + "exclusive_end": 150, + "slot": "city", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The event is Low, the number of tickets is 1, and The event takes place tomorrow. Also, the event is in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Low" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Low", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Low", + "number_of_tickets": "1", + "time": "18:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Low" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your help. That is all I need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00094", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi, I would like to find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'll be glad to help you. May I know the event that you are interested in? Besides, do you have a preference on the city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Juliana Hatfield" + ], + "slot": "event_name", + "values": [ + "Juliana Hatfield" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "District of Columbia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 93, + "slot": "city", + "start": 73 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Juliana Hatfield" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm really interested in Juliana Hatfield. Please look for the events in District of Columbia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Juliana Hatfield" + ], + "slot": "event_name", + "values": [ + "Juliana Hatfield" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Union Stage" + ], + "slot": "venue", + "values": [ + "Union Stage" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Juliana Hatfield" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Juliana Hatfield", + "time": "18:30", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-02", + "event_name": "Juliana Hatfield", + "time": "18:30", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Juliana Hatfield", + "time": "18:00", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-05", + "event_name": "Juliana Hatfield", + "time": "19:00", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-06", + "event_name": "Juliana Hatfield", + "time": "17:00", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-08", + "event_name": "Juliana Hatfield", + "time": "17:00", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-11", + "event_name": "Juliana Hatfield", + "time": "17:00", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Juliana Hatfield", + "time": "19:30", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + } + ], + "slots": [ + { + "exclusive_end": 123, + "slot": "date", + "start": 118 + }, + { + "exclusive_end": 90, + "slot": "event_name", + "start": 74 + }, + { + "exclusive_end": 138, + "slot": "venue", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "As per the search results, there are 8 days with this event. The event is Juliana Hatfield which will be taking place today at Union Stage." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Juliana Hatfield" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please help me with the location of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + ], + "slot": "venue_address", + "values": [ + "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 104, + "slot": "venue_address", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. It is located at 740 Water Street Southwest, Washington, District of Columbia 20024, United States." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "date": [ + "today" + ], + "event_name": [ + "Juliana Hatfield" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for helping with that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "date": [ + "today" + ], + "event_name": [ + "Juliana Hatfield" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want to buy four event tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Juliana Hatfield" + ], + "slot": "event_name", + "values": [ + "Juliana Hatfield" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 72, + "slot": "event_name", + "start": 56 + }, + { + "exclusive_end": 111, + "slot": "date", + "start": 106 + }, + { + "exclusive_end": 130, + "slot": "city", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, let's confirm the details. You want 4 tickets for Juliana Hatfield event which will be taking place today in Washington D.C." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Juliana Hatfield" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect. At what time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Juliana Hatfield", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Juliana Hatfield", + "number_of_tickets": "4", + "time": "18:30", + "venue": "Union Stage", + "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" + } + ], + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 6:30 pm. I'm glad to inform you that your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Juliana Hatfield" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for you assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Juliana Hatfield" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all. Thanks again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00095", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 60 + }, + { + "exclusive_end": 46, + "slot": "city", + "start": 34 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "event_name": [ + "Hozier" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any events coming up in Portland, OR? I hear that Hozier is really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "venue", + "values": [ + "Theater Of The Clouds" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Hozier" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Hozier", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-05", + "event_name": "Hozier", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-07", + "event_name": "Hozier", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-08", + "event_name": "Hozier", + "time": "17:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-09", + "event_name": "Hozier", + "time": "17:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-11", + "event_name": "Hozier", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 50 + }, + { + "exclusive_end": 17, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 49, + "slot": "venue", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 6. Hozier is at the Theater Of The Clouds next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. I want to buy three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 48, + "slot": "date", + "start": 37 + }, + { + "exclusive_end": 60, + "slot": "city", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 3 tickets for Hozier next Monday in Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please. That works." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Hozier", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Hozier", + "number_of_tickets": "3", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Hozier" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00096", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for dates for an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which event? Did you have a specific city that you wanted to go to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Roy Ayers" + ], + "slot": "event_name", + "values": [ + "Roy Ayers" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Napa" + ], + "slot": "city", + "values": [ + "Napa" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 47, + "slot": "city", + "start": 43 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "event_name": [ + "Roy Ayers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am specifically looking for Roy Ayers in Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Roy Ayers" + ], + "slot": "event_name", + "values": [ + "Roy Ayers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Note Napa" + ], + "slot": "venue", + "values": [ + "Blue Note Napa" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Napa", + "event_name": "Roy Ayers" + } + }, + "service_results": [ + { + "city": "Napa", + "date": "2019-03-01", + "event_name": "Roy Ayers", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-02", + "event_name": "Roy Ayers", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-04", + "event_name": "Roy Ayers", + "time": "17:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-06", + "event_name": "Roy Ayers", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-08", + "event_name": "Roy Ayers", + "time": "17:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-09", + "event_name": "Roy Ayers", + "time": "17:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 56, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found that event on 6 different days. I have Roy Ayers at Blue Note Napa today. Will that work for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "today" + ], + "event_name": [ + "Roy Ayers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds amazing. I would like to buy one ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Roy Ayers" + ], + "slot": "event_name", + "values": [ + "Roy Ayers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Napa" + ], + "slot": "city", + "values": [ + "Napa" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 50, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 58, + "slot": "city", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So to confirm, that is 1 ticket to Roy Ayers today in Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "today" + ], + "event_name": [ + "Roy Ayers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes perfect. What time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Napa", + "date": "2019-03-01", + "event_name": "Roy Ayers", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Napa", + "date": "2019-03-01", + "event_name": "Roy Ayers", + "number_of_tickets": "1", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "time", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made for 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Napa" + ], + "date": [ + "today" + ], + "event_name": [ + "Roy Ayers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for your help, that's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00097", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city and events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Gloryhammer" + ], + "slot": "event_name", + "values": [ + "Gloryhammer" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 31, + "slot": "city", + "start": 29 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Gloryhammer" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see Gloryhammer in LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Gloryhammer" + ], + "slot": "event_name", + "values": [ + "Gloryhammer" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1720(tm)" + ], + "slot": "venue", + "values": [ + "1720(tm)" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Gloryhammer" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Gloryhammer", + "time": "17:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Gloryhammer", + "time": "19:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Gloryhammer", + "time": "19:30", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Gloryhammer", + "time": "19:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Gloryhammer", + "time": "18:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Gloryhammer", + "time": "17:30", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Gloryhammer", + "time": "17:30", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + } + ], + "slots": [ + { + "exclusive_end": 20, + "slot": "date", + "start": 15 + }, + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 32, + "slot": "venue", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Gloryhammer is today at 1720(tm)." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 64, + "slot": "city", + "start": 61 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Jethro Tull" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want other events. I would be interested in Jethro Tull at NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "venue", + "values": [ + "Forest Hills Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Jethro Tull" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Jethro Tull", + "time": "17:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Jethro Tull", + "time": "17:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Jethro Tull", + "time": "18:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Jethro Tull", + "time": "18:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Jethro Tull", + "time": "17:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Jethro Tull", + "time": "18:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Jethro Tull", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Jethro Tull is playing at Forest Hills Stadium next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Jethro Tull" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the time and address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Tennis Place, Forest Hills" + ], + "slot": "venue_address", + "values": [ + "1 Tennis Place, Forest Hills" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 20, + "slot": "time", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is at 5 pm at 1 Tennis Place, Forest Hills." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Jethro Tull" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other dates are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "venue", + "values": [ + "Forest Hills Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 51, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Jethro Tull will be playing at Forest Hills Stadium next Thursday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Jethro Tull" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to reserve tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, may I please buy 2 tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 37 + }, + { + "exclusive_end": 78, + "slot": "date", + "start": 65 + }, + { + "exclusive_end": 60, + "slot": "city", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 2 tickets to Jethro Tull in New York for next Thursday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I actually want three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 3 tickets to Jethro Tull." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. Where is the concert?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Tennis Place, Forest Hills" + ], + "slot": "venue_address", + "values": [ + "1 Tennis Place, Forest Hills" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-07", + "event_name": "Jethro Tull", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Jethro Tull", + "number_of_tickets": "3", + "time": "18:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 1 Tennis Place, Forest Hills." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Jethro Tull" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "4_00098", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Jordan Rakei" + ], + "slot": "event_name", + "values": [ + "Jordan Rakei" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "event_name", + "start": 32 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Jordan Rakei" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in going to the Jordan Rakei event, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, in which city would you like for me to look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "city", + "start": 45 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Jordan Rakei" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you see if there is an event going on in LA?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Jordan Rakei" + ], + "slot": "event_name", + "values": [ + "Jordan Rakei" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Regent Theater DTLA" + ], + "slot": "venue", + "values": [ + "Regent Theater DTLA" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "9" + ], + "slot": "count", + "values": [ + "9" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Jordan Rakei" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Jordan Rakei", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Jordan Rakei", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Jordan Rakei", + "time": "18:30", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-07", + "event_name": "Jordan Rakei", + "time": "19:30", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Jordan Rakei", + "time": "18:00", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Jordan Rakei", + "time": "17:00", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Jordan Rakei", + "time": "19:30", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Jordan Rakei", + "time": "19:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Jordan Rakei", + "time": "17:30", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "date", + "start": 72 + }, + { + "exclusive_end": 29, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 116, + "slot": "venue", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found the Jordan Rakei event that will be happening on 9 days on today. It will be at the Regent Theater DTLA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Jordan Rakei" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I have the address to the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "448 South Main Street" + ], + "slot": "venue_address", + "values": [ + "448 South Main Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "venue_address", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, the address is 448 South Main Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Prettymuch" + ], + "slot": "event_name", + "values": [ + "Prettymuch" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 55, + "slot": "city", + "start": 46 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Prettymuch" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have dates for the Prettymuch event in San Diego?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Prettymuch" + ], + "slot": "event_name", + "values": [ + "Prettymuch" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "venue", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Prettymuch" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-06", + "event_name": "Prettymuch", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Prettymuch", + "time": "18:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-11", + "event_name": "Prettymuch", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "date", + "start": 36 + }, + { + "exclusive_end": 19, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 93, + "slot": "venue", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a Prettymuch event happening next Wednesday at the Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Prettymuch" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like for me to book the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Prettymuch" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please book me one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Prettymuch" + ], + "slot": "event_name", + "values": [ + "Prettymuch" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 41, + "slot": "date", + "start": 27 + }, + { + "exclusive_end": 85, + "slot": "city", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, booking 1 ticket for next Wednesday at the Prettymuch event hosted in San Diego, is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Prettymuch" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, can you please reserve me four tickets, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay that is 4 tickets for event in San Diego?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Prettymuch" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that would be perfect" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Diego", + "date": "2019-03-06", + "event_name": "Prettymuch", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-06", + "event_name": "Prettymuch", + "number_of_tickets": "4", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay your tickets are reserved." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Prettymuch" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much, you were really helpful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Prettymuch" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that will be it thank you again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome and have a awesome day." + } + ] + }, + { + "dialogue_id": "4_00099", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "city", + "start": 46 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find dates for some events in San Fran." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What event do you want to see?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "The Drums" + ], + "slot": "event_name", + "values": [ + "the Drums" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "event_name", + "start": 11 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran" + ], + "event_name": [ + "the Drums" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the Drums?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Drums" + ], + "slot": "event_name", + "values": [ + "The Drums" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "August Hall" + ], + "slot": "venue", + "values": [ + "August Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Francisco", + "event_name": "The Drums" + } + }, + "service_results": [ + { + "city": "San Francisco", + "date": "2019-03-02", + "event_name": "The Drums", + "time": "18:00", + "venue": "August Hall", + "venue_address": "420 Mason Street" + }, + { + "city": "San Francisco", + "date": "2019-03-06", + "event_name": "The Drums", + "time": "18:30", + "venue": "August Hall", + "venue_address": "420 Mason Street" + }, + { + "city": "San Francisco", + "date": "2019-03-09", + "event_name": "The Drums", + "time": "19:30", + "venue": "August Hall", + "venue_address": "420 Mason Street" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 66, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 93, + "slot": "venue", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This event is happening over 3 days and starts tomorrow. The Drums are playing at August Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "San Fran" + ], + "event_name": [ + "The Drums", + "the Drums" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start? Where is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "420 Mason Street" + ], + "slot": "venue_address", + "values": [ + "420 Mason Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "venue_address", + "start": 0 + }, + { + "exclusive_end": 35, + "slot": "time", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "420 Mason Street. It starts at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran" + ], + "event_name": [ + "The Drums", + "the Drums" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other events on different days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Drums" + ], + "slot": "event_name", + "values": [ + "The Drums" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "August Hall" + ], + "slot": "venue", + "values": [ + "August Hall" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "date", + "start": 22 + }, + { + "exclusive_end": 9, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 51, + "slot": "venue", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Drums are playing next Wednesday at August Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran" + ], + "event_name": [ + "The Drums", + "the Drums" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about different events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Drums" + ], + "slot": "event_name", + "values": [ + "The Drums" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "August Hall" + ], + "slot": "venue", + "values": [ + "August Hall" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 36, + "slot": "event_name", + "start": 27 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on March 9th. The Drums will play at August Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "The Drums", + "the Drums" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. I'll buy 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "The Drums" + ], + "slot": "event_name", + "values": [ + "The Drums" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 81, + "slot": "date", + "start": 72 + }, + { + "exclusive_end": 98, + "slot": "city", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: You will get 1 ticket to see The Drums. This will be on March 9th in San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran", + "San Francisco" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "The Drums", + "the Drums" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "3 tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "The Drums" + ], + "slot": "event_name", + "values": [ + "The Drums" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "event_name", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: You need 3 tickets to see The Drums." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran", + "San Francisco" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "The Drums", + "the Drums" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Francisco", + "date": "2019-03-09", + "event_name": "The Drums", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "San Francisco", + "date": "2019-03-09", + "event_name": "The Drums", + "number_of_tickets": "3", + "time": "19:30", + "venue": "August Hall", + "venue_address": "420 Mason Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You have a reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran", + "San Francisco" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "The Drums", + "the Drums" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Fran", + "San Francisco" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "The Drums", + "the Drums" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you very much" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day" + } + ] + }, + { + "dialogue_id": "4_00100", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Lauv" + ], + "slot": "event_name", + "values": [ + "Lauv" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 21 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Lauv" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've heard the group Lauv is really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lauv" + ], + "slot": "event_name", + "values": [ + "Lauv" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Lauv" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Lauv", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Lauv", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Lauv", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "Lauv", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 15, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 106, + "slot": "venue", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found Lauv events on 4 different days; the earliest one happens tomorrow at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Lauv" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lauv" + ], + "slot": "event_name", + "values": [ + "Lauv" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 6, + "slot": "event_name", + "start": 2 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A Lauv concert also takes place next Thursday at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Lauv" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue and what time does it start at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 66, + "slot": "time", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 29 East Allen Street and starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Lauv" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's another date it takes place on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lauv" + ], + "slot": "event_name", + "values": [ + "Lauv" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 6, + "slot": "event_name", + "start": 2 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A Lauv concert also takes place on March 11th at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Lauv" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, I'd like to get tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many would you like to get?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Lauv" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Lauv" + ], + "slot": "event_name", + "values": [ + "Lauv" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 55 + }, + { + "exclusive_end": 81, + "slot": "date", + "start": 71 + }, + { + "exclusive_end": 110, + "slot": "city", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You would like to purchase 3 tickets to the Lauv concert on March 11th at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Lauv" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, I'd like 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Lauv" + ], + "slot": "event_name", + "values": [ + "Lauv" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You would like to purchase 4 tickets to the Lauv concert on March 11th at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Lauv" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me - what is the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Lauv", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Lauv", + "number_of_tickets": "4", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 29 East Allen Street; your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Lauv" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all I need, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00101", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mariners Vs Angels" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Angels" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 92, + "slot": "event_name", + "start": 74 + }, + { + "exclusive_end": 60, + "slot": "city", + "start": 49 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Mariners Vs Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find the dates for events happening in Seattle, WA. When is the Mariners Vs Angels event happening?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Angels" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Angels" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Mariners Vs Angels" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Angels", + "time": "17:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Mariners Vs Angels", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-07", + "event_name": "Mariners Vs Angels", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-09", + "event_name": "Mariners Vs Angels", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-11", + "event_name": "Mariners Vs Angels", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "date", + "start": 88 + }, + { + "exclusive_end": 22, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 44, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Mariners Vs Angels game at T-Mobile Park is happening on 5 days. The first event is today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Mariners Vs Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other days are they playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Angels" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Angels" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "date", + "start": 58 + }, + { + "exclusive_end": 32, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The following Mariners Vs Angels game at T-Mobile Park is next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Mariners Vs Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game starts at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Mariners Vs Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1250 1st Avenue South" + ], + "slot": "venue_address", + "values": [ + "1250 1st Avenue South" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 1250 1st Avenue South." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mariners Vs Angels" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you buy four tickets for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mariners Vs Angels" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Angels" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 80 + }, + { + "exclusive_end": 69, + "slot": "city", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd like to buy 4 tickets to the Mariners Vs Angels game in Seattle happening next Monday. Can you confirm?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mariners Vs Angels" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, just 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mariners Vs Angels" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Angels" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd like to buy 3 tickets to the Mariners Vs Angels game. Please confirm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mariners Vs Angels" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Mariners Vs Angels", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-04", + "event_name": "Mariners Vs Angels", + "number_of_tickets": "3", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've booked your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mariners Vs Angels" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mariners Vs Angels" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "4_00102", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for dates of events" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city are you interested in? Are you looking for any specific kind of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Revolution Vs Nycfc" + ], + "slot": "event_name", + "values": [ + "Revolution Vs Nycfc" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 34, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Revolution Vs Nycfc" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in New York, like Revolution Vs Nycfc" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Revolution Vs Nycfc" + ], + "slot": "event_name", + "values": [ + "Revolution Vs Nycfc" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Yankee Stadium" + ], + "slot": "venue", + "values": [ + "Yankee Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Revolution Vs Nycfc" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Revolution Vs Nycfc", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Revolution Vs Nycfc", + "time": "19:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Revolution Vs Nycfc", + "time": "19:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 57, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 87, + "slot": "venue", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "the evnt takes place on 3 days: today Revolution Vs Nycfc takes place at Yankee Stadium" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Revolution Vs Nycfc" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "when does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 10, + "slot": "time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 6:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Revolution Vs Nycfc" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to buy tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Revolution Vs Nycfc" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Revolution Vs Nycfc" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to have three tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Revolution Vs Nycfc" + ], + "slot": "event_name", + "values": [ + "Revolution Vs Nycfc" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 52 + }, + { + "exclusive_end": 77, + "slot": "date", + "start": 72 + }, + { + "exclusive_end": 89, + "slot": "city", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "please confirm the following details: 3 tickets for Revolution Vs Nycfc today in New York" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Revolution Vs Nycfc" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's it. What's the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 East 161 Street" + ], + "slot": "venue_address", + "values": [ + "1 east 161 street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Revolution Vs Nycfc", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Revolution Vs Nycfc", + "number_of_tickets": "3", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "venue_address", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been confirmed. The address is 1 east 161 street" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Revolution Vs Nycfc" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "thanks for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "is there anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Revolution Vs Nycfc" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks, that's all" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a good day" + } + ] + }, + { + "dialogue_id": "4_00103", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "city", + "start": 67 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find the date for some events that are going on in SD?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly. Can you give me the name of the event that you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Padres Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Padres Vs Orioles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 4 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_name": [ + "Padres Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Padres Vs Orioles game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Padres Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Padres Vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Petco Park" + ], + "slot": "venue", + "values": [ + "Petco Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Padres Vs Orioles" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-02", + "event_name": "Padres Vs Orioles", + "time": "17:00", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "city": "San Diego", + "date": "2019-03-03", + "event_name": "Padres Vs Orioles", + "time": "18:00", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "city": "San Diego", + "date": "2019-03-05", + "event_name": "Padres Vs Orioles", + "time": "18:30", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "city": "San Diego", + "date": "2019-03-08", + "event_name": "Padres Vs Orioles", + "time": "18:30", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Padres Vs Orioles", + "time": "18:30", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Padres Vs Orioles", + "time": "19:00", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Padres Vs Orioles", + "time": "19:30", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "date", + "start": 65 + }, + { + "exclusive_end": 105, + "slot": "event_name", + "start": 88 + }, + { + "exclusive_end": 119, + "slot": "venue", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found an event by that name on 7 days. The soonest event is tomorrow. The event is Padres Vs Orioles at Petco Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "SD" + ], + "event_name": [ + "Padres Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address of Petco Park? Also when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "100 Park Boulevard" + ], + "slot": "venue_address", + "values": [ + "100 park Boulevard" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "venue_address", + "start": 16 + }, + { + "exclusive_end": 68, + "slot": "time", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The location is 100 park Boulevard, and the event will begin at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Freestyle Love Supreme" + ], + "slot": "event_name", + "values": [ + "Freestyle Love Supreme" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "DC" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 109, + "slot": "city", + "start": 107 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "Freestyle Love Supreme" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about some other events? I heard that Freestyle Love Supreme is pretty good. Find me something in the DC area." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Freestyle Love Supreme" + ], + "slot": "event_name", + "values": [ + "Freestyle Love Supreme" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Family Theater" + ], + "slot": "venue", + "values": [ + "Family Theater" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Freestyle Love Supreme" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Freestyle Love Supreme", + "time": "17:00", + "venue": "Family Theater", + "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Freestyle Love Supreme", + "time": "19:30", + "venue": "Family Theater", + "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-08", + "event_name": "Freestyle Love Supreme", + "time": "19:00", + "venue": "Family Theater", + "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-09", + "event_name": "Freestyle Love Supreme", + "time": "19:00", + "venue": "Family Theater", + "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-11", + "event_name": "Freestyle Love Supreme", + "time": "19:00", + "venue": "Family Theater", + "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 48, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found that the event Freestyle Love Supreme is on today at Family Theater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "date": [ + "today" + ], + "event_name": [ + "Freestyle Love Supreme" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh okay, cool." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets to this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "date": [ + "today" + ], + "event_name": [ + "Freestyle Love Supreme" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Definitely I would." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "date": [ + "today" + ], + "event_name": [ + "Freestyle Love Supreme" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just the 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Freestyle Love Supreme" + ], + "slot": "event_name", + "values": [ + "Freestyle Love Supreme" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 70, + "slot": "date", + "start": 65 + }, + { + "exclusive_end": 89, + "slot": "city", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 1 ticket to Freestyle Love Supreme today in Washington D.C." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Freestyle Love Supreme" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, I changed my mind. Let me get 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 90, + "slot": "city", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 2 tickets to Freestyle Love Supreme today in Washington D.C." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Freestyle Love Supreme" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Confirmed. Can you also tell me the address, and the starting time of the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + ], + "slot": "venue_address", + "values": [ + "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Freestyle Love Supreme", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Freestyle Love Supreme", + "number_of_tickets": "2", + "time": "17:00", + "venue": "Family Theater", + "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" + } + ], + "slots": [ + { + "exclusive_end": 154, + "slot": "venue_address", + "start": 76 + }, + { + "exclusive_end": 184, + "slot": "time", + "start": 180 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have successfully been purchased. The location of the venue is 2700 F Street Northwest, Washington, District of Columbia 20566, United States. The event will begin at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "DC", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Freestyle Love Supreme" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! You're very helpful, as always." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm glad to be of service. Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "4_00104", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "District of Columbia" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 103, + "slot": "city", + "start": 83 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go out and do something. Can you look up what events are going on in the District of Columbia right now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, what type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mystics Vs Sky" + ], + "slot": "event_name", + "values": [ + "Mystics Vs Sky" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "event_name", + "start": 17 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Mystics Vs Sky" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard that the Mystics Vs Sky game should be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mystics Vs Sky" + ], + "slot": "event_name", + "values": [ + "Mystics Vs Sky" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Capital One Arena" + ], + "slot": "venue", + "values": [ + "Capital One Arena" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Mystics Vs Sky" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-03", + "event_name": "Mystics Vs Sky", + "time": "18:00", + "venue": "Capital One Arena", + "venue_address": "601 F Street Northwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-05", + "event_name": "Mystics Vs Sky", + "time": "19:30", + "venue": "Capital One Arena", + "venue_address": "601 F Street Northwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Mystics Vs Sky", + "time": "17:00", + "venue": "Capital One Arena", + "venue_address": "601 F Street Northwest" + }, + { + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Mystics Vs Sky", + "time": "19:30", + "venue": "Capital One Arena", + "venue_address": "601 F Street Northwest" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 65, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 114, + "slot": "venue", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Looks like that is going on for 4 days. There is a Mystics Vs Sky game the day after tomorrow at Capital One Arena." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Mystics Vs Sky" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mystics Vs Sky" + ], + "slot": "event_name", + "values": [ + "Mystics Vs Sky" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Capital One Arena" + ], + "slot": "venue", + "values": [ + "Capital One Arena" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "date", + "start": 57 + }, + { + "exclusive_end": 30, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is also a Mystics Vs Sky game at Capital One Arena next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Mystics Vs Sky" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the next date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mystics Vs Sky" + ], + "slot": "event_name", + "values": [ + "Mystics Vs Sky" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Capital One Arena" + ], + "slot": "venue", + "values": [ + "Capital One Arena" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 70, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 18, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Mystics Vs Sky are also playing at Capital One Arena on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "District of Columbia" + ], + "event_name": [ + "Mystics Vs Sky" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "601 F Street Northwest" + ], + "slot": "venue_address", + "values": [ + "601 F Street Northwest" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 601 F Street Northwest." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia" + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Mystics Vs Sky" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, can you get me 2 tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mystics Vs Sky" + ], + "slot": "event_name", + "values": [ + "Mystics Vs Sky" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 81 + }, + { + "exclusive_end": 110, + "slot": "city", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to confirm, you'd like to buy 2 tickets for the Mystics Vs Sky event on March 12th in Washington D.C." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Mystics Vs Sky" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, actually, change that to four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "city", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to confirm, I am getting 4 tickets for the game in Washington D.C." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Mystics Vs Sky" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, sounds good. When does the game start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Mystics Vs Sky", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Mystics Vs Sky", + "number_of_tickets": "4", + "time": "17:00", + "venue": "Capital One Arena", + "venue_address": "601 F Street Northwest" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "time", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've bought the tickets. It starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Mystics Vs Sky" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "District of Columbia", + "Washington D.C." + ], + "date": [ + "March 12th" + ], + "event_name": [ + "Mystics Vs Sky" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00105", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find events in Toronto, Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Nicole Belanus Washington" + ], + "slot": "event_name", + "values": [ + "Nicole Belanus Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 105, + "slot": "event_name", + "start": 80 + }, + { + "exclusive_end": 36, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "event_name": [ + "Nicole Belanus Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm considering events in Washington, and I am looking for something similar to Nicole Belanus Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nicole Belanus Washington" + ], + "slot": "event_name", + "values": [ + "Nicole Belanus Washington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pearl Street Warehouse" + ], + "slot": "venue", + "values": [ + "Pearl Street Warehouse" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Nicole Belanus Washington" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Nicole Belanus Washington", + "time": "19:30", + "venue": "Pearl Street Warehouse", + "venue_address": "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-03", + "event_name": "Nicole Belanus Washington", + "time": "19:00", + "venue": "Pearl Street Warehouse", + "venue_address": "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-09", + "event_name": "Nicole Belanus Washington", + "time": "19:30", + "venue": "Pearl Street Warehouse", + "venue_address": "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nicole Belanus Washington", + "time": "19:00", + "venue": "Pearl Street Warehouse", + "venue_address": "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + }, + { + "city": "Washington D.C.", + "date": "2019-03-14", + "event_name": "Nicole Belanus Washington", + "time": "17:00", + "venue": "Pearl Street Warehouse", + "venue_address": "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + } + ], + "slots": [ + { + "exclusive_end": 110, + "slot": "date", + "start": 105 + }, + { + "exclusive_end": 35, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 104, + "slot": "venue", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Nicole Belanus Washington is available on 5 days and one of those is at Pearl Street Warehouse today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Washington" + ], + "event_name": [ + "Nicole Belanus Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the event start and where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + ], + "slot": "venue_address", + "values": [ + "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 104, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 129, + "slot": "time", + "start": 122 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 33 Pearl Street Southwest, Washington, District of Columbia 20024, United States and it starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "date": [ + "today" + ], + "event_name": [ + "Nicole Belanus Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to buy tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington" + ], + "date": [ + "today" + ], + "event_name": [ + "Nicole Belanus Washington" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, get me one ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Nicole Belanus Washington" + ], + "slot": "event_name", + "values": [ + "Nicole Belanus Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 70, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 101, + "slot": "date", + "start": 96 + }, + { + "exclusive_end": 95, + "slot": "city", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want 1 ticket to the Nicole Belanus Washington event in Washington D.C. today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nicole Belanus Washington" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sorry, I want 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Nicole Belanus Washington" + ], + "slot": "event_name", + "values": [ + "Nicole Belanus Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "event_name", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. So, you need 4 tickets to the Nicole Belanus Washington event. Right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nicole Belanus Washington" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Nicole Belanus Washington", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Nicole Belanus Washington", + "number_of_tickets": "4", + "time": "19:30", + "venue": "Pearl Street Warehouse", + "venue_address": "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been booked successfully." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nicole Belanus Washington" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington", + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nicole Belanus Washington" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. thank you. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00106", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, I'm looking for the dates of some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "White Sox Vs Astros" + ], + "slot": "event_name", + "values": [ + "White Sox Vs Astros" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 74, + "slot": "event_name", + "start": 55 + }, + { + "exclusive_end": 33, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "White Sox Vs Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in Chicago. I've heard that the White Sox Vs Astros should be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "White Sox Vs Astros" + ], + "slot": "event_name", + "values": [ + "White Sox vs Astros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Guaranteed Rate Field" + ], + "slot": "venue", + "values": [ + "Guaranteed Rate Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "White Sox Vs Astros" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-03", + "event_name": "White Sox Vs Astros", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-07", + "event_name": "White Sox Vs Astros", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-09", + "event_name": "White Sox Vs Astros", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-12", + "event_name": "White Sox Vs Astros", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "city": "Chicago", + "date": "2019-03-13", + "event_name": "White Sox Vs Astros", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 29, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game, White Sox vs Astros, will be on the day after tomorrow at Guaranteed Rate Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Celine Dion" + ], + "slot": "event_name", + "values": [ + "Celine Dion" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SF" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 93, + "slot": "event_name", + "start": 82 + }, + { + "exclusive_end": 66, + "slot": "city", + "start": 64 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "event_name": [ + "Celine Dion" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about events on the other dates? I'm looking for events in SF and have heard Celine Dion should be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Celine Dion" + ], + "slot": "event_name", + "values": [ + "Celine Dion" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Center Experience" + ], + "slot": "venue", + "values": [ + "Chase Center Experience" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Francisco", + "event_name": "Celine Dion" + } + }, + "service_results": [ + { + "city": "San Francisco", + "date": "2019-03-01", + "event_name": "Celine Dion", + "time": "19:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-02", + "event_name": "Celine Dion", + "time": "19:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-04", + "event_name": "Celine Dion", + "time": "19:30", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-06", + "event_name": "Celine Dion", + "time": "19:30", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-09", + "event_name": "Celine Dion", + "time": "19:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-12", + "event_name": "Celine Dion", + "time": "17:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + }, + { + "city": "San Francisco", + "date": "2019-03-13", + "event_name": "Celine Dion", + "time": "19:30", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "date", + "start": 71 + }, + { + "exclusive_end": 62, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 107, + "slot": "venue", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There will be 7 performances. One performance with Celine Dion will be today at the Chase Center Experience." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "event_name": [ + "Celine Dion" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about events on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Celine Dion" + ], + "slot": "event_name", + "values": [ + "Celine Dion" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Center Experience" + ], + "slot": "venue", + "values": [ + "Chase Center Experience" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 11, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Celine Dion will also be performing at the Chase Center Experience tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Celine Dion" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. I want to buy a ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Celine Dion" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Celine Dion" + ], + "slot": "event_name", + "values": [ + "Celine Dion" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 55 + }, + { + "exclusive_end": 75, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 92, + "slot": "city", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: You'd like 3 tickets for Celine Dion tomorrow in San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Celine Dion" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Francisco", + "date": "2019-03-02", + "event_name": "Celine Dion", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "San Francisco", + "date": "2019-03-02", + "event_name": "Celine Dion", + "number_of_tickets": "3", + "time": "19:00", + "venue": "Chase Center Experience", + "venue_address": "500 Terry A Francois Boulevard Suite 73" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Celine Dion" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Celine Dion" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that'll be it. Thanks again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00107", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Josh Groban" + ], + "slot": "event_name", + "values": [ + "Josh Groban" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 16 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Josh Groban" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for Josh Groban concerts." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city would you like attend this concert?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Livermore" + ], + "slot": "city", + "values": [ + "Livermore" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 29 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Livermore" + ], + "event_name": [ + "Josh Groban" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a concert in Livermore." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Josh Groban" + ], + "slot": "event_name", + "values": [ + "Josh Groban" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Concerts at Wente Vineyards" + ], + "slot": "venue", + "values": [ + "Concerts at Wente Vineyards" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Livermore", + "event_name": "Josh Groban" + } + }, + "service_results": [ + { + "city": "Livermore", + "date": "2019-03-06", + "event_name": "Josh Groban", + "time": "17:00", + "venue": "Concerts at Wente Vineyards", + "venue_address": "5050 Arroyo Road" + }, + { + "city": "Livermore", + "date": "2019-03-07", + "event_name": "Josh Groban", + "time": "19:00", + "venue": "Concerts at Wente Vineyards", + "venue_address": "5050 Arroyo Road" + }, + { + "city": "Livermore", + "date": "2019-03-09", + "event_name": "Josh Groban", + "time": "19:00", + "venue": "Concerts at Wente Vineyards", + "venue_address": "5050 Arroyo Road" + }, + { + "city": "Livermore", + "date": "2019-03-11", + "event_name": "Josh Groban", + "time": "19:30", + "venue": "Concerts at Wente Vineyards", + "venue_address": "5050 Arroyo Road" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 20, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 97, + "slot": "venue", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The next Josh Groban concert is next Wednesday. He will be playing at Concerts at Wente Vineyards." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Livermore" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Josh Groban" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to Buy tickets for this concert?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Livermore" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Josh Groban" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Livermore" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Josh Groban" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Josh Groban" + ], + "slot": "event_name", + "values": [ + "Josh Groban" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Livermore" + ], + "slot": "city", + "values": [ + "Livermore" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 88, + "slot": "date", + "start": 74 + }, + { + "exclusive_end": 101, + "slot": "city", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I will purchase 3 tickets for Josh Groban 's concert. The concert will be next Wednesday in Livermore. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Livermore" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Josh Groban" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Livermore", + "date": "2019-03-06", + "event_name": "Josh Groban", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Livermore", + "date": "2019-03-06", + "event_name": "Josh Groban", + "number_of_tickets": "3", + "time": "17:00", + "venue": "Concerts at Wente Vineyards", + "venue_address": "5050 Arroyo Road" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Livermore" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Josh Groban" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00108", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 43 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Dodgers Vs Giants" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like finding dates for events especially Dodgers Vs Giants which is really nice one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I know your prefered city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "city", + "start": 39 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Dodgers Vs Giants" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to look for the events in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Dodgers Vs Giants" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Dodgers Vs Giants", + "time": "19:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Dodgers Vs Giants", + "time": "17:00", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-06", + "event_name": "Dodgers Vs Giants", + "time": "18:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Dodgers Vs Giants", + "time": "19:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Dodgers Vs Giants", + "time": "19:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 58, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on today. The event name is Dodgers Vs Giants at Dodger Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Dodgers Vs Giants" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the event located and when will it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1000 Vin Scully Ave" + ], + "slot": "venue_address", + "values": [ + "1000 Vin Scully Ave" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "venue_address", + "start": 16 + }, + { + "exclusive_end": 60, + "slot": "time", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The location is 1000 Vin Scully Ave, which starts at 7:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Dodgers Vs Giants" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about events on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 56, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on next Tuesday and it is Dodgers Vs Giants at Dodger Stadium" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Todd Rundgren" + ], + "slot": "event_name", + "values": [ + "Todd Rundgren" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Yountville" + ], + "slot": "city", + "values": [ + "Yountville" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 96, + "slot": "city", + "start": 86 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "event_name": [ + "Todd Rundgren" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about other dates events? I heard Todd Rundgren is super nice and Im looking for Yountville events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Todd Rundgren" + ], + "slot": "event_name", + "values": [ + "Todd Rundgren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Napa Valley Performing Arts Center" + ], + "slot": "venue", + "values": [ + "Napa valley Performing Arts center" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Yountville", + "event_name": "Todd Rundgren" + } + }, + "service_results": [ + { + "city": "Yountville", + "date": "2019-03-01", + "event_name": "Todd Rundgren", + "time": "18:30", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-02", + "event_name": "Todd Rundgren", + "time": "17:00", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-07", + "event_name": "Todd Rundgren", + "time": "19:00", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-09", + "event_name": "Todd Rundgren", + "time": "18:00", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-11", + "event_name": "Todd Rundgren", + "time": "19:30", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-13", + "event_name": "Todd Rundgren", + "time": "19:30", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 55, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 93, + "slot": "venue", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on tomorrow and the event is Todd Rundgren at Napa valley Performing Arts center" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Todd Rundgren" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats perfect for me. I wanted to get the tickets for four people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Todd Rundgren" + ], + "slot": "event_name", + "values": [ + "Todd rundgren" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Yountville" + ], + "slot": "city", + "values": [ + "Yountville" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 83 + }, + { + "exclusive_end": 105, + "slot": "city", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm it : The reservation is for the event Todd rundgren for 4 people on tomorrow in Yountville" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Todd Rundgren", + "Todd rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No make it 1 ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Yountville" + ], + "slot": "city", + "values": [ + "Yountville" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 73, + "slot": "city", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm it : The number of ticket for the event is 1 in Yountville" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Todd Rundgren", + "Todd rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes thats perfect now" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Yountville", + "date": "2019-03-02", + "event_name": "Todd Rundgren", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Yountville", + "date": "2019-03-02", + "event_name": "Todd Rundgren", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking is successful" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Todd Rundgren", + "Todd rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will it start and where is the venue location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "100 California Drive" + ], + "slot": "venue_address", + "values": [ + "100 California Drive" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "venue_address", + "start": 28 + }, + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue starts at 5 pm at 100 California Drive" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Todd Rundgren", + "Todd rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help thats what I need now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "4_00109", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Star City Music Festival" + ], + "slot": "event_name", + "values": [ + "Star City Music Festival" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Brisbane" + ], + "slot": "city", + "values": [ + "Brisbane" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 75, + "slot": "city", + "start": 67 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "event_name": [ + "Star City Music Festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to know the dates for the Star City Music Festival in Brisbane." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Star City Music Festival" + ], + "slot": "event_name", + "values": [ + "Star City Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Brisbane Community Park" + ], + "slot": "venue", + "values": [ + "Brisbane Community Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Brisbane", + "event_name": "Star City Music Festival" + } + }, + "service_results": [ + { + "city": "Brisbane", + "date": "2019-03-04", + "event_name": "Star City Music Festival", + "time": "18:30", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-06", + "event_name": "Star City Music Festival", + "time": "18:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-07", + "event_name": "Star City Music Festival", + "time": "18:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-08", + "event_name": "Star City Music Festival", + "time": "17:30", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-10", + "event_name": "Star City Music Festival", + "time": "19:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + }, + { + "city": "Brisbane", + "date": "2019-03-14", + "event_name": "Star City Music Festival", + "time": "19:00", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 24, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 51, + "slot": "venue", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Star City Music Festival at Brisbane Community Park takes place next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Star City Music Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to purchase 1 ticket for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Star City Music Festival" + ], + "slot": "event_name", + "values": [ + "Star City Music Festival" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Brisbane" + ], + "slot": "city", + "values": [ + "Brisbane" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "event_name", + "start": 54 + }, + { + "exclusive_end": 111, + "slot": "date", + "start": 100 + }, + { + "exclusive_end": 90, + "slot": "city", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you would like to buy 1 ticket for the Star City Music Festival in Brisbane occuring next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Star City Music Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Brisbane", + "date": "2019-03-04", + "event_name": "Star City Music Festival", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Brisbane", + "date": "2019-03-04", + "event_name": "Star City Music Festival", + "number_of_tickets": "1", + "time": "18:30", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, the ticket has been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Brisbane" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Star City Music Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the festival start and where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Brisbane, California 94005, United States" + ], + "slot": "venue_address", + "values": [ + "Brisbane, California 94005, United States" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "venue_address", + "start": 19 + }, + { + "exclusive_end": 82, + "slot": "time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The festival is in Brisbane, California 94005, United States. It begins at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Star City Music Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for helping!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything addition you need help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Star City Music Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nothing further thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "4_00110", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "please show me the events dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which event are you looking for and the city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Jordan Rakei" + ], + "slot": "event_name", + "values": [ + "Jordan Rakei" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 36, + "slot": "city", + "start": 25 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Jordan Rakei" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer Jordan Rakei In Los Angeles" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Jordan Rakei" + ], + "slot": "event_name", + "values": [ + "Jordan rakei" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Regent Theater DTLA" + ], + "slot": "venue", + "values": [ + "Regent Theater DTLA" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Jordan Rakei" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Jordan Rakei", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Jordan Rakei", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Jordan Rakei", + "time": "18:30", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-07", + "event_name": "Jordan Rakei", + "time": "19:30", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Jordan Rakei", + "time": "18:00", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Jordan Rakei", + "time": "17:00", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Jordan Rakei", + "time": "19:30", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Jordan Rakei", + "time": "19:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Jordan Rakei", + "time": "17:30", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "date", + "start": 20 + }, + { + "exclusive_end": 38, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, great. it is on today Jordan rakei at Regent Theater DTLA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Jordan Rakei", + "Jordan rakei" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the exact location of venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "448 South Main Street" + ], + "slot": "venue_address", + "values": [ + "448 South main street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "venue_address", + "start": 9 + }, + { + "exclusive_end": 49, + "slot": "time", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is at 448 South main street and starts at 5 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Jordan Rakei", + "Jordan rakei" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please get me one ticket for that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Jordan Rakei" + ], + "slot": "event_name", + "values": [ + "Jordan Rakei" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 62, + "slot": "date", + "start": 57 + }, + { + "exclusive_end": 77, + "slot": "city", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify, the event is Jordan Rakei for 1 person on today in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Jordan Rakei", + "Jordan rakei" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, the details are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Jordan Rakei", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Jordan Rakei", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Congratulations, your reservation done. please enjoy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Jordan Rakei", + "Jordan rakei" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any more help needed?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "today" + ], + "event_name": [ + "Jordan Rakei", + "Jordan rakei" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thats great. thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day. Thank you." + } + ] + }, + { + "dialogue_id": "4_00111", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please can you find me some dates for the events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city and what event you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Nationals Vs Rockies" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Rockies" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 67 + }, + { + "exclusive_end": 45, + "slot": "city", + "start": 30 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington D.C." + ], + "event_name": [ + "Nationals Vs Rockies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please look for the events in Washington D.C. and I heard that the Nationals Vs Rockies is a good one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Vs Rockies" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Rockies" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Park" + ], + "slot": "venue", + "values": [ + "Nationals Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Washington D.C.", + "event_name": "Nationals Vs Rockies" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Nationals Vs Rockies", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-02", + "event_name": "Nationals Vs Rockies", + "time": "18:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-05", + "event_name": "Nationals Vs Rockies", + "time": "19:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-09", + "event_name": "Nationals Vs Rockies", + "time": "17:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-11", + "event_name": "Nationals Vs Rockies", + "time": "17:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Nationals Vs Rockies", + "time": "17:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nationals Vs Rockies", + "time": "18:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 30, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 70, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Nationals Vs Rockies is taking place today at Nationals Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nationals Vs Rockies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any other help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nationals Vs Rockies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yup! I wish to buy tickets for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Please tell me how many you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nationals Vs Rockies" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Nationals Vs Rockies" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Rockies" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "Washington D.C." + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 92, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 129, + "slot": "date", + "start": 124 + }, + { + "exclusive_end": 148, + "slot": "city", + "start": 133 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please can you confirm me the details - You need 1 ticket for the event Nationals Vs Rockies that is going to take place by today at Washington D.C." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nationals Vs Rockies" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yup! that would work for me. At what time the event starts?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Nationals Vs Rockies", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Washington D.C.", + "date": "2019-03-01", + "event_name": "Nationals Vs Rockies", + "number_of_tickets": "1", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + } + ], + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 7:30 pm and your reservation is made successfully for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nationals Vs Rockies" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any further assistance?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Washington D.C." + ], + "date": [ + "today" + ], + "event_name": [ + "Nationals Vs Rockies" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope! Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day." + } + ] + }, + { + "dialogue_id": "4_00112", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 35 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find dates for events in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What event are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mets Vs Phillies" + ], + "slot": "event_name", + "values": [ + "Mets Vs Phillies" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "event_name", + "start": 4 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Mets Vs Phillies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Mets Vs Phillies game is supposed to be good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Phillies" + ], + "slot": "event_name", + "values": [ + "Mets Vs Phillies" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Phillies" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Mets Vs Phillies", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Mets Vs Phillies", + "time": "19:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Mets Vs Phillies", + "time": "19:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Phillies", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Mets Vs Phillies", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 65, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 100, + "slot": "venue", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found that event on 5 different days. The Mets Vs Phillies event is next Monday at Citi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Todd Rundgren" + ], + "slot": "event_name", + "values": [ + "Todd Rundgren" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Yountville" + ], + "slot": "city", + "values": [ + "Yountville" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 107, + "slot": "city", + "start": 97 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "event_name": [ + "Todd Rundgren" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about other events on other dates? Todd Rundgren is supposed to be good. Look for events in Yountville." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Todd Rundgren" + ], + "slot": "event_name", + "values": [ + "Todd Rundgren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Napa Valley Performing Arts Center" + ], + "slot": "venue", + "values": [ + "Napa Valley Performing Arts Center" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Yountville", + "event_name": "Todd Rundgren" + } + }, + "service_results": [ + { + "city": "Yountville", + "date": "2019-03-01", + "event_name": "Todd Rundgren", + "time": "18:30", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-02", + "event_name": "Todd Rundgren", + "time": "17:00", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-07", + "event_name": "Todd Rundgren", + "time": "19:00", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-09", + "event_name": "Todd Rundgren", + "time": "18:00", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-11", + "event_name": "Todd Rundgren", + "time": "19:30", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + }, + { + "city": "Yountville", + "date": "2019-03-13", + "event_name": "Todd Rundgren", + "time": "19:30", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "date", + "start": 27 + }, + { + "exclusive_end": 17, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 70, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Todd Rundgren event is today at Napa Valley Performing Arts Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Yountville" + ], + "event_name": [ + "Todd Rundgren" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When is it? Where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "100 California Drive" + ], + "slot": "venue_address", + "values": [ + "100 California Drive" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 16 + }, + { + "exclusive_end": 58, + "slot": "time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's located at 100 California Drive and starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "today" + ], + "event_name": [ + "Todd Rundgren" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. I would like to buy tickets to it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "today" + ], + "event_name": [ + "Todd Rundgren" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to buy three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Todd Rundgren" + ], + "slot": "event_name", + "values": [ + "Todd Rundgren" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Yountville" + ], + "slot": "city", + "values": [ + "Yountville" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 55, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 67, + "slot": "date", + "start": 62 + }, + { + "exclusive_end": 81, + "slot": "city", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: You want 3 tickets to the Todd Rundgren event today in Yountville." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "today" + ], + "event_name": [ + "Todd Rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, just 1 ticket is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Yountville" + ], + "slot": "city", + "values": [ + "Yountville" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "city", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: You want 1 ticket for the event in Yountville." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "today" + ], + "event_name": [ + "Todd Rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Yountville", + "date": "2019-03-01", + "event_name": "Todd Rundgren", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Yountville", + "date": "2019-03-01", + "event_name": "Todd Rundgren", + "number_of_tickets": "1", + "time": "18:30", + "venue": "Napa Valley Performing Arts Center", + "venue_address": "100 California Drive" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation was successfully placed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "today" + ], + "event_name": [ + "Todd Rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Yountville" + ], + "date": [ + "today" + ], + "event_name": [ + "Todd Rundgren" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, that'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00113", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please find me some dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city would you like me to look in." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 31 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in the Seattle area." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which even are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle Vs Minnesota" + ], + "slot": "event_name", + "values": [ + "Seattle Vs Minnesota" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 4 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_name": [ + "Seattle Vs Minnesota" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Seattle Vs Minnesota game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seattle Vs Minnesota" + ], + "slot": "event_name", + "values": [ + "Seattle Vs Minnesota" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines Arena" + ], + "slot": "venue", + "values": [ + "Alaska Airlines Arena" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Seattle Vs Minnesota" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs Minnesota", + "time": "18:30", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-09", + "event_name": "Seattle Vs Minnesota", + "time": "19:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-12", + "event_name": "Seattle Vs Minnesota", + "time": "18:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Seattle Vs Minnesota", + "time": "17:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + } + ], + "slots": [ + { + "exclusive_end": 40, + "slot": "date", + "start": 22 + }, + { + "exclusive_end": 83, + "slot": "event_name", + "start": 63 + }, + { + "exclusive_end": 125, + "slot": "venue", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The events starts the day after tomorrow and is on for 4 days. Seattle Vs Minnesota takes place the the Alaska Airlines Arena." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Seattle" + ], + "event_name": [ + "Seattle Vs Minnesota" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the game start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 PM" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game starts at 6:30 PM." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for the game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "3 tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle Vs Minnesota" + ], + "slot": "event_name", + "values": [ + "Seattle Vs Minnesota" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 76, + "slot": "date", + "start": 58 + }, + { + "exclusive_end": 87, + "slot": "city", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 3 tickets for Seattle Vs Minnesota on the day after tomorrow in Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works for me. What is the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3870 Montlake Boulevard Northeast" + ], + "slot": "venue_address", + "values": [ + "3870 Montlake Boulevard Northeast" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs Minnesota", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs Minnesota", + "number_of_tickets": "3", + "time": "18:30", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 3870 Montlake Boulevard Northeast. Your reservation is successful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00114", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find out event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know interesting event and the preferred city which you are looking in" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "United Vs Revolution" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 89, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 44, + "slot": "city", + "start": 33 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta, GA" + ], + "event_name": [ + "United Vs Revolution" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in the events in Atlanta, GA. I have also heard that United Vs Revolution is quite good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "United Vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "United Vs Revolution" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-02", + "event_name": "United Vs Revolution", + "time": "17:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-06", + "event_name": "United Vs Revolution", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "United Vs Revolution", + "time": "18:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "United Vs Revolution", + "time": "19:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-13", + "event_name": "United Vs Revolution", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 92, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 117, + "slot": "venue", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on tomorrow which i found on 5 days. This event is held in United Vs Revolution at Mercedes-Benz Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Crystal Palace Vs Norwich" + ], + "slot": "event_name", + "values": [ + "Crystal Palace Vs Norwich" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "city", + "values": [ + "London, UK" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 94, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 152, + "slot": "city", + "start": 142 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "London, UK" + ], + "event_name": [ + "Crystal Palace Vs Norwich" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am also interested in events on other dates as i came to know that Crystal Palace Vs Norwich is quite good. I am interested for an event in London, UK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Crystal Palace Vs Norwich" + ], + "slot": "event_name", + "values": [ + "Crystal Palace Vs Norwich" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Selhurst Park Stadium" + ], + "slot": "venue", + "values": [ + "Selhurst Park Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "London", + "event_name": "Crystal Palace Vs Norwich" + } + }, + "service_results": [ + { + "city": "London", + "date": "2019-03-03", + "event_name": "Crystal Palace Vs Norwich", + "time": "18:30", + "venue": "Selhurst Park Stadium", + "venue_address": "Holmesdale Road" + }, + { + "city": "London", + "date": "2019-03-04", + "event_name": "Crystal Palace Vs Norwich", + "time": "19:00", + "venue": "Selhurst Park Stadium", + "venue_address": "Holmesdale Road" + }, + { + "city": "London", + "date": "2019-03-07", + "event_name": "Crystal Palace Vs Norwich", + "time": "19:30", + "venue": "Selhurst Park Stadium", + "venue_address": "Holmesdale Road" + }, + { + "city": "London", + "date": "2019-03-09", + "event_name": "Crystal Palace Vs Norwich", + "time": "17:00", + "venue": "Selhurst Park Stadium", + "venue_address": "Holmesdale Road" + }, + { + "city": "London", + "date": "2019-03-13", + "event_name": "Crystal Palace Vs Norwich", + "time": "19:00", + "venue": "Selhurst Park Stadium", + "venue_address": "Holmesdale Road" + } + ], + "slots": [ + { + "exclusive_end": 34, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 107, + "slot": "event_name", + "start": 82 + }, + { + "exclusive_end": 132, + "slot": "venue", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on day after tomorrow which i found on 5 days. This event is held in Crystal Palace Vs Norwich at Selhurst Park Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "London, UK" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Crystal Palace Vs Norwich" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need 2 tickets for an event as it sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Crystal Palace Vs Norwich" + ], + "slot": "event_name", + "values": [ + "Crystal Palace Vs Norwich" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "city", + "values": [ + "London" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 70, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 105, + "slot": "date", + "start": 87 + }, + { + "exclusive_end": 115, + "slot": "city", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please give confirmation details: The event- Crystal Palace Vs Norwich taking place on day after tomorrow in London and number of tickets is 2." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "London", + "London, UK" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Crystal Palace Vs Norwich" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This will work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "London", + "date": "2019-03-03", + "event_name": "Crystal Palace Vs Norwich", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "London", + "date": "2019-03-03", + "event_name": "Crystal Palace Vs Norwich", + "number_of_tickets": "2", + "time": "18:30", + "venue": "Selhurst Park Stadium", + "venue_address": "Holmesdale Road" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is done." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "London", + "London, UK" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Crystal Palace Vs Norwich" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When is the event starting and where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Holmesdale Road" + ], + "slot": "venue_address", + "values": [ + "Holmesdale Road" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "venue_address", + "start": 46 + }, + { + "exclusive_end": 23, + "slot": "time", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Event starts at 6:30 pm. and venue located at Holmesdale Road" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "London", + "London, UK" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Crystal Palace Vs Norwich" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is all i need and thank you very much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00115", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Will you help me find some events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 6, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 18, + "slot": "city", + "start": 10 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "event_name": [ + "Hozier" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hozier in Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "venue", + "values": [ + "Theater Of The Clouds" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Hozier" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Hozier", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-05", + "event_name": "Hozier", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-07", + "event_name": "Hozier", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-08", + "event_name": "Hozier", + "time": "17:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-09", + "event_name": "Hozier", + "time": "17:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-11", + "event_name": "Hozier", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "date", + "start": 43 + }, + { + "exclusive_end": 14, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Hozier at Theater Of The Clouds on next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "event_name": [ + "Hozier" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "venue", + "values": [ + "Theater Of The Clouds" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 6, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 31, + "slot": "venue", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Hozier at Theater Of The Clouds on next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 42, + "slot": "city", + "start": 30 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Blueface" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other events? Blueface in Philadelphia?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Blueface" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Blueface", + "time": "19:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "time": "18:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 50 + }, + { + "exclusive_end": 16, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 45, + "slot": "venue", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Blueface at The Fillmore Philadelphia for today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 34 + }, + { + "exclusive_end": 64, + "slot": "date", + "start": 59 + }, + { + "exclusive_end": 58, + "slot": "city", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay please confirm 3 tickets for Blueface in Philadelphia today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "3", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reservation is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "4_00116", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some events in Chi-town, what dates have events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of things are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Cubs Vs Padres" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Padres" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "event_name", + "start": 23 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "event_name": [ + "Cubs Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in the Cubs Vs Padres" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Padres" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Padres" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "venue", + "values": [ + "Wrigley Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "Cubs Vs Padres" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-05", + "event_name": "Cubs Vs Padres", + "time": "17:00", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "city": "Chicago", + "date": "2019-03-08", + "event_name": "Cubs Vs Padres", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "date", + "start": 25 + }, + { + "exclusive_end": 79, + "slot": "event_name", + "start": 65 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 events. One is next Tuesday at Wrigley Field, it's the Cubs Vs Padres" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "event_name": [ + "Cubs Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other events are happening?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Padres" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Padres" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "venue", + "values": [ + "Wrigley Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "date", + "start": 11 + }, + { + "exclusive_end": 60, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Another is next Friday at Wrigley Field - the Cubs Vs Padres" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Chi-town" + ], + "event_name": [ + "Cubs Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1060 West Addison Street" + ], + "slot": "venue_address", + "values": [ + "1060 West Addison Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "venue_address", + "start": 9 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is at 1060 West Addison Street" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Cubs Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, can you get me tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, how many tickets do you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Cubs Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I just need one ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Cubs Vs Padres" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Padres" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 73, + "slot": "date", + "start": 62 + }, + { + "exclusive_end": 84, + "slot": "city", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm, I am booking 1 ticket for the Cubs Vs Padres next Friday in Chicago?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Cubs Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's correct, when does it begin?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Chicago", + "date": "2019-03-08", + "event_name": "Cubs Vs Padres", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-08", + "event_name": "Cubs Vs Padres", + "number_of_tickets": "1", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "time", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, I made the reservation, it begins at 7:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Cubs Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Cubs Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all, thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a great day" + } + ] + }, + { + "dialogue_id": "4_00117", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the event that interests you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle Vs Minnesota" + ], + "slot": "event_name", + "values": [ + "Seattle Vs Minnesota" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 87, + "slot": "city", + "start": 76 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Seattle Vs Minnesota" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm thinking Seattle Vs Minnesota would be good. I want to find an event in Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seattle Vs Minnesota" + ], + "slot": "event_name", + "values": [ + "Seattle Vs Minnesota" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines Arena" + ], + "slot": "venue", + "values": [ + "Alaska Airlines Arena" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Seattle Vs Minnesota" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs Minnesota", + "time": "18:30", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-09", + "event_name": "Seattle Vs Minnesota", + "time": "19:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-12", + "event_name": "Seattle Vs Minnesota", + "time": "18:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Seattle Vs Minnesota", + "time": "17:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 37 + }, + { + "exclusive_end": 20, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 80, + "slot": "venue", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Seattle Vs Minnesota takes place the day after tomorrow at Alaska Airlines Arena." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like two tickets for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle Vs Minnesota" + ], + "slot": "event_name", + "values": [ + "Seattle Vs Minnesota" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 84, + "slot": "date", + "start": 66 + }, + { + "exclusive_end": 61, + "slot": "city", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, to confirm: 2 tickets for Seattle Vs Minnesota in Seattle the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs Minnesota", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs Minnesota", + "number_of_tickets": "2", + "time": "18:30", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, the reservation is complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs Minnesota" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect! That was all I wanted." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Hope you have nice day." + } + ] + }, + { + "dialogue_id": "4_00118", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to some dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred city and do you have any events you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phutureprimitive" + ], + "slot": "event_name", + "values": [ + "Phutureprimitive" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 67, + "slot": "city", + "start": 59 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Phutureprimitive" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard Phutureprimitive is good and I'd prefer if it's in Berkeley." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Phutureprimitive" + ], + "slot": "event_name", + "values": [ + "Phutureprimitive" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cornerstone Craft Beer & Live Music" + ], + "slot": "venue", + "values": [ + "Cornerstone Craft Beer & Live Music" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Berkeley", + "event_name": "Phutureprimitive" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-02", + "event_name": "Phutureprimitive", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-03", + "event_name": "Phutureprimitive", + "time": "19:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-04", + "event_name": "Phutureprimitive", + "time": "18:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-07", + "event_name": "Phutureprimitive", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-10", + "event_name": "Phutureprimitive", + "time": "18:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-12", + "event_name": "Phutureprimitive", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-13", + "event_name": "Phutureprimitive", + "time": "17:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-14", + "event_name": "Phutureprimitive", + "time": "17:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "date", + "start": 30 + }, + { + "exclusive_end": 16, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 77, + "slot": "venue", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Phutureprimitive is happening tomorrow at Cornerstone Craft Beer & Live Music." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "The Struts" + ], + "slot": "event_name", + "values": [ + "The Struts" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 113, + "slot": "city", + "start": 110 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "The Struts" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about events on other dates? I heard that The Struts is pretty good. I'm looking for events happening in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Struts" + ], + "slot": "event_name", + "values": [ + "The Struts" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pier 17" + ], + "slot": "venue", + "values": [ + "Pier 17" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "The Struts" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "The Struts", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "city": "New York", + "date": "2019-03-03", + "event_name": "The Struts", + "time": "19:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "The Struts", + "time": "17:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "The Struts", + "time": "17:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 24 + }, + { + "exclusive_end": 54, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an event on the day after tomorrow. The Struts is playing at Pier 17." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "The Struts" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to get tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "The Struts" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like me to get?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "The Struts" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "The Struts" + ], + "slot": "event_name", + "values": [ + "The Struts" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 81, + "slot": "event_name", + "start": 71 + }, + { + "exclusive_end": 122, + "slot": "date", + "start": 104 + }, + { + "exclusive_end": 134, + "slot": "city", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following information: You would like 4 tickets for The Struts. This event is on the day after tomorrow in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "The Struts" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-03", + "event_name": "The Struts", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-03", + "event_name": "The Struts", + "number_of_tickets": "4", + "time": "19:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been purchased successfully." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "The Struts" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. That's all I need now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00119", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Panthers Vs Trojans" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Trojans" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "ATL" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 13, + "slot": "city", + "start": 10 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Panthers Vs Trojans" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search in ATL; I heard that Panthers Vs Trojans is really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Panthers Vs Trojans" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Trojans" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Georgia State Stadium" + ], + "slot": "venue", + "values": [ + "Georgia State Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Panthers Vs Trojans" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-02", + "event_name": "Panthers Vs Trojans", + "time": "17:00", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "Panthers Vs Trojans", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Panthers Vs Trojans", + "time": "18:00", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Panthers Vs Trojans", + "time": "17:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "date", + "start": 83 + }, + { + "exclusive_end": 27, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 116, + "slot": "venue", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Panthers Vs Trojans tickets available on 4 different days; one takes place tomorrow at Georgia State Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "event_name", + "start": 10 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about Falcons Vs Buccaneers?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Falcons Vs Buccaneers" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-06", + "event_name": "Falcons Vs Buccaneers", + "time": "19:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Falcons Vs Buccaneers", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Buccaneers", + "time": "17:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Buccaneers", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-12", + "event_name": "Falcons Vs Buccaneers", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-14", + "event_name": "Falcons Vs Buccaneers", + "time": "19:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 58, + "slot": "venue", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Falcons Vs Buccaneers takes place at Mercedes-Benz Stadium, next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about events on other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "date", + "start": 39 + }, + { + "exclusive_end": 21, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Falcons Vs Buccaneers also takes place next Friday, at Mercedes-Benz Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to buy two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 68, + "slot": "date", + "start": 57 + }, + { + "exclusive_end": 80, + "slot": "city", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You'd like 2 tickets to Falcons Vs Buccaneers next Friday, in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, I'd like 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 67, + "slot": "date", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You'd like 1 ticket to Falcons Vs Buccaneers next Friday, in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good; where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 AMB Drive Northwest" + ], + "slot": "venue_address", + "values": [ + "1 AMB Drive Northwest" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Falcons Vs Buccaneers", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Falcons Vs Buccaneers", + "number_of_tickets": "1", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 1 AMB Drive Northwest; your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "4_00120", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to get dates for certain events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, what city should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle Vs La Angels" + ], + "slot": "event_name", + "values": [ + "Seattle Vs La Angels" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 103, + "slot": "city", + "start": 92 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Seattle Vs La Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see a baseball game, preferably Seattle Vs La Angels. I'd like to see events in Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seattle Vs La Angels" + ], + "slot": "event_name", + "values": [ + "Seattle Vs La Angels" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Seattle Vs La Angels" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-02", + "event_name": "Seattle Vs La Angels", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs La Angels", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Seattle Vs La Angels", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Seattle Vs La Angels", + "time": "17:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Seattle Vs La Angels", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "city": "Seattle", + "date": "2019-03-13", + "event_name": "Seattle Vs La Angels", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 34, + "slot": "date", + "start": 26 + }, + { + "exclusive_end": 68, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 95, + "slot": "venue", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game is scheduled for tomorrow. The game is Seattle Vs La Angels and it is at T-Mobile Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Seattle Vs La Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. Are there games on any other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seattle Vs La Angels" + ], + "slot": "event_name", + "values": [ + "Seattle Vs La Angels" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 78, + "slot": "event_name", + "start": 58 + }, + { + "exclusive_end": 114, + "slot": "venue", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game is the day after tomorrow. The game will feature Seattle Vs La Angels and will be played at T-Mobile Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Seattle Vs La Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the stadium located? What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1250 1st Avenue South" + ], + "slot": "venue_address", + "values": [ + "1250 1st Avenue South" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "venue_address", + "start": 18 + }, + { + "exclusive_end": 58, + "slot": "time", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The stadium is at 1250 1st Avenue South and starts at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs La Angels" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I go ahead and buy tickets for the game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs La Angels" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I'd like to buy the tickets. I need two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle Vs La Angels" + ], + "slot": "event_name", + "values": [ + "Seattle Vs La Angels" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 89, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 156, + "slot": "date", + "start": 138 + }, + { + "exclusive_end": 133, + "slot": "city", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, let's confirm the details. You would like to buy 2 tickets for Seattle Vs La Angels, which is scheduled to be played in Seattle the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs La Angels" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs La Angels", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs La Angels", + "number_of_tickets": "2", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs La Angels" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Seattle Vs La Angels" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00121", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Will you find me dates for events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Whitecaps Vs Kansas City" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Kansas City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 41, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Whitecaps Vs Kansas City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Whitecaps Vs Kansas City in Vancouver, BC" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Whitecaps Vs Kansas City" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Kansas City" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BC Place" + ], + "slot": "venue", + "values": [ + "BC Place" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Vancouver", + "event_name": "Whitecaps Vs Kansas City" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-03", + "event_name": "Whitecaps Vs Kansas City", + "time": "18:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-05", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-08", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-09", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-10", + "event_name": "Whitecaps Vs Kansas City", + "time": "19:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "city": "Vancouver", + "date": "2019-03-13", + "event_name": "Whitecaps Vs Kansas City", + "time": "17:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 54, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 91, + "slot": "venue", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The events happens on 6 days. Whitecaps Vs Kansas City is on day after tomorrow at BC Place." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Whitecaps Vs Kansas City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Whitecaps Vs Kansas City" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Kansas City" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BC Place" + ], + "slot": "venue", + "values": [ + "BC Place" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 24, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Whitecaps Vs Kansas City is at BC Place next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mets Vs Padres" + ], + "slot": "event_name", + "values": [ + "Mets Vs Padres" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 29, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Mets Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Will you find me events in NY? I am interested in Mets Vs Padres." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Padres" + ], + "slot": "event_name", + "values": [ + "Mets Vs Padres" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Padres" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Padres", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-07", + "event_name": "Mets Vs Padres", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Mets Vs Padres", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Mets Vs Padres", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 34 + }, + { + "exclusive_end": 30, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 days. Mets Vs Padres is today at Citi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Mets Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "They are playing at 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Mets Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 4, + "slot": "time", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "today" + ], + "event_name": [ + "Mets Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. I want to buy 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Padres" + ], + "slot": "event_name", + "values": [ + "Mets Vs Padres" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 48, + "slot": "date", + "start": 43 + }, + { + "exclusive_end": 60, + "slot": "city", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm 1 ticket for Mets Vs Padres today in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Mets Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Padres", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Padres", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've made the reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Mets Vs Padres" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "4_00122", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to search for dates for upcoming events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a certain city and event I should be searching for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Bryan Adams" + ], + "slot": "event_name", + "values": [ + "Bryan Adams" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland, OR" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "event_name", + "start": 19 + }, + { + "exclusive_end": 66, + "slot": "city", + "start": 54 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "event_name": [ + "Bryan Adams" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I really like Bryan Adams. Will he be playing in Portland, OR?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Bryan Adams" + ], + "slot": "event_name", + "values": [ + "Bryan Adams" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "venue", + "values": [ + "Theater Of The Clouds" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Bryan Adams" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Bryan Adams", + "time": "19:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-05", + "event_name": "Bryan Adams", + "time": "19:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-07", + "event_name": "Bryan Adams", + "time": "19:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-09", + "event_name": "Bryan Adams", + "time": "19:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-14", + "event_name": "Bryan Adams", + "time": "17:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "date", + "start": 66 + }, + { + "exclusive_end": 16, + "slot": "event_name", + "start": 5 + }, + { + "exclusive_end": 102, + "slot": "venue", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, Bryan Adams is playing 5 concerts. One show is scheduled for next Monday at Theater Of The Clouds." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Bryan Adams" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I go ahead and buy tickets for this show?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Bryan Adams" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I'd like to get tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Bryan Adams" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bryan Adams" + ], + "slot": "event_name", + "values": [ + "Bryan Adams" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 107, + "slot": "date", + "start": 96 + }, + { + "exclusive_end": 132, + "slot": "city", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, let's confirm the details: The show is Bryan Adams and you want 3 tickets for the concert next Monday for the show in Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Bryan Adams" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, on second thought I only want 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bryan Adams" + ], + "slot": "event_name", + "values": [ + "Bryan Adams" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, let's confirm the details: The show is Bryan Adams and you want 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Bryan Adams" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that all sounds good. What time does the show start? Where is the theater located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1016-1098 North Center Court Street" + ], + "slot": "venue_address", + "values": [ + "1016-1098 North Center Court Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Bryan Adams", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Bryan Adams", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "venue_address", + "start": 57 + }, + { + "exclusive_end": 117, + "slot": "time", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is confirmed. The theater is located at 1016-1098 North Center Court Street. The show begins at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Bryan Adams" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland", + "Portland, OR" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Bryan Adams" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day?" + } + ] + }, + { + "dialogue_id": "4_00123", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find a calendar of events" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events would you be interested in, sports, concerts, festivals?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Fc Vs Rapids" + ], + "slot": "event_name", + "values": [ + "Toronto Fc Vs Rapids" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "event_name", + "start": 24 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "event_name": [ + "Toronto Fc Vs Rapids" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard something about Toronto Fc Vs Rapids would be a great sporting event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city or area should I look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "city", + "start": 17 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want events in Toronto, Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Toronto Fc Vs Rapids" + ], + "slot": "event_name", + "values": [ + "Toronto Fc Vs Rapids" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BMO Field" + ], + "slot": "venue", + "values": [ + "BMO Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Toronto Fc Vs Rapids" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-05", + "event_name": "Toronto Fc Vs Rapids", + "time": "18:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Toronto Fc Vs Rapids", + "time": "17:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "city": "Toronto", + "date": "2019-03-07", + "event_name": "Toronto Fc Vs Rapids", + "time": "19:30", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "city": "Toronto", + "date": "2019-03-10", + "event_name": "Toronto Fc Vs Rapids", + "time": "17:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "city": "Toronto", + "date": "2019-03-11", + "event_name": "Toronto Fc Vs Rapids", + "time": "17:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 20, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 41, + "slot": "venue", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Toronto Fc Vs Rapids will be at BMO Field next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the same event on a different day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Toronto Fc Vs Rapids" + ], + "slot": "event_name", + "values": [ + "Toronto Fc Vs Rapids" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BMO Field" + ], + "slot": "venue", + "values": [ + "BMO Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 20, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 41, + "slot": "venue", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Toronto Fc Vs Rapids will be at BMO Field next Wednesday also." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds like a better day for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for the Toronto Fc Vs Rapids for next Wednesday at BMO Field?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to buy tickets for this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I just need one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto Fc Vs Rapids" + ], + "slot": "event_name", + "values": [ + "Toronto Fc Vs Rapids" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 79, + "slot": "date", + "start": 65 + }, + { + "exclusive_end": 103, + "slot": "city", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 1 ticket for Toronto Fc Vs Rapids, next Wednesday at BMO Field in Toronto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Canada" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's it. And when is the start time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Toronto Fc Vs Rapids", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Toronto Fc Vs Rapids", + "number_of_tickets": "1", + "time": "17:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "time", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased. The event begins at 5 pm with gates opening at 3 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Canada" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I help with any other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Canada" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Toronto Fc Vs Rapids" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your event!" + } + ] + }, + { + "dialogue_id": "4_00124", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "The Band Camino" + ], + "slot": "event_name", + "values": [ + "The Band Camino" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "event_name", + "start": 20 + }, + { + "exclusive_end": 56, + "slot": "city", + "start": 49 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "The Band Camino" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to see The Band Camino when I am in Phoenix. Can you tell me the dates that they're playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Band Camino" + ], + "slot": "event_name", + "values": [ + "The Band Camino" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "the Van Buren" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "The Band Camino" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "The Band Camino", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-06", + "event_name": "The Band Camino", + "time": "18:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-09", + "event_name": "The Band Camino", + "time": "18:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-11", + "event_name": "The Band Camino", + "time": "19:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "date", + "start": 27 + }, + { + "exclusive_end": 15, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Band Camino is playing tomorrow at the Van Buren." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Guided By Voices" + ], + "slot": "event_name", + "values": [ + "Guided By Voices" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 71 + }, + { + "exclusive_end": 134, + "slot": "city", + "start": 123 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Guided By Voices" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me what bands are playing on different dates? Is the band Guided By Voices playing? Are there any concerts in Los Angeles?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Guided By Voices" + ], + "slot": "event_name", + "values": [ + "Guided By Voices" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Teragram Ballroom" + ], + "slot": "venue", + "values": [ + "The Teragram Ballroom" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Guided By Voices" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Guided By Voices", + "time": "17:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Guided By Voices", + "time": "17:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Guided By Voices", + "time": "19:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Guided By Voices", + "time": "17:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Guided By Voices", + "time": "17:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + } + ], + "slots": [ + { + "exclusive_end": 111, + "slot": "date", + "start": 93 + }, + { + "exclusive_end": 52, + "slot": "event_name", + "start": 36 + }, + { + "exclusive_end": 88, + "slot": "venue", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The show is within the next 5 days. Guided By Voices is playing at The Teragram Ballroom the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Guided By Voices" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the show start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The show starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Guided By Voices" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for the concert?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Guided By Voices" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please buy the tickets for the concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you need to buy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Guided By Voices" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please buy two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Guided By Voices" + ], + "slot": "event_name", + "values": [ + "Guided By Voices" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 110, + "slot": "date", + "start": 92 + }, + { + "exclusive_end": 87, + "slot": "city", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm, you would like 2 tickets to Guided By Voices. The concert is in Los Angeles the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Guided By Voices" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. What's the address of the concert hall?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1234 West 7th Street" + ], + "slot": "venue_address", + "values": [ + "1234 West 7th street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Guided By Voices", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-03", + "event_name": "Guided By Voices", + "number_of_tickets": "2", + "time": "17:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "venue_address", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've purchased your tickets. The concert will be at 1234 West 7th street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Guided By Voices" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping me. That's all that I was looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Enjoy the show." + } + ] + }, + { + "dialogue_id": "4_00125", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi, there. I'm interested in finding dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Do you have a preference on the city for the events? Do you have a particular event in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Billy Idol" + ], + "slot": "event_name", + "values": [ + "Billy Idol" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 10, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 78, + "slot": "city", + "start": 65 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Billy Idol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Billy Idol has been recommended to me. I'm looking for events in Vancouver, BC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Billy Idol" + ], + "slot": "event_name", + "values": [ + "Billy Idol" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "venue", + "values": [ + "PNE Amphitheatre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Vancouver", + "event_name": "Billy Idol" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-03", + "event_name": "Billy Idol", + "time": "17:00", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-04", + "event_name": "Billy Idol", + "time": "17:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-07", + "event_name": "Billy Idol", + "time": "18:00", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-08", + "event_name": "Billy Idol", + "time": "18:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + }, + { + "city": "Vancouver", + "date": "2019-03-10", + "event_name": "Billy Idol", + "time": "19:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 10, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 111, + "slot": "venue", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Billy Idol is playing in Vancouver for 5 days! The next event is the day after tomorrow at the PNE Amphitheatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Billy Idol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Billy Idol" + ], + "slot": "event_name", + "values": [ + "Billy Idol" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "venue", + "values": [ + "PNE Amphitheatre" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "date", + "start": 27 + }, + { + "exclusive_end": 10, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Billy Idol is also playing next Monday at the PNE Amphitheatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Billy Idol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. When does that event start? Where's the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2901 East Hastings Street" + ], + "slot": "venue_address", + "values": [ + "2901 East Hastings Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "venue_address", + "start": 50 + }, + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 5:30 pm. The venue address is 2901 East Hastings Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "event_name": [ + "Billy Idol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, great. What about Idol on other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Billy Idol" + ], + "slot": "event_name", + "values": [ + "Billy Idol" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "venue", + "values": [ + "PNE Amphitheatre" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "date", + "start": 27 + }, + { + "exclusive_end": 10, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Billy Idol is also playing next Thursday at the PNE Amphitheatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Billy Idol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver, BC" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Billy Idol" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please! Can you purchase four tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Billy Idol" + ], + "slot": "event_name", + "values": [ + "Billy Idol" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 77 + }, + { + "exclusive_end": 101, + "slot": "date", + "start": 88 + }, + { + "exclusive_end": 114, + "slot": "city", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course! Can you confirm the following details, please? You will be seeing Billy Idol next Thursday in Vancouver. You have purchased 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver", + "Vancouver, BC" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Billy Idol" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh, two friends can't make it. Can we get 2 tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 92, + "slot": "date", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem. Can you confirm the following details, please? The tickets are for next Thursday and the number is 2." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver", + "Vancouver, BC" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Billy Idol" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Vancouver", + "date": "2019-03-07", + "event_name": "Billy Idol", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Vancouver", + "date": "2019-03-07", + "event_name": "Billy Idol", + "number_of_tickets": "2", + "time": "18:00", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great! Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver", + "Vancouver, BC" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Billy Idol" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks! That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "4_00126", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "The Chats" + ], + "slot": "event_name", + "values": [ + "The Chats" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 54 + }, + { + "exclusive_end": 107, + "slot": "city", + "start": 96 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "The Chats" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find out some dates for some events. I hear The Chats is a really good event. I am in Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Chats" + ], + "slot": "event_name", + "values": [ + "the chats" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Valley Bar" + ], + "slot": "venue", + "values": [ + "Valley Bar" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "The Chats" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "The Chats", + "time": "18:30", + "venue": "Valley Bar", + "venue_address": "130 North Central Avenue" + }, + { + "city": "Phoenix", + "date": "2019-03-08", + "event_name": "The Chats", + "time": "19:30", + "venue": "Valley Bar", + "venue_address": "130 North Central Avenue" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "date", + "start": 58 + }, + { + "exclusive_end": 89, + "slot": "event_name", + "start": 80 + }, + { + "exclusive_end": 112, + "slot": "venue", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event is running over 2 days. The event is on tomorrow. It's called the chats and it's at Valley Bar." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Shanice" + ], + "slot": "event_name", + "values": [ + "Shanice" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "event_name", + "start": 37 + }, + { + "exclusive_end": 86, + "slot": "city", + "start": 78 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Shanice" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about some others? I heard that Shanice is really good. This would be in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Shanice" + ], + "slot": "event_name", + "values": [ + "Shanice" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Shanice" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Shanice", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Shanice", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Shanice", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Shanice", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Shanice", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "date", + "start": 11 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 43, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This is on today. Shanice, at the Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Shanice" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is that venue? What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 16 + }, + { + "exclusive_end": 58, + "slot": "time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 235 West 46th Street. It starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Shanice" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can i Help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Shanice" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to buy some tickets too." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Shanice" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Three, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Shanice" + ], + "slot": "event_name", + "values": [ + "Shanice" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "Today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 54, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 66, + "slot": "city", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's confirm the details. The event is Shanice, Today in New York. And you want 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "Today", + "today" + ], + "event_name": [ + "Shanice" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Shanice", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Shanice", + "number_of_tickets": "3", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "Today", + "today" + ], + "event_name": [ + "Shanice" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "4_00127", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am interested in finding dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_name", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know the event you are interested in? Do you have a preference on the city in which I should look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta Summer Organ Festival" + ], + "slot": "event_name", + "values": [ + "Atlanta Summer Organ Festival" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "ATL" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 88, + "slot": "city", + "start": 85 + } + ], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "event_name": [ + "Atlanta Summer Organ Festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I heard that Atlanta Summer Organ Festival is really fun. I am looking for events in ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Atlanta Summer Organ Festival" + ], + "slot": "event_name", + "values": [ + "Atlanta Summer Organ Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Peachtree Road United Methodist Church" + ], + "slot": "venue", + "values": [ + "Peachtree Road United Methodist Church" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Atlanta Summer Organ Festival" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-03", + "event_name": "Atlanta Summer Organ Festival", + "time": "18:30", + "venue": "Peachtree Road United Methodist Church", + "venue_address": "3180 Peachtree Road Northeast" + }, + { + "city": "Atlanta", + "date": "2019-03-04", + "event_name": "Atlanta Summer Organ Festival", + "time": "19:30", + "venue": "Peachtree Road United Methodist Church", + "venue_address": "3180 Peachtree Road Northeast" + }, + { + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "Atlanta Summer Organ Festival", + "time": "17:30", + "venue": "Peachtree Road United Methodist Church", + "venue_address": "3180 Peachtree Road Northeast" + }, + { + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Atlanta Summer Organ Festival", + "time": "19:00", + "venue": "Peachtree Road United Methodist Church", + "venue_address": "3180 Peachtree Road Northeast" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Atlanta Summer Organ Festival", + "time": "17:00", + "venue": "Peachtree Road United Methodist Church", + "venue_address": "3180 Peachtree Road Northeast" + }, + { + "city": "Atlanta", + "date": "2019-03-14", + "event_name": "Atlanta Summer Organ Festival", + "time": "17:00", + "venue": "Peachtree Road United Methodist Church", + "venue_address": "3180 Peachtree Road Northeast" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "date", + "start": 20 + }, + { + "exclusive_end": 79, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 131, + "slot": "venue", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on the day after tomorrow. It is the Atlanta Summer Organ Festival and it is at Peachtree Road United Methodist Church." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Atlanta Summer Organ Festival" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. I want to buy one ticket for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta Summer Organ Festival" + ], + "slot": "event_name", + "values": [ + "Atlanta Summer Organ Festival" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 80, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 140, + "slot": "date", + "start": 122 + }, + { + "exclusive_end": 91, + "slot": "city", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details. The event is Atlanta Summer Organ Festival in Atlanta and you want 1 ticket for the day after tomorrow?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Atlanta Summer Organ Festival" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I want 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta Summer Organ Festival" + ], + "slot": "event_name", + "values": [ + "Atlanta Summer Organ Festival" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 80, + "slot": "event_name", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details once more. The event is Atlanta Summer Organ Festival and the total number of tickets is 4." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Atlanta Summer Organ Festival" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is perfect. When does it start and where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3180 Peachtree Road Northeast" + ], + "slot": "venue_address", + "values": [ + "3180 Peachtree Road Northeast" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-03", + "event_name": "Atlanta Summer Organ Festival", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-03", + "event_name": "Atlanta Summer Organ Festival", + "number_of_tickets": "4", + "time": "18:30", + "venue": "Peachtree Road United Methodist Church", + "venue_address": "3180 Peachtree Road Northeast" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "venue_address", + "start": 56 + }, + { + "exclusive_end": 107, + "slot": "time", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made. The venue is located at 3180 Peachtree Road Northeast and begins at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Atlanta Summer Organ Festival" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL", + "Atlanta" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Atlanta Summer Organ Festival" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + } +]